-- phpMyAdmin SQL Dump
-- version 4.9.4
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: May 09, 2020 at 12:05 PM
-- Server version: 10.3.22-MariaDB
-- PHP Version: 7.3.6

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
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 utf8mb4 */;

--
-- Database: `eschoolu_wp437`
--

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

--
-- Table structure for table `wpo9_commentmeta`
--

CREATE TABLE `wpo9_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpo9_comments`
--

CREATE TABLE `wpo9_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpo9_comments`
--

INSERT INTO `wpo9_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
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2020-04-27 07:10:00', '2020-04-27 07:10:00', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', '', 0, 0);

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

--
-- Table structure for table `wpo9_links`
--

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

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

--
-- Table structure for table `wpo9_options`
--

CREATE TABLE `wpo9_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpo9_options`
--

INSERT INTO `wpo9_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://connectivism.in', 'yes'),
(2, 'home', 'https://connectivism.in', 'yes'),
(3, 'blogname', 'Connectivism', 'yes'),
(4, 'blogdescription', 'Connecting wisely', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@connectivism.in', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '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', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:91:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:0:{}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'kids-education', 'yes'),
(41, 'stylesheet', 'kids-education', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '47018', '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', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:0:{}', 'yes'),
(80, 'widget_rss', 'a:0:{}', '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', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'admin_email_lifespan', '1603523400', 'yes'),
(94, 'initial_db_version', '47018', 'yes'),
(95, 'wpo9_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(96, 'fresh_site', '1', 'yes'),
(97, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:14:\"sidebar-footer\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(103, 'cron', 'a:6:{i:1587975001;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1588014600;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:1588057800;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1588058263;a:2:{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;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1588058264;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'yes'),
(104, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'recovery_keys', 'a:0:{}', 'yes'),
(114, 'theme_mods_twentytwenty', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1587973585;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}', 'yes'),
(116, '_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:57:\"https://downloads.wordpress.org/release/wordpress-5.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.4.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.4-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.4\";s:7:\"version\";s:3:\"5.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1587971402;s:15:\"version_checked\";s:3:\"5.4\";s:12:\"translations\";a:0:{}}', 'no'),
(118, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1587971403;s:7:\"checked\";a:2:{s:19:\"akismet/akismet.php\";s:5:\"4.1.4\";s:9:\"hello.php\";s:5:\"1.7.2\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s: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:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(121, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1587973574;s:7:\"checked\";a:6:{s:14:\"education-soul\";s:5:\"1.0.3\";s:14:\"kids-education\";s:5:\"1.1.9\";s:5:\"tutor\";s:3:\"1.0\";s:14:\"twentynineteen\";s:3:\"1.5\";s:15:\"twentyseventeen\";s:3:\"2.3\";s:12:\"twentytwenty\";s:3:\"1.2\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(122, '_site_transient_timeout_browser_952637548dc3e67d2638455ee5804af8', '1588576663', 'no'),
(123, '_site_transient_browser_952637548dc3e67d2638455ee5804af8', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"81.0.4044.122\";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'),
(124, '_site_transient_timeout_php_check_09a2ad9330cccb8a83c2e6443b87150f', '1588576664', 'no'),
(125, '_site_transient_php_check_09a2ad9330cccb8a83c2e6443b87150f', 'a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(127, '_site_transient_timeout_community-events-5c4a647bc3f64ec695068dcbf37a2b04', '1588015067', 'no'),
(128, '_site_transient_community-events-5c4a647bc3f64ec695068dcbf37a2b04', 'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"157.33.184.0\";}s:6:\"events\";a:1:{i:0;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"Improving Your Debugging Skills In WordPress\";s:3:\"url\";s:74:\"https://www.meetup.com/Pune-WordPress-Knowledge-Exchange/events/270161288/\";s:6:\"meetup\";s:33:\"Pune WordPress Knowledge Exchange\";s:10:\"meetup_url\";s:57:\"https://www.meetup.com/Pune-WordPress-Knowledge-Exchange/\";s:4:\"date\";s:19:\"2020-04-26 17:30:00\";s:8:\"end_date\";s:19:\"2020-04-26 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"online\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:18.530000686646;s:9:\"longitude\";d:73.839996337891;}}}}', 'no'),
(129, 'can_compress_scripts', '1', 'no'),
(130, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1588015067', 'no');
INSERT INTO `wpo9_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(131, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', '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:27:\"News –  – 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2020 00:57: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.5-alpha-47627\";s:7:\"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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"People of WordPress: Mario Peshev\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/04/people-of-wordpress-mario-peshev/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Apr 2020 00:57: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8536\";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:158:\"In the April edition of our \"People of WordPress\" series, you\'ll find out how Mario Peshev went from self-taught developer to teaching basic digital literacy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Yvette Sonneveld\";s: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:12069:\"\n<p><em>You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. Enthusiasts share many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Computer science in the nineties</strong></h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8539\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?w=200&amp;ssl=1 200w, https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" data-recalc-dims=\"1\" /><figcaption>Mario Peshev</figcaption></figure></div>\n\n\n\n<p>Mario has been hooked on computers ever since he&nbsp;got his first one in 1996. He started with digging into MS-DOS and Windows 3.1 first and learned tons by trial and error. Following that adventure, Mario built his first HTML site in 1999. He found development so exciting that he spent day and night learning QBasic and started working at the local PC game club. Mario got involved with several other things related to website administration (translating security bulletins, setting up simple sites, etc) and soon found the technology field was full of activities he really enjoyed.</p>\n\n\n\n<h2><strong>The Corporate Lifestyle</strong></h2>\n\n\n\n<p>Mario started studying programming including an intensive high-level course for C#, Java development, and software engineering, and eventually got a job in a corporate environment. He soon became a team lead there, managing all the planning and paperwork for their projects.</p>\n\n\n\n<p>But he continued freelancing on the side. He grew his own network of technical experts through attending, volunteering at, and organizing conferences. He also ran a technical forum and regularly spoke at universities and enterprise companies.</p>\n\n\n\n<h2><strong>Remote Working and Business Opportunity</strong></h2>\n\n\n\n<p>The combination of a high workload and a daily three-hour-long commute made Mario’s life difficult. Many of his friends were still studying, traveling or unemployed. The blissful and calm lives they lived seemed like a fairy tale to him. And even while both his managers and his clients were abroad, he was unable to obtain permission to work remotely.&nbsp;</p>\n\n\n\n<p>So Mario decided to leave his job and start freelancing full time. But he found he faced a massive challenge.&nbsp;</p>\n\n\n\n<p>He discovered Java projects were pretty large and required an established team of people working together in an office. All job opportunities were on-site, and some even required relocation abroad. Certified Java programmers weren’t being hired on a remote basis.&nbsp;</p>\n\n\n\n<p>As Mario had some PHP experience from previous jobs, he used this to start his freelance career. For his projects, he used both plain PHP and PHP frameworks like CakePHP and CodeIgniter.&nbsp;</p>\n\n\n\n<p>For a while, Mario accepted work using commonly known platforms including Joomla, Drupal, and WordPress. In addition, he worked on PHP, Java, Python and some C# projects for a couple of years, after which he decided to switch to WordPress completely.</p>\n\n\n\n<h2><strong>Building products</strong></h2>\n\n\n\n<p>One of his projects involved a technically challenging charity backed by several international organizations. Unexpected shortages in the team put him in the technical lead position. As a result, Mario found himself planning the next phases, meeting with the client regularly, and renegotiating the terms. The team completed the project successfully, and after the launch, a TV campaign led millions of visitors to the website.</p>\n\n\n\n<p>As a result of the successful launch, this client invited Mario to participate in more WordPress projects, including building a custom framework.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“I wasn’t that acquainted with WordPress back then. For me, a conventional person trained in architectural design patterns and best practices, WordPress seemed like an eccentric young hipster somewhere on the line between insane and genius at the same time. I had to spend a couple of months learning WordPress from the inside out.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<p>As his interest in WordPress grew, Mario stopped delivering other custom platforms, and converted clients to WordPress.&nbsp;</p>\n\n\n\n<h2><strong>European Community</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?fit=632%2C356&amp;ssl=1\" alt=\"Mario presenting to an audience\" class=\"wp-image-8546\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=2560&amp;ssl=1 2560w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Mario presenting at a WordCamp</figcaption></figure>\n\n\n\n<p>For Mario, one of the key selling points of WordPress was the international openness. He had previously been involved with other open source communities, some of which were US-focused. He felt they were more reliant on meeting people in person. With events only taking place in the US, this made building relationships much harder for people living in other countries.</p>\n\n\n\n<p>While the WordPress project started out in the US, the WordPress community quickly globalized. Dozens of WordCamps and hundreds of Meetup events take place around the globe every year.&nbsp; All of these events bring a wide variety of people sharing their enthusiasm for WordPress together.</p>\n\n\n\n<p>For Mario, the birth of WordCamp Europe was something magical. The fact that hundreds, and later on thousands, of people from all over the world gathered around the topic of WordPress speaks for itself. Mario has been involved with organizing WordCamp Europe twice (in 2014 and 2015).&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“There’s nothing like meeting WordPress enthusiasts and professionals from more than 50 countries brainstorming and working together at a WordCamp. You simply have to be there to understand how powerful it all is.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Growing businesses and teams</strong></h2>\n\n\n\n<p>A key WordPress benefit is its popularity – an ever growing project currently powering <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">more than 35% of the Internet [2020].</a> It’s popular enough to be a de facto standard for websites, platforms, e-commerce and blogs.&nbsp;</p>\n\n\n\n<p>WordPress has a low barrier to entry. You can achieve a lot without being an expert, meaning most people can start gaining experience without having to spend years learning how to code. That also makes it easier to build businesses and teams.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“Being able to use a tool that is user-friendly, not overly complicated and easily extensible makes introducing it to team members faster and easier. It requires less time for adjustment, and as a result makes a team stronger and faster. The fact that this tool is cost-effective also allows more startups to enter the market. It requires&nbsp; less time and investments to launch an MVP. This boosts the entire ecosystem.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Helping Others</strong></h2>\n\n\n\n<p>Mario also introduced WordPress to children and young people. He taught them how to use WordPress as a tool for homework and class assignments. By using WordPress, they were able to learn the basics of designing themes, developing plugins, marketing statistics, social media, copywriting, and so much more. This approachable introduction to the software meant technical skills were not needed.</p>\n\n\n\n<p>He was also part of a team of volunteers who helped a group of young people living at a foster home struggling to provide for themselves. The team taught the basic digital literacy skills necessary in the modern workplace and potentially pay for their rent and basic needs. This included working with Microsoft Word, Excel and WordPress, as well as some basic design and marketing skills. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“When you look at that from another perspective, a platform that could save lives &#8211; literally &#8211; and change the world for better is worth contributing to, in any possible manner.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributing to the WordPress community</strong></h2>\n\n\n\n<p>From the core team to supporting and organizing WordCamps, Mario has long been an active contributor to the global WordPress project. He is passionate about the connections fostered by people who are involved in building both the WordPress software and the community around it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“The WordPress community consists of people of all race and color, living all around the world, working as teachers, developers, bloggers, designers, business owners. Let’s work together to help each other. Let’s stick together and show&nbsp; the world WordPress can help make it a better place.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>). Thank you to Mario Peshev (<a href=\'https://profiles.wordpress.org/nofearinc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nofearinc</a>) for sharing his #ContributorStory.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?w=632&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8536\";s: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:57:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/04/the-month-in-wordpress-march-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Apr 2020 12:01: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=8532\";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:363:\"The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly &#8211; a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, [&#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:8588:\"\n<p>The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly &#8211; a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, read on.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4 “Adderley”</h2>\n\n\n\n<p>WordPress 5.4 “Adderley” <a href=\"https://wordpress.org/news/2020/03/adderley/\">was released on March 31</a> and includes a robust list of new blocks, enhancements, and new features for both users and developers. The primary focus areas of this release included the block editor, privacy, accessibility, and developer improvements, with the full list of enhancements covered in <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">the 5.4 field guide</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Releases of Gutenberg 7.7 and 7.8</h2>\n\n\n\n<p>It’s been another busy month for Gutenberg, this time with the release of Gutenberg <a href=\"https://make.wordpress.org/core/2020/03/11/whats-new-in-gutenberg-11-march/\">7.7</a> and <a href=\"https://make.wordpress.org/core/2020/03/26/whats-new-in-gutenberg-25-march/\">7.8</a>. Gutenberg 7.7 introduced block patterns &#8211; predefined block layouts that are ready to use and tweak. This is an important step towards Full Site Editing, which is currently targeted for inclusion in WordPress 5.6. As a first iteration, you can pick and insert patterns from the Block Patterns UI, which has been added as a sidebar plugin.</p>\n\n\n\n<p>Gutenberg 7.7 also includes a refresh of the Block UI, which better responds to the ways users interact with the editor. For more information on the User UI and Block Patterns, read <a href=\"https://make.wordpress.org/themes/2020/03/18/block-based-themes-meeting-notes/\">this summary of the most recent Block-Based Themes meeting</a>. Gutenberg 7.8, introduced on March 25, further enhanced this Block UI redesign. Both releases also included a suite of improvements, bug fixes, new APIs, documentation, and more!</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordCamp cancellations and shift to online events</h2>\n\n\n\n<p>In early March, the Community team issued <a href=\"https://make.wordpress.org/community/2020/03/11/new-recommendations-for-event-organizers-in-light-of-covid-19/\">new recommendations for event organizers</a> in light of growing concerns around COVID-19. Following this guidance, and with COVID-19 declared a pandemic, WordPress community organizers reluctantly but responsibly <a href=\"https://make.wordpress.org/community/2020/03/12/latest-updates-on-changes-to-wordcamps/\">postponed or canceled their upcoming WordCamps</a> and meetups.</p>\n\n\n\n<p>As community events are an important part of the WordPress open-source project, the Community team made suggestions for <a href=\"https://make.wordpress.org/community/2020/03/20/taking-charity-hackathons-online/\">taking charity hackathons online</a>, <a href=\"https://make.wordpress.org/community/2020/03/24/community-events-in-the-time-of-covid-19/\">proposed interim adjustments</a> to existing community event guidelines, and provided <a href=\"https://make.wordpress.org/community/2020/03/13/online-conference-organizer-training/\">training for online conference organizing</a> with Crowdcast. The team is currently working on building a <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">Virtual Events Handbook</a> that will continue to support WordPress community organizers at this time.&nbsp;</p>\n\n\n\n<p>Want to get involved with the WordPress Community team, host your own virtual WordPress event, or help improve the documentation for all of this? Follow <a href=\"https://make.wordpress.org/community/\">the Community team blog</a>, learn more about <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">virtual events</a>, and join the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Link your GitHub profile to WordPress.org</h2>\n\n\n\n<p>Last month, <a href=\"https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/\">an experimental feature</a> was added to Trac, WordPress Core’s bug-tracking system, to improve collaboration between Trac and GitHub. This month, to help make tracking contributions to the WordPress project across multiple locations easier, there is <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">a new option</a> to connect your GitHub account to your WordPress.org profile. This connection allows for more accurate acknowledgement and recognition of contributors. You can connect your GitHub account to your WordPress.org account by editing your WordPress.org profile.</p>\n\n\n\n<p>For more information and instructions on how to connect your accounts, <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">read the announcement post</a>.</p>\n\n\n\n<h2>Modernizing WordPress coding standards</h2>\n\n\n\n<p>Defined coding standards is an important step in creating the consistent codebase needed to prepare for requiring PHP 7.x for WordPress Core. As such, <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">coding standards have been proposed</a> for implementation in WordPress Coding Standards 3.0.0. This includes new proposed standards for namespace declarations, import use statements, fully qualified names in inline code, traits and interfaces, type declarations, declare statements/strict typing, the ::class constant, operators, and more.&nbsp;</p>\n\n\n\n<p>Want to get involved or view the full list of currently proposed new coding standards? Visit and add your feedback to the post on <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">updating the Coding standards for modern PHP</a> and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>On March 16, <a href=\"https://make.wordpress.org/core/2020/03/18/auto-updates-feature-meeting-summary-march-17th-2020/\">Version 0.3 of the auto-updates feature was released</a>, including fixes to a number of issues and the introduction of email notifications.&nbsp;</li><li>WordCamp US announced that <a href=\"https://2020.us.wordcamp.org/2020/03/26/wcus-is-happening/\">the 2020 event will happen</a>, one way or another. But the team need your help to make sure that it’s another fantastic event. <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Consider applying to be a speaker</a>!</li><li>Speaking of WordCamp US, <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">the Call for Cities for WCUS 2021/2022</a> is now open. If your community is interested in being a future WCUS host, <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">apply today</a>!</li><li>With COVID-19 preventing in-person community events, the Diverse Speaker Training (#wpdiversity) Group encourages you to <a href=\"https://make.wordpress.org/community/2020/03/17/covid-19-and-the-diverse-speaker-training-wpdiversity-group/\">host a virtual Diverse Speaker Workshop</a> to prepare speakers for when we are able to meet in person again. To get started, <a href=\"https://tiny.cc/wpdiversity\">visit this page</a>.&nbsp;</li><li>An <a href=\"https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/\">update for progress on 2020 goals</a> has been posted, sharing some more defined targets and schedule.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8532\";s: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:58:\"\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:28:\"WordPress 5.4 “Adderley”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/news/2020/03/adderley/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Mar 2020 19:04: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: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=8455\";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:255:\"Version 5.4 \"Adderley\" of WordPress is available for download or update in your WordPress dashboard. This version brings you more ways to make content come alive with your best images and helps make your vision real by putting blocks in the perfect place.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:45:\"https://s.w.org/images/core/5.4/textcolor.mp4\";s:6:\"length\";s:6:\"440616\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:52016:\"\n<p class=\"has-text-color has-very-dark-gray-color\">Here it is! Named “Adderley” in honor of Nat Adderley, the latest and greatest version of WordPress is available for&nbsp;<a href=\"https://wordpress.org/download/\">download</a>&nbsp;or update in your dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=632%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-8484\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=1536%2C1536&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=2048%2C2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#0400e0\"><div class=\"wp-block-cover__inner-container\">\n<p style=\"font-size:32px\" class=\"has-text-align-center\"><strong>Say hello to more and better.</strong></p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size\">More ways to make your pages come alive. With easier ways to get it all done and looking better than ever—and boosts in speed you can feel.</p>\n</div></div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-left\"><strong>Welcome to WordPress 5.4</strong></h2>\n\n\n\n<p style=\"font-size:15px\" class=\"has-text-align-left\"><strong>Every major release adds more to the block editor.</strong></p>\n\n\n\n<p style=\"font-size:18px\">More ways to make posts and pages come alive with your best images. More ways to bring your visitors in, and keep them engaged, with the richness of embedded media from the web’s top services.</p>\n\n\n\n<p style=\"font-size:18px\">More ways to make your vision real, and put blocks in the perfect place—even if a particular kind of block is new to you. More efficient processes.</p>\n\n\n\n<p style=\"font-size:18px\">And more speed everywhere, so as you build sections or galleries, or just type in a line of prose, you can feel how much faster your work flows.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=632%2C316&#038;ssl=1\" alt=\"\" class=\"wp-image-8480\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=300%2C150&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=768%2C384&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=2000&amp;ssl=1 2000w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<h3>Two new blocks. And better blocks overall.</h3>\n\n\n\n<ul><li>Two brand-new blocks: Social Icons and Buttons make adding interactive features fast and easy.</li><li>New ways with color: Gradients in the Buttons and Cover block, toolbar access to color options in Rich Text blocks, and for the first time, color options in the Group and Columns blocks.</li><li>Guess a whole lot less! Version 5.4 streamlines the whole process for placing and replacing multimedia in every block. Now it works the same way in almost every block!</li><li>And if you’ve ever thought your image in the Media+Text block should link to something else—perhaps a picture of a brochure should download that brochure as a document? Well, now it can.</li></ul>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.4/textcolor.mp4\"></video></figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Cleaner UI, clearer navigation—and easier tabbing!</h3>\n\n\n\n<ul><li>Clearer block navigation with block breadcrumbs. And easier selection once you get there.</li><li>For when you need to navigate with the keyboard, better tabbing and focus. Plus, you can tab over to the sidebar of nearly any block.</li><li>Speed! 14% faster loading of the editor, 51% faster time-to-type!</li><li>Tips are gone. In their place, a Welcome Guide window you can bring up when you need it—and only when you need it—again and again.</li><li>Know at a glance whether you’re in a block’s Edit or Navigation mode. Or, if you have restricted vision, your screen reader will tell you which mode you’re in.</li></ul>\n\n\n\n<p style=\"background-color:#f8f8f9\" class=\"has-background\">Of course, if you want to work with the very latest tools and features, <strong><a href=\"https://wordpress.org/plugins/gutenberg/\">install the Gutenberg plugin</a></strong>. You’ll get to be the first to use new and exciting features in the block editor before anyone else has seen them!</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=632%2C316&#038;ssl=1\" alt=\"\" class=\"wp-image-8481\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=2000&amp;ssl=1 2000w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<h3>Your fundamental right: privacy</h3>\n\n\n\n<p>5.4 helps with a variety of privacy issues around the world. So when users and stakeholders ask about regulatory compliance, or how your team handles user data, the answers should be a lot easier to get right.</p>\n\n\n\n<p>Take a look:</p>\n\n\n\n<ul><li>Now personal data exports include users session information and users location data from the community events widget. Plus, a table of contents!</li><li>See progress as you process export and erasure requests through the privacy tools.</li><li>Plus, little enhancements throughout give the privacy tools a little cleaner look. Your eyes will thank you!</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=632%2C316&#038;ssl=1\" alt=\"\" class=\"wp-image-8482\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=300%2C150&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=768%2C384&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=2000&amp;ssl=1 2000w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>Just for developers</strong></h2>\n\n\n\n<h3>Add custom fields to menu items—natively</h3>\n\n\n\n<p>Two new actions let you add custom fields to menu items—without a plugin and without writing custom walkers.</p>\n\n\n\n<p>On the Menus admin screen, <code>wp_nav_menu_item_custom_fields</code> fires just before the move buttons of a nav menu item in the menu editor.</p>\n\n\n\n<p>In the Customizer, <code>wp_nav_menu_item_custom_fields_customize_template</code> fires at the end of the menu-items form-fields template.</p>\n\n\n\n<p>Check your code and see where these new actions can replace your custom code, and if you’re concerned about duplication, add a check for the WordPress version.</p>\n\n\n\n<h3>Blocks! Simpler styling, new APIs and embeds</h3>\n\n\n\n<ul><li>Radically simpler block styling. Negative margins and default padding are gone! Now you can style blocks the way you need them. And, a refactor got rid of four redundant wrapper divs.</li><li>If you build plugins, now you can register collections of your blocks by namespace across categories—a great way to get more brand visibility.</li><li>Let users do more with two new APIs: block variations and gradients.</li><li>In embeds, now the block editor supports TikTok—and CollegeHumor is gone.</li></ul>\n\n\n\n<p style=\"background-color:#f8f8f9\" class=\"has-background\">There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your sites, themes, plugins and more, check the <strong><a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a></strong>.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2><strong>The Squad</strong></h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"http://ma.tt/\">Matt Mullenweg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, and&nbsp;<a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. They were enthusiastically supported by a release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Jorge Filipe Costa (<strong><a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">@jorgefelipecosta</a></strong>)</li><li><strong>Editor Design</strong>: Mark Uraine (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/mapk/\"><strong>@mapk</strong></a>)</li><li><strong>Core Tech</strong>: Sergey Biryukov (<a href=\"https://profiles.wordpress.org/sergeybiryukov/\"><strong>@sergeybiryukov</strong></a>)</li><li><strong>Design</strong>: Tammie Lister (<strong><a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a></strong>)</li><li><strong>Docs Coordinator</strong>:&nbsp;JB Audras (<a href=\"https://profiles.wordpress.org/audrasjb/\"><strong>@audrasjb</strong></a>)</li><li><strong>Docs &amp; Comms Wrangler</strong>: Mary Baum (<strong><a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a></strong>)</li></ul>\n\n\n\n<p>The squad was joined throughout the release cycle by <strong>552 generous volunteer contributors</strong> who collectively worked on <strong><a href=\"https://core.trac.wordpress.org/milestone/5.4\">361</a> tickets on Trac</strong> and <strong>1226 pull requests on GitHub</strong>.</p>\n\n\n\n<p>Put on a Nat Adderley playlist, click that update button (or&nbsp;<a href=\"https://wordpress.org/download/\">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href=\"https://profiles.wordpress.org/0v3rth3d4wn/\">0v3rth3d4wn</a>, <a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb/\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamboro/\">adamboro</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adnanlimdi/\">adnan.limdi</a>, <a href=\"https://profiles.wordpress.org/shaikhaezaz80/\">Aezaz Shaikh</a>, <a href=\"https://profiles.wordpress.org/aftabmuni/\">Aftab Ali Muni</a>, <a href=\"https://profiles.wordpress.org/akibjorklund/\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/smallprogrammers/\">Akib</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/akshayar/\">akshayar</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexholsgrove/\">AlexHolsgrove</a>, <a href=\"https://profiles.wordpress.org/alexischenal/\">alexischenal</a>, <a href=\"https://profiles.wordpress.org/alextran/\">alextran</a>, <a href=\"https://profiles.wordpress.org/alishankhan/\">alishankhan</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alpipego/\">alpipego</a>, <a href=\"https://profiles.wordpress.org/amirs17/\">Amir Seljubac</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/agawish/\">Amr Gawish</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andr&#233;s</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini</a>, <a href=\"https://profiles.wordpress.org/andreaitm/\">andreaitm</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</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/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/eatingrules/\">Andrew Wilder</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/apieschel/\">apieschel</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/arenddeboer/\">arenddeboer</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/ashokrd2013/\">ashokrd2013</a>, <a href=\"https://profiles.wordpress.org/ataurr/\">Ataur R</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/autotutorial/\">autotutorial</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/bahia0019/\">bahia0019</a>, <a href=\"https://profiles.wordpress.org/b-07/\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bengreeley/\">ben.greeley</a>, <a href=\"https://profiles.wordpress.org/benedictsinger/\">benedictsinger</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/bibliofille/\">bibliofille</a>, <a href=\"https://profiles.wordpress.org/bilgilabs/\">bilgilabs</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/skypressatx/\">BMO</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bwmarkle/\">Brad Markle</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">Chetan Satasiya</a>, <a href=\"https://profiles.wordpress.org/chinteshprajapati/\">Chintesh Prajapati</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cklosows/\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/eclare/\">Chris Trynkiewicz (Sukces Strony)</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/pixelverbieger/\">Christian Sabo</a>, <a href=\"https://profiles.wordpress.org/christianamohr/\">Christiana Mohr</a>, <a href=\"https://profiles.wordpress.org/clayisland/\">clayisland</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/crdunst/\">crdunst</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">Damián Suárez</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniloercoli/\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/darrenlambert/\">darrenlambert</a>, <a href=\"https://profiles.wordpress.org/davidshq/\">Dave Mackey</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a>, <a href=\"https://profiles.wordpress.org/daveslaughter/\">daveslaughter</a>, <a href=\"https://profiles.wordpress.org/davewp196/\">DaveWP196</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/superdav42/\">David Stone</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhurlburtusa/\">dhurlburtusa</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</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/djp424/\">djp424</a>, <a href=\"https://profiles.wordpress.org/dominic_ks/\">dominic_ks</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/dphiffer/\">dphiffer</a>, <a href=\"https://profiles.wordpress.org/dragosh635/\">dragosh635</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/disillusia/\">edmundcwm</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/aliveic/\">Emil E</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/equin0x80/\">equin0x80</a>, <a href=\"https://profiles.wordpress.org/erikkroes/\">erikkroes</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/fahimmurshed/\">Fahim Murshed</a>, <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/felipeloureirosantos/\">Felipe Santos</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fernandovbsouza/\">Fernando Souza</a>, <a href=\"https://profiles.wordpress.org/fervillz/\">fervillz</a>, <a href=\"https://profiles.wordpress.org/fgiannar/\">fgiannar</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fotisps/\">Fotis Pastrakis</a>, <a href=\"https://profiles.wordpress.org/efarem/\">Frank Martin</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</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/guddu1315/\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/glebkema/\">Gleb Kemarsky</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gh640/\">Goto Hayato</a>, <a href=\"https://profiles.wordpress.org/grafruessel/\">grafruessel</a>, <a href=\"https://profiles.wordpress.org/gregrickaby/\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hamedmoodi/\">hamedmoodi</a>, <a href=\"https://profiles.wordpress.org/hampzter/\">hAmpzter</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/harry-milatz/\">Harry Milatz</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helgatheviking/\">helgatheviking</a>, <a href=\"https://profiles.wordpress.org/henryholtgeerts/\">Henry Holtgeerts</a>, <a href=\"https://profiles.wordpress.org/imani3011/\">Himani Lotia</a>, <a href=\"https://profiles.wordpress.org/krynes/\">Hubert Kubiak</a>, <a href=\"https://profiles.wordpress.org/i3anaan/\">i3anaan</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/ideaboxcreations/\">IdeaBox Creations</a>, <a href=\"https://profiles.wordpress.org/shaampk1/\">Ihtisham Zahoor</a>, <a href=\"https://profiles.wordpress.org/intimez/\">intimez</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jbinda/\">Jakub Binda</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/jaydeep23290/\">jaydeep23290</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">jdy68</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jean-david/\">Jean-David Daviet</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/phpbits/\">Jeffrey Carandang</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jenilk/\">Jenil Kanani</a>, <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a>, <a href=\"https://profiles.wordpress.org/jepperask/\">jepperask</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">Jerry Jones</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/jon81/\">Jon</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Jon Quach</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jg-visual/\">Jonathan Goldford</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joonasvanhatapio/\">Joonas Vanhatapio</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jqz/\">jqz</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/derweili/\">Julian Weiland</a>, <a href=\"https://profiles.wordpress.org/juliankimmig/\">julian.kimmig</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/nukaga/\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/jurgen/\">jurgen</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kaggdesign/\">kaggdesign</a>, <a href=\"https://profiles.wordpress.org/kalpshit/\">KalpShit Akabari</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kennithnichol/\">Kennith Nichol</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/khushbu19/\">Khushbu Modi</a>, <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a>, <a href=\"https://profiles.wordpress.org/kinjaldalwadi/\">kinjaldalwadi</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/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/kkarpieszuk/\">kkarpieszuk</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kokkieh/\">KokkieH</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/klopez8/\">Krystyna</a>, <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a>, <a href=\"https://profiles.wordpress.org/wpkuf/\">kuflievskiy</a>, <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/leandroalonso/\">leandroalonso</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/lgrev01/\">lgrev01</a>, <a href=\"https://profiles.wordpress.org/linuxologos/\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lorenzof/\">Lorenzo Fracassi</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/luisrivera/\">luisrivera</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/ljasinskipl/\">Lukasz Jasinski</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/wodarekly/\">Lydia Wodarek</a>, <a href=\"https://profiles.wordpress.org/vinoth06/\">M A Vinoth Kumar</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcio-zebedeu/\">Marcio Zebedeu</a>, <a href=\"https://profiles.wordpress.org/marcoz/\">MarcoZ</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/marius84/\">Marius84</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mmarzeotti/\">Mark Marzeotti</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/hinjiriyo/\">Martin Stehle</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/matstars/\">Mat Gargano</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/veraxus/\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/mattnyeus/\">mattcursor</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">Matthew Kevins</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/mbrailer/\">mbrailer</a>, <a href=\"https://profiles.wordpress.org/mehidi258/\">Mehidi Hassan</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelecklund/\">Michael Ecklund</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">Michael Panaga</a>, <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle Schulp</a>, <a href=\"https://profiles.wordpress.org/mickaelperrin/\">mickaelperrin</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikejdent/\">mikejdent</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/iihglobal/\">Milan Patel</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a>, <a href=\"https://profiles.wordpress.org/mircoraffinetti/\">mircoraffinetti</a>, <a href=\"https://profiles.wordpress.org/mjnewman/\">mjnewman</a>, <a href=\"https://profiles.wordpress.org/mlbrgl/\">mlbrgl</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mppfeiffer/\">mppfeiffer</a>, <a href=\"https://profiles.wordpress.org/mryoga/\">mryoga</a>, <a href=\"https://profiles.wordpress.org/musamamasood/\">Muhammad Usama Masood</a>, <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nagoke/\">nagoke</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/finchps/\">Nate Finch</a>, <a href=\"https://profiles.wordpress.org/mukto90/\">Nazmul Ahsan</a>, <a href=\"https://profiles.wordpress.org/nekomajin/\">nekomajin</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nsundberg/\">Nicklas Sundberg</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/vadimnicolai/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nicole2292/\">nicole2292</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikhilgupte/\">nikhilgupte</a>, <a href=\"https://profiles.wordpress.org/nilamacharya/\">nilamacharya</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/nsubugak/\">nsubugak</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oldenburg/\">oldenburg</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/ottok/\">Otto Kek&#228;l&#228;inen</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/iaaxpage/\">page-carbajal</a>, <a href=\"https://profiles.wordpress.org/pagewidth/\">pagewidth</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/rixeo/\">Paul Kevin</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/pcarvalho/\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/perrywagle/\">perrywagle</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pierrelannoy/\">Pierre Lannoy</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/prashantvatsh/\">Prashant Singh</a>, <a href=\"https://profiles.wordpress.org/pratik-jain/\">Pratik Jain</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/priyankabehera155/\">Priyanka Behera</a>, <a href=\"https://profiles.wordpress.org/raamdev/\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/bamadesigner/\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ragnarokatz/\">ragnarokatz</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raoulunger/\">raoulunger</a>, <a href=\"https://profiles.wordpress.org/razamalik/\">razamalik</a>, <a href=\"https://profiles.wordpress.org/remcotolsma/\">Remco Tolsma</a>, <a href=\"https://profiles.wordpress.org/rephotsirch/\">rephotsirch</a>, <a href=\"https://profiles.wordpress.org/rheinardkorf/\">rheinardkorf</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/rimadoshi/\">rimadoshi</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rcutmore/\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/rob006/\">rob006</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rconde/\">Roi Conde</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/kingkool68/\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/rryyaanndd/\">Ryan</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sablednah/\">sablednah</a>, <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/zanderz/\">Sander</a>, <a href=\"https://profiles.wordpress.org/santilinwp/\">santilinwp</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a>, <a href=\"https://profiles.wordpress.org/tivus/\">Schuhwerk</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/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</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/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sgoen/\">sgoen</a>, <a href=\"https://profiles.wordpress.org/shahariaazam/\">Shaharia Azam</a>, <a href=\"https://profiles.wordpress.org/cafenoirdesign/\">Shannon Smith</a>, <a href=\"https://profiles.wordpress.org/shariqkhan2012/\">shariqkhan2012</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/sheparddw/\">sheparddw</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shizumi/\">Shizumi Yoshiaki</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/skorasaurus/\">skorasaurus</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spenserhale/\">spenserhale</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/squarecandy/\">squarecandy</a>, <a href=\"https://profiles.wordpress.org/starvoters1/\">starvoters1</a>, <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/steffanhalv/\">steffanhalv</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stiofansisland/\">Stiofan</a>, <a href=\"https://profiles.wordpress.org/matthias-reuter/\">straightvisions GmbH</a>, <a href=\"https://profiles.wordpress.org/stroona/\">stroona.com</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/takeshifurusato/\">Takeshi Furusato</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tbschen/\">TBschen</a>, <a href=\"https://profiles.wordpress.org/tdlewis77/\">tdlewis77</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thamaraiselvam/\">Thamaraiselvam</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/themezee/\">ThemeZee</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmanoilov/\">tmanoilov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tomgreer/\">Tom Greer</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tommix/\">tommix</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/tristangemus/\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/tristanleboss/\">tristanleboss</a>, <a href=\"https://profiles.wordpress.org/tsuyoring/\">tsuyoring</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/varunshanbhag/\">Varun Shanbhag</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vsamoletov/\">Vlad. S.</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</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/\">William Patton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, <a href=\"https://profiles.wordpress.org/alexandreb3/\">WPMarmite</a>, <a href=\"https://profiles.wordpress.org/wptoolsdev/\">wptoolsdev</a>, <a href=\"https://profiles.wordpress.org/xedinunknown-1/\">xedinunknown-1</a>, <a href=\"https://profiles.wordpress.org/yale01/\">yale01</a>, <a href=\"https://profiles.wordpress.org/collet/\">Yannicki</a>, <a href=\"https://profiles.wordpress.org/yordansoares/\">Yordan Soares</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/zachflauaus/\">zachflauaus</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zaffarn/\">Zee</a>, and <a href=\"https://profiles.wordpress.org/zsusag/\">zsusag</a>.\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the&nbsp;<a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.4. Their efforts bring WordPress fully translated to&nbsp;46 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to learn more about volunteering with WordPress, check out&nbsp;<a href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8455\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 Mar 2020 00:47:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=8451\";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:379:\"The fifth release candidate for WordPress 5.4 is live! WordPress 5.4 is currently scheduled to land on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! You can test the WordPress 5.4 release candidate in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option) [&#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:\"David Baumwald\";s: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:2181:\"\n<p><br>The fifth release candidate for WordPress 5.4 is live!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to land on&nbsp;<strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.4 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-RC5.zip\">download the release candidate here</a> (zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. The priority in testing is compatibility. If you find issues, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;so we can figure them out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a>&nbsp;is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language besides English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</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:\"8451\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Mar 2020 22:00:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=8444\";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:388:\"The fourth release candidate for WordPress 5.4 is live! WordPress 5.4 is currently scheduled to land on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! You can test the WordPress 5.4 release candidate in two ways: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge nightlies” option) [&#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:16:\"Francesca Marano\";s: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:2395:\"\n<p>The fourth release candidate for WordPress 5.4 is live!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to land on&nbsp;<strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.4 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.4-RC4.zip\">download the release candidate here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>RC4 commits the new <a href=\"https://core.trac.wordpress.org/ticket/49295\">About page</a> and&nbsp;<a href=\"https://core.trac.wordpress.org/ticket/49688\">updates the editor packages</a>.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. The priority in testing is compatibility. If you find issues, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;so we can figure them out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a>&nbsp;is also out! It&#8217;s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language besides English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</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:\"8444\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2020 21:24:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=8432\";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:384:\"The third release candidate for WordPress 5.4 is now available! WordPress 5.4 is currently scheduled to be released on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! There are two ways to test the WordPress 5.4 release candidate: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge [&#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:\"David Baumwald\";s: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:4104:\"\n<p>The third release candidate for WordPress 5.4 is now available!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to be released on&nbsp;<strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.4 release candidate:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.4-RC3.zip\">download the release candidate here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>RC3 addresses improvements to the new About page and&nbsp;<a href=\"https://core.trac.wordpress.org/query?id=49657%2C49621%2C48164%2C49577%2C47053%2C48303%2C49374%2C49619&amp;milestone=5.4&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">8 fixes</a>&nbsp;for the following bugs and regressions:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/ticket/49657\"></a><a href=\"https://core.trac.wordpress.org/ticket/49657\">49657</a> &#8211; <a href=\"https://core.trac.wordpress.org/ticket/49657\">Block Editor: Update WordPress Packages WordPress 5.4 RC 3</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49621\"></a><a href=\"https://core.trac.wordpress.org/ticket/49621\">49621</a> &#8211; <a href=\"https://core.trac.wordpress.org/ticket/49621\">Travis: Download Chromium for E2E Tests Only</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49164\"></a><a href=\"https://core.trac.wordpress.org/ticket/48164\">48164</a> &#8211; <a href=\"https://core.trac.wordpress.org/ticket/48164\">media_sideload_image Should Store Original URL and Optionally Check for Dupes</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49577\">49577 &#8211; Site Health Status Dashboard Provides Incorrect Items Count on Initial Load</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/47053\">47053 &#8211; Accessibility: Need to set proper &#8216;tabindex&#8217; in &#8216;Skip To Toolbar&#8217; HTML</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/48303\">48303 &#8211; Docblock Improvements for 5.4</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49374\">49374 &#8211; Use get_post_states to Denote Special Pages on the Added Menu Item Accordions</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49619\">49619 &#8211; Use &lt;hr /&gt; Instead of Margin on Freedoms Page</a></li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;so we can figure those out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a>&nbsp;has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</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:\"8432\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Mar 2020 21:40: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: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=8422\";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:385:\"The second release candidate for WordPress 5.4 is now available! WordPress 5.4 is currently scheduled to be released on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! There are two ways to test the WordPress 5.4 release candidate: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge [&#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:16:\"Francesca Marano\";s: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:3311:\"\n<p>The second release candidate for WordPress 5.4 is now available!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to be released on&nbsp;<strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.4 release candidate:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.4-RC2.zip\">download the release candidate here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>RC2 addresses improvements to the new About page and <a href=\"https://core.trac.wordpress.org/query?id=49611%2C49318%2C49295%2C49585%2C49568%2C49549&amp;milestone=5.4&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">5 fixes</a> for the following bugs and regressions:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/ticket/49611\">49611</a> &#8211; Block Editor: Update WordPress Packages WordPress 5.4 RC 2</li><li><a href=\"https://core.trac.wordpress.org/ticket/49318\">49318</a> &#8211; Bundled Themes: Twenty Twenty content font CSS selector is too important</li><li><a href=\"https://core.trac.wordpress.org/ticket/49585\">49585</a> &#8211; REST API: Fix typo in disable-custom-gradients theme feature description</li><li><a href=\"https://core.trac.wordpress.org/ticket/49568\">49568</a> &#8211; Block Editor: Fix visual regression in editor&#8217;s color picker</li><li><a href=\"https://core.trac.wordpress.org/ticket/49549\">49549</a> &#8211; Bundled Themes: Calendar widget CSS fixes on various Bundled themes</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;so we can figure those out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a>&nbsp;has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</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:\"8422\";s: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:79:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"People of WordPress: Mary Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2020 16:30: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=8406\";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:189:\"In the March edition of our \"People of WordPress\" series, you\'ll find out how Mary Job grew from a timid, curious cat into a public speaker and organizer of WordPress Meetups and WordCamps.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Yvette Sonneveld\";s: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:9720:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.&nbsp;</em></p>\n\n\n\n<h2>How it all began</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=632%2C844&#038;ssl=1\" alt=\"Mary Job at WordCamp Kampala 2020\" class=\"wp-image-8410\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=767%2C1024&amp;ssl=1 767w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=768%2C1025&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?w=809&amp;ssl=1 809w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Mary Job at WordCamp Kampala 2020</figcaption></figure>\n\n\n\n<p>Mary remembers when cybercafés started trending in Nigeria. She had just finished high school and was awaiting her results for admission to university. She spent all of her time (10 hours a day) and all of her pocket money buying bulk time online at cafes. All the way through university that was true, until in 2008 she graduated with a degree in philosophy and bought her own computer and modem.</p>\n\n\n\n<p>She started blogging in 2009. Initially, she tried out Blogger, Hubpages, and WordPress—but found WordPress too complicated.&nbsp;</p>\n\n\n\n<h2>Growing up as a timid but curious cat</h2>\n\n\n\n<p>Mary is one of four kids, and the only girl among her siblings. Throughout her childhood she felt shy, even though others didn’t always see her that way. </p>\n\n\n\n<p>When she first started her personal blog, it was mostly an opportunity for her to speak her mind where she was comfortable. Blogging gave her a medium to express her thoughts and with every new post she became a better writer.</p>\n\n\n\n<h2>Rediscovering WordPress</h2>\n\n\n\n<p>After completing a postgraduate diploma in mass communication, Mary started a Masters degree in Information Management. This required a three month internship. She decided to volunteer in Ghana in 2015 at the headquarters of the Salesians of Don Bosco in West Africa (SDBAFW<strong>)</strong> where her uncle was based.</p>\n\n\n\n<p>While she was there, her uncle asked Mary why she was not blogging on WordPress, which also happened to be the software the organisation used. She explained how difficult and complicated it was so he shared a group of beginner-level tutorial videos with her.</p>\n\n\n\n<p>After two weeks of watching those videos, she started to realize she could have a full-time career doing this. So she immediately joined a number of online training groups so she could learn everything.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I saw a lot of people earning an income from things I knew and did for the fun of it. I found myself asking why I had not turned my passion into a business.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>Not long after that, she was contacted by a website editor who was impressed by her blog. With the information available online for WordPress, she was able to learn everything she needed to improve and redesign a site for what turned into her first client.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8412\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?w=512&amp;ssl=1 512w, https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?resize=300%2C169&amp;ssl=1 300w\" sizes=\"(max-width: 512px) 100vw, 512px\" data-recalc-dims=\"1\" /><figcaption>Mary&#8217;s home office in 2016</figcaption></figure>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I visited the <a href=\"https://wordpress.org/showcase/\">WordPress.org showcase</a> and was wowed with all the good things I could do with WordPress.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>In 2016 after a year of deep WordPress learning, she had fallen in love with the CMS and wanted to give back to the <a href=\"https://make.wordpress.org/\">WordPress open source project</a>.&nbsp;</p>\n\n\n\n<p>She volunteered to help the Community team. And when she moved to Lagos later that year, she discovered there was an active WordPress Meetup community. This started her journey toward becoming a WordPress Meetup Co-organizer and a Global Community Team Deputy.</p>\n\n\n\n<p>Today the Nigerian WordPress community continues to grow, as has the <a href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group\">Lagos WordPress Meetup</a> group. The first Nigerian WordCamp took place in Lagos in 2018 and a <a href=\"https://2020.lagos.wordcamp.org/\">2020 event is being planned</a>. A local WordPress community also developed in Mary’s hometown in Ijebu.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I have made great friends and met co-organizers in the community who are dedicated to building and sharing their WordPress knowledge with the community like I am.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<h2>What did Mary gain from using and contributing to WordPress?</h2>\n\n\n\n<ul><li>She <strong>overcame her stage fright</strong> by getting up in front of an audience at her local Meetup to introduce speakers and to talk about the WordPress community.&nbsp;</li><li>She <strong>attended her first of many African WordCamps </strong>in Cape Town, South Africa. Coincidentally this was also her first time outside West Africa. Before that, she had not been in an aircraft for more than one hour.</li><li>She <strong>earned money</strong> from WordPress web design projects to sustain her during her learning period. Mary continues to use WordPress in her work and says she is still learning every day!</li><li>She got to <strong>jump off</strong> Signal Hill in Cape Town when visiting a WordCamp!&nbsp;</li></ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?fit=632%2C422&amp;ssl=1\" alt=\"\" class=\"wp-image-8413\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?w=1683&amp;ssl=1 1683w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=768%2C512&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Mary moderating a panel at WordCamp Lagos in 2019</figcaption></figure>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Essentially, the community has taught me to be a better communicator, and a better person. I’ve made friends across the world that have become like a family to me.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>She now runs a village hub in Ijebu,&nbsp; where she teaches girls digital skills and WordPress as a way of giving back to her town.</p>\n\n\n\n<p>Since she started on this journey, Mary has gotten a fulltime job supporting a WordPress plugin. She’s also become a Community Team Rep and continues to build and foster communities.</p>\n\n\n\n<h2>Mary’s advice to others</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Always seek to understand the basics of whatever knowledge you seek. Never jump in too fast, wanting to spiral to the top while ignoring the learning curve. You will likely crash down effortlessly if you do so, and would have learned nothing.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>). Thank you to Mary Job (<a href=\"https://profiles.wordpress.org/mariaojob/\">@maryojob</a>) for sharing her #ContributorStory.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8409\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"18\";s: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:\"8406\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.4 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Mar 2020 21:59:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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=8399\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"The first release candidate for WordPress 5.4 is now available! This is an important milestone as we progress toward the WordPress 5.4 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.4 is currently [&#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:\"David Baumwald\";s: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:2714:\"\n<p>The first release candidate for WordPress 5.4 is now available!</p>\n\n\n\n<p>This is an important milestone as we progress toward the WordPress 5.4 release date. “Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.4 is currently scheduled to be released on <strong>March 31, 2020</strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.4 yet, <strong>now is the time</strong>!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.4 release candidate:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-RC1.zip\">download the release candidate here</a> (zip).</li></ul>\n\n\n\n<h2>What’s in WordPress 5.4?</h2>\n\n\n\n<p>WordPress 5.4 has lots of refinements to polish the developer experience. To keep up, subscribe to the&nbsp;<a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a>&nbsp;and pay special attention to the&nbsp;<a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">developer notes</a>&nbsp;tag for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the <em>Tested up to</em> version in the readme file to 5.4. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The WordPress 5.4 Field Guide will be published within the next 24 hours with a more detailed dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\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> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.4 release schedule.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</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:\"8399\";s: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:57:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: February 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2020/03/the-month-in-wordpress-february-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2020 09:15: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=8393\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"February 2020 was a busy month in the WordPress project! Most notably, there was an outpouring of sentiment in response to the unfortunate cancellation of WordCamp Asia. However, the team continues to work hard in the hopes of making WordCamp Asia 2021 happen. In addition, there were a number of releases and some exciting new [&#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:9167:\"\n<p>February 2020 was a busy month in the WordPress project! Most notably, there was an outpouring of sentiment in response to the unfortunate cancellation of WordCamp Asia. However, the team continues to work hard in the hopes of making WordCamp Asia 2021 happen. In addition, there were a number of releases and some exciting new news during the month of February. Read on for more information!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordCamp Asia 2020 Cancelled &amp; Pop-up Livestream</h2>\n\n\n\n<p>There was a ton of excitement around WordCamp Asia, not to mention all the effort from organizers, speakers, sponsors and volunteers. Unfortunately, on February 12th, <a href=\"https://wordpress.org/news/2020/02/wordcamp-asia-cancelled-due-to-covid-19/\">WordCamp Asia was cancelled</a> due to concern and uncertainty around COVID-19. Since then, the organizing team has worked to <a href=\"https://2020.asia.wordcamp.org/2020/02/12/cancellation/\">refund tickets and to support hotel and air refunds</a>. In addition, a <a href=\"https://wordpress.org/news/2020/02/pop-up-livestream-on-february-22/\">pop-up livestream</a> featuring some WordCamp Asia speakers and a Fireside Chat and Q&amp;A with Matt Mullenweg took place on February 22nd.</p>\n\n\n\n<p>For a personal take on the cancellation of WordCamp Asia, read <a href=\"https://naoko.blog/2020/02/13/wordcamp-asia-2020-recap/\">this post from Naoko Takano</a>, the global lead organizer. Many thanks to the volunteers who worked hard to deliver WordCamp Asia. They’ve not only handled logistics associated with cancellation but have also announced that they’ve started <a href=\"https://2020.asia.wordcamp.org/2020/02/18/wordcamp-asia-2021/\">working on WordCamp Asia 2021</a> with some January dates in mind! To get the latest on WordCamp Asia, subscribe to updates <a href=\"https://2021.asia.wordcamp.org/\">here</a>.&nbsp;</p>\n\n\n\n<h2>WordPress 5.4 Beta is Now Available</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-1/\">WordPress 5.4 Beta 1</a> was released on February 11 and quickly followed by <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-2/\">Beta 2</a> on February 18 and <a href=\"https://wordpress.org/news/2020/02/wordpress-5-4-beta-3/\">Beta 3</a> on February 25. These two releases get us closer to our primary goal for 2020: full-site editing with blocks. WordPress 5.4 will merge ten releases of the Gutenberg plugin and is scheduled to be released on March 31, 2020. It will come with many new features, such as two new blocks for social links and buttons, and easier navigation in the block breadcrumbs. There are also a number of accessibility improvements, such as easier multi-block selection and easier tabbing, one of the editor’s biggest accessibility issues. <a href=\"https://make.wordpress.org/core/tag/5-4/\">5.4 will also include</a> many developer-focused changes, such as improved favicon handling and many new hooks and filters.</p>\n\n\n\n<p>Want to get involved in building WordPress? There are a number of ways to help right now! If you speak a language other than English, <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help us translate WordPress</a>. Found a bug? Post it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> in the support forums. You can also help us test the current beta by installing <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">the WordPress Beta Tester plugin</a>. Just remember that the software is still in development, so we recommend against running it on a production site.&nbsp;</p>\n\n\n\n<h2>WordCamp Centroamérica is Looking for Speakers and Sponsors!</h2>\n\n\n\n<p><a href=\"https://2020.centroamerica.wordcamp.org/\">WordCamp Centroamérica</a> is the first regional WordCamp for Central America and will be held on September 17-19, 2020, in Managua, Nicaragua. The <a href=\"https://2020.centroamerica.wordcamp.org/2020/01/28/llamado-a-ponentes-call-for-speakers/#more-5\">Call for Speakers</a> and <a href=\"https://2020.centroamerica.wordcamp.org/2020/01/16/call-for-sponsors/\">Call for Sponsors</a> are now open, so if you’re interested in speaking at or sponsoring WordCamp Centroamérica, now is your chance! To learn more about the eent, visit and subscribe to updates on their <a href=\"https://2020.centroamerica.wordcamp.org/\">website</a>, or follow their <a href=\"https://www.facebook.com/WordCampCA\">Facebook</a>, <a href=\"https://twitter.com/WordCampCA\">Twitter</a>, and <a href=\"https://instagram.com/wccentroamerica\">Instagram</a> accounts.&nbsp;&nbsp;</p>\n\n\n\n<p>Want to get involved in the Community team and help make more amazing WordCamps happen? <a href=\"https://make.wordpress.org/community/\">Follow the blog</a> and join the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>! You can also find out about other <a href=\"https://central.wordcamp.org/\">upcoming WordCamps here</a>.</p>\n\n\n\n<h2>Contribute to WordPress Core via GitHub</h2>\n\n\n\n<p>An experimental feature has been added to Trac to help improve collaboration between Trac and GitHub. This feature allows contributors to link GitHub pull requests opened against the official <a href=\"https://github.com/wordpress/wordpress-develop\">WordPress Develop Git mirror</a> to tickets, which will make GitHub contributions more visible in the related Trac ticket. To learn all the details and to see how it works, read <a href=\"https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/\">this post</a>.</p>\n\n\n\n<h2>Gutenberg Development Continues</h2>\n\n\n\n<p>There are many new exciting additions to Gutenberg! On February 5, <a href=\"https://make.wordpress.org/core/2020/02/05/whats-new-in-gutenberg-5-february/\">Gutenberg 7.4 saw two new features added</a>, including background color support to the Columns block and text color support for the Group block. Many enhancements were made, including a number of improvements to the Navigation Block.</p>\n\n\n\n<p>Gutenberg 7.5 was released on February 12, <a href=\"https://make.wordpress.org/core/2020/02/26/whats-new-in-gutenberg-26-february/\">with 7.6 following</a> on February 27. They introduced even more features, including the Social Links block as a stable block and a number of additional blocks for full-site editing, not to mention the many enhancements, new APIs, bug fixes, documentation, and updates.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>Aside from WordCamp Asia, two other WordCamps have been postponed due to COVID-19: <a href=\"https://2020-soltau.retreat.wordcamp.org/2020/02/29/verschiebung-des-wordcamp-retreat-postponing-of-wordcamp-retreat/\">WordCamp Retreat Soltau</a> and <a href=\"https://2020.geneve.wordcamp.org/wordcamp-geneve-reporte/\">WordCamp Genève</a>. News about further postponements or cancellations will be posted on <a href=\"https://central.wordcamp.org/news/\">the WordCamp Central blog</a>.</li><li>Automatic updates for themes and plugins <a href=\"https://make.wordpress.org/core/2020/02/26/feature-plugin-wp-auto-updates/\">are being planned</a> for inclusion in WordPress 5.5.</li><li>Version 2.2.1 of the WordPress Coding Standards has been released.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2020/02/06/community-team-reps-for-2020-2/\">has selected new team representatives</a> for 2020.</li><li>The Core team <a href=\"https://make.wordpress.org/core/2020/02/09/what-does-it-mean-to-be-a-component-maintainer-a-refresher/\">published a useful refresher</a> on what it means to be a component maintainer, along with some tips and best practices.</li><li><a href=\"https://make.wordpress.org/support/2020/02/changes-to-the-support-guidelines-for-linking-to-off-site-resources/\">The Support Team has announced</a> some amendments to their guidelines for linking to external resources when using the support forums.</li><li>The WordPress Foundation <a href=\"https://wordpressfoundation.org/2020/wordpress-foundation-donates-to-black-girls-code-and-internet-archive/\">has published financial information</a> regarding their charitable donations from 2019.</li><li>The Core XML Sitemaps project kicked off with <a href=\"https://make.wordpress.org/core/2020/02/24/xml-sitemaps-meeting-february-25th-2020/\">their first meeting</a> this month.</li><li>The Gutenberg team have created <a href=\"https://make.wordpress.org/core/2020/02/28/new-wordpress-create-block-package-for-block-scaffolding/\">a new @wordpress/create-block package</a> for scaffolding new blocks.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 27 Apr 2020 07:17:47 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:\"Wed, 08 Apr 2020 00:57:03 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20130911020210\";}', 'no');
INSERT INTO `wpo9_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(132, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1588015067', 'no'),
(133, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1587971867', 'no'),
(134, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1588015077', 'no'),
(135, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/\'>People of WordPress: Mario Peshev</a></li></ul></div><div class=\"rss-widget\"><p><strong>RSS Error:</strong> WP HTTP Error: cURL error 28: Connection timed out after 10004 milliseconds</p></div>', 'no'),
(136, '_site_transient_timeout_theme_roots', '1587975373', 'no'),
(137, '_site_transient_theme_roots', 'a:6:{s:14:\"education-soul\";s:7:\"/themes\";s:14:\"kids-education\";s:7:\"/themes\";s:5:\"tutor\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(138, 'current_theme', 'Kids Education', 'yes'),
(139, 'theme_mods_kids-education', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(140, 'theme_switched', '', 'yes'),
(141, '_transient_is_multi_author', '0', 'yes');

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

--
-- Table structure for table `wpo9_postmeta`
--

CREATE TABLE `wpo9_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpo9_postmeta`
--

INSERT INTO `wpo9_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default');

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

--
-- Table structure for table `wpo9_posts`
--

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

--
-- Dumping data for table `wpo9_posts`
--

INSERT INTO `wpo9_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
(1, 1, '2020-04-27 07:10:00', '2020-04-27 07:10:00', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-04-27 07:10:00', '2020-04-27 07:10:00', '', 0, 'https://connectivism.in/?p=1', 0, 'post', '', 1),
(2, 1, '2020-04-27 07:10:00', '2020-04-27 07:10:00', '<!-- wp:paragraph -->\n<p>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:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://connectivism.in/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-04-27 07:10:00', '2020-04-27 07:10:00', '', 0, 'https://connectivism.in/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-04-27 07:10:00', '2020-04-27 07:10:00', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://connectivism.in.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-04-27 07:10:00', '2020-04-27 07:10:00', '', 0, 'https://connectivism.in/?page_id=3', 0, 'page', '', 0),
(4, 1, '2020-04-27 07:17:44', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-04-27 07:17:44', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=4', 0, 'post', '', 0);

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

--
-- Table structure for table `wpo9_termmeta`
--

CREATE TABLE `wpo9_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpo9_terms`
--

CREATE TABLE `wpo9_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpo9_terms`
--

INSERT INTO `wpo9_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0);

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

--
-- Table structure for table `wpo9_term_relationships`
--

CREATE TABLE `wpo9_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpo9_term_relationships`
--

INSERT INTO `wpo9_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);

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

--
-- Table structure for table `wpo9_term_taxonomy`
--

CREATE TABLE `wpo9_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpo9_term_taxonomy`
--

INSERT INTO `wpo9_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);

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

--
-- Table structure for table `wpo9_usermeta`
--

CREATE TABLE `wpo9_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpo9_usermeta`
--

INSERT INTO `wpo9_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, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpo9_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpo9_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"36e7a3297fa1e4af822121b8f6be1b22a0c62d3d63725273088c80c609c6da76\";a:4:{s:10:\"expiration\";i:1588144662;s:2:\"ip\";s:14:\"157.33.184.141\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36\";s:5:\"login\";i:1587971862;}}'),
(17, 1, 'wpo9_user-settings', 'libraryContent=browse&editor=html&align=left&hidetb=1&imgsize=full&urlbutton=file'),
(18, 1, 'wpo9_user-settings-time', '1587971859'),
(19, 1, 'wpo9_dashboard_quick_press_last_post_id', '4'),
(20, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"157.33.184.0\";}');

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

--
-- Table structure for table `wpo9_users`
--

CREATE TABLE `wpo9_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpo9_users`
--

INSERT INTO `wpo9_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$B91cio.QuH2DyT2QVq2E3ARreFd5s2/', 'admin', 'admin@connectivism.in', 'https://connectivism.in', '2020-04-27 07:10:00', '', 0, 'admin');

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

--
-- Table structure for table `wpqe_actionscheduler_actions`
--

CREATE TABLE `wpqe_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_actionscheduler_actions`
--

INSERT INTO `wpqe_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(9, 'woocommerce_update_marketplace_suggestions', 'complete', '2020-05-08 15:39:40', '2020-05-08 15:39:40', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1588952380;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1588952380;}', 0, 1, '2020-05-08 15:40:57', '2020-05-08 15:40:57', 0, NULL);

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

--
-- Table structure for table `wpqe_actionscheduler_claims`
--

CREATE TABLE `wpqe_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_actionscheduler_groups`
--

CREATE TABLE `wpqe_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_actionscheduler_groups`
--

INSERT INTO `wpqe_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration');

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

--
-- Table structure for table `wpqe_actionscheduler_logs`
--

CREATE TABLE `wpqe_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_actionscheduler_logs`
--

INSERT INTO `wpqe_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(10, 9, 'action created', '2020-05-08 15:39:40', '2020-05-08 15:39:40'),
(11, 9, 'action started via WP Cron', '2020-05-08 15:40:57', '2020-05-08 15:40:57'),
(12, 9, 'action complete via WP Cron', '2020-05-08 15:40:57', '2020-05-08 15:40:57');

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

--
-- Table structure for table `wpqe_commentmeta`
--

CREATE TABLE `wpqe_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_commentmeta`
--

INSERT INTO `wpqe_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(1, 95, 'akismet_history', 'a:3:{s:4:\"time\";d:1588048480.496557;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(2, 94, 'akismet_history', 'a:3:{s:4:\"time\";d:1588048480.611506;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(3, 93, 'akismet_history', 'a:3:{s:4:\"time\";d:1588048483.292479;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),
(4, 92, 'akismet_history', 'a:3:{s:4:\"time\";d:1588048484.664968;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}');

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

--
-- Table structure for table `wpqe_comments`
--

CREATE TABLE `wpqe_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_comments`
--

INSERT INTO `wpqe_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
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2020-04-06 13:09:16', '2020-04-06 13:09:16', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, 'post-trashed', '', '', 0, 0),
(2, 155, 'Anon', 'anon@example.com', '', '59.167.157.3', '2007-09-04 10:49:28', '2007-09-04 00:49:28', 'Anonymous comment.', 0, '1', '', '', 0, 0),
(3, 155, 'tellyworthtest2', 'tellyworth+test2@gmail.com', '', '59.167.157.3', '2007-09-04 10:49:03', '2007-09-04 00:49:03', 'Contributor comment.', 0, '1', '', '', 0, 0),
(4, 155, 'John Doe', 'example@example.org', 'http://example.org', '59.167.157.3', '2007-09-04 10:48:51', '2007-09-04 17:48:51', 'Author comment.', 0, '1', '', '', 0, 0),
(8, 1170, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 12:35:07', '2013-03-14 19:35:07', 'Having no content in the post should have no adverse effects on the layout or functionality.', 0, 'post-trashed', '', '', 0, 0),
(9, 2064, 'Mr WordPress', '', 'https://themepalacedemo.com/', '', '2016-11-09 05:59:12', '2016-11-09 05:59:12', 'Hi, this is a comment.\nTo delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, 'post-trashed', '', '', 0, 0),
(10, 1148, 'John Doe', 'example@example.org', 'http://example.org/', '59.167.157.3', '2012-09-03 10:18:04', '2012-09-03 17:18:04', 'Headings\nHeader one\nHeader two\nHeader three\nHeader four\nHeader five\nHeader six\nBlockquotes\nSingle line blockquote:\n<blockquote>Stay hungry. Stay foolish.</blockquote>\nMulti line blockquote with a cite reference:\n<blockquote>People think focus means saying yes to the thing you\\\'ve got to focus on. But that\\\'s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I\\\'m actually as proud of the things we haven\\\'t done as the things I have done. Innovation is saying no to 1,000 things. <cite>Steve Jobs - Apple Worldwide Developers\\\' Conference, 1997</cite></blockquote>\nTables\n\n\n\nEmployee\nSalary\n\n\n\n<a href=\\\"http://example.org/\\\" rel=\\\"nofollow ugc\\\">John Saddington</a>\n$1\nBecause that\\\'s all Steve Job\\\' needed for a salary.\n\n\n<a href=\\\"http://example.org/\\\" rel=\\\"nofollow ugc\\\">Tom McFarlin</a>\n$100K\nFor all the blogging he does.\n\n\n<a href=\\\"http://example.org/\\\" rel=\\\"nofollow ugc\\\">Jared Erickson</a>\n$100M\nPictures are worth a thousand words, right? So Tom x 1,000.\n\n\n<a href=\\\"http://example.org/\\\" rel=\\\"nofollow ugc\\\">Chris Ames</a>\n$100B\nWith hair like that?! Enough said...\n\n\n\nDefinition Lists\nDefinition List TitleDefinition list division.StartupA startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.#doworkCoined by Rob Dyrdek and his personal body guard Christopher \\\"Big Black\\\" Boykins, \\\"Do Work\\\" works as a self motivator, to motivating your friends.Do It LiveI\\\'ll let Bill O\\\'Reilly will <a title=\\\"We&#039;ll Do It Live\\\" href=\\\"https://www.youtube.com/watch?v=O_HyZ5aW76c\\\" rel=\\\"nofollow ugc\\\">explain</a> this one.\nUnordered Lists (Nested)\n\n	List item one\n\n	List item one\n\n	List item one\n	List item two\n	List item three\n	List item four\n\n\n	List item two\n	List item three\n	List item four\n\n\n	List item two\n	List item three\n	List item four\n\nOrdered List (Nested)\n\n	List item one\n\n	List item one\n\n	List item one\n	List item two\n	List item three\n	List item four\n\n\n	List item two\n	List item three\n	List item four\n\n\n	List item two\n	List item three\n	List item four\n\nHTML Tags\nThese supported tags come from the WordPress.com code <a title=\\\"Code\\\" href=\\\"http://en.support.wordpress.com/code/\\\" rel=\\\"nofollow ugc\\\">FAQ</a>.\n\n<strong>Address Tag</strong>\n\n1 Infinite Loop\nCupertino, CA 95014\nUnited States<strong>Anchor Tag (aka. Link)</strong>\n\nThis is an example of a <a title=\\\"Apple\\\" href=\\\"http://apple.com\\\" rel=\\\"nofollow ugc\\\">link</a>.\n\n<strong>Abbreviation Tag</strong>\n\nThe abbreviation <abbr title=\\\"Seriously\\\">srsly</abbr> stands for \\\"seriously\\\".\n\n<strong>Acronym Tag</strong>\n\nThe acronym <acronym title=\\\"For The Win\\\">ftw</acronym> stands for \\\"for the win\\\".\n\n<strong>Big Tag</strong>\n\nThese tests are a big deal, but this tag is no longer supported in HTML5.\n\n<strong>Cite Tag</strong>\n\n\\\"Code is poetry.\\\" --<cite>Automattic</cite>\n\n<strong>Code Tag</strong>\n\nYou will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.\n\n<strong>Delete Tag</strong>\n\nThis tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).\n\n<strong>Emphasize Tag</strong>\n\nThe emphasize tag should <em>italicize</em> text.\n\n<strong>Insert Tag</strong>\n\nThis tag should denote inserted text.\n\n<strong>Keyboard Tag</strong>\n\nThis scarcely known tag emulates keyboard text, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Preformatted Tag</strong>\n\nThis tag styles large blocks of code.\n.post-title {\n  margin: 0 0 5px;\n  font-weight: bold;\n  font-size: 38px;\n  line-height: 1.2;\n}\n\n<strong>Quote Tag</strong>\n\n<q>Developers, developers, developers...</q> --Steve Ballmer\n\n<strong>Strong Tag</strong>\n\nThis tag shows <strong>bold<strong> text.</strong></strong>\n\n<strong>Subscript Tag</strong>\n\nGetting our science styling on with H2O, which should push the \\\"2\\\" down.\n\n<strong>Superscript Tag</strong>\n\nStill sticking with science and Isaac Newton\\\'s E = MC2, which should lift the 2 up.\n\n<strong>Teletype Tag</strong>\n\nThis rarely used tag emulates teletype text, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Variable Tag</strong>\n\nThis allows you to denote variables.', 0, 'post-trashed', '', '', 0, 0),
(11, 1148, 'Anonymous User', 'fake@email.com', '', '67.3.69.40', '2013-03-11 23:45:54', '2013-03-12 04:45:54', 'This user it trying to be anonymous.\n\n\n    They used a fake email, so there should be no <a href=\\\"http://gravatar.com/\\\" title=\\\"Gravatar\\\" rel=\\\"nofollow ugc\\\">Gravatar</a> associated with it.\n    They did not speify a website, so there should be no link to it in the comment.\n', 0, 'post-trashed', '', '', 0, 0),
(12, 1148, 'Jane Doe', 'example@example.org', 'http://example.org/', '204.54.106.1', '2013-03-12 13:17:35', '2013-03-12 20:17:35', 'Comments? I love comments!', 0, 'post-trashed', '', '', 0, 0),
(13, 1148, 'Anonymous User', 'fake@email.com', '', '67.3.69.40', '2013-03-11 23:45:54', '2013-03-12 04:45:54', 'This user it trying to be anonymous.\n\n\n    They used a fake email, so there should be no <a href=\\\"http://gravatar.com/\\\" title=\\\"Gravatar\\\" rel=\\\"nofollow ugc\\\">Gravatar</a> associated with it.\n    They did not speify a website, so there should be no link to it in the comment.\n', 0, 'post-trashed', '', '', 0, 0),
(14, 1148, 'Jane Doe', 'example@example.org', 'http://example.org/', '204.54.106.1', '2013-03-12 13:17:35', '2013-03-12 20:17:35', 'Comments? I love comments!', 0, 'post-trashed', '', '', 0, 0),
(15, 1148, 'John Doe', 'example@example.org', 'http://example.org', '24.126.245.62', '2013-03-14 07:53:26', '2013-03-14 14:53:26', 'These tests are amazing!', 0, 'post-trashed', '', '', 0, 0),
(16, 1148, 'John Doe', 'example@example.org', 'http://example.org', '24.126.245.62', '2013-03-14 07:53:26', '2013-03-14 14:53:26', 'These tests are amazing!', 0, 'post-trashed', '', '', 0, 0),
(17, 1148, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 07:56:46', '2013-03-14 14:56:46', 'Author Comment.', 0, 'post-trashed', '', '', 0, 0),
(18, 1148, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 07:56:46', '2013-03-14 14:56:46', 'Author Comment.', 0, 'post-trashed', '', '', 0, 0),
(19, 1148, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 07:57:01', '2013-03-14 14:57:01', 'Comment Depth 01', 0, 'post-trashed', '', '', 0, 0),
(20, 1148, 'Jane Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:01:21', '2013-03-14 15:01:21', 'Comment Depth 02', 0, 'post-trashed', '', '', 19, 0),
(21, 1148, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 07:57:01', '2013-03-14 14:57:01', 'Comment Depth 01', 0, 'post-trashed', '', '', 0, 0),
(22, 1148, 'Fred Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:02:06', '2013-03-14 15:02:06', 'Comment Depth 03', 0, 'post-trashed', '', '', 20, 0),
(23, 1148, 'Jane Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:01:21', '2013-03-14 15:01:21', 'Comment Depth 02', 0, 'post-trashed', '', '', 21, 0),
(24, 1148, 'Fred Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:03:22', '2013-03-14 15:03:22', 'Comment Depth 04', 0, 'post-trashed', '', '', 22, 0),
(25, 1148, 'Fred Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:02:06', '2013-03-14 15:02:06', 'Comment Depth 03', 0, 'post-trashed', '', '', 23, 0),
(26, 1148, 'Joe Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:10:29', '2013-03-14 15:10:29', 'Comment Depth 05\n\nAlso an author comment.', 0, 'post-trashed', '', '', 24, 0),
(27, 1148, 'Fred Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:03:22', '2013-03-14 15:03:22', 'Comment Depth 04', 0, 'post-trashed', '', '', 25, 0),
(28, 1148, 'Joe Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:10:29', '2013-03-14 15:10:29', 'Comment Depth 05\n\nAlso an author comment.', 0, 'post-trashed', '', '', 27, 0),
(29, 1148, 'Jane Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:12:16', '2013-03-14 15:12:16', 'Comment Depth 06', 0, 'post-trashed', '', '', 26, 0),
(30, 1148, 'Jane Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:12:16', '2013-03-14 15:12:16', 'Comment Depth 06', 0, 'post-trashed', '', '', 28, 0),
(31, 1148, 'Joe Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:12:58', '2013-03-14 15:12:58', 'Comment Depth 07', 0, 'post-trashed', '', '', 29, 0),
(32, 1148, 'Joe Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:12:58', '2013-03-14 15:12:58', 'Comment Depth 07', 0, 'post-trashed', '', '', 30, 0),
(33, 1148, 'Jane Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:13:42', '2013-03-14 15:13:42', 'Comment Depth 08', 0, 'post-trashed', '', '', 31, 0),
(34, 1148, 'Jane Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:13:42', '2013-03-14 15:13:42', 'Comment Depth 08', 0, 'post-trashed', '', '', 32, 0),
(35, 1148, 'Joe Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:14:13', '2013-03-14 15:14:13', 'Comment Depth 09', 0, 'post-trashed', '', '', 33, 0),
(36, 1148, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:14:47', '2013-03-14 15:14:47', 'Comment Depth 10\n\nAlso an author comment.', 0, 'post-trashed', '', '', 35, 0),
(37, 1148, 'Joe Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:14:13', '2013-03-14 15:14:13', 'Comment Depth 09', 0, 'post-trashed', '', '', 34, 0),
(38, 1148, 'Jane Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 09:56:43', '2013-03-14 16:56:43', 'Image comment.\n\n', 0, 'post-trashed', '', '', 0, 0),
(39, 1148, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:14:47', '2013-03-14 15:14:47', 'Comment Depth 10\n\nAlso an author comment.', 0, 'post-trashed', '', '', 37, 0),
(40, 1148, 'Jane Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 09:56:43', '2013-03-14 16:56:43', 'Image comment.\n\n', 0, 'post-trashed', '', '', 0, 0),
(41, 1148, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:23:24', '2013-03-14 18:23:24', 'We are totally going to blog about these tests!', 0, 'post-trashed', '', '', 0, 0),
(42, 1148, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:27:54', '2013-03-14 18:27:54', 'We use these tests all the time! Killer stuff!', 0, 'post-trashed', '', '', 0, 0),
(43, 1148, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:23:24', '2013-03-14 18:23:24', 'We are totally going to blog about these tests!', 0, 'post-trashed', '', '', 0, 0),
(44, 1148, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:27:54', '2013-03-14 18:27:54', 'We use these tests all the time! Killer stuff!', 0, 'post-trashed', '', '', 0, 0),
(45, 1148, 'Jane Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:30:33', '2013-03-14 18:30:33', 'Thanks for all the comments, everyone!', 0, 'post-trashed', '', '', 0, 0),
(46, 1148, 'Jane Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:30:33', '2013-03-14 18:30:33', 'Thanks for all the comments, everyone!', 0, 'post-trashed', '', '', 0, 0),
(47, 1148, 'nc best restaurants', 'brittpartee@web.de', 'http://www.fourkrestaurant.com/', '196.245.218.201', '2018-10-14 15:44:25', '2018-10-14 15:44:25', 'Hi, yes this piece of writing is actually \nnice and I have learned lot of things from \nit concerning blogging. thanks.', 0, 'post-trashed', '', '', 0, 0),
(48, 1148, 'nc best restaurants', 'brittpartee@web.de', 'http://www.fourkrestaurant.com/', '196.245.218.201', '2018-10-14 15:44:25', '2018-10-14 15:44:25', 'Hi, yes this piece of writing is actually \nnice and I have learned lot of things from \nit concerning blogging. thanks.', 0, 'post-trashed', '', '', 0, 0),
(49, 1149, 'Ping 1 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-1/', '72.232.101.12', '2007-11-21 11:31:12', '2007-11-21 01:31:12', '[...] Trackback test. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(50, 1149, 'Ping 2 with a much longer title than the previous ping, which was called Ping 1 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-2-with-a-much-longer-title-than-the-previous-ping-which-was-called-ping-1/', '72.232.101.12', '2007-11-21 11:35:47', '2007-11-21 01:35:47', '[...] Another trackback test.  Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec hendrerit gravida nisi. Praesent libero odio, tincidunt nec, fringilla et, mollis ut, ipsum. Proin a lacus quis nisi pulvinar bibendum. Donec massa justo, dapibus at, imperdiet vestibulum, dapibus in, leo. Donec pretium tellus in dui. Phasellus tristique aliquet justo. Donec sodales. Nulla urna mi, molestie ac, malesuada sit amet, sagittis id, lacus. Mauris auctor leo ac justo. Proin convallis. Nulla eleifend dictum mi. Donec at lectus. Integer augue sapien, ornare vitae, rhoncus quis, rhoncus sed, sapien. Nunc mattis diam sodales diam.Etiam porttitor, ante sed varius semper, ante arcu rutrum tortor, at luctus nunc urna id nibh. Fusce sodales. Integer sed ligula. Donec posuere, nibh aliquet auctor congue, augue est porttitor odio, imperdiet facilisis tortor urna vel mauris. Pellentesque pretium, lorem non pellentesque varius, elit diam ultrices mi, sed posuere sapien lectus sed mi. Donec vestibulum urna. Donec gravida elit et enim. Ut dignissim neque ut erat. Morbi tincidunt nunc vitae lorem. Morbi rhoncus mi. Praesent facilisis tincidunt enim. Ut pulvinar. Suspendisse potenti. Vivamus turpis odio, porta at, malesuada in, iaculis eget, odio. Aenean faucibus, urna quis congue dignissim, orci tellus ornare leo, eget viverra ante ipsum sit amet magna. Suspendisse mattis nunc at justo. Nullam malesuada lobortis lorem. Morbi ultricies. Nam risus erat, sagittis ut, tristique rhoncus, luctus id, ante. Maecenas ac dui. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(51, 1149, 'Ping 4 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-4/', '72.232.101.12', '2007-11-21 11:39:25', '2007-11-21 01:39:25', '[...] Another short one. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(52, 1149, 'Ping 3 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-3/', '72.232.101.12', '2007-11-21 11:38:22', '2007-11-21 01:38:22', '[...] Just a short one. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(53, 1149, 'John Doe', 'example@example.org', 'http://example.org/', '146.214.103.251', '2010-06-11 15:27:04', '2010-06-11 22:27:04', 'This is a comment amongst pingbacks and trackbacks.', 0, 'post-trashed', '', '', 0, 0),
(54, 2072, 'Ping 1 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-1/', '72.232.101.12', '2007-11-21 11:31:12', '2007-11-21 01:31:12', '[...] Trackback test. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(55, 2072, 'Ping 2 with a much longer title than the previous ping, which was called Ping 1 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-2-with-a-much-longer-title-than-the-previous-ping-which-was-called-ping-1/', '72.232.101.12', '2007-11-21 11:35:47', '2007-11-21 01:35:47', '[...] Another trackback test.  Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec hendrerit gravida nisi. Praesent libero odio, tincidunt nec, fringilla et, mollis ut, ipsum. Proin a lacus quis nisi pulvinar bibendum. Donec massa justo, dapibus at, imperdiet vestibulum, dapibus in, leo. Donec pretium tellus in dui. Phasellus tristique aliquet justo. Donec sodales. Nulla urna mi, molestie ac, malesuada sit amet, sagittis id, lacus. Mauris auctor leo ac justo. Proin convallis. Nulla eleifend dictum mi. Donec at lectus. Integer augue sapien, ornare vitae, rhoncus quis, rhoncus sed, sapien. Nunc mattis diam sodales diam.Etiam porttitor, ante sed varius semper, ante arcu rutrum tortor, at luctus nunc urna id nibh. Fusce sodales. Integer sed ligula. Donec posuere, nibh aliquet auctor congue, augue est porttitor odio, imperdiet facilisis tortor urna vel mauris. Pellentesque pretium, lorem non pellentesque varius, elit diam ultrices mi, sed posuere sapien lectus sed mi. Donec vestibulum urna. Donec gravida elit et enim. Ut dignissim neque ut erat. Morbi tincidunt nunc vitae lorem. Morbi rhoncus mi. Praesent facilisis tincidunt enim. Ut pulvinar. Suspendisse potenti. Vivamus turpis odio, porta at, malesuada in, iaculis eget, odio. Aenean faucibus, urna quis congue dignissim, orci tellus ornare leo, eget viverra ante ipsum sit amet magna. Suspendisse mattis nunc at justo. Nullam malesuada lobortis lorem. Morbi ultricies. Nam risus erat, sagittis ut, tristique rhoncus, luctus id, ante. Maecenas ac dui. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(56, 2072, 'Ping 4 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-4/', '72.232.101.12', '2007-11-21 11:39:25', '2007-11-21 01:39:25', '[...] Another short one. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(57, 2072, 'Ping 3 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-3/', '72.232.101.12', '2007-11-21 11:38:22', '2007-11-21 01:38:22', '[...] Just a short one. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(58, 2072, 'John Doe', 'example@example.org', 'http://example.org/', '146.214.103.251', '2010-06-11 15:27:04', '2010-06-11 22:27:04', 'This is a comment amongst pingbacks and trackbacks.', 0, 'post-trashed', '', '', 0, 0),
(59, 1168, 'Jane Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:56:08', '2013-03-14 18:56:08', 'This comment should not be visible until the password is entered.', 0, 'post-trashed', '', '', 0, 0),
(60, 2074, 'Jane Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:56:08', '2013-03-14 18:56:08', 'This comment should not be visible until the password is entered.', 0, 'post-trashed', '', '', 0, 0),
(61, 2082, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 12:35:07', '2013-03-14 19:35:07', 'Having no content in the post should have no adverse effects on the layout or functionality.', 0, 'post-trashed', '', '', 0, 0),
(62, 2087, 'Mr WordPress', '', 'https://themepalacedemo.com/', '', '2016-11-09 05:59:12', '2016-11-09 05:59:12', 'Hi, this is a comment.\nTo delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, 'post-trashed', '', '', 0, 0),
(63, 2100, 'John Doe', 'example@example.org', 'http://example.org/', '59.167.157.3', '2012-09-03 10:18:04', '2012-09-03 17:18:04', 'Headings\nHeader one\nHeader two\nHeader three\nHeader four\nHeader five\nHeader six\nBlockquotes\nSingle line blockquote:\n<blockquote>Stay hungry. Stay foolish.</blockquote>\nMulti line blockquote with a cite reference:\n<blockquote>People think focus means saying yes to the thing you\\\'ve got to focus on. But that\\\'s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I\\\'m actually as proud of the things we haven\\\'t done as the things I have done. Innovation is saying no to 1,000 things. <cite>Steve Jobs - Apple Worldwide Developers\\\' Conference, 1997</cite></blockquote>\nTables\n\n\n\nEmployee\nSalary\n\n\n\n<a href=\\\"http://example.org/\\\" rel=\\\"nofollow ugc\\\">John Saddington</a>\n$1\nBecause that\\\'s all Steve Job\\\' needed for a salary.\n\n\n<a href=\\\"http://example.org/\\\" rel=\\\"nofollow ugc\\\">Tom McFarlin</a>\n$100K\nFor all the blogging he does.\n\n\n<a href=\\\"http://example.org/\\\" rel=\\\"nofollow ugc\\\">Jared Erickson</a>\n$100M\nPictures are worth a thousand words, right? So Tom x 1,000.\n\n\n<a href=\\\"http://example.org/\\\" rel=\\\"nofollow ugc\\\">Chris Ames</a>\n$100B\nWith hair like that?! Enough said...\n\n\n\nDefinition Lists\nDefinition List TitleDefinition list division.StartupA startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.#doworkCoined by Rob Dyrdek and his personal body guard Christopher \\\"Big Black\\\" Boykins, \\\"Do Work\\\" works as a self motivator, to motivating your friends.Do It LiveI\\\'ll let Bill O\\\'Reilly will <a title=\\\"We&#039;ll Do It Live\\\" href=\\\"https://www.youtube.com/watch?v=O_HyZ5aW76c\\\" rel=\\\"nofollow ugc\\\">explain</a> this one.\nUnordered Lists (Nested)\n\n	List item one\n\n	List item one\n\n	List item one\n	List item two\n	List item three\n	List item four\n\n\n	List item two\n	List item three\n	List item four\n\n\n	List item two\n	List item three\n	List item four\n\nOrdered List (Nested)\n\n	List item one\n\n	List item one\n\n	List item one\n	List item two\n	List item three\n	List item four\n\n\n	List item two\n	List item three\n	List item four\n\n\n	List item two\n	List item three\n	List item four\n\nHTML Tags\nThese supported tags come from the WordPress.com code <a title=\\\"Code\\\" href=\\\"http://en.support.wordpress.com/code/\\\" rel=\\\"nofollow ugc\\\">FAQ</a>.\n\n<strong>Address Tag</strong>\n\n1 Infinite Loop\nCupertino, CA 95014\nUnited States<strong>Anchor Tag (aka. Link)</strong>\n\nThis is an example of a <a title=\\\"Apple\\\" href=\\\"http://apple.com\\\" rel=\\\"nofollow ugc\\\">link</a>.\n\n<strong>Abbreviation Tag</strong>\n\nThe abbreviation <abbr title=\\\"Seriously\\\">srsly</abbr> stands for \\\"seriously\\\".\n\n<strong>Acronym Tag</strong>\n\nThe acronym <acronym title=\\\"For The Win\\\">ftw</acronym> stands for \\\"for the win\\\".\n\n<strong>Big Tag</strong>\n\nThese tests are a big deal, but this tag is no longer supported in HTML5.\n\n<strong>Cite Tag</strong>\n\n\\\"Code is poetry.\\\" --<cite>Automattic</cite>\n\n<strong>Code Tag</strong>\n\nYou will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.\n\n<strong>Delete Tag</strong>\n\nThis tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).\n\n<strong>Emphasize Tag</strong>\n\nThe emphasize tag should <em>italicize</em> text.\n\n<strong>Insert Tag</strong>\n\nThis tag should denote inserted text.\n\n<strong>Keyboard Tag</strong>\n\nThis scarcely known tag emulates keyboard text, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Preformatted Tag</strong>\n\nThis tag styles large blocks of code.\n.post-title {\n  margin: 0 0 5px;\n  font-weight: bold;\n  font-size: 38px;\n  line-height: 1.2;\n}\n\n<strong>Quote Tag</strong>\n\n<q>Developers, developers, developers...</q> --Steve Ballmer\n\n<strong>Strong Tag</strong>\n\nThis tag shows <strong>bold<strong> text.</strong></strong>\n\n<strong>Subscript Tag</strong>\n\nGetting our science styling on with H2O, which should push the \\\"2\\\" down.\n\n<strong>Superscript Tag</strong>\n\nStill sticking with science and Isaac Newton\\\'s E = MC2, which should lift the 2 up.\n\n<strong>Teletype Tag</strong>\n\nThis rarely used tag emulates teletype text, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Variable Tag</strong>\n\nThis allows you to denote variables.', 0, 'post-trashed', '', '', 0, 0),
(64, 2100, 'Anonymous User', 'fake@email.com', '', '67.3.69.40', '2013-03-11 23:45:54', '2013-03-12 04:45:54', 'This user it trying to be anonymous.\n\n\n    They used a fake email, so there should be no <a href=\\\"http://gravatar.com/\\\" title=\\\"Gravatar\\\" rel=\\\"nofollow ugc\\\">Gravatar</a> associated with it.\n    They did not speify a website, so there should be no link to it in the comment.\n', 0, 'post-trashed', '', '', 0, 0),
(65, 2100, 'Jane Doe', 'example@example.org', 'http://example.org/', '204.54.106.1', '2013-03-12 13:17:35', '2013-03-12 20:17:35', 'Comments? I love comments!', 0, 'post-trashed', '', '', 0, 0),
(66, 2100, 'John Doe', 'example@example.org', 'http://example.org', '24.126.245.62', '2013-03-14 07:53:26', '2013-03-14 14:53:26', 'These tests are amazing!', 0, 'post-trashed', '', '', 0, 0),
(67, 2100, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 07:56:46', '2013-03-14 14:56:46', 'Author Comment.', 0, 'post-trashed', '', '', 0, 0),
(68, 2100, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 07:57:01', '2013-03-14 14:57:01', 'Comment Depth 01', 0, 'post-trashed', '', '', 0, 0),
(69, 2100, 'Jane Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:01:21', '2013-03-14 15:01:21', 'Comment Depth 02', 0, 'post-trashed', '', '', 68, 0),
(70, 2100, 'Fred Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:02:06', '2013-03-14 15:02:06', 'Comment Depth 03', 0, 'post-trashed', '', '', 69, 0),
(71, 2100, 'Fred Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:03:22', '2013-03-14 15:03:22', 'Comment Depth 04', 0, 'post-trashed', '', '', 70, 0),
(72, 2100, 'Joe Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:10:29', '2013-03-14 15:10:29', 'Comment Depth 05\n\nAlso an author comment.', 0, 'post-trashed', '', '', 71, 0),
(73, 2100, 'Jane Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:12:16', '2013-03-14 15:12:16', 'Comment Depth 06', 0, 'post-trashed', '', '', 72, 0),
(74, 2100, 'Joe Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:12:58', '2013-03-14 15:12:58', 'Comment Depth 07', 0, 'post-trashed', '', '', 73, 0),
(75, 2100, 'Jane Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:13:42', '2013-03-14 15:13:42', 'Comment Depth 08', 0, 'post-trashed', '', '', 74, 0),
(76, 2100, 'Joe Bloggs', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:14:13', '2013-03-14 15:14:13', 'Comment Depth 09', 0, 'post-trashed', '', '', 75, 0),
(77, 2100, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 08:14:47', '2013-03-14 15:14:47', 'Comment Depth 10\n\nAlso an author comment.', 0, 'post-trashed', '', '', 76, 0),
(78, 2100, 'Jane Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 09:56:43', '2013-03-14 16:56:43', 'Image comment.\n\n', 0, 'post-trashed', '', '', 0, 0),
(79, 2100, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:23:24', '2013-03-14 18:23:24', 'We are totally going to blog about these tests!', 0, 'post-trashed', '', '', 0, 0),
(80, 2100, 'John Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:27:54', '2013-03-14 18:27:54', 'We use these tests all the time! Killer stuff!', 0, 'post-trashed', '', '', 0, 0),
(81, 2100, 'Jane Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:30:33', '2013-03-14 18:30:33', 'Thanks for all the comments, everyone!', 0, 'post-trashed', '', '', 0, 0),
(82, 2100, 'nc best restaurants', 'brittpartee@web.de', 'http://www.fourkrestaurant.com/', '196.245.218.201', '2018-10-14 15:44:25', '2018-10-14 15:44:25', 'Hi, yes this piece of writing is actually \nnice and I have learned lot of things from \nit concerning blogging. thanks.', 0, 'post-trashed', '', '', 0, 0),
(83, 2102, 'Ping 1 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-1/', '72.232.101.12', '2007-11-21 11:31:12', '2007-11-21 01:31:12', '[...] Trackback test. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(84, 2102, 'Ping 2 with a much longer title than the previous ping, which was called Ping 1 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-2-with-a-much-longer-title-than-the-previous-ping-which-was-called-ping-1/', '72.232.101.12', '2007-11-21 11:35:47', '2007-11-21 01:35:47', '[...] Another trackback test.  Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec hendrerit gravida nisi. Praesent libero odio, tincidunt nec, fringilla et, mollis ut, ipsum. Proin a lacus quis nisi pulvinar bibendum. Donec massa justo, dapibus at, imperdiet vestibulum, dapibus in, leo. Donec pretium tellus in dui. Phasellus tristique aliquet justo. Donec sodales. Nulla urna mi, molestie ac, malesuada sit amet, sagittis id, lacus. Mauris auctor leo ac justo. Proin convallis. Nulla eleifend dictum mi. Donec at lectus. Integer augue sapien, ornare vitae, rhoncus quis, rhoncus sed, sapien. Nunc mattis diam sodales diam.Etiam porttitor, ante sed varius semper, ante arcu rutrum tortor, at luctus nunc urna id nibh. Fusce sodales. Integer sed ligula. Donec posuere, nibh aliquet auctor congue, augue est porttitor odio, imperdiet facilisis tortor urna vel mauris. Pellentesque pretium, lorem non pellentesque varius, elit diam ultrices mi, sed posuere sapien lectus sed mi. Donec vestibulum urna. Donec gravida elit et enim. Ut dignissim neque ut erat. Morbi tincidunt nunc vitae lorem. Morbi rhoncus mi. Praesent facilisis tincidunt enim. Ut pulvinar. Suspendisse potenti. Vivamus turpis odio, porta at, malesuada in, iaculis eget, odio. Aenean faucibus, urna quis congue dignissim, orci tellus ornare leo, eget viverra ante ipsum sit amet magna. Suspendisse mattis nunc at justo. Nullam malesuada lobortis lorem. Morbi ultricies. Nam risus erat, sagittis ut, tristique rhoncus, luctus id, ante. Maecenas ac dui. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(85, 2102, 'Ping 4 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-4/', '72.232.101.12', '2007-11-21 11:39:25', '2007-11-21 01:39:25', '[...] Another short one. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(86, 2102, 'Ping 3 &laquo; What&#8217;s a tellyworth?', '', 'http://tellyworth.wordpress.com/2007/11/21/ping-3/', '72.232.101.12', '2007-11-21 11:38:22', '2007-11-21 01:38:22', '[...] Just a short one. [...]', 0, 'post-trashed', '', 'pingback', 0, 0),
(87, 2102, 'John Doe', 'example@example.org', 'http://example.org/', '146.214.103.251', '2010-06-11 15:27:04', '2010-06-11 22:27:04', 'This is a comment amongst pingbacks and trackbacks.', 0, 'post-trashed', '', '', 0, 0),
(88, 2105, 'Jane Doe', 'example@example.org', 'http://example.org/', '24.126.245.62', '2013-03-14 11:56:08', '2013-03-14 18:56:08', 'This comment should not be visible until the password is entered.', 0, 'post-trashed', '', '', 0, 0),
(89, 2134, 'VetaSmall', 'ernestineculp@yahoo.com', 'https://Zachery055.blogspot.com', '31.43.219.37', '2018-01-03 02:42:32', '2018-01-03 02:42:32', 'I have checked your blog and i have found \nsome duplicate content, that\\\'s why you don\\\'t rank high in google\\\'s search results, but there is \na tool that can help you to create 100% unique articles, \nsearch for; Boorfe\\\'s tips unlimited content', 0, 'post-trashed', '', '', 0, 0),
(90, 2137, 'VetaSmall', 'ernestineculp@yahoo.com', 'https://Zachery055.blogspot.com', '31.43.219.37', '2018-01-03 02:42:32', '2018-01-03 02:42:32', 'I have checked your blog and i have found \nsome duplicate content, that\\\'s why you don\\\'t rank high in google\\\'s search results, but there is \na tool that can help you to create 100% unique articles, \nsearch for; Boorfe\\\'s tips unlimited content', 0, 'post-trashed', '', '', 0, 0),
(91, 2160, 'VetaSmall', 'ernestineculp@yahoo.com', 'https://Zachery055.blogspot.com', '31.43.219.37', '2018-01-03 02:42:32', '2018-01-03 02:42:32', 'I have checked your blog and i have found \nsome duplicate content, that\\\'s why you don\\\'t rank high in google\\\'s search results, but there is \na tool that can help you to create 100% unique articles, \nsearch for; Boorfe\\\'s tips unlimited content', 0, 'post-trashed', '', '', 0, 0),
(92, 2566, 'Ganesh jangam', 'Ganeshjangam46128@gmail.com', '', '157.33.149.148', '2020-04-27 10:43:48', '2020-04-27 10:43:48', 'Ganesh2391', 0, '1', 'Mozilla/5.0 (Linux; U; Android 9; en-us; Redmi 6A Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.141 Mobile Safari/537.36 XiaoMi/MiuiBrowser/11.9.3-g', '', 0, 0),
(93, 2566, 'Nikita Shinde', 'Nikita@good.com', 'http://W.w.w.nikhita', '45.248.45.96', '2020-04-27 11:38:26', '2020-04-27 11:38:26', 'Nikita @ gmail. Com', 0, '1', 'Mozilla/5.0 (Linux; Android 8.1.0; SM-A260G Build/OPR6; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 SamsungBrowser/7.2 Chrome/70.0.3538.110 Mobile Safari/537.36', '', 0, 0),
(94, 2566, 'Somesh Kallappa Jadhav', 'ankitajadhav652@gmail.com', '', '106.193.170.31', '2020-04-27 12:05:29', '2020-04-27 12:05:29', 'ankitajadhav652@gmail.com', 0, '1', 'Mozilla/5.0 (Linux; Android 9; vivo 1904 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 VivoBrowser/6.3.0.2', '', 0, 0),
(95, 2566, 'Pradnya', 'Pradnyanakk@gmail.com', 'http://connectivism.in/%20english', '157.33.133.113', '2020-04-27 15:40:10', '2020-04-27 15:40:10', 'Pradnyanakk@gmail.com.', 0, '1', 'Mozilla/5.0 (Linux; U; Android 9; en-gb; Redmi Note 7 Build/PKQ1.180904.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.141 Mobile Safari/537.36 XiaoMi/MiuiBrowser/11.9.3-g', '', 0, 0),
(105, 2566, 'Shravani Prakash Tate.', 'sptate888@gmail.com', '', '157.33.144.35', '2020-05-02 09:01:38', '2020-05-02 09:01:38', 'Very good question\'s', 0, '0', 'Mozilla/5.0 (Linux; Android 7.0; Me 4 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36', '', 0, 0),
(106, 2566, 'Shravani Prakash Tate.', 'sptate888@gmail.com', 'http://connectivism.in', '157.33.144.35', '2020-05-02 09:11:18', '2020-05-02 09:11:18', 'Very nice question\r\nVery simple question', 0, '0', 'Mozilla/5.0 (Linux; Android 7.0; Me 4 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36', '', 95, 0),
(107, 2463, 'Watch Jav Online Free - JavFree', 'myrna.sturdee@gawab.com', 'https://javfree.video/', '103.111.81.100', '2020-05-02 10:39:59', '2020-05-02 10:39:59', 'I quite like looking through an article that can make men and women think.\r\n\r\nAlso, thank you for allowing me to comment!', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36', '', 0, 0),
(108, 2463, 'my link', 'santobrookes@web.de', 'https://qiita.com/casuco', '149.28.152.169', '2020-05-03 11:02:16', '2020-05-03 11:02:16', 'You could certainly see your expertise in the \r\narticle you write. The sector hopes for more passionate \r\nwriters such as you who aren\'t afraid to mention how they believe.\r\nAlways follow your heart.\r\nThis link: https://qiita.com/casuco', 0, '0', 'Mozilla/5.0 (Windows NT 6.2; rv:38.0) Gecko/20100101 Firefox/38.0', '', 0, 0),
(109, 2463, 'ujvazamsi', 'ezaqejagu@faskl.maildddeaml.com', 'http://oliveogrill.com/prednisone-20-mg/', '62.210.177.44', '2020-05-03 16:14:32', '2020-05-03 16:14:32', 'Local otj.ovmr.connectivism.in.oto.pp distract [URL=http://oliveogrill.com/prednisone-20-mg/ - prednisone 20mg[/URL -  [URL=http://pharmacy-noprescription-canadian.com/ - generic cialis canada pharmacy[/URL -  pharmacy [URL=http://wellnowuc.com/prednisone/ - prednisone[/URL -  [URL=http://wellnowuc.com/buy-prednisone/ - prednisone 10 mg[/URL -  [URL=http://center4family.com/kamagra/ - kamagra oral jelly[/URL -  [URL=http://rozariatrust.net/tadalafil-20-mg/ - cialis 5mg best price[/URL -  [URL=http://pharmacy-canadian-order.com/ - cialis canadian pharmacy[/URL -  [URL=http://pharmacy-prices-canada.com/ - canadian pharmacy cialis 20mg[/URL -  [URL=http://center4family.com/viagra/ - cheapviagra.com[/URL -  [URL=http://panamacityjuniors.com/viagra.com/ - viagra.com[/URL -  [URL=http://panamacityjuniors.com/levitra-generic/ - generic levitra 40 mg[/URL -  stored nose <a href=\"http://oliveogrill.com/prednisone-20-mg/\" rel=\"nofollow ugc\">prednisone without an rx</a> <a href=\"http://pharmacy-noprescription-canadian.com/\" rel=\"nofollow ugc\">pharmacy prices for levitra</a> <a href=\"http://wellnowuc.com/prednisone/\" rel=\"nofollow ugc\">no rx prednisone</a> <a href=\"http://wellnowuc.com/buy-prednisone/\" rel=\"nofollow ugc\">prednisone 20mg</a> <a href=\"http://center4family.com/kamagra/\" rel=\"nofollow ugc\">buy kamagra</a> <a href=\"http://rozariatrust.net/tadalafil-20-mg/\" rel=\"nofollow ugc\">tadalafil 20 mg</a> <a href=\"http://pharmacy-canadian-order.com/\" rel=\"nofollow ugc\">on line pharmacy</a> <a href=\"http://pharmacy-prices-canada.com/\" rel=\"nofollow ugc\">cialis canada pharmacy</a> <a href=\"http://center4family.com/viagra/\" rel=\"nofollow ugc\">viagra online canada</a> <a href=\"http://panamacityjuniors.com/viagra.com/\" rel=\"nofollow ugc\">buying viagra</a> <a href=\"http://panamacityjuniors.com/levitra-generic/\" rel=\"nofollow ugc\">cheapest levitra 20mg</a> journey overdosed distensible http://oliveogrill.com/prednisone-20-mg/ buy prednisone online without prescription http://pharmacy-noprescription-canadian.com/ canadian pharmacy online http://wellnowuc.com/prednisone/ prednisone 10 mg tablet http://wellnowuc.com/buy-prednisone/ buy prednisone without a prescription http://center4family.com/kamagra/ kamagra http://rozariatrust.net/tadalafil-20-mg/ 5mg cialis http://pharmacy-canadian-order.com/ cialis canadian pharmacy http://pharmacy-prices-canada.com/ pharmacy viagra online http://center4family.com/viagra/ viagra http://panamacityjuniors.com/viagra.com/ viagra en ligne http://panamacityjuniors.com/levitra-generic/ levitra.com colitis, catheterization; predominates.', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64', '', 0, 0),
(110, 2463, 'epihewuc', 'ezuviyuyi@faskl.maildddeaml.com', 'http://scoverage.org/cialis-canada/', '62.210.177.44', '2020-05-03 18:41:27', '2020-05-03 18:41:27', 'At kvz.aoys.connectivism.in.ley.qd cornea; recognize [URL=http://scoverage.org/cialis-canada/ - cialis[/URL -  [URL=http://pharmacy-prices-canada.com/ - usa viagra pharmacy[/URL -  generic cialis canada pharmacy [URL=http://wellnowuc.com/buy-prednisone/ - prednisone online[/URL -  [URL=http://center4family.com/viagra/ - buy generic viagra[/URL -  [URL=http://a1sewcraft.com/sky-pharmacy/ - pharmacy[/URL -  [URL=http://pharmacy-noprescription-canadian.com/ - pharmacy[/URL -  [URL=http://rozariatrust.net/tadalafil-20-mg/ - 5mg cialis[/URL -  [URL=http://pharmacy-canadian-order.com/ - pharmacy[/URL -  overburdened ossification <a href=\"http://scoverage.org/cialis-canada/\" rel=\"nofollow ugc\">cialis</a> <a href=\"http://pharmacy-prices-canada.com/\" rel=\"nofollow ugc\">canadian pharmacy cialis</a> <a href=\"http://wellnowuc.com/buy-prednisone/\" rel=\"nofollow ugc\">prednisone</a> <a href=\"http://center4family.com/viagra/\" rel=\"nofollow ugc\">viagra sales online in uk</a> <a href=\"http://a1sewcraft.com/sky-pharmacy/\" rel=\"nofollow ugc\">online pharmacy no prescription</a> <a href=\"http://pharmacy-noprescription-canadian.com/\" rel=\"nofollow ugc\">online pharmacy</a> cialis canadian pharmacy <a href=\"http://rozariatrust.net/tadalafil-20-mg/\" rel=\"nofollow ugc\">cialis 5 mg price</a> <a href=\"http://pharmacy-canadian-order.com/\" rel=\"nofollow ugc\">canada pharmacy</a> road fibroblasts http://scoverage.org/cialis-canada/ cialis canada http://pharmacy-prices-canada.com/ generic cialis canada pharmacy http://wellnowuc.com/buy-prednisone/ purchase prednisone from canada http://center4family.com/viagra/ viagra tales http://a1sewcraft.com/sky-pharmacy/ price for celebrex at canada pharmacy http://pharmacy-noprescription-canadian.com/ propecia pharmacy http://rozariatrust.net/tadalafil-20-mg/ generic tadalafil http://pharmacy-canadian-order.com/ canada pharmacy bronchus, mockery professions.', 0, '0', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', 0, 0),
(111, 2463, 'utosuze', 'egorxowy@faskl.maildddeaml.com', 'http://panamacityjuniors.com/levitra-generic/', '62.210.177.44', '2020-05-03 21:08:07', '2020-05-03 21:08:07', 'Treat bbx.tkno.connectivism.in.mcv.se retinol, [URL=http://panamacityjuniors.com/levitra-generic/ - generic levitra online[/URL -  [URL=http://panamacityjuniors.com/viagra.com/ - buy viagra online canada[/URL -  [URL=http://a1sewcraft.com/buy-prednisone/ - order prednisone without prescription[/URL -  [URL=http://playinguphockey.com/cialis-20-mg-lowest-price/ - cialis 20 mg lowest price[/URL -  [URL=http://scoverage.org/cialis-canada/ - cialis buy[/URL -  cialis 20 mg lowest price [URL=http://center4family.com/kamagra/ - kamagra oral jelly[/URL -  [URL=http://wellnowuc.com/buy-prednisone/ - prednisone without a prescription[/URL -  [URL=http://rozariatrust.net/tadalafil-20-mg/ - tadalafil 20 mg[/URL -  uric equilibration <a href=\"http://panamacityjuniors.com/levitra-generic/\" rel=\"nofollow ugc\">generic levitra online</a> <a href=\"http://panamacityjuniors.com/viagra.com/\" rel=\"nofollow ugc\">viagra.com</a> <a href=\"http://a1sewcraft.com/buy-prednisone/\" rel=\"nofollow ugc\">no rx prednisone</a> <a href=\"http://playinguphockey.com/cialis-20-mg-lowest-price/\" rel=\"nofollow ugc\">cialis canada</a> <a href=\"http://scoverage.org/cialis-canada/\" rel=\"nofollow ugc\">cialis</a> <a href=\"http://center4family.com/kamagra/\" rel=\"nofollow ugc\">kamagra com</a> <a href=\"http://wellnowuc.com/buy-prednisone/\" rel=\"nofollow ugc\">prednisone without a prescription</a> <a href=\"http://rozariatrust.net/tadalafil-20-mg/\" rel=\"nofollow ugc\">tadalafil generic cialis 20 mg</a> glaucomatous http://panamacityjuniors.com/levitra-generic/ levitra cost http://panamacityjuniors.com/viagra.com/ 100 mg viagra lowest price http://a1sewcraft.com/buy-prednisone/ prednisone 20 mg http://playinguphockey.com/cialis-20-mg-lowest-price/ cialis http://scoverage.org/cialis-canada/ cialis dosage 20mg http://center4family.com/kamagra/ buy kamagra online kamagra http://wellnowuc.com/buy-prednisone/ buy prednisone http://rozariatrust.net/tadalafil-20-mg/ cialis retinitis, mad.', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', '', 0, 0),
(112, 2463, 'icpeyaaf', 'kokejupek@fsd.maildddeaml.com', 'http://panamacityjuniors.com/viagra.com/', '62.210.177.44', '2020-05-03 23:33:57', '2020-05-03 23:33:57', 'Individual lke.pxxi.connectivism.in.ufl.qn pharyngeal hypersecretion [URL=http://panamacityjuniors.com/viagra.com/ - 100 mg viagra lowest price[/URL -  [URL=http://playinguphockey.com/cialis-20-mg-lowest-price/ - cialis 20 mg lowest price[/URL -  cialis 20 mg lowest price [URL=http://panamacityjuniors.com/levitra-generic/ - levitra.com[/URL -  [URL=http://center4family.com/viagra/ - viagra uk cost[/URL -  viagra online uk [URL=http://oliveogrill.com/prednisone-20-mg/ - buy prednisone without prescription[/URL -  [URL=http://center4family.com/kamagra/ - buy kamagra online[/URL -  [URL=http://wellnowuc.com/prednisone/ - prednisone 10 mg information[/URL -  [URL=http://pharmacy-prices-canada.com/ - canadian pharmacy cialis[/URL -  [URL=http://wellnowuc.com/buy-prednisone/ - buy prednisone online[/URL -  accompany blood:gas <a href=\"http://panamacityjuniors.com/viagra.com/\" rel=\"nofollow ugc\">viagra.com</a> <a href=\"http://playinguphockey.com/cialis-20-mg-lowest-price/\" rel=\"nofollow ugc\">cialis dosage 20mg</a> <a href=\"http://panamacityjuniors.com/levitra-generic/\" rel=\"nofollow ugc\">usage of levitra</a> <a href=\"http://center4family.com/viagra/\" rel=\"nofollow ugc\">viagra</a> <a href=\"http://oliveogrill.com/prednisone-20-mg/\" rel=\"nofollow ugc\">cheap prednisone without prescription</a> <a href=\"http://center4family.com/kamagra/\" rel=\"nofollow ugc\">www.kamagra.com</a> <a href=\"http://wellnowuc.com/prednisone/\" rel=\"nofollow ugc\">prednisone without an rx</a> <a href=\"http://pharmacy-prices-canada.com/\" rel=\"nofollow ugc\">canadian pharmacy cialis 20mg</a> <a href=\"http://wellnowuc.com/buy-prednisone/\" rel=\"nofollow ugc\">prednisone without a prescription</a> unattainable http://panamacityjuniors.com/viagra.com/ cheap viagra pills http://playinguphockey.com/cialis-20-mg-lowest-price/ generic cialis at walmart http://panamacityjuniors.com/levitra-generic/ levitra.com http://center4family.com/viagra/ viagra tales http://oliveogrill.com/prednisone-20-mg/ prednisone with no prescription http://center4family.com/kamagra/ kamagra oral jelly http://wellnowuc.com/prednisone/ prednisone http://pharmacy-prices-canada.com/ pharmacy http://wellnowuc.com/buy-prednisone/ prednisonewithoutprescription pairs, opinions, syndrome.', 0, '0', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', 0, 0);
INSERT INTO `wpqe_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
(113, 2463, 'abalavarizo', 'ibiceutuc@faskl.maildddeaml.com', 'http://panamacityjuniors.com/levitra-generic/', '62.210.177.44', '2020-05-04 02:03:51', '2020-05-04 02:03:51', 'Radical jed.ahhj.connectivism.in.vhs.su wellbeing [URL=http://panamacityjuniors.com/levitra-generic/ - buy vardenafil online[/URL -  [URL=http://pharmacy-noprescription-canadian.com/ - online pharmacy[/URL -  pharmacy [URL=http://playinguphockey.com/cialis-20-mg-lowest-price/ - cialis canada[/URL -  [URL=http://oliveogrill.com/prednisone-20-mg/ - no rx prednisone[/URL -  [URL=http://center4family.com/viagra/ - buy viagra online[/URL -  [URL=http://center4family.com/kamagra/ - kamagra gel[/URL -  [URL=http://pharmacy-canadian-order.com/ - on line pharmacy[/URL -  [URL=http://pharmacy-prices-canada.com/ - canadian pharmacy cialis 20mg[/URL -  predictor proptosis <a href=\"http://panamacityjuniors.com/levitra-generic/\" rel=\"nofollow ugc\">cheapest levitra 20mg</a> <a href=\"http://pharmacy-noprescription-canadian.com/\" rel=\"nofollow ugc\">generic cialis canada pharmacy</a> <a href=\"http://playinguphockey.com/cialis-20-mg-lowest-price/\" rel=\"nofollow ugc\">generic cialis at walmart</a> <a href=\"http://oliveogrill.com/prednisone-20-mg/\" rel=\"nofollow ugc\">buy prednisone online without prescription</a> <a href=\"http://center4family.com/viagra/\" rel=\"nofollow ugc\">viagra online canada</a> <a href=\"http://center4family.com/kamagra/\" rel=\"nofollow ugc\">buy kamagra</a> <a href=\"http://pharmacy-canadian-order.com/\" rel=\"nofollow ugc\">canadapharmacy.com</a> on line pharmacy <a href=\"http://pharmacy-prices-canada.com/\" rel=\"nofollow ugc\">pharmacy</a> appendicectomy, fetal boys http://panamacityjuniors.com/levitra-generic/ generic levitra 40 mg http://pharmacy-noprescription-canadian.com/ online pharmacy http://playinguphockey.com/cialis-20-mg-lowest-price/ cialis 20 mg lowest price http://oliveogrill.com/prednisone-20-mg/ prednisone without script prednisone without dr prescription usa http://center4family.com/viagra/ viagra online canada http://center4family.com/kamagra/ kamagra http://pharmacy-canadian-order.com/ online pharmacy no prescription http://pharmacy-prices-canada.com/ canadian pharmacy cialis 20mg moles, tetanus chorioretinopathy, trismus.', 0, '0', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36', '', 0, 0),
(114, 2463, 'oxejosibeze', 'aebovugiq@faskl.maildddeaml.com', 'http://center4family.com/kamagra/', '62.210.177.44', '2020-05-04 04:33:54', '2020-05-04 04:33:54', 'When xhj.qupv.connectivism.in.foa.ec penile [URL=http://center4family.com/kamagra/ - buy kamagra[/URL -  [URL=http://rozariatrust.net/tadalafil-20-mg/ - cialis 20 mg[/URL -  [URL=http://pharmacy-canadian-order.com/ - canadian pharmacy price[/URL -  [URL=http://pharmacy-prices-canada.com/ - pharmacy viagra online[/URL -  [URL=http://oliveogrill.com/prednisone-20-mg/ - prednisone on line without rx[/URL -  [URL=http://scoverage.org/cialis-canada/ - generic cialis at walmart[/URL -  [URL=http://playinguphockey.com/cialis-20-mg-lowest-price/ - discount cialis[/URL -  [URL=http://center4family.com/viagra/ - safe viagra samples[/URL -  [URL=http://wellnowuc.com/prednisone/ - online prednisone[/URL -  [URL=http://panamacityjuniors.com/viagra.com/ - buying viagra[/URL -  [URL=http://a1sewcraft.com/sky-pharmacy/ - cialis canadian pharmacy[/URL -  cleansed metastatic <a href=\"http://center4family.com/kamagra/\" rel=\"nofollow ugc\">buy kamagra</a> kamagra oral jelly <a href=\"http://rozariatrust.net/tadalafil-20-mg/\" rel=\"nofollow ugc\">5mg cialis</a> <a href=\"http://pharmacy-canadian-order.com/\" rel=\"nofollow ugc\">on line pharmacy</a> <a href=\"http://pharmacy-prices-canada.com/\" rel=\"nofollow ugc\">generic cialis canada pharmacy</a> <a href=\"http://oliveogrill.com/prednisone-20-mg/\" rel=\"nofollow ugc\">prednisone</a> <a href=\"http://scoverage.org/cialis-canada/\" rel=\"nofollow ugc\">cialis</a> <a href=\"http://playinguphockey.com/cialis-20-mg-lowest-price/\" rel=\"nofollow ugc\">cialis</a> <a href=\"http://center4family.com/viagra/\" rel=\"nofollow ugc\">viagra online uk</a> <a href=\"http://wellnowuc.com/prednisone/\" rel=\"nofollow ugc\">buy prednisone</a> prednisone 20 mg no prescription <a href=\"http://panamacityjuniors.com/viagra.com/\" rel=\"nofollow ugc\">viagra</a> <a href=\"http://a1sewcraft.com/sky-pharmacy/\" rel=\"nofollow ugc\">cialis canadian pharmacy</a> organized osteoporosis http://center4family.com/kamagra/ buy kamagra online http://rozariatrust.net/tadalafil-20-mg/ tadalafil 20mg http://pharmacy-canadian-order.com/ pharmacy http://pharmacy-prices-canada.com/ canadian pharmacy cialis http://oliveogrill.com/prednisone-20-mg/ prednisone http://scoverage.org/cialis-canada/ generic cialis at walmart http://playinguphockey.com/cialis-20-mg-lowest-price/ lowest price cialis 20mg cialis buy http://center4family.com/viagra/ viagra 100 mg price http://wellnowuc.com/prednisone/ prednisone no prescription http://panamacityjuniors.com/viagra.com/ buy viagra online canada http://a1sewcraft.com/sky-pharmacy/ pharmacy painful, crust, resection scapula.', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', '', 0, 0),
(115, 2463, 'oyabveou', 'eqitjou@faskl.maildddeaml.com', 'http://wellnowuc.com/prednisone/', '62.210.177.44', '2020-05-04 07:02:46', '2020-05-04 07:02:46', 'Kidney dpt.blml.connectivism.in.gdo.cy hemiparesis, preservation heal, [URL=http://wellnowuc.com/prednisone/ - prednisone 20 mg no prescription[/URL -  prednisone 10 mg information [URL=http://panamacityjuniors.com/viagra.com/ - viagra en ligne[/URL -  [URL=http://center4family.com/kamagra/ - buy kamagra[/URL -  [URL=http://scoverage.org/cialis-canada/ - lowest price cialis 20mg[/URL -  [URL=http://playinguphockey.com/cialis-20-mg-lowest-price/ - lowest price cialis 20mg[/URL -  [URL=http://rozariatrust.net/tadalafil-20-mg/ - cialis 5 mg price[/URL -  [URL=http://center4family.com/viagra/ - viagra unsuccessful entry pdf[/URL -  [URL=http://panamacityjuniors.com/levitra-generic/ - levitra generic[/URL -  note; <a href=\"http://wellnowuc.com/prednisone/\" rel=\"nofollow ugc\">prednisone 10 mg tablet</a> <a href=\"http://panamacityjuniors.com/viagra.com/\" rel=\"nofollow ugc\">cheapest viagra 100mg</a> <a href=\"http://center4family.com/kamagra/\" rel=\"nofollow ugc\">kamagra</a> <a href=\"http://scoverage.org/cialis-canada/\" rel=\"nofollow ugc\">cialis online canada</a> <a href=\"http://playinguphockey.com/cialis-20-mg-lowest-price/\" rel=\"nofollow ugc\">cialis.com lowest price</a> <a href=\"http://rozariatrust.net/tadalafil-20-mg/\" rel=\"nofollow ugc\">cialis 5mg best price</a> cialis 20 mg <a href=\"http://center4family.com/viagra/\" rel=\"nofollow ugc\">buy viagra online</a> <a href=\"http://panamacityjuniors.com/levitra-generic/\" rel=\"nofollow ugc\">levitra cost</a> duplicated coadministration high-risk http://wellnowuc.com/prednisone/ prednisone no prescription http://panamacityjuniors.com/viagra.com/ 100 mg viagra lowest price http://center4family.com/kamagra/ kamagra http://scoverage.org/cialis-canada/ cialis http://playinguphockey.com/cialis-20-mg-lowest-price/ generic cialis at walmart http://rozariatrust.net/tadalafil-20-mg/ cialis http://center4family.com/viagra/ viagra online canada http://panamacityjuniors.com/levitra-generic/ levitra refusals palsies fertile abortion.', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36', '', 0, 0),
(116, 2463, 'etobehaqo', 'aygazij@faskl.maildddeaml.com', 'http://pharmacy-noprescription-canadian.com/', '62.210.177.44', '2020-05-04 09:33:00', '2020-05-04 09:33:00', 'Examine lpx.xkok.connectivism.in.hgu.dz plantars, photocoagulation laparoscopically [URL=http://pharmacy-noprescription-canadian.com/ - propecia pharmacy[/URL -  [URL=http://panamacityjuniors.com/levitra-generic/ - purchase levitra[/URL -  [URL=http://pharmacy-prices-canada.com/ - pharmacy[/URL -  [URL=http://playinguphockey.com/cialis-20-mg-lowest-price/ - cialis canada[/URL -  [URL=http://scoverage.org/cialis-canada/ - cialis[/URL -  [URL=http://pharmacy-canadian-order.com/ - canada pharmacy[/URL -  [URL=http://rozariatrust.net/tadalafil-20-mg/ - cialis 20 mg[/URL -  cialis [URL=http://center4family.com/kamagra/ - kamagra[/URL -  [URL=http://center4family.com/viagra/ - cheap viagra[/URL -  blunt prison <a href=\"http://pharmacy-noprescription-canadian.com/\" rel=\"nofollow ugc\">online pharmacy</a> <a href=\"http://panamacityjuniors.com/levitra-generic/\" rel=\"nofollow ugc\">levitra</a> <a href=\"http://pharmacy-prices-canada.com/\" rel=\"nofollow ugc\">pharmacy</a> <a href=\"http://playinguphockey.com/cialis-20-mg-lowest-price/\" rel=\"nofollow ugc\">cialis 20 mg lowest price</a> <a href=\"http://scoverage.org/cialis-canada/\" rel=\"nofollow ugc\">cialis 20 mg lowest price</a> <a href=\"http://pharmacy-canadian-order.com/\" rel=\"nofollow ugc\">cialis canadian pharmacy</a> <a href=\"http://rozariatrust.net/tadalafil-20-mg/\" rel=\"nofollow ugc\">cialis 5mg best price</a> <a href=\"http://center4family.com/kamagra/\" rel=\"nofollow ugc\">kamagra</a> <a href=\"http://center4family.com/viagra/\" rel=\"nofollow ugc\">viagra online uk</a> confabulates clotting http://pharmacy-noprescription-canadian.com/ canadian pharmacy online http://panamacityjuniors.com/levitra-generic/ cheapest levitra 20mg http://pharmacy-prices-canada.com/ generic cialis canada pharmacy http://playinguphockey.com/cialis-20-mg-lowest-price/ cialis http://scoverage.org/cialis-canada/ generic cialis at walmart http://pharmacy-canadian-order.com/ online pharmacy no prescription http://rozariatrust.net/tadalafil-20-mg/ cialis http://center4family.com/kamagra/ kamagra oral jelly http://center4family.com/viagra/ cheap viagra crease, sorrows, matter.', 0, '0', 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36', '', 0, 0),
(117, 2463, 'acupiwa', 'awiwaza@fsd.maildddeaml.com', 'http://center4family.com/kamagra/', '62.210.177.44', '2020-05-04 12:01:37', '2020-05-04 12:01:37', 'I yyo.xkrw.connectivism.in.urk.al removes clubbed [URL=http://center4family.com/kamagra/ - kamagra[/URL -  [URL=http://oliveogrill.com/prednisone-20-mg/ - prednisone with no prescription[/URL -  [URL=http://panamacityjuniors.com/levitra-generic/ - levitra for sale[/URL -  [URL=http://a1sewcraft.com/buy-prednisone/ - buy prednisone online[/URL -  side effects of prednisone 20 mg [URL=http://center4family.com/viagra/ - viagra online uk[/URL -  [URL=http://pharmacy-noprescription-canadian.com/ - online pharmacy[/URL -  [URL=http://pharmacy-prices-canada.com/ - generic cialis canada pharmacy[/URL -  [URL=http://panamacityjuniors.com/viagra.com/ - 100 mg viagra lowest price[/URL -  [URL=http://a1sewcraft.com/sky-pharmacy/ - on line pharmacy[/URL -  [URL=http://pharmacy-canadian-order.com/ - pharmacy[/URL -  advice; pyloromyotomy, dissector <a href=\"http://center4family.com/kamagra/\" rel=\"nofollow ugc\">kamagra</a> <a href=\"http://oliveogrill.com/prednisone-20-mg/\" rel=\"nofollow ugc\">prednisone 20 mg</a> prednisone without dr prescription <a href=\"http://panamacityjuniors.com/levitra-generic/\" rel=\"nofollow ugc\">levitra generic</a> <a href=\"http://a1sewcraft.com/buy-prednisone/\" rel=\"nofollow ugc\">prednisone no prescription</a> <a href=\"http://center4family.com/viagra/\" rel=\"nofollow ugc\">preise von viagra</a> <a href=\"http://pharmacy-noprescription-canadian.com/\" rel=\"nofollow ugc\">pharmacy</a> <a href=\"http://pharmacy-prices-canada.com/\" rel=\"nofollow ugc\">pharmacy viagra online</a> <a href=\"http://panamacityjuniors.com/viagra.com/\" rel=\"nofollow ugc\">viagra</a> <a href=\"http://a1sewcraft.com/sky-pharmacy/\" rel=\"nofollow ugc\">pharmacy</a> <a href=\"http://pharmacy-canadian-order.com/\" rel=\"nofollow ugc\">cialis canadian pharmacy</a> orchestrate finest burst, http://center4family.com/kamagra/ kamagra oral jelly canada kamagra oral jelly http://oliveogrill.com/prednisone-20-mg/ prednisone without prescription.net http://panamacityjuniors.com/levitra-generic/ buy vardenafil online http://a1sewcraft.com/buy-prednisone/ prednisone without a prescription http://center4family.com/viagra/ viagra 100 cheap http://pharmacy-noprescription-canadian.com/ pharmacy http://pharmacy-prices-canada.com/ prednisone canada pharmacy http://panamacityjuniors.com/viagra.com/ 100 mg viagra lowest price http://a1sewcraft.com/sky-pharmacy/ canadapharmacy.com http://pharmacy-canadian-order.com/ on line pharmacy guarantee myoclonic efforts.', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99', '', 0, 0),
(118, 2728, 'Ganesh jangam', 'ganeshjangam46128@gmail.com', '', '157.33.185.10', '2020-05-04 12:25:07', '2020-05-04 12:25:07', 'Nice', 0, '1', 'Mozilla/5.0 (Linux; U; Android 9; en-us; Redmi 6A Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.141 Mobile Safari/537.36 XiaoMi/MiuiBrowser/11.9.3-g', '', 0, 0),
(119, 2463, 'ovuehoxaw', 'aqeragiru@fsd.maildddeaml.com', 'http://wellnowuc.com/prednisone/', '62.210.177.44', '2020-05-04 14:31:53', '2020-05-04 14:31:53', 'Advise ywk.zsqr.connectivism.in.uwp.qt abandoned, throat [URL=http://wellnowuc.com/prednisone/ - prednisone 20 mg side effects[/URL -  [URL=http://scoverage.org/cialis-canada/ - cialis buy[/URL -  [URL=http://pharmacy-noprescription-canadian.com/ - canadian pharmacy online[/URL -  [URL=http://a1sewcraft.com/sky-pharmacy/ - canadian pharmacy cialis 20mg[/URL -  pharmacy [URL=http://panamacityjuniors.com/viagra.com/ - viagra.com[/URL -  [URL=http://wellnowuc.com/buy-prednisone/ - buy prednisone[/URL -  [URL=http://playinguphockey.com/cialis-20-mg-lowest-price/ - cialis canada[/URL -  [URL=http://a1sewcraft.com/buy-prednisone/ - prednisone 20 mg[/URL -  [URL=http://panamacityjuniors.com/levitra-generic/ - cheapest levitra 20mg[/URL -  [URL=http://rozariatrust.net/tadalafil-20-mg/ - tadalafil 20 mg[/URL -  predictive asymmetrical cotton-wool <a href=\"http://wellnowuc.com/prednisone/\" rel=\"nofollow ugc\">order prednisone</a> <a href=\"http://scoverage.org/cialis-canada/\" rel=\"nofollow ugc\">cialis</a> cialis <a href=\"http://pharmacy-noprescription-canadian.com/\" rel=\"nofollow ugc\">online pharmacy</a> <a href=\"http://a1sewcraft.com/sky-pharmacy/\" rel=\"nofollow ugc\">on line pharmacy</a> <a href=\"http://panamacityjuniors.com/viagra.com/\" rel=\"nofollow ugc\">100 mg viagra lowest price</a> <a href=\"http://wellnowuc.com/buy-prednisone/\" rel=\"nofollow ugc\">prednisone with no prescription</a> <a href=\"http://playinguphockey.com/cialis-20-mg-lowest-price/\" rel=\"nofollow ugc\">cialis dosage 20mg</a> <a href=\"http://a1sewcraft.com/buy-prednisone/\" rel=\"nofollow ugc\">prednisone without dr prescription</a> <a href=\"http://panamacityjuniors.com/levitra-generic/\" rel=\"nofollow ugc\">levitra best price</a> <a href=\"http://rozariatrust.net/tadalafil-20-mg/\" rel=\"nofollow ugc\">cialis 5 mg price</a> globe, launched; http://wellnowuc.com/prednisone/ prednisone no prescription http://scoverage.org/cialis-canada/ cialis.com lowest price http://pharmacy-noprescription-canadian.com/ pharmacy http://a1sewcraft.com/sky-pharmacy/ pharmacy http://panamacityjuniors.com/viagra.com/ buying viagra viagra.com http://wellnowuc.com/buy-prednisone/ prednisone without prescription.net http://playinguphockey.com/cialis-20-mg-lowest-price/ cialis http://a1sewcraft.com/buy-prednisone/ buy prednisone http://panamacityjuniors.com/levitra-generic/ levitra cost http://rozariatrust.net/tadalafil-20-mg/ cialis 5 mg capillaries augmentation.', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36', '', 0, 0);

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

--
-- Table structure for table `wpqe_links`
--

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

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

--
-- Table structure for table `wpqe_options`
--

CREATE TABLE `wpqe_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_options`
--

INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://connectivism.in', 'yes'),
(2, 'home', 'https://connectivism.in', 'yes'),
(3, 'blogname', 'Connectivism', 'yes'),
(4, 'blogdescription', 'Connecting wisely', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@connectivism.in', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '259', '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', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:2;s:33:\"theme-my-login/theme-my-login.php\";i:3;s:27:\"woocommerce/woocommerce.php\";i:4;s:24:\"wordpress-seo/wp-seo.php\";i:5;s:29:\"wp-downgrade/wp-downgrade.php\";i:6;s:27:\"wp-pro-quiz/wp-pro-quiz.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '259', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:70:\"/home/eschoolu/public_html/connectivism/wp-content/themes/bam/page.php\";i:1;s:71:\"/home/eschoolu/public_html/connectivism/wp-content/themes/bam/index.php\";i:2;s:72:\"/home/eschoolu/public_html/connectivism/wp-content/themes/bam/header.php\";i:3;s:72:\"/home/eschoolu/public_html/connectivism/wp-content/themes/bam/footer.php\";i:4;s:71:\"/home/eschoolu/public_html/connectivism/wp-content/themes/bam/style.css\";}', 'no'),
(40, 'template', 'bam', 'yes'),
(41, 'stylesheet', 'bam', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '47018', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '0', 'yes'),
(53, 'show_on_front', 'posts', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:8:\"About Us\";s:4:\"text\";s:1308:\"Connectivism द्वारे आम्ही शिक्षण  क्षेत्रांतील अनेक विविध घटक येथे घेऊन येण्याचा प्रयत्न करीत आहोत. यासाठी या वेबसाईट ची निर्मिती करीत आहोत. या अगोदर आम्ही इतर third पार्टी घटकांचा वापर करीत असल्याने आपणा सर्वांपर्यंत सहजरीत्या पोहोचू शकत नव्हतो आणि आपणास सुद्धा आमचे अधिकृत संकेतस्थळ उपलब्ध नसल्याने अनेक अडचणी सोडवण्यास योग्य ते ठिकाण मिळत नव्हते. आता आम्ही या संकेतस्थळ द्वारे आपणास आमच्या सर्व उपक्रमाची माहिती देण्याचा प्रयत्न करीत आहोत. आशा आहे आपण या अगोदर जशी साथ दिलात तशीच यापुढेही चालू राहील.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '2179', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '2672', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'admin_email_lifespan', '1601730556', 'yes'),
(94, 'initial_db_version', '47018', 'yes'),
(95, 'wpqe_user_roles', 'a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:125:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:14:\"wpProQuiz_show\";b:1;s:18:\"wpProQuiz_add_quiz\";b:1;s:19:\"wpProQuiz_edit_quiz\";b:1;s:21:\"wpProQuiz_delete_quiz\";b:1;s:25:\"wpProQuiz_show_statistics\";b:1;s:26:\"wpProQuiz_reset_statistics\";b:1;s:16:\"wpProQuiz_import\";b:1;s:16:\"wpProQuiz_export\";b:1;s:25:\"wpProQuiz_change_settings\";b:1;s:22:\"wpProQuiz_toplist_edit\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'yes'),
(96, 'fresh_site', '0', 'yes'),
(97, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:2:{i:2;a:3:{s:5:\"title\";s:13:\"Published Now\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:8:\"Comments\";s:6:\"number\";i:8;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'sidebars_widgets', 'a:8:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:16:\"theme-my-login-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:22:\"woocommerce_products-1\";i:5;s:12:\"categories-2\";}s:16:\"header-sidebar-1\";a:1:{i:0;s:25:\"woocommerce_widget_cart-2\";}s:8:\"footer-1\";a:1:{i:0;s:6:\"text-2\";}s:8:\"footer-2\";a:1:{i:0;s:10:\"nav_menu-6\";}s:8:\"footer-3\";a:1:{i:0;s:10:\"calendar-2\";}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(103, 'cron', 'a:17:{i:1589018776;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1589018777;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1589018782;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1589018957;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1589025837;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1589025923;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1589029576;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1589029756;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}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:1589029809;a:2:{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;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1589029810;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:1589068800;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1589094377;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1589094386;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1589285122;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1589288956;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1590131236;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}', 'yes'),
(104, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_calendar', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_nav_menu', 'a:2:{i:6;a:1:{s:8:\"nav_menu\";i:198;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_custom_html', 'a:2:{i:1;a:2:{s:5:\"title\";s:14:\"Kids Education\";s:7:\"content\";s:217:\"Kids Education is an educational theme developed by Theme Palace. Kids Education is a multipurpose WordPress Educational Theme suitable for Kindergartens, daycare, Primary Schools, Secondary Schools and High Schools. \";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'recovery_keys', 'a:0:{}', 'yes'),
(114, 'theme_mods_twentytwenty', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1586242904;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}', 'yes'),
(174, 'current_theme', 'Bam', 'yes'),
(175, 'theme_mods_kids-education', 'a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:16:\"left-header-menu\";i:223;s:17:\"right-header-menu\";i:193;s:11:\"footer-menu\";i:195;}s:18:\"custom_css_post_id\";i:-1;s:28:\"kids_education_theme_options\";a:21:{s:9:\"page_id_1\";i:1755;s:9:\"page_id_2\";i:1758;s:19:\"category_blog_count\";i:4;s:30:\"category_blog_content_category\";a:1:{i:0;s:3:\"203\";}s:19:\"recent_content_type\";s:5:\"class\";s:23:\"main_slider_no_of_posts\";i:3;s:9:\"page_id_3\";i:1831;s:17:\"breadcrumb_enable\";b:1;s:28:\"features_dropdown_categories\";a:1:{i:0;s:1:\"6\";}s:16:\"gallery_category\";a:3:{i:0;s:2:\"13\";i:1;s:2:\"14\";i:2;s:2:\"15\";}s:15:\"features_icon_1\";s:10:\"fa-archive\";s:15:\"features_icon_2\";s:7:\"fa-cogs\";s:15:\"features_icon_3\";s:9:\"fa-anchor\";s:15:\"features_icon_4\";s:12:\"fa-briefcase\";s:18:\"enable_main_slider\";s:16:\"static-frontpage\";s:15:\"features_enable\";s:16:\"static-frontpage\";s:20:\"search_course_enable\";s:16:\"static-frontpage\";s:13:\"recent_enable\";s:16:\"static-frontpage\";s:14:\"gallery_enable\";s:16:\"static-frontpage\";s:20:\"category_blog_enable\";s:16:\"static-frontpage\";s:21:\"gallery_page_readmore\";s:0:\"\";}s:11:\"custom_logo\";i:2173;s:12:\"header_image\";s:65:\"https://connectivism.in/wp-content/uploads/2020/04/gallery-03.jpg\";s:17:\"header_image_data\";a:5:{s:13:\"attachment_id\";i:2167;s:3:\"url\";s:65:\"https://connectivism.in/wp-content/uploads/2020/04/gallery-03.jpg\";s:13:\"thumbnail_url\";s:73:\"https://connectivism.in/wp-content/uploads/2020/04/gallery-03-150x150.jpg\";s:6:\"height\";i:800;s:5:\"width\";i:800;}s:16:\"header_textcolor\";s:6:\"000000\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1587977525;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:8:{i:0;s:8:\"search-2\";i:1;s:16:\"theme-my-login-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-3\";i:6;s:22:\"woocommerce_products-1\";i:7;s:13:\"custom_html-1\";}s:14:\"sidebar-footer\";a:0:{}}}}', 'yes'),
(176, 'theme_switched', '', 'yes'),
(183, 'action_scheduler_hybrid_store_demarkation', '5', 'yes'),
(184, 'schema-ActionScheduler_StoreSchema', '3.0.1586243174', 'yes'),
(185, 'schema-ActionScheduler_LoggerSchema', '2.0.1586243174', 'yes'),
(188, 'woocommerce_store_address', 'At po palus', 'yes'),
(189, 'woocommerce_store_address_2', 'tal palus', 'yes'),
(190, 'woocommerce_store_city', 'palus', 'yes'),
(191, 'woocommerce_default_country', 'IN:MH', 'yes'),
(192, 'woocommerce_store_postcode', '416312', 'yes'),
(193, 'woocommerce_allowed_countries', 'specific', 'yes'),
(194, 'woocommerce_all_except_countries', 'a:0:{}', 'yes'),
(195, 'woocommerce_specific_allowed_countries', 'a:1:{i:0;s:2:\"IN\";}', 'yes'),
(196, 'woocommerce_ship_to_countries', 'specific', 'yes'),
(197, 'woocommerce_specific_ship_to_countries', 'a:1:{i:0;s:2:\"IN\";}', 'yes'),
(198, 'woocommerce_default_customer_address', 'base', 'yes'),
(199, 'woocommerce_calc_taxes', 'yes', 'yes'),
(200, 'woocommerce_enable_coupons', 'yes', 'yes'),
(201, 'woocommerce_calc_discounts_sequentially', 'yes', 'no'),
(202, 'woocommerce_currency', 'INR', 'yes'),
(203, 'woocommerce_currency_pos', 'left', 'yes'),
(204, 'woocommerce_price_thousand_sep', ',', 'yes'),
(205, 'woocommerce_price_decimal_sep', '.', 'yes'),
(206, 'woocommerce_price_num_decimals', '2', 'yes'),
(207, 'woocommerce_shop_page_id', '1983', 'yes'),
(208, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(209, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(210, 'woocommerce_placeholder_image', '5', 'yes'),
(211, 'woocommerce_weight_unit', 'kg', 'yes'),
(212, 'woocommerce_dimension_unit', 'cm', 'yes'),
(213, 'woocommerce_enable_reviews', 'yes', 'yes'),
(214, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(215, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(216, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(217, 'woocommerce_review_rating_required', 'yes', 'no'),
(218, 'woocommerce_manage_stock', 'yes', 'yes'),
(219, 'woocommerce_hold_stock_minutes', '60', 'no'),
(220, 'woocommerce_notify_low_stock', 'yes', 'no'),
(221, 'woocommerce_notify_no_stock', 'yes', 'no'),
(222, 'woocommerce_stock_email_recipient', 'admin@connectivism.in', 'no'),
(223, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(224, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(225, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(226, 'woocommerce_stock_format', '', 'yes'),
(227, 'woocommerce_file_download_method', 'force', 'no'),
(228, 'woocommerce_downloads_require_login', 'no', 'no'),
(229, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(230, 'woocommerce_downloads_add_hash_to_filename', 'yes', 'yes'),
(231, 'woocommerce_prices_include_tax', 'yes', 'yes'),
(232, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(233, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(234, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(235, 'woocommerce_tax_classes', '', 'yes'),
(236, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(237, 'woocommerce_tax_display_cart', 'excl', 'yes'),
(238, 'woocommerce_price_display_suffix', '', 'yes'),
(239, 'woocommerce_tax_total_display', 'itemized', 'no'),
(240, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(241, 'woocommerce_shipping_cost_requires_address', 'no', 'yes'),
(242, 'woocommerce_ship_to_destination', 'billing', 'no'),
(243, 'woocommerce_shipping_debug_mode', 'no', 'yes'),
(244, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(245, 'woocommerce_enable_checkout_login_reminder', 'no', 'no'),
(246, 'woocommerce_enable_signup_and_login_from_checkout', 'no', 'no'),
(247, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(248, 'woocommerce_registration_generate_username', 'yes', 'no'),
(249, 'woocommerce_registration_generate_password', 'yes', 'no'),
(250, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'),
(251, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'),
(252, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'no'),
(253, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'yes'),
(254, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'),
(255, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(256, 'woocommerce_trash_pending_orders', '', 'no'),
(257, 'woocommerce_trash_failed_orders', '', 'no'),
(258, 'woocommerce_trash_cancelled_orders', '', 'no'),
(259, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(260, 'woocommerce_email_from_name', 'Connectivism', 'no'),
(261, 'woocommerce_email_from_address', 'admin@connectivism.in', 'no'),
(262, 'woocommerce_email_header_image', '', 'no'),
(263, 'woocommerce_email_footer_text', '{site_title} &mdash; Built with {WooCommerce}', 'no'),
(264, 'woocommerce_email_base_color', '#96588a', 'no'),
(265, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(266, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(267, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(268, 'woocommerce_cart_page_id', '1992', 'no'),
(269, 'woocommerce_checkout_page_id', '1993', 'no'),
(270, 'woocommerce_myaccount_page_id', '1994', 'no'),
(271, 'woocommerce_terms_page_id', '', 'no'),
(272, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(273, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(274, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(275, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(276, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(277, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(278, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(279, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(280, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(281, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(282, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(283, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(284, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(285, 'woocommerce_api_enabled', 'no', 'yes'),
(286, 'woocommerce_allow_tracking', 'yes', 'no'),
(287, 'woocommerce_show_marketplace_suggestions', 'yes', 'no'),
(288, 'woocommerce_single_image_width', '600', 'yes'),
(289, 'woocommerce_thumbnail_image_width', '300', 'yes'),
(290, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(291, 'woocommerce_demo_store', 'yes', 'no'),
(292, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:6:\"/books\";s:13:\"category_base\";s:5:\"books\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'),
(293, 'current_theme_supports_woocommerce', 'no', 'yes'),
(294, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(295, '_transient_wc_attribute_taxonomies', 'a:0:{}', 'yes'),
(297, 'default_product_cat', '15', 'yes'),
(298, 'woocommerce_admin_notices', 'a:1:{i:0;s:7:\"install\";}', 'yes'),
(301, 'woocommerce_version', '4.0.1', 'yes'),
(302, 'woocommerce_db_version', '4.0.1', 'yes'),
(303, 'action_scheduler_lock_async-request-runner', '1588970307', 'yes'),
(304, 'woocommerce_maxmind_geolocation_settings', 'a:1:{s:15:\"database_prefix\";s:32:\"IOoZ9s3a3Vj8ibaNeCAuSxaPG0ms1FT7\";}', 'yes'),
(305, '_transient_woocommerce_webhook_ids_status_active', 'a:0:{}', 'yes'),
(306, 'widget_woocommerce_widget_cart', 'a:2:{i:2;a:2:{s:5:\"title\";s:4:\"Cart\";s:13:\"hide_if_empty\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(307, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(308, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(309, 'widget_woocommerce_price_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(310, 'widget_woocommerce_product_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(311, 'widget_woocommerce_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(312, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(313, 'widget_woocommerce_products', 'a:2:{i:1;a:7:{s:5:\"title\";s:8:\"Products\";s:6:\"number\";i:3;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:1;s:11:\"show_hidden\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(314, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(315, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(316, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(317, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(318, 'woocommerce_onboarding_opt_in', 'yes', 'yes'),
(321, 'woocommerce_admin_version', '1.0.3', 'yes'),
(322, 'woocommerce_admin_install_timestamp', '1586243177', 'yes'),
(327, 'woocommerce_admin_last_orders_milestone', '0', 'yes'),
(328, 'woocommerce_onboarding_profile', 'a:9:{s:9:\"completed\";b:1;s:7:\"plugins\";s:7:\"skipped\";s:12:\"setup_client\";b:1;s:8:\"industry\";a:1:{i:0;a:2:{s:4:\"slug\";s:5:\"other\";s:6:\"detail\";s:9:\"Education\";}}s:13:\"product_types\";a:2:{i:0;s:8:\"physical\";i:1;s:9:\"downloads\";}s:13:\"product_count\";s:5:\"1000+\";s:14:\"selling_venues\";s:2:\"no\";s:19:\"business_extensions\";a:0:{}s:5:\"theme\";s:14:\"kids-education\";}', 'yes'),
(329, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(368, '_transient_product_query-transient-version', '1588953924', 'yes'),
(389, 'product_cat_children', 'a:0:{}', 'yes'),
(390, 'woocommerce_demo_store_notice', 'You can download and purchase books from here.', 'yes'),
(391, 'woocommerce_shop_page_display', '', 'yes'),
(392, 'woocommerce_category_archive_display', '', 'yes'),
(393, 'woocommerce_default_catalog_orderby', 'menu_order', 'yes'),
(394, 'woocommerce_thumbnail_cropping', '1:1', 'yes'),
(395, 'woocommerce_thumbnail_cropping_custom_width', '4', 'yes'),
(396, 'woocommerce_thumbnail_cropping_custom_height', '3', 'yes'),
(397, 'woocommerce_checkout_company_field', 'optional', 'yes'),
(398, 'woocommerce_checkout_address_2_field', 'optional', 'yes'),
(399, 'woocommerce_checkout_phone_field', 'required', 'yes'),
(400, 'woocommerce_checkout_terms_and_conditions_checkbox_text', 'I have read and agree to the website [terms]', 'yes'),
(401, 'nav_menus_created_posts', 'a:0:{}', 'yes'),
(418, '_transient_shipping-transient-version', '1586256942', 'yes'),
(421, 'woocommerce_maybe_regenerate_images_hash', '991b1ca641921cf0f5baf7a2fe85861b', 'yes'),
(1113, 'woocommerce_setup_ab_wc_admin_onboarding', 'b', 'yes'),
(1126, '_transient_woocommerce_reports-transient-version', '1586256806', 'yes'),
(1129, 'woocommerce_task_list_welcome_modal_dismissed', '1', 'yes'),
(1131, 'woocommerce_onboarding_homepage_post_id', '2179', 'yes'),
(1133, 'woocommerce_task_list_appearance_complete', '1', 'yes'),
(1134, 'woocommerce_flat_rate_1_settings', 'a:3:{s:5:\"title\";s:9:\"Flat rate\";s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:4:\"0.00\";}', 'yes'),
(1138, 'woocommerce_marketplace_suggestions', 'a:2:{s:11:\"suggestions\";a:26:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:14;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:15;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:18;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:19;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:20;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:21;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:22;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:23;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:24;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:25;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1588952457;}', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1146, 'woocommerce_cod_settings', 'a:6:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:16:\"Cash on delivery\";s:11:\"description\";s:28:\"Pay with cash upon delivery.\";s:12:\"instructions\";s:28:\"Pay with cash upon delivery.\";s:18:\"enable_for_methods\";s:0:\"\";s:18:\"enable_for_virtual\";s:3:\"yes\";}', 'yes'),
(1174, '_transient_timeout_wc_blocks_query_e74f185604ace3e10387516a9ef11', '1590171240', 'no'),
(1175, '_transient_wc_blocks_query_e74f185604ace3e10387516a9ef11201', 'a:2:{s:7:\"version\";s:10:\"1587555264\";s:5:\"value\";a:4:{i:0;i:2149;i:1;i:2113;i:2;i:2112;i:3;i:2145;}}', 'no'),
(1176, '_transient_timeout_wc_blocks_query_ad7ef7e456a1b156f2606ab6270ea', '1590171240', 'no'),
(1177, '_transient_wc_blocks_query_ad7ef7e456a1b156f2606ab6270ea6ef', 'a:2:{s:7:\"version\";s:10:\"1587555264\";s:5:\"value\";a:4:{i:0;i:2109;i:1;i:1797;i:2;i:2145;i:3;i:2101;}}', 'no'),
(1180, '_transient_timeout_wc_blocks_query_60bddbba1279160ae5b5c23deed6e', '1590171240', 'no'),
(1181, '_transient_wc_blocks_query_60bddbba1279160ae5b5c23deed6e0b1', 'a:2:{s:7:\"version\";s:10:\"1587555264\";s:5:\"value\";a:0:{}}', 'no'),
(1182, '_transient_timeout_wc_blocks_query_b8b26cf7a1dc9e3d6f2e8b909b739', '1590171240', 'no'),
(1183, '_transient_wc_blocks_query_b8b26cf7a1dc9e3d6f2e8b909b739366', 'a:2:{s:7:\"version\";s:10:\"1587555264\";s:5:\"value\";a:4:{i:0;i:2131;i:1;i:2106;i:2;i:1797;i:3;i:2144;}}', 'no'),
(1235, 'recently_activated', 'a:0:{}', 'yes'),
(1237, 'widget_akismet_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1243, 'wpProQuiz_dbVersion', '25', 'yes'),
(1244, 'wpProQuiz_version', '0.37', 'yes'),
(1248, 'jetpack_activated', '1', 'yes'),
(1251, 'jetpack_activation_source', 'a:2:{i:0;s:11:\"search-term\";i:1;s:7:\"jetpack\";}', 'yes'),
(1253, 'jetpack_options', 'a:6:{s:7:\"version\";s:14:\"8.3:1586260964\";s:11:\"old_version\";s:14:\"8.3:1586260964\";s:2:\"id\";i:175056222;s:6:\"public\";i:1;s:14:\"last_heartbeat\";i:1586261002;s:16:\"first_admin_view\";b:1;}', 'yes'),
(1257, 'do_activate', '0', 'yes'),
(1262, 'jetpack_ab_connect_banner_green_bar', 'b', 'yes'),
(1265, 'jetpack_available_modules', 'a:1:{s:3:\"8.3\";a:41:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:7:\"wordads\";s:5:\"4.5.0\";}}', 'yes'),
(1266, 'jetpack_tos_agreed', '1', 'yes'),
(1268, '_transient_jetpack_assumed_site_creation_date', '2007-09-04 09:52:50', 'yes'),
(1269, 'jetpack_private_options', 'a:0:{}', 'yes'),
(1272, 'jetpack_unique_connection', 'a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:1;s:7:\"version\";s:5:\"3.6.1\";}', 'yes'),
(1300, 'jetpack_plugin_api_action_links', 'a:3:{s:19:\"akismet/akismet.php\";a:1:{s:8:\"Settings\";s:66:\"https://connectivism.in/wp-admin/admin.php?page=akismet-key-config\";}s:19:\"jetpack/jetpack.php\";a:1:{s:7:\"Jetpack\";s:55:\"https://connectivism.in/wp-admin/admin.php?page=jetpack\";}s:27:\"woocommerce/woocommerce.php\";a:1:{s:8:\"Settings\";s:59:\"https://connectivism.in/wp-admin/admin.php?page=wc-settings\";}}', 'yes'),
(1304, 'jetpack_active_modules', 'a:7:{i:0;s:12:\"contact-form\";i:1;s:21:\"enhanced-distribution\";i:2;s:8:\"json-api\";i:3;s:5:\"notes\";i:4;s:7:\"protect\";i:5;s:5:\"stats\";i:6;s:18:\"verification-tools\";}', 'yes'),
(1313, 'jetpack_protect_key', '63dd5d1f32c61b327fa9158832930cf77563f3fc', 'no'),
(1373, 'jpsq_sync_checkout', '0:0', 'no'),
(1376, 'jetpack_testimonial', '0', 'yes'),
(1391, 'stats_options', 'a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:175056222;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}', 'yes'),
(1398, 'trusted_ip_header', 'O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}', 'no'),
(1399, 'sharing-options', 'a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}', 'yes'),
(1401, 'post_by_email_address1', 'NULL', 'yes'),
(1402, 'monitor_receive_notifications', '1', 'yes'),
(1406, 'jetpack_active_plan', 'a:8:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:8:\"features\";a:2:{s:6:\"active\";a:1:{i:0;s:7:\"akismet\";}s:9:\"available\";a:10:{s:7:\"akismet\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";}s:18:\"vaultpress-backups\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:15:\"simple-payments\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"support\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}}}}', 'yes'),
(1413, 'jetpack_sync_settings_disable', '0', 'yes'),
(1414, 'jpsq_sync-1586261061.679091-105238-2', 'a:6:{i:0;s:18:\"deactivated_plugin\";i:1;a:2:{i:0;s:19:\"jetpack/jetpack.php\";i:1;b:0;}i:2;i:1;i:3;d:1586261061.679047;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1415, 'jpsq_sync-1586261061.692344-105238-3', 'a:6:{i:0;s:14:\"updated_option\";i:1;a:3:{i:0;s:14:\"active_plugins\";i:1;a:5:{i:0;s:19:\"akismet/akismet.php\";i:1;s:19:\"jetpack/jetpack.php\";i:2;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:3;s:27:\"woocommerce/woocommerce.php\";i:4;s:27:\"wp-pro-quiz/wp-pro-quiz.php\";}i:2;a:4:{i:0;s:19:\"akismet/akismet.php\";i:2;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:3;s:27:\"woocommerce/woocommerce.php\";i:4;s:27:\"wp-pro-quiz/wp-pro-quiz.php\";}}i:2;i:1;i:3;d:1586261061.692313;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1417, 'action_scheduler_migration_status', 'complete', 'yes'),
(1418, 'jetpack_sync_settings_sync_sender_enabled', '1', 'yes'),
(1421, 'jpsq_sync-1586261062.718743-105238-4', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:16:\"EMPTY_TRASH_DAYS\";i:1;i:30;}i:2;i:1;i:3;d:1586261062.718687;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1422, 'jpsq_sync-1586261062.722469-105238-5', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:17:\"WP_POST_REVISIONS\";i:1;b:1;}i:2;i:1;i:3;d:1586261062.722437;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1423, 'jpsq_sync-1586261062.728756-105238-6', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:7:\"ABSPATH\";i:1;s:43:\"/home/eschoolu/public_html/connectivism.in/\";}i:2;i:1;i:3;d:1586261062.728733;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1424, 'jpsq_sync-1586261062.734867-105238-7', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:14:\"WP_CONTENT_DIR\";i:1;s:53:\"/home/eschoolu/public_html/connectivism.in/wp-content\";}i:2;i:1;i:3;d:1586261062.734841;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1425, 'jpsq_sync-1586261062.743836-105238-8', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:16:\"JETPACK__VERSION\";i:1;s:3:\"8.3\";}i:2;i:1;i:3;d:1586261062.74381;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1426, 'jpsq_sync-1586261062.750286-105238-9', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:1;i:60;}i:2;i:1;i:3;d:1586261062.75026;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1427, 'jpsq_sync-1586261062.756429-105238-10', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:11:\"PHP_VERSION\";i:1;s:6:\"7.3.16\";}i:2;i:1;i:3;d:1586261062.756405;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1428, 'jpsq_sync-1586261062.762423-105238-11', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:15:\"WP_MEMORY_LIMIT\";i:1;s:3:\"40M\";}i:2;i:1;i:3;d:1586261062.762398;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1429, 'jpsq_sync-1586261062.768638-105238-12', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1;s:4:\"256M\";}i:2;i:1;i:3;d:1586261062.768606;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1430, 'jpsq_sync-1586261062.772091-105238-13', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:8:\"WP_DEBUG\";i:1;b:0;}i:2;i:1;i:3;d:1586261062.772063;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1431, 'jpsq_sync-1586261062.775446-105238-14', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:14:\"WC_PLUGIN_FILE\";i:1;s:89:\"/home/eschoolu/public_html/connectivism.in/wp-content/plugins/woocommerce/woocommerce.php\";}i:2;i:1;i:3;d:1586261062.775418;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1432, 'jpsq_sync-1586261062.778816-105238-15', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:10:\"WC_ABSPATH\";i:1;s:74:\"/home/eschoolu/public_html/connectivism.in/wp-content/plugins/woocommerce/\";}i:2;i:1;i:3;d:1586261062.778788;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1433, 'jpsq_sync-1586261062.782204-105238-16', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:18:\"WC_PLUGIN_BASENAME\";i:1;s:27:\"woocommerce/woocommerce.php\";}i:2;i:1;i:3;d:1586261062.782176;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1434, 'jpsq_sync-1586261062.785619-105238-17', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:10:\"WC_VERSION\";i:1;s:5:\"4.0.1\";}i:2;i:1;i:3;d:1586261062.785592;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1435, 'jpsq_sync-1586261062.788987-105238-18', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:19:\"WOOCOMMERCE_VERSION\";i:1;s:5:\"4.0.1\";}i:2;i:1;i:3;d:1586261062.788958;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1436, 'jpsq_sync-1586261062.792483-105238-19', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:21:\"WC_ROUNDING_PRECISION\";i:1;i:6;}i:2;i:1;i:3;d:1586261062.792456;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1437, 'jpsq_sync-1586261062.795811-105238-20', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:1;i:2;}i:2;i:1;i:3;d:1586261062.795785;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1438, 'jpsq_sync-1586261062.799465-105238-21', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:20:\"WC_TAX_ROUNDING_MODE\";i:1;i:2;}i:2;i:1;i:3;d:1586261062.799437;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1439, 'jpsq_sync-1586261062.802798-105238-22', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:12:\"WC_DELIMITER\";i:1;s:1:\"|\";}i:2;i:1;i:3;d:1586261062.802771;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1440, 'jpsq_sync-1586261062.806258-105238-23', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:10:\"WC_LOG_DIR\";i:1;s:70:\"/home/eschoolu/public_html/connectivism.in/wp-content/uploads/wc-logs/\";}i:2;i:1;i:3;d:1586261062.806234;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1441, 'jpsq_sync-1586261062.809592-105238-24', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:22:\"WC_SESSION_CACHE_GROUP\";i:1;s:13:\"wc_session_id\";}i:2;i:1;i:3;d:1586261062.809569;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1442, 'jpsq_sync-1586261062.812954-105238-25', 'a:6:{i:0;s:21:\"jetpack_sync_constant\";i:1;a:2:{i:0;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:1;b:0;}i:2;i:1;i:3;d:1586261062.812931;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1443, 'jetpack_constants_sync_checksum', 'a:32:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:4038066797;s:14:\"WP_CONTENT_DIR\";i:440868152;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:1533285385;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:1370095797;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1474498405;s:8:\"WP_DEBUG\";i:734881840;s:14:\"WC_PLUGIN_FILE\";i:3105942724;s:10:\"WC_ABSPATH\";i:1594713632;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:4119983624;s:19:\"WOOCOMMERCE_VERSION\";i:4119983624;s:21:\"WC_ROUNDING_PRECISION\";i:498629140;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:450215437;s:20:\"WC_TAX_ROUNDING_MODE\";i:450215437;s:12:\"WC_DELIMITER\";i:2455911554;s:10:\"WC_LOG_DIR\";i:1660501497;s:22:\"WC_SESSION_CACHE_GROUP\";i:4278978988;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;}', 'yes'),
(1444, 'jetpack_sync_https_history_main_network_site_url', 'a:1:{i:0;s:5:\"https\";}', 'yes'),
(1445, 'jetpack_sync_https_history_site_url', 'a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}', 'yes'),
(1446, 'jetpack_sync_https_history_home_url', 'a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}', 'yes'),
(1449, 'jpsq_sync-1586261062.844010-105238-26', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:18:\"wp_max_upload_size\";i:1;i:33554432;}i:2;i:1;i:3;d:1586261062.84398;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1450, 'jpsq_sync-1586261062.847249-105238-27', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:15:\"is_main_network\";i:1;b:0;}i:2;i:1;i:3;d:1586261062.847223;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1451, 'jpsq_sync-1586261062.850513-105238-28', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:13:\"is_multi_site\";i:1;b:0;}i:2;i:1;i:3;d:1586261062.850486;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1452, 'jpsq_sync-1586261062.854022-105238-29', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:17:\"main_network_site\";i:1;s:23:\"https://connectivism.in\";}i:2;i:1;i:3;d:1586261062.853995;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1453, 'jpsq_sync-1586261062.857321-105238-30', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:8:\"site_url\";i:1;s:23:\"https://connectivism.in\";}i:2;i:1;i:3;d:1586261062.857298;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1454, 'jpsq_sync-1586261062.860564-105238-31', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:8:\"home_url\";i:1;s:23:\"https://connectivism.in\";}i:2;i:1;i:3;d:1586261062.860537;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1455, 'jpsq_sync-1586261062.863881-105238-32', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:16:\"single_user_site\";i:1;b:1;}i:2;i:1;i:3;d:1586261062.863855;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1456, 'jpsq_sync-1586261062.867298-105238-33', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:7:\"updates\";i:1;a:5:{s:7:\"plugins\";i:0;s:6:\"themes\";i:0;s:9:\"wordpress\";i:0;s:12:\"translations\";i:0;s:5:\"total\";i:0;}}i:2;i:1;i:3;d:1586261062.86727;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1457, 'jpsq_sync-1586261062.870550-105238-34', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:28:\"has_file_system_write_access\";i:1;b:1;}i:2;i:1;i:3;d:1586261062.870523;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1458, 'jpsq_sync-1586261062.876886-105238-35', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:21:\"is_version_controlled\";i:1;b:0;}i:2;i:1;i:3;d:1586261062.876859;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1459, 'jpsq_sync-1586261062.880499-105238-36', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:10:\"taxonomies\";i:1;a:10:{s:8:\"category\";O:8:\"stdClass\":24:{s:4:\"name\";s:8:\"category\";s:5:\"label\";s:10:\"Categories\";s:6:\"labels\";O:8:\"stdClass\":23:{s:4:\"name\";s:10:\"Categories\";s:13:\"singular_name\";s:8:\"Category\";s:12:\"search_items\";s:17:\"Search Categories\";s:13:\"popular_items\";N;s:9:\"all_items\";s:14:\"All Categories\";s:11:\"parent_item\";s:15:\"Parent Category\";s:17:\"parent_item_colon\";s:16:\"Parent Category:\";s:9:\"edit_item\";s:13:\"Edit Category\";s:9:\"view_item\";s:13:\"View Category\";s:11:\"update_item\";s:15:\"Update Category\";s:12:\"add_new_item\";s:16:\"Add New Category\";s:13:\"new_item_name\";s:17:\"New Category Name\";s:26:\"separate_items_with_commas\";N;s:19:\"add_or_remove_items\";N;s:21:\"choose_from_most_used\";N;s:9:\"not_found\";s:20:\"No categories found.\";s:8:\"no_terms\";s:13:\"No categories\";s:21:\"items_list_navigation\";s:26:\"Categories list navigation\";s:10:\"items_list\";s:15:\"Categories list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:25:\"&larr; Back to Categories\";s:9:\"menu_name\";s:10:\"Categories\";s:14:\"name_admin_bar\";s:8:\"category\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:12:\"hierarchical\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:17:\"show_admin_column\";b:1;s:11:\"meta_box_cb\";s:24:\"post_categories_meta_box\";s:20:\"meta_box_sanitize_cb\";s:40:\"taxonomy_meta_box_sanitize_cb_checkboxes\";s:11:\"object_type\";a:1:{i:0;s:4:\"post\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:17:\"manage_categories\";s:10:\"edit_terms\";s:15:\"edit_categories\";s:12:\"delete_terms\";s:17:\"delete_categories\";s:12:\"assign_terms\";s:17:\"assign_categories\";}s:7:\"rewrite\";O:8:\"stdClass\":4:{s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:1;s:7:\"ep_mask\";i:512;s:4:\"slug\";s:8:\"category\";}s:9:\"query_var\";s:13:\"category_name\";s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:10:\"categories\";s:21:\"rest_controller_class\";s:24:\"WP_REST_Terms_Controller\";s:8:\"_builtin\";b:1;}s:8:\"post_tag\";O:8:\"stdClass\":24:{s:4:\"name\";s:8:\"post_tag\";s:5:\"label\";s:4:\"Tags\";s:6:\"labels\";O:8:\"stdClass\":23:{s:4:\"name\";s:4:\"Tags\";s:13:\"singular_name\";s:3:\"Tag\";s:12:\"search_items\";s:11:\"Search Tags\";s:13:\"popular_items\";s:12:\"Popular Tags\";s:9:\"all_items\";s:8:\"All Tags\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:8:\"Edit Tag\";s:9:\"view_item\";s:8:\"View Tag\";s:11:\"update_item\";s:10:\"Update Tag\";s:12:\"add_new_item\";s:11:\"Add New Tag\";s:13:\"new_item_name\";s:12:\"New Tag Name\";s:26:\"separate_items_with_commas\";s:25:\"Separate tags with commas\";s:19:\"add_or_remove_items\";s:18:\"Add or remove tags\";s:21:\"choose_from_most_used\";s:30:\"Choose from the most used tags\";s:9:\"not_found\";s:14:\"No tags found.\";s:8:\"no_terms\";s:7:\"No tags\";s:21:\"items_list_navigation\";s:20:\"Tags list navigation\";s:10:\"items_list\";s:9:\"Tags list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:19:\"&larr; Back to Tags\";s:9:\"menu_name\";s:4:\"Tags\";s:14:\"name_admin_bar\";s:8:\"post_tag\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:17:\"show_admin_column\";b:1;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:1:{i:0;s:4:\"post\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:16:\"manage_post_tags\";s:10:\"edit_terms\";s:14:\"edit_post_tags\";s:12:\"delete_terms\";s:16:\"delete_post_tags\";s:12:\"assign_terms\";s:16:\"assign_post_tags\";}s:7:\"rewrite\";O:8:\"stdClass\":4:{s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:0;s:7:\"ep_mask\";i:1024;s:4:\"slug\";s:3:\"tag\";}s:9:\"query_var\";s:3:\"tag\";s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:4:\"tags\";s:21:\"rest_controller_class\";s:24:\"WP_REST_Terms_Controller\";s:8:\"_builtin\";b:1;}s:8:\"nav_menu\";O:8:\"stdClass\":24:{s:4:\"name\";s:8:\"nav_menu\";s:5:\"label\";s:16:\"Navigation Menus\";s:6:\"labels\";O:8:\"stdClass\":24:{s:4:\"name\";s:16:\"Navigation Menus\";s:13:\"singular_name\";s:15:\"Navigation Menu\";s:12:\"search_items\";s:11:\"Search Tags\";s:13:\"popular_items\";s:12:\"Popular Tags\";s:9:\"all_items\";s:16:\"Navigation Menus\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:8:\"Edit Tag\";s:9:\"view_item\";s:8:\"View Tag\";s:11:\"update_item\";s:10:\"Update Tag\";s:12:\"add_new_item\";s:11:\"Add New Tag\";s:13:\"new_item_name\";s:12:\"New Tag Name\";s:26:\"separate_items_with_commas\";s:25:\"Separate tags with commas\";s:19:\"add_or_remove_items\";s:18:\"Add or remove tags\";s:21:\"choose_from_most_used\";s:30:\"Choose from the most used tags\";s:9:\"not_found\";s:14:\"No tags found.\";s:8:\"no_terms\";s:7:\"No tags\";s:21:\"items_list_navigation\";s:20:\"Tags list navigation\";s:10:\"items_list\";s:9:\"Tags list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:19:\"&larr; Back to Tags\";s:9:\"menu_name\";s:16:\"Navigation Menus\";s:14:\"name_admin_bar\";s:15:\"Navigation Menu\";s:8:\"archives\";s:16:\"Navigation Menus\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:18:\"publicly_queryable\";b:0;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:13:\"show_tagcloud\";b:0;s:18:\"show_in_quick_edit\";b:0;s:17:\"show_admin_column\";b:0;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:1:{i:0;s:13:\"nav_menu_item\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:17:\"manage_categories\";s:10:\"edit_terms\";s:17:\"manage_categories\";s:12:\"delete_terms\";s:17:\"manage_categories\";s:12:\"assign_terms\";s:10:\"edit_posts\";}s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:21:\"rest_controller_class\";N;s:8:\"_builtin\";b:1;}s:13:\"link_category\";O:8:\"stdClass\":24:{s:4:\"name\";s:13:\"link_category\";s:5:\"label\";s:15:\"Link Categories\";s:6:\"labels\";O:8:\"stdClass\":24:{s:4:\"name\";s:15:\"Link Categories\";s:13:\"singular_name\";s:13:\"Link Category\";s:12:\"search_items\";s:22:\"Search Link Categories\";s:13:\"popular_items\";N;s:9:\"all_items\";s:19:\"All Link Categories\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:18:\"Edit Link Category\";s:9:\"view_item\";s:8:\"View Tag\";s:11:\"update_item\";s:20:\"Update Link Category\";s:12:\"add_new_item\";s:21:\"Add New Link Category\";s:13:\"new_item_name\";s:22:\"New Link Category Name\";s:26:\"separate_items_with_commas\";N;s:19:\"add_or_remove_items\";N;s:21:\"choose_from_most_used\";N;s:9:\"not_found\";s:14:\"No tags found.\";s:8:\"no_terms\";s:7:\"No tags\";s:21:\"items_list_navigation\";s:20:\"Tags list navigation\";s:10:\"items_list\";s:9:\"Tags list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:30:\"&larr; Back to Link Categories\";s:9:\"menu_name\";s:15:\"Link Categories\";s:14:\"name_admin_bar\";s:13:\"Link Category\";s:8:\"archives\";s:19:\"All Link Categories\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:18:\"publicly_queryable\";b:0;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:0;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:17:\"show_admin_column\";b:0;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:1:{i:0;s:4:\"link\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:12:\"manage_links\";s:10:\"edit_terms\";s:12:\"manage_links\";s:12:\"delete_terms\";s:12:\"manage_links\";s:12:\"assign_terms\";s:12:\"manage_links\";}s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:21:\"rest_controller_class\";N;s:8:\"_builtin\";b:1;}s:11:\"post_format\";O:8:\"stdClass\":24:{s:4:\"name\";s:11:\"post_format\";s:5:\"label\";s:7:\"Formats\";s:6:\"labels\";O:8:\"stdClass\":24:{s:4:\"name\";s:7:\"Formats\";s:13:\"singular_name\";s:6:\"Format\";s:12:\"search_items\";s:11:\"Search Tags\";s:13:\"popular_items\";s:12:\"Popular Tags\";s:9:\"all_items\";s:7:\"Formats\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:8:\"Edit Tag\";s:9:\"view_item\";s:8:\"View Tag\";s:11:\"update_item\";s:10:\"Update Tag\";s:12:\"add_new_item\";s:11:\"Add New Tag\";s:13:\"new_item_name\";s:12:\"New Tag Name\";s:26:\"separate_items_with_commas\";s:25:\"Separate tags with commas\";s:19:\"add_or_remove_items\";s:18:\"Add or remove tags\";s:21:\"choose_from_most_used\";s:30:\"Choose from the most used tags\";s:9:\"not_found\";s:14:\"No tags found.\";s:8:\"no_terms\";s:7:\"No tags\";s:21:\"items_list_navigation\";s:20:\"Tags list navigation\";s:10:\"items_list\";s:9:\"Tags list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:19:\"&larr; Back to Tags\";s:9:\"menu_name\";s:7:\"Formats\";s:14:\"name_admin_bar\";s:6:\"Format\";s:8:\"archives\";s:7:\"Formats\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:13:\"show_tagcloud\";b:0;s:18:\"show_in_quick_edit\";b:0;s:17:\"show_admin_column\";b:0;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:1:{i:0;s:4:\"post\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:17:\"manage_categories\";s:10:\"edit_terms\";s:17:\"manage_categories\";s:12:\"delete_terms\";s:17:\"manage_categories\";s:12:\"assign_terms\";s:10:\"edit_posts\";}s:7:\"rewrite\";O:8:\"stdClass\":4:{s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:0;s:7:\"ep_mask\";i:0;s:4:\"slug\";s:4:\"type\";}s:9:\"query_var\";s:11:\"post_format\";s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:21:\"rest_controller_class\";N;s:8:\"_builtin\";b:1;}s:12:\"product_type\";O:8:\"stdClass\":24:{s:4:\"name\";s:12:\"product_type\";s:5:\"label\";s:4:\"Tags\";s:6:\"labels\";O:8:\"stdClass\":23:{s:4:\"name\";s:4:\"Tags\";s:13:\"singular_name\";s:3:\"Tag\";s:12:\"search_items\";s:11:\"Search Tags\";s:13:\"popular_items\";s:12:\"Popular Tags\";s:9:\"all_items\";s:8:\"All Tags\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:8:\"Edit Tag\";s:9:\"view_item\";s:8:\"View Tag\";s:11:\"update_item\";s:10:\"Update Tag\";s:12:\"add_new_item\";s:11:\"Add New Tag\";s:13:\"new_item_name\";s:12:\"New Tag Name\";s:26:\"separate_items_with_commas\";s:25:\"Separate tags with commas\";s:19:\"add_or_remove_items\";s:18:\"Add or remove tags\";s:21:\"choose_from_most_used\";s:30:\"Choose from the most used tags\";s:9:\"not_found\";s:14:\"No tags found.\";s:8:\"no_terms\";s:7:\"No tags\";s:21:\"items_list_navigation\";s:20:\"Tags list navigation\";s:10:\"items_list\";s:9:\"Tags list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:19:\"&larr; Back to Tags\";s:9:\"menu_name\";s:4:\"Tags\";s:14:\"name_admin_bar\";s:12:\"product_type\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:18:\"publicly_queryable\";b:0;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:13:\"show_tagcloud\";b:0;s:18:\"show_in_quick_edit\";b:0;s:17:\"show_admin_column\";b:0;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:1:{i:0;s:7:\"product\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:17:\"manage_categories\";s:10:\"edit_terms\";s:17:\"manage_categories\";s:12:\"delete_terms\";s:17:\"manage_categories\";s:12:\"assign_terms\";s:10:\"edit_posts\";}s:7:\"rewrite\";b:0;s:9:\"query_var\";s:12:\"product_type\";s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:21:\"rest_controller_class\";N;s:8:\"_builtin\";b:0;}s:18:\"product_visibility\";O:8:\"stdClass\":24:{s:4:\"name\";s:18:\"product_visibility\";s:5:\"label\";s:4:\"Tags\";s:6:\"labels\";O:8:\"stdClass\":23:{s:4:\"name\";s:4:\"Tags\";s:13:\"singular_name\";s:3:\"Tag\";s:12:\"search_items\";s:11:\"Search Tags\";s:13:\"popular_items\";s:12:\"Popular Tags\";s:9:\"all_items\";s:8:\"All Tags\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:8:\"Edit Tag\";s:9:\"view_item\";s:8:\"View Tag\";s:11:\"update_item\";s:10:\"Update Tag\";s:12:\"add_new_item\";s:11:\"Add New Tag\";s:13:\"new_item_name\";s:12:\"New Tag Name\";s:26:\"separate_items_with_commas\";s:25:\"Separate tags with commas\";s:19:\"add_or_remove_items\";s:18:\"Add or remove tags\";s:21:\"choose_from_most_used\";s:30:\"Choose from the most used tags\";s:9:\"not_found\";s:14:\"No tags found.\";s:8:\"no_terms\";s:7:\"No tags\";s:21:\"items_list_navigation\";s:20:\"Tags list navigation\";s:10:\"items_list\";s:9:\"Tags list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:19:\"&larr; Back to Tags\";s:9:\"menu_name\";s:4:\"Tags\";s:14:\"name_admin_bar\";s:18:\"product_visibility\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:18:\"publicly_queryable\";b:0;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:13:\"show_tagcloud\";b:0;s:18:\"show_in_quick_edit\";b:0;s:17:\"show_admin_column\";b:0;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:2:{i:0;s:7:\"product\";i:1;s:17:\"product_variation\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:17:\"manage_categories\";s:10:\"edit_terms\";s:17:\"manage_categories\";s:12:\"delete_terms\";s:17:\"manage_categories\";s:12:\"assign_terms\";s:10:\"edit_posts\";}s:7:\"rewrite\";b:0;s:9:\"query_var\";s:18:\"product_visibility\";s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:21:\"rest_controller_class\";N;s:8:\"_builtin\";b:0;}s:11:\"product_cat\";O:8:\"stdClass\":24:{s:4:\"name\";s:11:\"product_cat\";s:5:\"label\";s:18:\"Product categories\";s:6:\"labels\";O:8:\"stdClass\":24:{s:4:\"name\";s:18:\"Product categories\";s:13:\"singular_name\";s:8:\"Category\";s:12:\"search_items\";s:17:\"Search categories\";s:13:\"popular_items\";N;s:9:\"all_items\";s:14:\"All categories\";s:11:\"parent_item\";s:15:\"Parent category\";s:17:\"parent_item_colon\";s:16:\"Parent category:\";s:9:\"edit_item\";s:13:\"Edit category\";s:9:\"view_item\";s:13:\"View Category\";s:11:\"update_item\";s:15:\"Update category\";s:12:\"add_new_item\";s:16:\"Add new category\";s:13:\"new_item_name\";s:17:\"New category name\";s:26:\"separate_items_with_commas\";N;s:19:\"add_or_remove_items\";N;s:21:\"choose_from_most_used\";N;s:9:\"not_found\";s:19:\"No categories found\";s:8:\"no_terms\";s:13:\"No categories\";s:21:\"items_list_navigation\";s:26:\"Categories list navigation\";s:10:\"items_list\";s:15:\"Categories list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:25:\"&larr; Back to Categories\";s:9:\"menu_name\";s:10:\"Categories\";s:14:\"name_admin_bar\";s:8:\"Category\";s:8:\"archives\";s:14:\"All categories\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:12:\"hierarchical\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:17:\"show_admin_column\";b:0;s:11:\"meta_box_cb\";s:24:\"post_categories_meta_box\";s:20:\"meta_box_sanitize_cb\";s:40:\"taxonomy_meta_box_sanitize_cb_checkboxes\";s:11:\"object_type\";a:1:{i:0;s:7:\"product\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:20:\"manage_product_terms\";s:10:\"edit_terms\";s:18:\"edit_product_terms\";s:12:\"delete_terms\";s:20:\"delete_product_terms\";s:12:\"assign_terms\";s:20:\"assign_product_terms\";}s:7:\"rewrite\";O:8:\"stdClass\":4:{s:10:\"with_front\";b:0;s:12:\"hierarchical\";b:1;s:7:\"ep_mask\";i:0;s:4:\"slug\";s:5:\"books\";}s:9:\"query_var\";s:11:\"product_cat\";s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:21:\"rest_controller_class\";N;s:8:\"_builtin\";b:0;}s:11:\"product_tag\";O:8:\"stdClass\":24:{s:4:\"name\";s:11:\"product_tag\";s:5:\"label\";s:12:\"Product tags\";s:6:\"labels\";O:8:\"stdClass\":24:{s:4:\"name\";s:12:\"Product tags\";s:13:\"singular_name\";s:3:\"Tag\";s:12:\"search_items\";s:11:\"Search tags\";s:13:\"popular_items\";s:12:\"Popular tags\";s:9:\"all_items\";s:8:\"All tags\";s:11:\"parent_item\";N;s:17:\"parent_item_colon\";N;s:9:\"edit_item\";s:8:\"Edit tag\";s:9:\"view_item\";s:8:\"View Tag\";s:11:\"update_item\";s:10:\"Update tag\";s:12:\"add_new_item\";s:11:\"Add new tag\";s:13:\"new_item_name\";s:12:\"New tag name\";s:26:\"separate_items_with_commas\";s:25:\"Separate tags with commas\";s:19:\"add_or_remove_items\";s:18:\"Add or remove tags\";s:21:\"choose_from_most_used\";s:30:\"Choose from the most used tags\";s:9:\"not_found\";s:13:\"No tags found\";s:8:\"no_terms\";s:7:\"No tags\";s:21:\"items_list_navigation\";s:20:\"Tags list navigation\";s:10:\"items_list\";s:9:\"Tags list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:19:\"&larr; Back to Tags\";s:9:\"menu_name\";s:4:\"Tags\";s:14:\"name_admin_bar\";s:3:\"Tag\";s:8:\"archives\";s:8:\"All tags\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:17:\"show_admin_column\";b:0;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:1:{i:0;s:7:\"product\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:20:\"manage_product_terms\";s:10:\"edit_terms\";s:18:\"edit_product_terms\";s:12:\"delete_terms\";s:20:\"delete_product_terms\";s:12:\"assign_terms\";s:20:\"assign_product_terms\";}s:7:\"rewrite\";O:8:\"stdClass\":4:{s:10:\"with_front\";b:0;s:12:\"hierarchical\";b:0;s:7:\"ep_mask\";i:0;s:4:\"slug\";s:11:\"product-tag\";}s:9:\"query_var\";s:11:\"product_tag\";s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:21:\"rest_controller_class\";N;s:8:\"_builtin\";b:0;}s:22:\"product_shipping_class\";O:8:\"stdClass\":24:{s:4:\"name\";s:22:\"product_shipping_class\";s:5:\"label\";s:24:\"Product shipping classes\";s:6:\"labels\";O:8:\"stdClass\":24:{s:4:\"name\";s:24:\"Product shipping classes\";s:13:\"singular_name\";s:14:\"Shipping class\";s:12:\"search_items\";s:23:\"Search shipping classes\";s:13:\"popular_items\";s:12:\"Popular Tags\";s:9:\"all_items\";s:20:\"All shipping classes\";s:11:\"parent_item\";s:21:\"Parent shipping class\";s:17:\"parent_item_colon\";s:22:\"Parent shipping class:\";s:9:\"edit_item\";s:19:\"Edit shipping class\";s:9:\"view_item\";s:8:\"View Tag\";s:11:\"update_item\";s:21:\"Update shipping class\";s:12:\"add_new_item\";s:22:\"Add new shipping class\";s:13:\"new_item_name\";s:23:\"New shipping class Name\";s:26:\"separate_items_with_commas\";s:25:\"Separate tags with commas\";s:19:\"add_or_remove_items\";s:18:\"Add or remove tags\";s:21:\"choose_from_most_used\";s:30:\"Choose from the most used tags\";s:9:\"not_found\";s:14:\"No tags found.\";s:8:\"no_terms\";s:7:\"No tags\";s:21:\"items_list_navigation\";s:20:\"Tags list navigation\";s:10:\"items_list\";s:9:\"Tags list\";s:9:\"most_used\";s:9:\"Most Used\";s:13:\"back_to_items\";s:19:\"&larr; Back to Tags\";s:9:\"menu_name\";s:16:\"Shipping classes\";s:14:\"name_admin_bar\";s:14:\"Shipping class\";s:8:\"archives\";s:20:\"All shipping classes\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:12:\"hierarchical\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:13:\"show_tagcloud\";b:0;s:18:\"show_in_quick_edit\";b:0;s:17:\"show_admin_column\";b:0;s:11:\"meta_box_cb\";s:18:\"post_tags_meta_box\";s:20:\"meta_box_sanitize_cb\";s:35:\"taxonomy_meta_box_sanitize_cb_input\";s:11:\"object_type\";a:2:{i:0;s:7:\"product\";i:1;s:17:\"product_variation\";}s:3:\"cap\";O:8:\"stdClass\":4:{s:12:\"manage_terms\";s:20:\"manage_product_terms\";s:10:\"edit_terms\";s:18:\"edit_product_terms\";s:12:\"delete_terms\";s:20:\"delete_product_terms\";s:12:\"assign_terms\";s:20:\"assign_product_terms\";}s:7:\"rewrite\";b:0;s:9:\"query_var\";s:22:\"product_shipping_class\";s:21:\"update_count_callback\";N;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:21:\"rest_controller_class\";N;s:8:\"_builtin\";b:0;}}}i:2;i:1;i:3;d:1586261062.88047;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1460, 'jpsq_sync-1586261062.884700-105238-37', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:10:\"post_types\";i:1;a:19:{s:4:\"post\";O:8:\"stdClass\":27:{s:4:\"name\";s:4:\"post\";s:5:\"label\";s:5:\"Posts\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:5:\"Posts\";s:13:\"singular_name\";s:4:\"Post\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:9:\"All Posts\";s:8:\"archives\";s:13:\"Post Archives\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:5:\"Posts\";s:14:\"name_admin_bar\";s:4:\"Post\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:13:\"menu_position\";i:5;s:9:\"menu_icon\";s:20:\"dashicons-admin-post\";s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:16:\"delete_with_user\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:5:\"posts\";s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:4:\"page\";O:8:\"stdClass\":27:{s:4:\"name\";s:4:\"page\";s:5:\"label\";s:5:\"Pages\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:5:\"Pages\";s:13:\"singular_name\";s:4:\"Page\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Page\";s:9:\"edit_item\";s:9:\"Edit Page\";s:8:\"new_item\";s:8:\"New Page\";s:9:\"view_item\";s:9:\"View Page\";s:10:\"view_items\";s:10:\"View Pages\";s:12:\"search_items\";s:12:\"Search Pages\";s:9:\"not_found\";s:15:\"No pages found.\";s:18:\"not_found_in_trash\";s:24:\"No pages found in Trash.\";s:17:\"parent_item_colon\";s:12:\"Parent Page:\";s:9:\"all_items\";s:9:\"All Pages\";s:8:\"archives\";s:13:\"Page Archives\";s:10:\"attributes\";s:15:\"Page Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into page\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this page\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter pages list\";s:21:\"items_list_navigation\";s:21:\"Pages list navigation\";s:10:\"items_list\";s:10:\"Pages list\";s:14:\"item_published\";s:15:\"Page published.\";s:24:\"item_published_privately\";s:25:\"Page published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Page reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Page scheduled.\";s:12:\"item_updated\";s:13:\"Page updated.\";s:9:\"menu_name\";s:5:\"Pages\";s:14:\"name_admin_bar\";s:4:\"Page\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:1;s:19:\"exclude_from_search\";b:0;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:13:\"menu_position\";i:20;s:9:\"menu_icon\";s:20:\"dashicons-admin-page\";s:15:\"capability_type\";s:4:\"page\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_page\";s:9:\"read_post\";s:9:\"read_page\";s:11:\"delete_post\";s:11:\"delete_page\";s:10:\"edit_posts\";s:10:\"edit_pages\";s:17:\"edit_others_posts\";s:17:\"edit_others_pages\";s:12:\"delete_posts\";s:12:\"delete_pages\";s:13:\"publish_posts\";s:13:\"publish_pages\";s:18:\"read_private_posts\";s:18:\"read_private_pages\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:20:\"delete_private_pages\";s:22:\"delete_published_posts\";s:22:\"delete_published_pages\";s:19:\"delete_others_posts\";s:19:\"delete_others_pages\";s:18:\"edit_private_posts\";s:18:\"edit_private_pages\";s:20:\"edit_published_posts\";s:20:\"edit_published_pages\";s:12:\"create_posts\";s:10:\"edit_pages\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:16:\"delete_with_user\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:5:\"pages\";s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:10:\"attachment\";O:8:\"stdClass\":26:{s:4:\"name\";s:10:\"attachment\";s:5:\"label\";s:5:\"Media\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:5:\"Media\";s:13:\"singular_name\";s:5:\"Media\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:10:\"Edit Media\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:20:\"View Attachment Page\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:5:\"Media\";s:8:\"archives\";s:5:\"Media\";s:10:\"attributes\";s:21:\"Attachment Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:5:\"Media\";s:14:\"name_admin_bar\";s:5:\"Media\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:1;s:9:\"menu_icon\";s:21:\"dashicons-admin-media\";s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:12:\"upload_files\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:16:\"delete_with_user\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:5:\"media\";s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:8:\"revision\";O:8:\"stdClass\":25:{s:4:\"name\";s:8:\"revision\";s:5:\"label\";s:9:\"Revisions\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:9:\"Revisions\";s:13:\"singular_name\";s:8:\"Revision\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:9:\"Revisions\";s:8:\"archives\";s:9:\"Revisions\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:9:\"Revisions\";s:14:\"name_admin_bar\";s:8:\"Revision\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:0;s:16:\"delete_with_user\";b:1;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:24:\"revision.php?revision=%d\";}s:13:\"nav_menu_item\";O:8:\"stdClass\":26:{s:4:\"name\";s:13:\"nav_menu_item\";s:5:\"label\";s:21:\"Navigation Menu Items\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:21:\"Navigation Menu Items\";s:13:\"singular_name\";s:20:\"Navigation Menu Item\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:21:\"Navigation Menu Items\";s:8:\"archives\";s:21:\"Navigation Menu Items\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:21:\"Navigation Menu Items\";s:14:\"name_admin_bar\";s:20:\"Navigation Menu Item\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:8:\"supports\";a:0:{}s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:16:\"delete_with_user\";b:0;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:0:\"\";}s:10:\"custom_css\";O:8:\"stdClass\":25:{s:4:\"name\";s:10:\"custom_css\";s:5:\"label\";s:10:\"Custom CSS\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:10:\"Custom CSS\";s:13:\"singular_name\";s:10:\"Custom CSS\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:10:\"Custom CSS\";s:8:\"archives\";s:10:\"Custom CSS\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:10:\"Custom CSS\";s:14:\"name_admin_bar\";s:10:\"Custom CSS\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":13:{s:9:\"edit_post\";s:8:\"edit_css\";s:9:\"read_post\";s:4:\"read\";s:11:\"delete_post\";s:18:\"edit_theme_options\";s:10:\"edit_posts\";s:8:\"edit_css\";s:17:\"edit_others_posts\";s:8:\"edit_css\";s:12:\"delete_posts\";s:18:\"edit_theme_options\";s:13:\"publish_posts\";s:18:\"edit_theme_options\";s:18:\"read_private_posts\";s:4:\"read\";s:22:\"delete_published_posts\";s:18:\"edit_theme_options\";s:20:\"delete_private_posts\";s:18:\"edit_theme_options\";s:19:\"delete_others_posts\";s:18:\"edit_theme_options\";s:20:\"edit_published_posts\";s:8:\"edit_css\";s:12:\"create_posts\";s:8:\"edit_css\";}s:12:\"map_meta_cap\";b:0;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:16:\"delete_with_user\";b:0;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:0:\"\";}s:19:\"customize_changeset\";O:8:\"stdClass\":25:{s:4:\"name\";s:19:\"customize_changeset\";s:5:\"label\";s:10:\"Changesets\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:10:\"Changesets\";s:13:\"singular_name\";s:9:\"Changeset\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:17:\"Add New Changeset\";s:9:\"edit_item\";s:14:\"Edit Changeset\";s:8:\"new_item\";s:13:\"New Changeset\";s:9:\"view_item\";s:14:\"View Changeset\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:17:\"Search Changesets\";s:9:\"not_found\";s:20:\"No changesets found.\";s:18:\"not_found_in_trash\";s:29:\"No changesets found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:14:\"All Changesets\";s:8:\"archives\";s:14:\"All Changesets\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:10:\"Changesets\";s:14:\"name_admin_bar\";s:9:\"Changeset\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:15:\"capability_type\";s:19:\"customize_changeset\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"customize\";s:9:\"read_post\";s:9:\"customize\";s:11:\"delete_post\";s:9:\"customize\";s:10:\"edit_posts\";s:9:\"customize\";s:17:\"edit_others_posts\";s:9:\"customize\";s:12:\"delete_posts\";s:9:\"customize\";s:13:\"publish_posts\";s:9:\"customize\";s:18:\"read_private_posts\";s:9:\"customize\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:9:\"customize\";s:22:\"delete_published_posts\";s:9:\"customize\";s:19:\"delete_others_posts\";s:9:\"customize\";s:18:\"edit_private_posts\";s:9:\"customize\";s:20:\"edit_published_posts\";s:12:\"do_not_allow\";s:12:\"create_posts\";s:9:\"customize\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:0;s:16:\"delete_with_user\";b:0;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:0:\"\";}s:12:\"oembed_cache\";O:8:\"stdClass\":26:{s:4:\"name\";s:12:\"oembed_cache\";s:5:\"label\";s:16:\"oEmbed Responses\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:16:\"oEmbed Responses\";s:13:\"singular_name\";s:15:\"oEmbed Response\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:16:\"oEmbed Responses\";s:8:\"archives\";s:16:\"oEmbed Responses\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:16:\"oEmbed Responses\";s:14:\"name_admin_bar\";s:15:\"oEmbed Response\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:8:\"supports\";a:0:{}s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:0;s:16:\"delete_with_user\";b:0;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:0:\"\";}s:12:\"user_request\";O:8:\"stdClass\":26:{s:4:\"name\";s:12:\"user_request\";s:5:\"label\";s:13:\"User Requests\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:13:\"User Requests\";s:13:\"singular_name\";s:12:\"User Request\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:13:\"User Requests\";s:8:\"archives\";s:13:\"User Requests\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:13:\"User Requests\";s:14:\"name_admin_bar\";s:12:\"User Request\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:8:\"supports\";a:0:{}s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_post\";s:9:\"read_post\";s:9:\"read_post\";s:11:\"delete_post\";s:11:\"delete_post\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:20:\"delete_private_posts\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:18:\"edit_private_posts\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:0;s:16:\"delete_with_user\";b:0;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:0:\"\";}s:8:\"wp_block\";O:8:\"stdClass\":24:{s:4:\"name\";s:8:\"wp_block\";s:5:\"label\";s:6:\"Blocks\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:6:\"Blocks\";s:13:\"singular_name\";s:5:\"Block\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:13:\"Add New Block\";s:9:\"edit_item\";s:10:\"Edit Block\";s:8:\"new_item\";s:9:\"New Block\";s:9:\"view_item\";s:10:\"View Block\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:13:\"Search Blocks\";s:9:\"not_found\";s:16:\"No blocks found.\";s:18:\"not_found_in_trash\";s:25:\"No blocks found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:10:\"All Blocks\";s:8:\"archives\";s:10:\"All Blocks\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:18:\"Filter blocks list\";s:21:\"items_list_navigation\";s:22:\"Blocks list navigation\";s:10:\"items_list\";s:11:\"Blocks list\";s:14:\"item_published\";s:16:\"Block published.\";s:24:\"item_published_privately\";s:26:\"Block published privately.\";s:22:\"item_reverted_to_draft\";s:24:\"Block reverted to draft.\";s:14:\"item_scheduled\";s:16:\"Block scheduled.\";s:12:\"item_updated\";s:14:\"Block updated.\";s:9:\"menu_name\";s:6:\"Blocks\";s:14:\"name_admin_bar\";s:5:\"Block\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:15:\"capability_type\";s:5:\"block\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:10:\"edit_block\";s:9:\"read_post\";s:10:\"read_block\";s:11:\"delete_post\";s:12:\"delete_block\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:12:\"delete_posts\";s:13:\"delete_blocks\";s:13:\"publish_posts\";s:14:\"publish_blocks\";s:18:\"read_private_posts\";s:19:\"read_private_blocks\";s:4:\"read\";s:10:\"edit_posts\";s:20:\"delete_private_posts\";s:21:\"delete_private_blocks\";s:22:\"delete_published_posts\";s:22:\"delete_published_posts\";s:19:\"delete_others_posts\";s:19:\"delete_others_posts\";s:18:\"edit_private_posts\";s:19:\"edit_private_blocks\";s:20:\"edit_published_posts\";s:20:\"edit_published_posts\";s:12:\"create_posts\";s:13:\"publish_posts\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";s:8:\"wp_block\";s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:6:\"blocks\";s:8:\"_builtin\";b:1;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:7:\"product\";O:8:\"stdClass\":24:{s:4:\"name\";s:7:\"product\";s:5:\"label\";s:8:\"Products\";s:6:\"labels\";O:8:\"stdClass\":33:{s:4:\"name\";s:8:\"Products\";s:13:\"singular_name\";s:7:\"Product\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:15:\"Add new product\";s:9:\"edit_item\";s:12:\"Edit product\";s:8:\"new_item\";s:11:\"New product\";s:9:\"view_item\";s:12:\"View product\";s:10:\"view_items\";s:13:\"View products\";s:12:\"search_items\";s:15:\"Search products\";s:9:\"not_found\";s:17:\"No products found\";s:18:\"not_found_in_trash\";s:26:\"No products found in trash\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:12:\"All Products\";s:8:\"archives\";s:12:\"All Products\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:19:\"Insert into product\";s:21:\"uploaded_to_this_item\";s:24:\"Uploaded to this product\";s:14:\"featured_image\";s:13:\"Product image\";s:18:\"set_featured_image\";s:17:\"Set product image\";s:21:\"remove_featured_image\";s:20:\"Remove product image\";s:18:\"use_featured_image\";s:20:\"Use as product image\";s:17:\"filter_items_list\";s:15:\"Filter products\";s:21:\"items_list_navigation\";s:19:\"Products navigation\";s:10:\"items_list\";s:13:\"Products list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:8:\"Products\";s:4:\"edit\";s:4:\"Edit\";s:6:\"parent\";s:14:\"Parent product\";s:14:\"name_admin_bar\";s:7:\"Product\";}s:11:\"description\";s:53:\"This is where you can add new products to your store.\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:0;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:15:\"capability_type\";s:7:\"product\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:12:\"edit_product\";s:9:\"read_post\";s:12:\"read_product\";s:11:\"delete_post\";s:14:\"delete_product\";s:10:\"edit_posts\";s:13:\"edit_products\";s:17:\"edit_others_posts\";s:20:\"edit_others_products\";s:12:\"delete_posts\";s:15:\"delete_products\";s:13:\"publish_posts\";s:16:\"publish_products\";s:18:\"read_private_posts\";s:21:\"read_private_products\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:23:\"delete_private_products\";s:22:\"delete_published_posts\";s:25:\"delete_published_products\";s:19:\"delete_others_posts\";s:22:\"delete_others_products\";s:18:\"edit_private_posts\";s:21:\"edit_private_products\";s:20:\"edit_published_posts\";s:23:\"edit_published_products\";s:12:\"create_posts\";s:13:\"edit_products\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";s:4:\"shop\";s:7:\"rewrite\";a:5:{s:4:\"slug\";s:6:\"/books\";s:10:\"with_front\";b:0;s:5:\"feeds\";b:1;s:5:\"pages\";b:1;s:7:\"ep_mask\";i:1;}s:9:\"query_var\";s:7:\"product\";s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:17:\"product_variation\";O:8:\"stdClass\":25:{s:4:\"name\";s:17:\"product_variation\";s:5:\"label\";s:10:\"Variations\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:10:\"Variations\";s:13:\"singular_name\";s:10:\"Variations\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:10:\"Variations\";s:8:\"archives\";s:10:\"Variations\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:10:\"Variations\";s:14:\"name_admin_bar\";s:10:\"Variations\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:8:\"supports\";b:0;s:15:\"capability_type\";s:7:\"product\";s:3:\"cap\";O:8:\"stdClass\":9:{s:9:\"edit_post\";s:12:\"edit_product\";s:9:\"read_post\";s:12:\"read_product\";s:11:\"delete_post\";s:14:\"delete_product\";s:10:\"edit_posts\";s:13:\"edit_products\";s:17:\"edit_others_posts\";s:20:\"edit_others_products\";s:12:\"delete_posts\";s:15:\"delete_products\";s:13:\"publish_posts\";s:16:\"publish_products\";s:18:\"read_private_posts\";s:21:\"read_private_products\";s:12:\"create_posts\";s:13:\"edit_products\";}s:12:\"map_meta_cap\";b:0;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";s:17:\"product_variation\";s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:0:\"\";}s:10:\"shop_order\";O:8:\"stdClass\":24:{s:4:\"name\";s:10:\"shop_order\";s:5:\"label\";s:6:\"Orders\";s:6:\"labels\";O:8:\"stdClass\":33:{s:4:\"name\";s:6:\"Orders\";s:13:\"singular_name\";s:5:\"Order\";s:7:\"add_new\";s:9:\"Add order\";s:12:\"add_new_item\";s:13:\"Add new order\";s:9:\"edit_item\";s:10:\"Edit order\";s:8:\"new_item\";s:9:\"New order\";s:9:\"view_item\";s:10:\"View order\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:13:\"Search orders\";s:9:\"not_found\";s:15:\"No orders found\";s:18:\"not_found_in_trash\";s:24:\"No orders found in trash\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:6:\"Orders\";s:8:\"archives\";s:6:\"Orders\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:13:\"Filter orders\";s:21:\"items_list_navigation\";s:17:\"Orders navigation\";s:10:\"items_list\";s:11:\"Orders list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:6:\"Orders\";s:4:\"edit\";s:4:\"Edit\";s:6:\"parent\";s:13:\"Parent orders\";s:14:\"name_admin_bar\";s:5:\"Order\";}s:11:\"description\";s:38:\"This is where store orders are stored.\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";s:11:\"woocommerce\";s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:1;s:15:\"capability_type\";s:10:\"shop_order\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:15:\"edit_shop_order\";s:9:\"read_post\";s:15:\"read_shop_order\";s:11:\"delete_post\";s:17:\"delete_shop_order\";s:10:\"edit_posts\";s:16:\"edit_shop_orders\";s:17:\"edit_others_posts\";s:23:\"edit_others_shop_orders\";s:12:\"delete_posts\";s:18:\"delete_shop_orders\";s:13:\"publish_posts\";s:19:\"publish_shop_orders\";s:18:\"read_private_posts\";s:24:\"read_private_shop_orders\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:26:\"delete_private_shop_orders\";s:22:\"delete_published_posts\";s:28:\"delete_published_shop_orders\";s:19:\"delete_others_posts\";s:25:\"delete_others_shop_orders\";s:18:\"edit_private_posts\";s:24:\"edit_private_shop_orders\";s:20:\"edit_published_posts\";s:26:\"edit_published_shop_orders\";s:12:\"create_posts\";s:16:\"edit_shop_orders\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:17:\"shop_order_refund\";O:8:\"stdClass\":25:{s:4:\"name\";s:17:\"shop_order_refund\";s:5:\"label\";s:7:\"Refunds\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:7:\"Refunds\";s:13:\"singular_name\";s:7:\"Refunds\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:7:\"Refunds\";s:8:\"archives\";s:7:\"Refunds\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:7:\"Refunds\";s:14:\"name_admin_bar\";s:7:\"Refunds\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:8:\"supports\";b:0;s:15:\"capability_type\";s:10:\"shop_order\";s:3:\"cap\";O:8:\"stdClass\":9:{s:9:\"edit_post\";s:15:\"edit_shop_order\";s:9:\"read_post\";s:15:\"read_shop_order\";s:11:\"delete_post\";s:17:\"delete_shop_order\";s:10:\"edit_posts\";s:16:\"edit_shop_orders\";s:17:\"edit_others_posts\";s:23:\"edit_others_shop_orders\";s:12:\"delete_posts\";s:18:\"delete_shop_orders\";s:13:\"publish_posts\";s:19:\"publish_shop_orders\";s:18:\"read_private_posts\";s:24:\"read_private_shop_orders\";s:12:\"create_posts\";s:16:\"edit_shop_orders\";}s:12:\"map_meta_cap\";b:0;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";s:17:\"shop_order_refund\";s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:0:\"\";}s:11:\"shop_coupon\";O:8:\"stdClass\":24:{s:4:\"name\";s:11:\"shop_coupon\";s:5:\"label\";s:7:\"Coupons\";s:6:\"labels\";O:8:\"stdClass\":33:{s:4:\"name\";s:7:\"Coupons\";s:13:\"singular_name\";s:6:\"Coupon\";s:7:\"add_new\";s:10:\"Add coupon\";s:12:\"add_new_item\";s:14:\"Add new coupon\";s:9:\"edit_item\";s:11:\"Edit coupon\";s:8:\"new_item\";s:10:\"New coupon\";s:9:\"view_item\";s:11:\"View coupon\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:14:\"Search coupons\";s:9:\"not_found\";s:16:\"No coupons found\";s:18:\"not_found_in_trash\";s:25:\"No coupons found in trash\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:7:\"Coupons\";s:8:\"archives\";s:7:\"Coupons\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:14:\"Filter coupons\";s:21:\"items_list_navigation\";s:18:\"Coupons navigation\";s:10:\"items_list\";s:12:\"Coupons list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:7:\"Coupons\";s:4:\"edit\";s:4:\"Edit\";s:6:\"parent\";s:13:\"Parent coupon\";s:14:\"name_admin_bar\";s:6:\"Coupon\";}s:11:\"description\";s:75:\"This is where you can add new coupons that customers can use in your store.\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";s:11:\"woocommerce\";s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:1;s:15:\"capability_type\";s:11:\"shop_coupon\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:16:\"edit_shop_coupon\";s:9:\"read_post\";s:16:\"read_shop_coupon\";s:11:\"delete_post\";s:18:\"delete_shop_coupon\";s:10:\"edit_posts\";s:17:\"edit_shop_coupons\";s:17:\"edit_others_posts\";s:24:\"edit_others_shop_coupons\";s:12:\"delete_posts\";s:19:\"delete_shop_coupons\";s:13:\"publish_posts\";s:20:\"publish_shop_coupons\";s:18:\"read_private_posts\";s:25:\"read_private_shop_coupons\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:27:\"delete_private_shop_coupons\";s:22:\"delete_published_posts\";s:29:\"delete_published_shop_coupons\";s:19:\"delete_others_posts\";s:26:\"delete_others_shop_coupons\";s:18:\"edit_private_posts\";s:25:\"edit_private_shop_coupons\";s:20:\"edit_published_posts\";s:27:\"edit_published_shop_coupons\";s:12:\"create_posts\";s:17:\"edit_shop_coupons\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:8:\"feedback\";O:8:\"stdClass\":26:{s:4:\"name\";s:8:\"feedback\";s:5:\"label\";s:8:\"Feedback\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:8:\"Feedback\";s:13:\"singular_name\";s:8:\"Feedback\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:15:\"Search Feedback\";s:9:\"not_found\";s:17:\"No feedback found\";s:18:\"not_found_in_trash\";s:17:\"No feedback found\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:8:\"Feedback\";s:8:\"archives\";s:8:\"Feedback\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:8:\"Feedback\";s:14:\"name_admin_bar\";s:8:\"Feedback\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:9:\"menu_icon\";s:414:\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMTMgNy41aDV2MmgtNXptMCA3aDV2MmgtNXpNMTkgM0g1Yy0xLjEgMC0yIC45LTIgMnYxNGMwIDEuMS45IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMTZINVY1aDE0djE0ek0xMSA2SDZ2NWg1VjZ6bS0xIDRIN1Y3aDN2M3ptMSAzSDZ2NWg1di01em0tMSA0SDd2LTNoM3YzeiIvPjwvc3ZnPg==\";s:8:\"supports\";a:0:{}s:15:\"capability_type\";s:4:\"page\";s:3:\"cap\";O:8:\"stdClass\":15:{s:9:\"edit_post\";s:9:\"edit_page\";s:9:\"read_post\";s:9:\"read_page\";s:11:\"delete_post\";s:11:\"delete_page\";s:10:\"edit_posts\";s:10:\"edit_pages\";s:17:\"edit_others_posts\";s:17:\"edit_others_pages\";s:12:\"delete_posts\";s:12:\"delete_pages\";s:13:\"publish_posts\";s:13:\"publish_pages\";s:18:\"read_private_posts\";s:18:\"read_private_pages\";s:4:\"read\";s:4:\"read\";s:20:\"delete_private_posts\";s:20:\"delete_private_pages\";s:22:\"delete_published_posts\";s:22:\"delete_published_pages\";s:19:\"delete_others_posts\";s:19:\"delete_others_pages\";s:18:\"edit_private_posts\";s:18:\"edit_private_pages\";s:20:\"edit_published_posts\";s:20:\"edit_published_pages\";s:12:\"create_posts\";s:12:\"do_not_allow\";}s:12:\"map_meta_cap\";b:1;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";b:0;s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:16:\"post.php?post=%d\";}s:11:\"jp_mem_plan\";O:8:\"stdClass\":24:{s:4:\"name\";s:11:\"jp_mem_plan\";s:5:\"label\";s:4:\"Plan\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:4:\"Plan\";s:13:\"singular_name\";s:4:\"Plan\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:4:\"Plan\";s:8:\"archives\";s:4:\"Plan\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:4:\"Plan\";s:14:\"name_admin_bar\";s:4:\"Plan\";}s:11:\"description\";s:24:\"Recurring Payments plans\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":9:{s:9:\"edit_post\";s:10:\"edit_posts\";s:9:\"read_post\";s:18:\"read_private_posts\";s:11:\"delete_post\";s:12:\"delete_posts\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:0;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";s:11:\"jp_mem_plan\";s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:0;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:0:\"\";}s:12:\"jp_pay_order\";O:8:\"stdClass\":24:{s:4:\"name\";s:12:\"jp_pay_order\";s:5:\"label\";s:5:\"Order\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:5:\"Order\";s:13:\"singular_name\";s:5:\"Order\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:5:\"Order\";s:8:\"archives\";s:5:\"Order\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:5:\"Order\";s:14:\"name_admin_bar\";s:5:\"Order\";}s:11:\"description\";s:22:\"Simple Payments orders\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":9:{s:9:\"edit_post\";s:10:\"edit_posts\";s:9:\"read_post\";s:18:\"read_private_posts\";s:11:\"delete_post\";s:12:\"delete_posts\";s:10:\"edit_posts\";s:10:\"edit_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:12:\"create_posts\";s:10:\"edit_posts\";}s:12:\"map_meta_cap\";b:0;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";s:12:\"jp_pay_order\";s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:0:\"\";}s:14:\"jp_pay_product\";O:8:\"stdClass\":24:{s:4:\"name\";s:14:\"jp_pay_product\";s:5:\"label\";s:7:\"Product\";s:6:\"labels\";O:8:\"stdClass\":31:{s:4:\"name\";s:7:\"Product\";s:13:\"singular_name\";s:7:\"Product\";s:7:\"add_new\";s:7:\"Add New\";s:12:\"add_new_item\";s:12:\"Add New Post\";s:9:\"edit_item\";s:9:\"Edit Post\";s:8:\"new_item\";s:8:\"New Post\";s:9:\"view_item\";s:9:\"View Post\";s:10:\"view_items\";s:10:\"View Posts\";s:12:\"search_items\";s:12:\"Search Posts\";s:9:\"not_found\";s:15:\"No posts found.\";s:18:\"not_found_in_trash\";s:24:\"No posts found in Trash.\";s:17:\"parent_item_colon\";N;s:9:\"all_items\";s:7:\"Product\";s:8:\"archives\";s:7:\"Product\";s:10:\"attributes\";s:15:\"Post Attributes\";s:16:\"insert_into_item\";s:16:\"Insert into post\";s:21:\"uploaded_to_this_item\";s:21:\"Uploaded to this post\";s:14:\"featured_image\";s:14:\"Featured image\";s:18:\"set_featured_image\";s:18:\"Set featured image\";s:21:\"remove_featured_image\";s:21:\"Remove featured image\";s:18:\"use_featured_image\";s:21:\"Use as featured image\";s:17:\"filter_items_list\";s:17:\"Filter posts list\";s:21:\"items_list_navigation\";s:21:\"Posts list navigation\";s:10:\"items_list\";s:10:\"Posts list\";s:14:\"item_published\";s:15:\"Post published.\";s:24:\"item_published_privately\";s:25:\"Post published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Post reverted to draft.\";s:14:\"item_scheduled\";s:15:\"Post scheduled.\";s:12:\"item_updated\";s:13:\"Post updated.\";s:9:\"menu_name\";s:7:\"Product\";s:14:\"name_admin_bar\";s:7:\"Product\";}s:11:\"description\";s:24:\"Simple Payments products\";s:6:\"public\";b:0;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:0;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:0;s:17:\"show_in_nav_menus\";b:0;s:17:\"show_in_admin_bar\";b:0;s:15:\"capability_type\";s:4:\"post\";s:3:\"cap\";O:8:\"stdClass\":9:{s:9:\"edit_post\";s:10:\"edit_posts\";s:9:\"read_post\";s:18:\"read_private_posts\";s:11:\"delete_post\";s:12:\"delete_posts\";s:10:\"edit_posts\";s:13:\"publish_posts\";s:17:\"edit_others_posts\";s:17:\"edit_others_posts\";s:12:\"delete_posts\";s:12:\"delete_posts\";s:13:\"publish_posts\";s:13:\"publish_posts\";s:18:\"read_private_posts\";s:18:\"read_private_posts\";s:12:\"create_posts\";s:13:\"publish_posts\";}s:12:\"map_meta_cap\";b:0;s:10:\"taxonomies\";a:0:{}s:11:\"has_archive\";b:0;s:7:\"rewrite\";b:0;s:9:\"query_var\";s:14:\"jp_pay_product\";s:10:\"can_export\";b:1;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";b:0;s:8:\"_builtin\";b:0;s:10:\"_edit_link\";s:0:\"\";}}}i:2;i:1;i:3;d:1586261062.884674;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1461, 'jpsq_sync-1586261062.889357-105238-38', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:18:\"post_type_features\";i:1;a:19:{s:4:\"post\";a:11:{s:5:\"title\";b:1;s:6:\"editor\";b:1;s:6:\"author\";b:1;s:9:\"thumbnail\";b:1;s:7:\"excerpt\";b:1;s:10:\"trackbacks\";b:1;s:13:\"custom-fields\";b:1;s:8:\"comments\";b:1;s:9:\"revisions\";b:1;s:12:\"post-formats\";b:1;s:12:\"geo-location\";b:1;}s:4:\"page\";a:9:{s:5:\"title\";b:1;s:6:\"editor\";b:1;s:6:\"author\";b:1;s:9:\"thumbnail\";b:1;s:15:\"page-attributes\";b:1;s:13:\"custom-fields\";b:1;s:8:\"comments\";b:1;s:9:\"revisions\";b:1;s:12:\"geo-location\";b:1;}s:10:\"attachment\";a:3:{s:5:\"title\";b:1;s:6:\"author\";b:1;s:8:\"comments\";b:1;}s:16:\"attachment:audio\";a:1:{s:9:\"thumbnail\";b:1;}s:16:\"attachment:video\";a:1:{s:9:\"thumbnail\";b:1;}s:8:\"revision\";a:1:{s:6:\"author\";b:1;}s:13:\"nav_menu_item\";a:2:{s:5:\"title\";b:1;s:6:\"editor\";b:1;}s:10:\"custom_css\";a:2:{s:5:\"title\";b:1;s:9:\"revisions\";b:1;}s:19:\"customize_changeset\";a:2:{s:5:\"title\";b:1;s:6:\"author\";b:1;}s:12:\"oembed_cache\";a:2:{s:5:\"title\";b:1;s:6:\"editor\";b:1;}s:12:\"user_request\";a:2:{s:5:\"title\";b:1;s:6:\"editor\";b:1;}s:8:\"wp_block\";a:2:{s:5:\"title\";b:1;s:6:\"editor\";b:1;}s:7:\"product\";a:8:{s:9:\"thumbnail\";b:1;s:5:\"title\";b:1;s:6:\"editor\";b:1;s:7:\"excerpt\";b:1;s:13:\"custom-fields\";b:1;s:9:\"publicize\";b:1;s:14:\"wpcom-markdown\";b:1;s:8:\"comments\";b:1;}s:10:\"shop_order\";a:3:{s:5:\"title\";b:1;s:8:\"comments\";b:1;s:13:\"custom-fields\";b:1;}s:11:\"shop_coupon\";a:1:{s:5:\"title\";b:1;}s:8:\"feedback\";a:2:{s:5:\"title\";b:1;s:6:\"editor\";b:1;}s:11:\"jp_mem_plan\";a:3:{s:5:\"title\";b:1;s:13:\"custom-fields\";b:1;s:7:\"content\";b:1;}s:12:\"jp_pay_order\";a:2:{s:13:\"custom-fields\";b:1;s:7:\"excerpt\";b:1;}s:14:\"jp_pay_product\";a:5:{s:5:\"title\";b:1;s:6:\"editor\";b:1;s:9:\"thumbnail\";b:1;s:13:\"custom-fields\";b:1;s:6:\"author\";b:1;}}}i:2;i:1;i:3;d:1586261062.889331;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1462, 'jpsq_sync-1586261062.892737-105238-39', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:10:\"shortcodes\";i:1;a:31:{i:0;s:10:\"wp_caption\";i:1;s:7:\"caption\";i:2;s:7:\"gallery\";i:3;s:8:\"playlist\";i:4;s:5:\"audio\";i:5;s:5:\"video\";i:6;s:5:\"embed\";i:7;s:12:\"geo-location\";i:8;s:12:\"contact-form\";i:9;s:13:\"contact-field\";i:10;s:7:\"product\";i:11;s:12:\"product_page\";i:12;s:16:\"product_category\";i:13;s:18:\"product_categories\";i:14;s:11:\"add_to_cart\";i:15;s:15:\"add_to_cart_url\";i:16;s:8:\"products\";i:17;s:15:\"recent_products\";i:18;s:13:\"sale_products\";i:19;s:21:\"best_selling_products\";i:20;s:18:\"top_rated_products\";i:21;s:17:\"featured_products\";i:22;s:17:\"product_attribute\";i:23;s:16:\"related_products\";i:24;s:13:\"shop_messages\";i:25;s:26:\"woocommerce_order_tracking\";i:26;s:16:\"woocommerce_cart\";i:27;s:20:\"woocommerce_checkout\";i:28;s:22:\"woocommerce_my_account\";i:29;s:20:\"woocommerce_messages\";i:30;s:14:\"simple-payment\";}}i:2;i:1;i:3;d:1586261062.892711;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1463, 'jpsq_sync-1586261062.896159-105238-40', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:27:\"rest_api_allowed_post_types\";i:1;a:10:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:8:\"revision\";i:3;s:7:\"product\";i:4;s:8:\"feedback\";i:5;s:11:\"jp_mem_plan\";i:6;s:13:\"jetpack-comic\";i:7;s:19:\"jetpack-testimonial\";i:8;s:12:\"jp_pay_order\";i:9;s:14:\"jp_pay_product\";}}i:2;i:1;i:3;d:1586261062.896133;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1464, 'jpsq_sync-1586261062.899490-105238-41', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:32:\"rest_api_allowed_public_metadata\";i:1;a:0:{}}i:2;i:1;i:3;d:1586261062.899463;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1465, 'jpsq_sync-1586261062.902890-105238-42', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:10:\"wp_version\";i:1;s:3:\"5.4\";}i:2;i:1;i:3;d:1586261062.902866;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1466, 'jpsq_sync-1586261062.906256-105238-43', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:11:\"get_plugins\";i:1;a:5:{s:19:\"akismet/akismet.php\";a:16:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:17:\"Akismet Anti-Spam\";s:9:\"PluginURI\";s:20:\"https://akismet.com/\";s:7:\"Version\";s:5:\"4.1.4\";s:11:\"Description\";s:295:\"Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started, just go to <a href=\"admin.php?page=akismet-key-config\">your Akismet Settings page</a> to set up your API key.\";s:6:\"Author\";s:10:\"Automattic\";s:9:\"AuthorURI\";s:41:\"https://automattic.com/wordpress-plugins/\";s:10:\"TextDomain\";s:7:\"akismet\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:17:\"Akismet Anti-Spam\";s:10:\"AuthorName\";s:10:\"Automattic\";}s:19:\"jetpack/jetpack.php\";a:16:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:24:\"Jetpack by WordPress.com\";s:9:\"PluginURI\";s:19:\"https://jetpack.com\";s:7:\"Version\";s:3:\"8.3\";s:11:\"Description\";s:218:\"Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.\";s:6:\"Author\";s:10:\"Automattic\";s:9:\"AuthorURI\";s:19:\"https://jetpack.com\";s:10:\"TextDomain\";s:7:\"jetpack\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:24:\"Jetpack by WordPress.com\";s:10:\"AuthorName\";s:10:\"Automattic\";}s:47:\"one-click-demo-import/one-click-demo-import.php\";a:16:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:21:\"One Click Demo Import\";s:9:\"PluginURI\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"Version\";s:5:\"2.5.2\";s:11:\"Description\";s:130:\"Import your content, widgets and theme settings with one click. Theme authors! Enable simple demo import for your theme demo data.\";s:6:\"Author\";s:13:\"ProteusThemes\";s:9:\"AuthorURI\";s:28:\"http://www.proteusthemes.com\";s:10:\"TextDomain\";s:7:\"pt-ocdi\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:21:\"One Click Demo Import\";s:10:\"AuthorName\";s:13:\"ProteusThemes\";}s:27:\"woocommerce/woocommerce.php\";a:16:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:11:\"WooCommerce\";s:9:\"PluginURI\";s:24:\"https://woocommerce.com/\";s:7:\"Version\";s:5:\"4.0.1\";s:11:\"Description\";s:63:\"An eCommerce toolkit that helps you sell anything. Beautifully.\";s:6:\"Author\";s:10:\"Automattic\";s:9:\"AuthorURI\";s:23:\"https://woocommerce.com\";s:10:\"TextDomain\";s:11:\"woocommerce\";s:10:\"DomainPath\";s:16:\"/i18n/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:11:\"WooCommerce\";s:10:\"AuthorName\";s:10:\"Automattic\";}s:27:\"wp-pro-quiz/wp-pro-quiz.php\";a:16:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:11:\"WP-Pro-Quiz\";s:9:\"PluginURI\";s:47:\"http://wordpress.org/extend/plugins/wp-pro-quiz\";s:7:\"Version\";s:4:\"0.37\";s:11:\"Description\";s:51:\"A powerful and beautiful quiz plugin for WordPress.\";s:6:\"Author\";s:14:\"Julius Fischer\";s:9:\"AuthorURI\";s:22:\"http://www.it-gecko.de\";s:10:\"TextDomain\";s:11:\"wp-pro-quiz\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:11:\"WP-Pro-Quiz\";s:10:\"AuthorName\";s:14:\"Julius Fischer\";}}}i:2;i:1;i:3;d:1586261062.90623;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1467, 'jpsq_sync-1586261062.909827-105238-44', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:24:\"get_plugins_action_links\";i:1;a:3:{s:19:\"akismet/akismet.php\";a:1:{s:8:\"Settings\";s:66:\"https://connectivism.in/wp-admin/admin.php?page=akismet-key-config\";}s:19:\"jetpack/jetpack.php\";a:3:{s:7:\"Jetpack\";s:55:\"https://connectivism.in/wp-admin/admin.php?page=jetpack\";s:8:\"Settings\";s:65:\"https://connectivism.in/wp-admin/admin.php?page=jetpack#/settings\";s:7:\"Support\";s:64:\"https://connectivism.in/wp-admin/admin.php?page=jetpack-debugger\";}s:27:\"woocommerce/woocommerce.php\";a:1:{s:8:\"Settings\";s:59:\"https://connectivism.in/wp-admin/admin.php?page=wc-settings\";}}}i:2;i:1;i:3;d:1586261062.909802;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1468, 'jpsq_sync-1586261062.913227-105238-45', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:14:\"active_modules\";i:1;a:7:{i:0;s:12:\"contact-form\";i:1;s:21:\"enhanced-distribution\";i:2;s:8:\"json-api\";i:3;s:5:\"notes\";i:4;s:7:\"protect\";i:5;s:5:\"stats\";i:6;s:18:\"verification-tools\";}}i:2;i:1;i:3;d:1586261062.913203;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1469, 'jpsq_sync-1586261062.916867-105238-46', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:16:\"hosting_provider\";i:1;s:7:\"unknown\";}i:2;i:1;i:3;d:1586261062.916841;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1470, 'jpsq_sync-1586261062.920150-105238-47', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:6:\"locale\";i:1;s:5:\"en_US\";}i:2;i:1;i:3;d:1586261062.920126;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1471, 'jpsq_sync-1586261062.923439-105238-48', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:13:\"site_icon_url\";i:1;s:67:\"https://connectivism.in/wp-content/uploads/2016/11/cropped-logo.png\";}i:2;i:1;i:3;d:1586261062.923416;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1472, 'jpsq_sync-1586261062.926921-105238-49', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:5:\"roles\";i:1;a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:124:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:14:\"wpProQuiz_show\";b:1;s:18:\"wpProQuiz_add_quiz\";b:1;s:19:\"wpProQuiz_edit_quiz\";b:1;s:21:\"wpProQuiz_delete_quiz\";b:1;s:25:\"wpProQuiz_show_statistics\";b:1;s:26:\"wpProQuiz_reset_statistics\";b:1;s:16:\"wpProQuiz_import\";b:1;s:16:\"wpProQuiz_export\";b:1;s:25:\"wpProQuiz_change_settings\";b:1;s:22:\"wpProQuiz_toplist_edit\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}}i:2;i:1;i:3;d:1586261062.926895;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1473, 'jpsq_sync-1586261062.930420-105238-50', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:8:\"timezone\";i:1;s:5:\"UTC+0\";}i:2;i:1;i:3;d:1586261062.930396;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1474, 'jpsq_sync-1586261062.933846-105238-51', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:24:\"available_jetpack_blocks\";i:1;a:27:{s:14:\"business-hours\";a:1:{s:9:\"available\";b:1;}s:8:\"calendly\";a:1:{s:9:\"available\";b:1;}s:12:\"contact-form\";a:1:{s:9:\"available\";b:1;}s:12:\"contact-info\";a:1:{s:9:\"available\";b:1;}s:10:\"eventbrite\";a:1:{s:9:\"available\";b:1;}s:3:\"gif\";a:1:{s:9:\"available\";b:1;}s:15:\"google-calendar\";a:1:{s:9:\"available\";b:1;}s:5:\"likes\";a:3:{s:9:\"available\";b:0;s:18:\"unavailable_reason\";s:14:\"missing_module\";s:7:\"details\";a:0:{}}s:9:\"mailchimp\";a:1:{s:9:\"available\";b:1;}s:3:\"map\";a:1:{s:9:\"available\";b:1;}s:8:\"markdown\";a:1:{s:9:\"available\";b:1;}s:9:\"opentable\";a:1:{s:9:\"available\";b:1;}s:9:\"pinterest\";a:1:{s:9:\"available\";b:1;}s:9:\"publicize\";a:3:{s:9:\"available\";b:0;s:18:\"unavailable_reason\";s:14:\"missing_module\";s:7:\"details\";a:0:{}}s:11:\"rating-star\";a:1:{s:9:\"available\";b:1;}s:18:\"recurring-payments\";a:1:{s:9:\"available\";b:1;}s:13:\"related-posts\";a:3:{s:9:\"available\";b:0;s:18:\"unavailable_reason\";s:14:\"missing_module\";s:7:\"details\";a:0:{}}s:14:\"repeat-visitor\";a:1:{s:9:\"available\";b:1;}s:5:\"revue\";a:1:{s:9:\"available\";b:1;}s:7:\"sharing\";a:3:{s:9:\"available\";b:0;s:18:\"unavailable_reason\";s:14:\"missing_module\";s:7:\"details\";a:0:{}}s:10:\"shortlinks\";a:3:{s:9:\"available\";b:0;s:18:\"unavailable_reason\";s:14:\"missing_module\";s:7:\"details\";a:0:{}}s:15:\"simple-payments\";a:3:{s:9:\"available\";b:0;s:18:\"unavailable_reason\";s:28:\"missing_plan__nudge_disabled\";s:7:\"details\";a:2:{s:16:\"required_feature\";s:15:\"simple-payments\";s:13:\"required_plan\";s:15:\"jetpack_premium\";}}s:9:\"slideshow\";a:1:{s:9:\"available\";b:1;}s:13:\"subscriptions\";a:3:{s:9:\"available\";b:0;s:18:\"unavailable_reason\";s:14:\"missing_module\";s:7:\"details\";a:0:{}}s:13:\"tiled-gallery\";a:1:{s:9:\"available\";b:1;}s:10:\"videopress\";a:3:{s:9:\"available\";b:0;s:18:\"unavailable_reason\";s:7:\"unknown\";s:7:\"details\";a:0:{}}s:7:\"wordads\";a:3:{s:9:\"available\";b:0;s:18:\"unavailable_reason\";s:19:\"WordAds unavailable\";s:7:\"details\";a:0:{}}}}i:2;i:1;i:3;d:1586261062.933821;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1475, 'jpsq_sync-1586261062.937373-105238-52', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:13:\"paused_themes\";i:1;a:0:{}}i:2;i:1;i:3;d:1586261062.937347;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1476, 'jpsq_sync-1586261062.940702-105238-53', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:14:\"paused_plugins\";i:1;a:0:{}}i:2;i:1;i:3;d:1586261062.940678;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1477, 'jpsq_sync-1586261062.944135-105238-54', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:24:\"sso_is_two_step_required\";i:1;b:0;}i:2;i:1;i:3;d:1586261062.944111;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1478, 'jpsq_sync-1586261062.947441-105238-55', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:26:\"sso_should_hide_login_form\";i:1;b:0;}i:2;i:1;i:3;d:1586261062.947416;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1479, 'jpsq_sync-1586261062.950713-105238-56', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:18:\"sso_match_by_email\";i:1;b:1;}i:2;i:1;i:3;d:1586261062.950685;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1480, 'jpsq_sync-1586261062.953991-105238-57', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:21:\"sso_new_user_override\";i:1;b:0;}i:2;i:1;i:3;d:1586261062.953967;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1481, 'jpsq_sync-1586261062.957357-105238-58', 'a:6:{i:0;s:21:\"jetpack_sync_callable\";i:1;a:2:{i:0;s:29:\"sso_bypass_default_login_form\";i:1;b:0;}i:2;i:1;i:3;d:1586261062.957334;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:1;s:12:\"display_name\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:10:\"user_roles\";a:1:{i:0;s:13:\"administrator\";}s:15:\"translated_role\";s:13:\"administrator\";s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:0;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:1;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:139:\"https://connectivism.in/wp-admin/plugins.php?action=deactivate&plugin=jetpack%2Fjetpack.php&plugin_status=all&paged=1&s&_wpnonce=4900477327\";}}', 'no'),
(1482, 'jetpack_callables_sync_checksum', 'a:33:{s:18:\"wp_max_upload_size\";i:2852815834;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:3148273028;s:8:\"site_url\";i:3148273028;s:8:\"home_url\";i:3148273028;s:16:\"single_user_site\";i:4261170317;s:7:\"updates\";i:3425443202;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:3612480758;s:10:\"post_types\";i:542425640;s:18:\"post_type_features\";i:617536666;s:10:\"shortcodes\";i:1576585230;s:27:\"rest_api_allowed_post_types\";i:710265342;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:10:\"wp_version\";i:3863960083;s:11:\"get_plugins\";i:1263235702;s:24:\"get_plugins_action_links\";i:3826339384;s:14:\"active_modules\";i:489427099;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:3835966778;s:5:\"roles\";i:4062472545;s:8:\"timezone\";i:3808505409;s:24:\"available_jetpack_blocks\";i:1416201964;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;}', 'no'),
(1487, 'jetpack_next_sync_time_sync', '1586261123', 'yes'),
(1488, 'jetpack_sync_settings_full_sync_sender_enabled', '1', 'yes'),
(1489, 'jp_sync_lock_full_sync', '1586261078.0217', 'yes'),
(1490, 'jetpack_next_sync_time_full-sync-enqueue', '1586261064', 'yes'),
(1494, 'wpseo', 'a:23:{s:15:\"ms_defaults_set\";b:0;s:25:\"ignore_indexation_warning\";b:0;s:7:\"version\";s:6:\"14.0.4\";s:16:\"previous_version\";s:6:\"13.4.1\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1586261122;s:13:\"myyoast-oauth\";b:0;}', 'yes'),
(1495, 'wpseo_titles', 'a:96:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:13:\"title-product\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:0:\"\";s:15:\"noindex-product\";b:0;s:16:\"showdate-product\";b:0;s:26:\"display-metabox-pt-product\";b:1;s:26:\"post_types-product-maintax\";i:0;s:23:\"title-ptarchive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"bctitle-ptarchive-product\";s:0:\"\";s:25:\"noindex-ptarchive-product\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:21:\"title-tax-product_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_cat\";s:0:\"\";s:31:\"display-metabox-tax-product_cat\";b:1;s:23:\"noindex-tax-product_cat\";b:0;s:29:\"taxonomy-product_cat-ptparent\";i:0;s:21:\"title-tax-product_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_tag\";s:0:\"\";s:31:\"display-metabox-tax-product_tag\";b:1;s:23:\"noindex-tax-product_tag\";b:0;s:29:\"taxonomy-product_tag-ptparent\";i:0;s:32:\"title-tax-product_shipping_class\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-product_shipping_class\";s:0:\"\";s:42:\"display-metabox-tax-product_shipping_class\";b:1;s:34:\"noindex-tax-product_shipping_class\";b:0;s:40:\"taxonomy-product_shipping_class-ptparent\";i:0;}', 'yes'),
(1496, 'wpseo_social', 'a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}', 'yes'),
(1497, 'wpseo_flush_rewrite', '1', 'yes'),
(1498, '_transient_timeout_wpseo_link_table_inaccessible', '1617797123', 'no'),
(1499, '_transient_wpseo_link_table_inaccessible', '0', 'no'),
(1500, '_transient_timeout_wpseo_meta_table_inaccessible', '1617797123', 'no'),
(1501, '_transient_wpseo_meta_table_inaccessible', '0', 'no'),
(1504, 'wpseo_ryte', 'a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1588680561;}', 'yes'),
(1513, '_transient_health-check-site-status-result', '{\"good\":\"12\",\"recommended\":\"5\",\"critical\":\"0\"}', 'yes'),
(2084, 'woocommerce_tracker_last_send', '1588317056', 'yes'),
(2277, 'woocommerce_tracker_ua', 'a:6:{i:0;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36\";i:1;s:125:\"Mozilla/5.0 (Linux; Android 8.1.0; SM-G615F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36\";i:2;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36\";i:3;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";i:4;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";i:5;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";}', 'yes'),
(2380, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(3579, 'widget_theme-my-login', 'a:2:{i:2;a:2:{s:6:\"action\";s:5:\"login\";s:10:\"show_links\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(3580, '_tml_installed_at', '1586794081', 'no'),
(3581, '_tml_updated_at', '1586794081', 'no'),
(3582, '_tml_version', '7.0.15', 'no'),
(4814, 'theme_mods_tutor', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:223;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1588048659;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:7:{i:0;s:8:\"search-2\";i:1;s:16:\"theme-my-login-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-3\";i:6;s:22:\"woocommerce_products-1\";}s:9:\"sidebar-2\";a:0:{}}}}', 'yes'),
(4828, 'theme_mods_education-soul', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:223;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1588049113;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:7:{i:0;s:8:\"search-2\";i:1;s:16:\"theme-my-login-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-3\";i:6;s:22:\"woocommerce_products-1\";}s:9:\"sidebar-2\";a:0:{}s:27:\"sidebar-woocommerce-primary\";a:0:{}s:29:\"sidebar-woocommerce-secondary\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}', 'yes'),
(4829, 'widget_education-soul-social', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4830, 'widget_education-soul-featured-page', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4831, 'widget_education-soul-recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(5449, '_site_transient_timeout_php_check_390020986c145d03452f580d89d5ee', '1588048234', 'no'),
(5450, '_site_transient_php_check_390020986c145d03452f580d89d5ee69', 'a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(6437, 'wpseo_taxonomy_meta', 'a:1:{s:8:\"category\";a:37:{i:364;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:365;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:220;a:3:{s:13:\"wpseo_focuskw\";s:11:\"STANDARD 12\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:362;a:2:{s:13:\"wpseo_linkdex\";s:2:\"29\";s:19:\"wpseo_content_score\";s:2:\"60\";}i:219;a:3:{s:13:\"wpseo_focuskw\";s:11:\"STANDARD 11\";s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:375;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:216;a:3:{s:13:\"wpseo_focuskw\";s:15:\"eighth standard\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:212;a:3:{s:13:\"wpseo_focuskw\";s:15:\"FOURTH STANDARD\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:211;a:3:{s:13:\"wpseo_focuskw\";s:14:\"THIRD STANDARD\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:218;a:3:{s:13:\"wpseo_focuskw\";s:14:\"TENTH STANDARD\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:210;a:3:{s:13:\"wpseo_focuskw\";s:15:\"SECOND STANDARD\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:282;a:3:{s:13:\"wpseo_focuskw\";s:9:\"anganwadi\";s:13:\"wpseo_linkdex\";s:2:\"22\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:217;a:3:{s:13:\"wpseo_focuskw\";s:14:\"ninth standard\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:209;a:3:{s:13:\"wpseo_focuskw\";s:14:\"first standard\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:213;a:3:{s:13:\"wpseo_focuskw\";s:14:\"fifth standard\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:214;a:3:{s:13:\"wpseo_focuskw\";s:14:\"sixth standard\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:215;a:3:{s:13:\"wpseo_focuskw\";s:16:\"seventh standard\";s:13:\"wpseo_linkdex\";s:2:\"28\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:259;a:3:{s:13:\"wpseo_focuskw\";s:8:\"balanand\";s:13:\"wpseo_linkdex\";s:2:\"22\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:274;a:3:{s:13:\"wpseo_focuskw\";s:6:\"speech\";s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:247;a:3:{s:13:\"wpseo_focuskw\";s:16:\"Competitive Exam\";s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:263;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:392;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:390;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:391;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:288;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:376;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:372;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:371;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:373;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:368;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:374;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:367;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:366;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:369;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:370;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:363;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:541;a:2:{s:13:\"wpseo_linkdex\";s:2:\"36\";s:19:\"wpseo_content_score\";s:1:\"0\";}}}', 'yes'),
(7586, '_site_transient_timeout_php_check_09a2ad9330cccb8a83c2e6443b8715', '1588484971', 'no'),
(7587, '_site_transient_php_check_09a2ad9330cccb8a83c2e6443b87150f', 'a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(7588, '_site_transient_timeout_tml_extensions_feed-cae96a2d942fdf269953', '1587923371', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(7589, '_site_transient_tml_extensions_feed-cae96a2d942fdf2699534023b6a1', 'a:12:{i:0;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:743960;s:4:\"slug\";s:9:\"mailchimp\";s:5:\"title\";s:9:\"Mailchimp\";s:11:\"create_date\";s:19:\"2019-09-13 17:14:17\";s:13:\"modified_date\";s:19:\"2019-09-13 17:59:46\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"https://thememylogin.com/extensions/mailchimp/\";s:7:\"content\";s:288:\"Allows your users to subscribe to your Mailchimp mailing lists upon registration.\r\n<ul>\r\n 	<li>Subscribe your users to one or more lists upon registration</li>\r\n 	<li>Automatic list subscription, or utilize an opt-in checkbox</li>\r\n 	<li>Optionally require first and last name</li>\r\n</ul>\";s:7:\"excerpt\";s:81:\"Allows your users to subscribe to your Mailchimp mailing lists upon registration.\";s:9:\"thumbnail\";s:62:\"https://thememylogin.com/app/uploads/edd/2019/09/mailchimp.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:1;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:728516;s:4:\"slug\";s:9:\"favorites\";s:5:\"title\";s:9:\"Favorites\";s:11:\"create_date\";s:19:\"2019-03-16 19:19:27\";s:13:\"modified_date\";s:19:\"2019-12-19 11:37:43\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"https://thememylogin.com/extensions/favorites/\";s:7:\"content\";s:482:\"Allow your users to curate their favorite posts by adding a \"favorite\" button to your posts.\r\n<ul>\r\n 	<li>Choose between the default heart icon, or change it to a star or thumbs-up to create a \"like\" system</li>\r\n 	<li>Use the [tml-favorites-link] shortcode to manually add the link to a post</li>\r\n 	<li>Use the [tml-favorites-list] shortcode to add the users favorite list to any page</li>\r\n 	<li>Utilize the widget to add the users favorite list anywhere on your site</li>\r\n</ul>\";s:7:\"excerpt\";s:79:\"Allow your users to favorite posts by adding a \"favorite\" button to your posts.\";s:9:\"thumbnail\";s:62:\"https://thememylogin.com/app/uploads/edd/2019/03/favorites.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:2;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:726906;s:4:\"slug\";s:7:\"avatars\";s:5:\"title\";s:7:\"Avatars\";s:11:\"create_date\";s:19:\"2019-02-24 22:04:02\";s:13:\"modified_date\";s:19:\"2019-12-19 11:32:06\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:44:\"https://thememylogin.com/extensions/avatars/\";s:7:\"content\";s:260:\"Allow your users to upload their own avatars to your site.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Users can upload their own avatars</li>\r\n 	<li>Administrators and upload and remove user avatars</li>\r\n 	<li>Disable WP\'s default use of the Gravatar service</li>\r\n</ul>\";s:7:\"excerpt\";s:58:\"Allow your users to upload their own avatars to your site.\";s:9:\"thumbnail\";s:60:\"https://thememylogin.com/app/uploads/edd/2019/02/avatars.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.3\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:3;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1027;s:4:\"slug\";s:6:\"social\";s:5:\"title\";s:6:\"Social\";s:11:\"create_date\";s:19:\"2018-09-27 01:27:24\";s:13:\"modified_date\";s:19:\"2019-12-19 13:49:43\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:43:\"https://thememylogin.com/extensions/social/\";s:7:\"content\";s:300:\"Allow your users to log in to your site with their favorite social providers.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Allow users to log in with Facebook</li>\r\n 	<li>Allow users to log in with Twitter</li>\r\n 	<li>Allow users to log in with Google</li>\r\n 	<li>Names are also populated, if provided</li>\r\n</ul>\";s:7:\"excerpt\";s:77:\"Allow your users to log in to your site with their favorite social providers.\";s:9:\"thumbnail\";s:59:\"https://thememylogin.com/app/uploads/edd/2018/06/social.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"15.00\";s:8:\"2-5sites\";s:5:\"30.00\";s:14:\"unlimitedsites\";s:5:\"45.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:4;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:82070;s:4:\"slug\";s:3:\"2fa\";s:5:\"title\";s:3:\"2FA\";s:11:\"create_date\";s:19:\"2018-07-20 11:00:05\";s:13:\"modified_date\";s:19:\"2020-04-21 19:34:39\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:40:\"https://thememylogin.com/extensions/2fa/\";s:7:\"content\";s:394:\"Give your users peace of mind by allowing them to enable 2-factor authentication (2FA) on their account.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Users can opt-in to two-factor authentication</li>\r\n 	<li>Once enabled, users will need to enter a code from an app on their mobile device to log in</li>\r\n 	<li>Supports multiple authenticator apps, including Google Authenticator, Authy and more</li>\r\n</ul>\";s:7:\"excerpt\";s:65:\"Allow users to enable two-factor authentication on their account.\";s:9:\"thumbnail\";s:56:\"https://thememylogin.com/app/uploads/edd/2018/07/2fa.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:5;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:103;s:4:\"slug\";s:12:\"restrictions\";s:5:\"title\";s:12:\"Restrictions\";s:11:\"create_date\";s:19:\"2018-06-01 15:07:21\";s:13:\"modified_date\";s:19:\"2018-09-13 13:19:21\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://thememylogin.com/extensions/restrictions/\";s:7:\"content\";s:915:\"With the Restrictions extension, you can restrict your entire site, or pieces of it in a highly configurable way.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Restrict entire site from unauthenticated users</li>\r\n 	<li>Require users to be logged in to view specific posts or pages</li>\r\n 	<li>Require specific roles to view specific posts or pages</li>\r\n 	<li>Configure nav menu items to display only if a user is logged or not logged in</li>\r\n 	<li>Configure nav menu items to display only for specified user roles</li>\r\n 	<li>Configure widgets to display only if a user is logged or not logged in</li>\r\n 	<li>Configure widgets to display only for specified user roles</li>\r\n 	<li>Use the `[tml-require-role]` shortcode to restrict content within a post or page to a specific role</li>\r\n 	<li>Use the `[tml-require-user]` shortcode to restrict content within a post or page to a specific user or all logged in users</li>\r\n</ul>\";s:7:\"excerpt\";s:78:\"Restrict posts, pages, pieces of content and menu items by user role and more.\";s:9:\"thumbnail\";s:65:\"https://thememylogin.com/app/uploads/edd/2018/06/restrictions.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:6;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:83;s:4:\"slug\";s:13:\"legacy-bundle\";s:5:\"title\";s:13:\"Legacy Bundle\";s:11:\"create_date\";s:19:\"2018-06-01 10:10:23\";s:13:\"modified_date\";s:19:\"2019-06-11 20:03:24\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://thememylogin.com/extensions/legacy-bundle/\";s:7:\"content\";s:634:\"Get all 6 \"legacy\" extensions for a <strong>30% discount</strong>. This bundle includes the following extensions:\r\n<ul>\r\n 	<li><a href=\"https://thememylogin.com/extensions/moderation/\">Moderation</a></li>\r\n 	<li><a href=\"https://thememylogin.com/extensions/notifications/\">Notifications</a></li>\r\n 	<li><a href=\"https://thememylogin.com/extensions/profiles/\">Profiles</a></li>\r\n 	<li><a href=\"https://thememylogin.com/extensions/recaptcha/\">reCAPTCHA</a></li>\r\n 	<li><a href=\"https://thememylogin.com/extensions/redirection/\">Redirection</a></li>\r\n 	<li><a href=\"https://thememylogin.com/extensions/security/\">Security</a></li>\r\n</ul>\";s:7:\"excerpt\";s:51:\"Get all six \"legacy\" extensions for a 30% discount.\";s:9:\"thumbnail\";s:66:\"https://thememylogin.com/app/uploads/edd/2018/06/legacy-bundle.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"49.00\";s:8:\"2-5sites\";s:5:\"70.00\";s:14:\"unlimitedsites\";s:6:\"175.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:7;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:38;s:4:\"slug\";s:10:\"moderation\";s:5:\"title\";s:10:\"Moderation\";s:11:\"create_date\";s:19:\"2018-05-28 04:15:16\";s:13:\"modified_date\";s:19:\"2019-01-21 14:35:19\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:47:\"https://thememylogin.com/extensions/moderation/\";s:7:\"content\";s:769:\"Cut down unwanted spam registrations by requiring your users to activate their account by clicking a link sent to their email address. Take it a step further and require admin approval before allowing users access to your site. Double the protection by requiring both.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Require new users to confirm their email address in order to activate their account</li>\r\n 	<li>Administrators can resend activation emails to remind users to activate their account</li>\r\n 	<li>Users can request to resend their activation email if they attempt to login while pending activation</li>\r\n 	<li>Require new users to be approved by an administrator</li>\r\n 	<li>Require new users to confirm their email address and be approved by an administrator</li>\r\n</ul>\";s:7:\"excerpt\";s:69:\"Require users to confirm their email address or be manually approved.\";s:9:\"thumbnail\";s:63:\"https://thememylogin.com/app/uploads/edd/2018/05/moderation.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:8;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:55;s:4:\"slug\";s:8:\"security\";s:5:\"title\";s:8:\"Security\";s:11:\"create_date\";s:19:\"2018-05-28 01:31:46\";s:13:\"modified_date\";s:19:\"2019-12-19 13:41:41\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:45:\"https://thememylogin.com/extensions/security/\";s:7:\"content\";s:518:\"Help secure your website by throttling and blocking IP addresses after a predetermined amount of failed login attempts.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Set the number of failed attempts required for lockout</li>\r\n 	<li>Set the period of time the failed attempts must span to be locked out</li>\r\n 	<li>Set the duration of the lockout</li>\r\n 	<li>Automatically lockout invalid usernames</li>\r\n 	<li>Manually lock and unlock specific users</li>\r\n 	<li>Disable wp-login.php</li>\r\n 	<li>Enforce strong passwords</li>\r\n</ul>\";s:7:\"excerpt\";s:53:\"Help secure your website with brute force protection.\";s:9:\"thumbnail\";s:61:\"https://thememylogin.com/app/uploads/edd/2018/05/security.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.3\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:9;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:52;s:4:\"slug\";s:11:\"redirection\";s:5:\"title\";s:11:\"Redirection\";s:11:\"create_date\";s:19:\"2018-05-28 01:29:28\";s:13:\"modified_date\";s:19:\"2019-12-19 13:36:18\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://thememylogin.com/extensions/redirection/\";s:7:\"content\";s:487:\"Don\'t want your users being redirected to the Dashboard upon login? Want to redirect them back where they came from instead? Want to send Subscribers to one place and Authors to another? You need the Redirection extension.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Specify where users are redirected upon login</li>\r\n 	<li>Specify where users are redirected upon logout</li>\r\n 	<li>Specify where users are redirected upon registration</li>\r\n 	<li>Manage redirection rules per user role</li>\r\n</ul>\";s:7:\"excerpt\";s:57:\"Redirect users upon login and logout based on their role.\";s:9:\"thumbnail\";s:64:\"https://thememylogin.com/app/uploads/edd/2018/05/redirection.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:10;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:49;s:4:\"slug\";s:9:\"recaptcha\";s:5:\"title\";s:9:\"reCAPTCHA\";s:11:\"create_date\";s:19:\"2018-05-28 01:27:10\";s:13:\"modified_date\";s:19:\"2019-12-19 13:37:25\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"https://thememylogin.com/extensions/recaptcha/\";s:7:\"content\";s:464:\"Keep spam bots at bay by utilizing Google reCAPTCHA on your registration and login forms.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Require reCAPTCHA on your registration form</li>\r\n 	<li>Require reCAPTCHA on your login form</li>\r\n 	<li>Require reCAPTCHA on your lost password form</li>\r\n 	<li>Require reCAPTCHA on your comment form</li>\r\n 	<li>Choose your reCAPTCHA theme</li>\r\n 	<li>reCAPTCHA will be localized if the translation exists for the selected locale</li>\r\n</ul>\";s:7:\"excerpt\";s:69:\"Enable Google reCAPTCHA support on your registration and login forms.\";s:9:\"thumbnail\";s:62:\"https://thememylogin.com/app/uploads/edd/2018/05/recaptcha.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:11;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:46;s:4:\"slug\";s:8:\"profiles\";s:5:\"title\";s:8:\"Profiles\";s:11:\"create_date\";s:19:\"2018-05-28 01:24:30\";s:13:\"modified_date\";s:19:\"2019-06-13 10:08:08\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:45:\"https://thememylogin.com/extensions/profiles/\";s:7:\"content\";s:495:\"If you\'re already utilizing Theme My Login to keep your login experience within your theme, you should be using the Profiles extension to keep your user\'s profile within it as well. If Theme My Login is the peanut butter, the Profiles extension is the jelly - they just go together.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Set which roles get front-end profiles</li>\r\n 	<li>Restrict specific roles from the admin area</li>\r\n 	<li>Designed to work with any theme</li>\r\n 	<li>Easily extensible</li>\r\n</ul>\";s:7:\"excerpt\";s:69:\"Allow your users to edit their profile on the front-end of your site.\";s:9:\"thumbnail\";s:61:\"https://thememylogin.com/app/uploads/edd/2018/05/profiles.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"15.00\";s:8:\"2-5sites\";s:5:\"30.00\";s:14:\"unlimitedsites\";s:5:\"45.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.7\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}}', 'no'),
(7598, '_site_transient_timeout_community-events-c98e1c0ac23bbe16bab10d6', '1587923385', 'no'),
(7599, '_site_transient_community-events-c98e1c0ac23bbe16bab10d6b7703eb8', 'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"157.47.61.0\";}s:6:\"events\";a:0:{}}', 'no'),
(7625, 'wpdg_specific_version_name', '4.3', 'yes'),
(7626, 'wpdg_download_url', '', 'yes'),
(7627, 'wpdg_edit_download_url', '', 'yes'),
(7634, 'db_upgraded', '', 'yes'),
(7673, '_transient_education_soul_categories', '2', 'yes'),
(7688, 'can_compress_scripts', '1', 'no'),
(8187, '_transient_all_the_cool_cats', '21', 'yes'),
(8326, 'theme_mods_easy-store', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:23:\"easy_store_primary_menu\";i:223;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1588048876;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:7:{i:0;s:8:\"search-2\";i:1;s:16:\"theme-my-login-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-3\";i:6;s:22:\"woocommerce_products-1\";}s:12:\"left_sidebar\";a:0:{}s:19:\"header_area_sidebar\";a:0:{}s:23:\"front_page_section_area\";a:0:{}s:23:\"easy_store_shop_sidebar\";a:0:{}s:25:\"easy_store_footer_sidebar\";a:0:{}s:27:\"easy_store_footer_sidebar-2\";a:0:{}s:27:\"easy_store_footer_sidebar-3\";a:0:{}s:27:\"easy_store_footer_sidebar-4\";a:0:{}}}}', 'yes'),
(8328, 'widget_easy_store_slider', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8329, 'widget_easy_store_promo_items', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8330, 'widget_easy_store_latest_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8331, 'widget_easy_store_testimonials', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8332, 'widget_easy_store_call_to_action', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8333, 'widget_easy_store_advance_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8334, 'widget_easy_store_sponsors', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8335, 'widget_easy_store_social_media', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8336, 'widget_easy_store_featured_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8337, 'widget_easy_store_categories_collection', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8338, 'widget_easy_store_category_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8339, 'easy_store_admin_notice_welcome', '1', 'yes'),
(8347, 'theme_mods_twentynineteen', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(8354, 'theme_mods_bam', 'a:7:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:6:\"menu-1\";i:223;s:6:\"menu-2\";i:0;}s:18:\"custom_css_post_id\";i:-1;s:22:\"bam_header_inner_width\";s:9:\"contained\";s:25:\"bam_footer_copyright_text\";s:0:\"\";s:20:\"bam_logo_font_family\";s:9:\"Yatra One\";s:20:\"bam_logo_font_weight\";s:3:\"900\";}', 'yes'),
(8355, 'widget_bam_tabbed_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8356, 'widget_sidebar_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(8410, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1589003945;s:7:\"checked\";a:1:{s:3:\"bam\";s:5:\"1.1.2\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(9122, '_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-5.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.1\";s:7:\"version\";s:5:\"5.4.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1589003944;s:15:\"version_checked\";s:5:\"5.4.1\";s:12:\"translations\";a:0:{}}', 'no'),
(9124, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"admin@connectivism.in\";s:7:\"version\";s:5:\"5.4.1\";s:9:\"timestamp\";i:1588209244;}', 'no'),
(9781, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:6:\"14.0.4\";}', 'yes'),
(11851, '_site_transient_timeout_browser_5834ffa3d8a4c0927a09c3922a4b7d8c', '1589192548', 'no'),
(11852, '_site_transient_browser_5834ffa3d8a4c0927a09c3922a4b7d8c', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"81.0.4044.129\";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'),
(12993, 'category_children', 'a:6:{i:220;a:12:{i:0;i:362;i:1;i:363;i:2;i:365;i:3;i:366;i:4;i:367;i:5;i:368;i:6;i:369;i:7;i:370;i:8;i:371;i:9;i:372;i:10;i:373;i:11;i:374;}i:219;a:3:{i:0;i:364;i:1;i:375;i:2;i:376;}i:263;a:3:{i:0;i:390;i:1;i:391;i:2;i:392;}i:214;a:1:{i:0;i:511;}i:511;a:2:{i:0;i:512;i:1;i:521;}i:213;a:1:{i:0;i:541;}}', 'yes'),
(12994, 'rewrite_rules', 'a:159:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:8:\"login/?$\";s:22:\"index.php?action=login\";s:9:\"logout/?$\";s:23:\"index.php?action=logout\";s:11:\"register/?$\";s:25:\"index.php?action=register\";s:15:\"lostpassword/?$\";s:29:\"index.php?action=lostpassword\";s:12:\"resetpass/?$\";s:26:\"index.php?action=resetpass\";s:16:\"confirmaction/?$\";s:30:\"index.php?action=confirmaction\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:44:\"books/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:39:\"books/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:20:\"books/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:32:\"books/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:14:\"books/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:33:\"books/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"books/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"books/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"books/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"books/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"books/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"books/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:26:\"books/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:34:\"books/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:41:\"books/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:31:\"books/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:37:\"books/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"books/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"books/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:22:\"books/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"books/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"books/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"books/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"books/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"books/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=2179&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(14112, '_transient_timeout_wc_onboarding_product_data', '1588990408', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(14113, '_transient_wc_onboarding_product_data', 'a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:17:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 08 May 2020 02:13:28 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:4:\"3546\";s:12:\"x-robots-tag\";s:7:\"noindex\";s:4:\"link\";s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:29:\"access-control-expose-headers\";s:27:\"X-WP-Total, X-WP-TotalPages\";s:28:\"access-control-allow-headers\";s:27:\"Authorization, Content-Type\";s:13:\"cache-control\";s:10:\"max-age=60\";s:5:\"allow\";s:3:\"GET\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-rq\";s:15:\"arn2 89 80 3199\";s:3:\"age\";s:3:\"111\";s:7:\"x-cache\";s:5:\"grace\";s:4:\"vary\";s:23:\"Accept-Encoding, Origin\";s:13:\"accept-ranges\";s:5:\"bytes\";}}s:4:\"body\";s:13950:\"{\"products\":[{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/woosubs.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147},{\"title\":\"WooCommerce Memberships\",\"image\":\"\",\"excerpt\":\"Give members access to restricted content or products, for a fee or for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589},{\"title\":\"Product Bundles\",\"image\":\"\",\"excerpt\":\"Offer configurable product bundles, bulk discount packages and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716},{\"title\":\"WooCommerce Bookings\",\"image\":\"\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"\",\"excerpt\":\"Sell your online courses using the most popular eCommerce platform on the web \\u2013 WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116},{\"title\":\"Composite Products\",\"image\":\"\",\"excerpt\":\"Create and offer personalized product kits and custom product configurators.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069},{\"title\":\"Groups for WooCommerce\",\"image\":\"\",\"excerpt\":\"Sell Memberships with Groups and WooCommerce \\u2013\\u00a0the best Group Membership and Access Control solution for WordPress and WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/groups-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"aa2d455ed00566e4fb71bc9d53f2613b\",\"slug\":\"groups-woocommerce\",\"id\":18704},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087},{\"title\":\"Chained Products\",\"image\":\"\",\"excerpt\":\"Pre-configured product bundles, giveaways, forced sells and discounted combos. Automatically adds \\u201cchained\\u201d products to cart when \\u201cmain\\u201d product is added.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/chained-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=cp\",\"price\":\"&#36;49.00\",\"hash\":\"cc6e246e495745db10f9f7fddc5aa907\",\"slug\":\"woocommerce-chained-products\",\"id\":18687},{\"title\":\"Mix and Match Products\",\"image\":\"\",\"excerpt\":\"Allow your customers to combine products and create their own variations, and increase your average order value.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-mix-and-match-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"e59883891b7bcd535025486721e4c09f\",\"slug\":\"woocommerce-mix-and-match-products\",\"id\":853021},{\"title\":\"WooCommerce Box Office\",\"image\":\"\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717},{\"title\":\"All Products for WooCommerce Subscriptions\",\"image\":\"\",\"excerpt\":\"Make your products available on subscription. Give customers the freedom to add products to their subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/all-products-for-woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"2794ee6e-bc30-4733-9b24-5edfc3f0095d\",\"slug\":\"woocommerce-all-products-for-subscriptions\",\"id\":3978176},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602},{\"title\":\"Teams for WooCommerce Memberships\",\"image\":\"\",\"excerpt\":\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/teams-woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9feb48da-9615-4131-8aa8-eebb55b9cff4\",\"slug\":\"woocommerce-memberships-for-teams\",\"id\":2893267},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683},{\"title\":\"WooCommerce API Manager\",\"image\":\"\",\"excerpt\":\"Let customers subscribe to your software or services through API Keys, aka License Keys. Provide automated updates for WordPress Plugins and Themes, or any software through robust APIs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-api-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"f7cdcfb7de76afa0889f07bcb92bf12e\",\"slug\":\"woocommerce-api-manager\",\"id\":260110},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225},{\"title\":\"Auctions for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/10\\/auctions_for_woocommerce.png\",\"excerpt\":\"A professional Auction solution for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/auctions-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/wpinstitut.com\\/auctions-for-woocommerce-demo\\/\",\"price\":\"&#36;149.00\",\"hash\":\"c41a199e-5f49-4f5c-bb28-7ca22b0c4fe7\",\"slug\":\"auctions-for-woocommerce\",\"id\":4922919},{\"title\":\"Paywall for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/01\\/paywall-for-woocommerce-logo.png?w=150&amp;h=150&amp;crop=1\",\"excerpt\":\"Paywall is a WooCommerce extension that allows creating products with restricted access to content.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paywall-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo-woocommerce-paywall.tiv.net\\/\",\"price\":\"&#36;79.00\",\"hash\":\"a688fc22-9370-4652-9e5e-f968ced9a0a8\",\"slug\":\"paywall-for-woocommerce\",\"id\":5253500},{\"title\":\"Auctions Made Easy for WooCommerce\",\"image\":\"\",\"excerpt\":\"Auctions Made Easy for WooCommerce is a full-featured auctions plugin for creating and managing online auctions in a WooCommerce shop.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/auctions-made-easy-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a7fbc475-9946-4db9-92b6-5b7ebab3bab2\",\"slug\":\"auctions-made-easy-for-woocommerce\",\"id\":5249611},{\"title\":\"Assorted Products for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/icon.jpg\",\"excerpt\":\"Empower your customers to create product bundles\\u2014gift boxes of their choice comprising items from your shop.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/assorted-products-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/assorted-products.codeincept.com\\/product\\/assorted-product\\/\",\"price\":\"&#36;79.00\",\"hash\":\"6ab9ee51-c187-421c-9104-efa21d9423ca\",\"slug\":\"assorted-products-for-woocommerce\",\"id\":4911617},{\"title\":\"Smart Product Bundle For WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/01\\/productlogo-1.png\",\"excerpt\":\"Fulfill customer expectations with Smart Product Bundle and enrich customer experiences along with your sales revenue.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-bundle-product-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.wpexperts.io\\/smart-bundle-product-for-woocommerce\\/\",\"price\":\"&#36;79.00\",\"hash\":\"033cccdf-744b-4497-87b1-5765e71d3dcd\",\"slug\":\"smart-bundle-for-woocommerce\",\"id\":5193957},{\"title\":\"Featured Listing for Product Vendors\",\"image\":\"\",\"excerpt\":\"This is an addon of WooCommerce Product Vendor which offers vendor the option to feature their product ahead of others, for a small fee.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/featured-listing-for-product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.makewebbetter.com\\/featured-listing-for-product-vendors\\/\",\"price\":\"&#36;79.00\",\"hash\":\"78610942-f38c-4517-b7e0-4c3753d11752\",\"slug\":\"featured-listing-for-product-vendors\",\"id\":5021060},{\"title\":\"Shopee Integration for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/Logo.png\",\"excerpt\":\"Sell on Shopee with Shopee integration for WooCommerce. Automate, list, and sync inventories in a click and grow your sales.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shopee-integration-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"dcf810b6-c8ce-48da-84ba-289ac4ee43f5\",\"slug\":\"woocommerce-shopee-integration\",\"id\":4794826},{\"title\":\"Walmart Integration for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/Logo-1.png?w=150&amp;h=150&amp;crop=0\",\"excerpt\":\"Sell on Walmart with Walmart Integration for WooCommerce. Automate, list, and sync inventories in a click and grow your sales.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/walmart-integration-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;249.00\",\"hash\":\"1237f272-56c8-4c77-8539-31450a2f4e1a\",\"slug\":\"walmart-integration-for-woocommerce\",\"id\":5423057},{\"title\":\"Etsy Integration for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/Logo-2.png?w=150&amp;h=150\",\"excerpt\":\"Sell on Etsy with Etsy Integration for WooCommerce. Automate, list, and sync inventories in a click and grow your sales.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/etsy-integration-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"1dc5953a-3b22-4e73-9d7d-cc852d189beb\",\"slug\":\"woocommerce-etsy-integration\",\"id\":5712585}]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:13950:\"{\"products\":[{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/woosubs.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147},{\"title\":\"WooCommerce Memberships\",\"image\":\"\",\"excerpt\":\"Give members access to restricted content or products, for a fee or for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589},{\"title\":\"Product Bundles\",\"image\":\"\",\"excerpt\":\"Offer configurable product bundles, bulk discount packages and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716},{\"title\":\"WooCommerce Bookings\",\"image\":\"\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"\",\"excerpt\":\"Sell your online courses using the most popular eCommerce platform on the web \\u2013 WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116},{\"title\":\"Composite Products\",\"image\":\"\",\"excerpt\":\"Create and offer personalized product kits and custom product configurators.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069},{\"title\":\"Groups for WooCommerce\",\"image\":\"\",\"excerpt\":\"Sell Memberships with Groups and WooCommerce \\u2013\\u00a0the best Group Membership and Access Control solution for WordPress and WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/groups-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"aa2d455ed00566e4fb71bc9d53f2613b\",\"slug\":\"groups-woocommerce\",\"id\":18704},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087},{\"title\":\"Chained Products\",\"image\":\"\",\"excerpt\":\"Pre-configured product bundles, giveaways, forced sells and discounted combos. Automatically adds \\u201cchained\\u201d products to cart when \\u201cmain\\u201d product is added.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/chained-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=cp\",\"price\":\"&#36;49.00\",\"hash\":\"cc6e246e495745db10f9f7fddc5aa907\",\"slug\":\"woocommerce-chained-products\",\"id\":18687},{\"title\":\"Mix and Match Products\",\"image\":\"\",\"excerpt\":\"Allow your customers to combine products and create their own variations, and increase your average order value.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-mix-and-match-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"e59883891b7bcd535025486721e4c09f\",\"slug\":\"woocommerce-mix-and-match-products\",\"id\":853021},{\"title\":\"WooCommerce Box Office\",\"image\":\"\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717},{\"title\":\"All Products for WooCommerce Subscriptions\",\"image\":\"\",\"excerpt\":\"Make your products available on subscription. Give customers the freedom to add products to their subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/all-products-for-woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"2794ee6e-bc30-4733-9b24-5edfc3f0095d\",\"slug\":\"woocommerce-all-products-for-subscriptions\",\"id\":3978176},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602},{\"title\":\"Teams for WooCommerce Memberships\",\"image\":\"\",\"excerpt\":\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/teams-woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9feb48da-9615-4131-8aa8-eebb55b9cff4\",\"slug\":\"woocommerce-memberships-for-teams\",\"id\":2893267},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683},{\"title\":\"WooCommerce API Manager\",\"image\":\"\",\"excerpt\":\"Let customers subscribe to your software or services through API Keys, aka License Keys. Provide automated updates for WordPress Plugins and Themes, or any software through robust APIs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-api-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"f7cdcfb7de76afa0889f07bcb92bf12e\",\"slug\":\"woocommerce-api-manager\",\"id\":260110},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225},{\"title\":\"Auctions for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/10\\/auctions_for_woocommerce.png\",\"excerpt\":\"A professional Auction solution for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/auctions-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/wpinstitut.com\\/auctions-for-woocommerce-demo\\/\",\"price\":\"&#36;149.00\",\"hash\":\"c41a199e-5f49-4f5c-bb28-7ca22b0c4fe7\",\"slug\":\"auctions-for-woocommerce\",\"id\":4922919},{\"title\":\"Paywall for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/01\\/paywall-for-woocommerce-logo.png?w=150&amp;h=150&amp;crop=1\",\"excerpt\":\"Paywall is a WooCommerce extension that allows creating products with restricted access to content.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paywall-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo-woocommerce-paywall.tiv.net\\/\",\"price\":\"&#36;79.00\",\"hash\":\"a688fc22-9370-4652-9e5e-f968ced9a0a8\",\"slug\":\"paywall-for-woocommerce\",\"id\":5253500},{\"title\":\"Auctions Made Easy for WooCommerce\",\"image\":\"\",\"excerpt\":\"Auctions Made Easy for WooCommerce is a full-featured auctions plugin for creating and managing online auctions in a WooCommerce shop.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/auctions-made-easy-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a7fbc475-9946-4db9-92b6-5b7ebab3bab2\",\"slug\":\"auctions-made-easy-for-woocommerce\",\"id\":5249611},{\"title\":\"Assorted Products for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/icon.jpg\",\"excerpt\":\"Empower your customers to create product bundles\\u2014gift boxes of their choice comprising items from your shop.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/assorted-products-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/assorted-products.codeincept.com\\/product\\/assorted-product\\/\",\"price\":\"&#36;79.00\",\"hash\":\"6ab9ee51-c187-421c-9104-efa21d9423ca\",\"slug\":\"assorted-products-for-woocommerce\",\"id\":4911617},{\"title\":\"Smart Product Bundle For WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/01\\/productlogo-1.png\",\"excerpt\":\"Fulfill customer expectations with Smart Product Bundle and enrich customer experiences along with your sales revenue.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-bundle-product-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.wpexperts.io\\/smart-bundle-product-for-woocommerce\\/\",\"price\":\"&#36;79.00\",\"hash\":\"033cccdf-744b-4497-87b1-5765e71d3dcd\",\"slug\":\"smart-bundle-for-woocommerce\",\"id\":5193957},{\"title\":\"Featured Listing for Product Vendors\",\"image\":\"\",\"excerpt\":\"This is an addon of WooCommerce Product Vendor which offers vendor the option to feature their product ahead of others, for a small fee.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/featured-listing-for-product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.makewebbetter.com\\/featured-listing-for-product-vendors\\/\",\"price\":\"&#36;79.00\",\"hash\":\"78610942-f38c-4517-b7e0-4c3753d11752\",\"slug\":\"featured-listing-for-product-vendors\",\"id\":5021060},{\"title\":\"Shopee Integration for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/Logo.png\",\"excerpt\":\"Sell on Shopee with Shopee integration for WooCommerce. Automate, list, and sync inventories in a click and grow your sales.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shopee-integration-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"dcf810b6-c8ce-48da-84ba-289ac4ee43f5\",\"slug\":\"woocommerce-shopee-integration\",\"id\":4794826},{\"title\":\"Walmart Integration for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/Logo-1.png?w=150&amp;h=150&amp;crop=0\",\"excerpt\":\"Sell on Walmart with Walmart Integration for WooCommerce. Automate, list, and sync inventories in a click and grow your sales.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/walmart-integration-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;249.00\",\"hash\":\"1237f272-56c8-4c77-8539-31450a2f4e1a\",\"slug\":\"walmart-integration-for-woocommerce\",\"id\":5423057},{\"title\":\"Etsy Integration for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/Logo-2.png?w=150&amp;h=150\",\"excerpt\":\"Sell on Etsy with Etsy Integration for WooCommerce. Automate, list, and sync inventories in a click and grow your sales.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/etsy-integration-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"1dc5953a-3b22-4e73-9d7d-cc852d189beb\",\"slug\":\"woocommerce-etsy-integration\",\"id\":5712585}]}\";s:3:\"raw\";s:14517:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Fri, 08 May 2020 02:13:28 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 3546\r\nConnection: close\r\nX-Robots-Tag: noindex\r\nLink: <https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\r\nX-Content-Type-Options: nosniff\r\nAccess-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages\r\nAccess-Control-Allow-Headers: Authorization, Content-Type\r\nCache-Control: max-age=60\r\nAllow: GET\r\nContent-Encoding: gzip\r\nX-rq: arn2 89 80 3199\r\nAge: 111\r\nX-Cache: grace\r\nVary: Accept-Encoding, Origin\r\nAccept-Ranges: bytes\r\n\r\n{\"products\":[{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/woosubs.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147},{\"title\":\"WooCommerce Memberships\",\"image\":\"\",\"excerpt\":\"Give members access to restricted content or products, for a fee or for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589},{\"title\":\"Product Bundles\",\"image\":\"\",\"excerpt\":\"Offer configurable product bundles, bulk discount packages and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716},{\"title\":\"WooCommerce Bookings\",\"image\":\"\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"\",\"excerpt\":\"Sell your online courses using the most popular eCommerce platform on the web \\u2013 WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116},{\"title\":\"Composite Products\",\"image\":\"\",\"excerpt\":\"Create and offer personalized product kits and custom product configurators.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069},{\"title\":\"Groups for WooCommerce\",\"image\":\"\",\"excerpt\":\"Sell Memberships with Groups and WooCommerce \\u2013\\u00a0the best Group Membership and Access Control solution for WordPress and WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/groups-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"aa2d455ed00566e4fb71bc9d53f2613b\",\"slug\":\"groups-woocommerce\",\"id\":18704},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087},{\"title\":\"Chained Products\",\"image\":\"\",\"excerpt\":\"Pre-configured product bundles, giveaways, forced sells and discounted combos. Automatically adds \\u201cchained\\u201d products to cart when \\u201cmain\\u201d product is added.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/chained-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=cp\",\"price\":\"&#36;49.00\",\"hash\":\"cc6e246e495745db10f9f7fddc5aa907\",\"slug\":\"woocommerce-chained-products\",\"id\":18687},{\"title\":\"Mix and Match Products\",\"image\":\"\",\"excerpt\":\"Allow your customers to combine products and create their own variations, and increase your average order value.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-mix-and-match-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"e59883891b7bcd535025486721e4c09f\",\"slug\":\"woocommerce-mix-and-match-products\",\"id\":853021},{\"title\":\"WooCommerce Box Office\",\"image\":\"\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717},{\"title\":\"All Products for WooCommerce Subscriptions\",\"image\":\"\",\"excerpt\":\"Make your products available on subscription. Give customers the freedom to add products to their subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/all-products-for-woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"2794ee6e-bc30-4733-9b24-5edfc3f0095d\",\"slug\":\"woocommerce-all-products-for-subscriptions\",\"id\":3978176},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602},{\"title\":\"Teams for WooCommerce Memberships\",\"image\":\"\",\"excerpt\":\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/teams-woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9feb48da-9615-4131-8aa8-eebb55b9cff4\",\"slug\":\"woocommerce-memberships-for-teams\",\"id\":2893267},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683},{\"title\":\"WooCommerce API Manager\",\"image\":\"\",\"excerpt\":\"Let customers subscribe to your software or services through API Keys, aka License Keys. Provide automated updates for WordPress Plugins and Themes, or any software through robust APIs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-api-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"f7cdcfb7de76afa0889f07bcb92bf12e\",\"slug\":\"woocommerce-api-manager\",\"id\":260110},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225},{\"title\":\"Auctions for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/10\\/auctions_for_woocommerce.png\",\"excerpt\":\"A professional Auction solution for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/auctions-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/wpinstitut.com\\/auctions-for-woocommerce-demo\\/\",\"price\":\"&#36;149.00\",\"hash\":\"c41a199e-5f49-4f5c-bb28-7ca22b0c4fe7\",\"slug\":\"auctions-for-woocommerce\",\"id\":4922919},{\"title\":\"Paywall for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/01\\/paywall-for-woocommerce-logo.png?w=150&amp;h=150&amp;crop=1\",\"excerpt\":\"Paywall is a WooCommerce extension that allows creating products with restricted access to content.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paywall-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo-woocommerce-paywall.tiv.net\\/\",\"price\":\"&#36;79.00\",\"hash\":\"a688fc22-9370-4652-9e5e-f968ced9a0a8\",\"slug\":\"paywall-for-woocommerce\",\"id\":5253500},{\"title\":\"Auctions Made Easy for WooCommerce\",\"image\":\"\",\"excerpt\":\"Auctions Made Easy for WooCommerce is a full-featured auctions plugin for creating and managing online auctions in a WooCommerce shop.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/auctions-made-easy-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a7fbc475-9946-4db9-92b6-5b7ebab3bab2\",\"slug\":\"auctions-made-easy-for-woocommerce\",\"id\":5249611},{\"title\":\"Assorted Products for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/icon.jpg\",\"excerpt\":\"Empower your customers to create product bundles\\u2014gift boxes of their choice comprising items from your shop.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/assorted-products-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/assorted-products.codeincept.com\\/product\\/assorted-product\\/\",\"price\":\"&#36;79.00\",\"hash\":\"6ab9ee51-c187-421c-9104-efa21d9423ca\",\"slug\":\"assorted-products-for-woocommerce\",\"id\":4911617},{\"title\":\"Smart Product Bundle For WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/01\\/productlogo-1.png\",\"excerpt\":\"Fulfill customer expectations with Smart Product Bundle and enrich customer experiences along with your sales revenue.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-bundle-product-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.wpexperts.io\\/smart-bundle-product-for-woocommerce\\/\",\"price\":\"&#36;79.00\",\"hash\":\"033cccdf-744b-4497-87b1-5765e71d3dcd\",\"slug\":\"smart-bundle-for-woocommerce\",\"id\":5193957},{\"title\":\"Featured Listing for Product Vendors\",\"image\":\"\",\"excerpt\":\"This is an addon of WooCommerce Product Vendor which offers vendor the option to feature their product ahead of others, for a small fee.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/featured-listing-for-product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.makewebbetter.com\\/featured-listing-for-product-vendors\\/\",\"price\":\"&#36;79.00\",\"hash\":\"78610942-f38c-4517-b7e0-4c3753d11752\",\"slug\":\"featured-listing-for-product-vendors\",\"id\":5021060},{\"title\":\"Shopee Integration for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/Logo.png\",\"excerpt\":\"Sell on Shopee with Shopee integration for WooCommerce. Automate, list, and sync inventories in a click and grow your sales.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shopee-integration-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"dcf810b6-c8ce-48da-84ba-289ac4ee43f5\",\"slug\":\"woocommerce-shopee-integration\",\"id\":4794826},{\"title\":\"Walmart Integration for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/Logo-1.png?w=150&amp;h=150&amp;crop=0\",\"excerpt\":\"Sell on Walmart with Walmart Integration for WooCommerce. Automate, list, and sync inventories in a click and grow your sales.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/walmart-integration-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;249.00\",\"hash\":\"1237f272-56c8-4c77-8539-31450a2f4e1a\",\"slug\":\"walmart-integration-for-woocommerce\",\"id\":5423057},{\"title\":\"Etsy Integration for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/Logo-2.png?w=150&amp;h=150\",\"excerpt\":\"Sell on Etsy with Etsy Integration for WooCommerce. Automate, list, and sync inventories in a click and grow your sales.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/etsy-integration-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"1dc5953a-3b22-4e73-9d7d-cc852d189beb\",\"slug\":\"woocommerce-etsy-integration\",\"id\":5712585}]}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:17:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Fri, 08 May 2020 02:13:28 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:4:\"3546\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}s:4:\"link\";a:1:{i:0;s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:29:\"access-control-expose-headers\";a:1:{i:0;s:27:\"X-WP-Total, X-WP-TotalPages\";}s:28:\"access-control-allow-headers\";a:1:{i:0;s:27:\"Authorization, Content-Type\";}s:13:\"cache-control\";a:1:{i:0;s:10:\"max-age=60\";}s:5:\"allow\";a:1:{i:0;s:3:\"GET\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}s:4:\"x-rq\";a:1:{i:0;s:15:\"arn2 89 80 3199\";}s:3:\"age\";a:1:{i:0;s:3:\"111\";}s:7:\"x-cache\";a:1:{i:0;s:5:\"grace\";}s:4:\"vary\";a:1:{i:0;s:23:\"Accept-Encoding, Origin\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.1;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:81:\"https://woocommerce.com/wp-json/wccom-extensions/1.0/search?category=product-type\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}', 'no'),
(14120, '_transient_timeout_wc_onboarding_themes', '1588990410', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(14121, '_transient_wc_onboarding_themes', 'a:19:{s:3:\"bam\";a:6:{s:4:\"slug\";s:3:\"bam\";s:5:\"title\";s:3:\"Bam\";s:5:\"price\";s:4:\"0.00\";s:12:\"is_installed\";b:1;s:5:\"image\";s:60:\"https://connectivism.in/wp-content/themes/bam/screenshot.png\";s:23:\"has_woocommerce_support\";b:0;}s:7:\"artisan\";a:11:{s:5:\"title\";s:7:\"Artisan\";s:5:\"image\";s:67:\"https://woocommerce.com/wp-content/uploads/2020/03/artisan-home.jpg\";s:7:\"excerpt\";s:79:\"Sell your hand-crafted products online using the Artisan Theme for WooCommerce.\";s:4:\"link\";s:100:\"https://woocommerce.com/products/artisan/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://organicthemes.com/demo/artisan/\";s:5:\"price\";s:10:\"&#36;79.00\";s:4:\"hash\";s:36:\"64529812-81f6-4efd-9686-ecb34e527421\";s:4:\"slug\";s:7:\"artisan\";s:2:\"id\";i:5576887;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"threads\";a:11:{s:5:\"title\";s:7:\"Threads\";s:5:\"image\";s:67:\"https://woocommerce.com/wp-content/uploads/2019/07/threads-home.jpg\";s:7:\"excerpt\";s:79:\"Create a stunning website for your apparel brand using Threads for WooCommerce.\";s:4:\"link\";s:100:\"https://woocommerce.com/products/threads/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://organicthemes.com/demo/threads/\";s:5:\"price\";s:10:\"&#36;79.00\";s:4:\"hash\";s:36:\"7ca579a6-6aaf-498c-9ee7-e15280ace9e9\";s:4:\"slug\";s:7:\"threads\";s:2:\"id\";i:4663191;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:10:\"block-shop\";a:11:{s:5:\"title\";s:10:\"Block Shop\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/uploads/2019/08/block-shop-theme-preview.jpg\";s:7:\"excerpt\";s:154:\"A hassle-free Block-Editor-Era theme for your next WooCommerce project.\r\n\r\n&nbsp;\r\n\r\nPre-sale questions? Ask Get Bowtied: http://m.me/getbowtied\r\n\r\n&nbsp;\";s:4:\"link\";s:103:\"https://woocommerce.com/products/block-shop/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:34:\"https://blockshop.wp-theme.design/\";s:5:\"price\";s:10:\"&#36;59.00\";s:4:\"hash\";s:36:\"21fa433c-6c31-4be7-83ab-8d2cc8986130\";s:4:\"slug\";s:10:\"block-shop\";s:2:\"id\";i:4660093;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"bistro\";a:11:{s:5:\"title\";s:6:\"Bistro\";s:5:\"image\";s:61:\"https://woocommerce.com/wp-content/uploads/2016/07/bistro.png\";s:7:\"excerpt\";s:174:\"Bistro is a Storefront child theme designed for stores selling organic goods and other consumables. It features a friendly and warm design that lends itself to this industry.\";s:4:\"link\";s:99:\"https://woocommerce.com/products/bistro/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://themes.woocommerce.com/bistro\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"58e753f91fddf40abe8ebe4486f8c378\";s:4:\"slug\";s:6:\"bistro\";s:2:\"id\";i:1822936;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:10:\"stationery\";a:11:{s:5:\"title\";s:10:\"Stationery\";s:5:\"image\";s:65:\"https://woocommerce.com/wp-content/uploads/2016/04/stationery.jpg\";s:7:\"excerpt\";s:186:\"Stationery is a Storefront child theme designed for stores selling office supplies and/or arts &amp; crafts. The design has subtle tactile decorations while also being clean and elegant.\";s:4:\"link\";s:103:\"https://woocommerce.com/products/stationery/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:42:\"https://themes.woocommerce.com/stationery/\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"b939225b8b8ccdc7b14ffb6d7eab2ac2\";s:4:\"slug\";s:10:\"stationery\";s:2:\"id\";i:1629126;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"petshop\";a:11:{s:5:\"title\";s:7:\"Petshop\";s:5:\"image\";s:62:\"https://woocommerce.com/wp-content/uploads/2016/03/petshop.png\";s:7:\"excerpt\";s:181:\"Petshop is a Storefront child theme designed for stores selling products in the pet industry. The design is organic and friendly, featuring many details that point to pet ownership.\";s:4:\"link\";s:100:\"https://woocommerce.com/products/petshop/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://themes.woocommerce.com/petshop/\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"8060743c9031974326850f539aba5196\";s:4:\"slug\";s:7:\"petshop\";s:2:\"id\";i:1587689;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"hotel\";a:11:{s:5:\"title\";s:5:\"Hotel\";s:5:\"image\";s:69:\"https://woocommerce.com/wp-content/uploads/2016/03/hotel-featured.jpg\";s:7:\"excerpt\";s:246:\"Hotel is designed for businesses selling time, services and accommodation, offering unique integration with WooCommerce Bookings and Accommodation Bookings. The design is bold yet simple, allowing your content and imagery to do all the talking.\";s:4:\"link\";s:98:\"https://woocommerce.com/products/hotel/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://themes.woocommerce.com/hotel/\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"0b0df891aa46f289f4e49bae2389bb04\";s:4:\"slug\";s:5:\"hotel\";s:2:\"id\";i:1554532;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"bookshop\";a:11:{s:5:\"title\";s:8:\"Bookshop\";s:5:\"image\";s:63:\"https://woocommerce.com/wp-content/uploads/2016/02/featured.png\";s:7:\"excerpt\";s:183:\"Bookshop comes with a unique homepage layout that prominently displays product categories and a variety of products in an arrangement that is popular with bookstores and collectibles.\";s:4:\"link\";s:101:\"https://woocommerce.com/products/bookshop/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:40:\"https://themes.woocommerce.com/bookshop/\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"9fe861227e3e82fde8fe5d7e8cc3340e\";s:4:\"slug\";s:8:\"bookshop\";s:2:\"id\";i:1508713;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"arcade\";a:11:{s:5:\"title\";s:6:\"Arcade\";s:5:\"image\";s:61:\"https://woocommerce.com/wp-content/uploads/2016/01/arcade.png\";s:7:\"excerpt\";s:216:\"Upgrade your video game shops look and feel with Arcade. It\'s bold and modern design will engage visitors and the unique homepage layout will present them with a variety of products as soon as they hit your homepage.\";s:4:\"link\";s:99:\"https://woocommerce.com/products/arcade/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://themes.woocommerce.com/arcade/\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"5af09d4e590eec977c6b9519b517f479\";s:4:\"slug\";s:6:\"arcade\";s:2:\"id\";i:1418260;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:9:\"homestore\";a:11:{s:5:\"title\";s:9:\"Homestore\";s:5:\"image\";s:64:\"https://woocommerce.com/wp-content/uploads/2015/12/homestore.jpg\";s:7:\"excerpt\";s:166:\"Give your Department Store a classic look with Homestore. Its clean and efficient design will work well whether you\'re a boutique independent or a high street giant.\";s:4:\"link\";s:102:\"https://woocommerce.com/products/homestore/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:41:\"https://themes.woocommerce.com/homestore/\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"d79fe7a1beba26523aafa6ce6d3e1e85\";s:4:\"slug\";s:9:\"homestore\";s:2:\"id\";i:1365559;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"pharmacy\";a:11:{s:5:\"title\";s:8:\"Pharmacy\";s:5:\"image\";s:63:\"https://woocommerce.com/wp-content/uploads/2015/12/pharmacy.jpg\";s:7:\"excerpt\";s:235:\"Give your health store a professional, trust-worthy design with the Pharmacy Storefront Child Theme. Built upon our rock solid Storefront Parent theme you\'ll also enjoy reliable integration with current and future WooCommerce releases.\";s:4:\"link\";s:101:\"https://woocommerce.com/products/pharmacy/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:40:\"https://themes.woocommerce.com/pharmacy/\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"ebeff3c0f89cd3169fb6b3e7e137e513\";s:4:\"slug\";s:8:\"pharmacy\";s:2:\"id\";i:1365557;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:10:\"storefront\";a:11:{s:5:\"title\";s:10:\"Storefront\";s:5:\"image\";s:77:\"https://woocommerce.com/wp-content/themes/woo/images/storefront/feature-1.jpg\";s:7:\"excerpt\";s:161:\"Storefront is an intuitive &amp; flexible, free theme offering deep integration with WooCommerce.\r\n\r\nIt\'s the perfect platform for your next WooCommerce project.\";s:4:\"link\";s:103:\"https://woocommerce.com/products/storefront/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:42:\"https://themes.woocommerce.com/storefront/\";s:5:\"price\";s:9:\"&#36;0.00\";s:4:\"hash\";s:32:\"5714dad8f8d0b930bd6cc9c99657b930\";s:4:\"slug\";s:10:\"storefront\";s:2:\"id\";i:565154;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"toyshop\";a:11:{s:5:\"title\";s:7:\"ToyShop\";s:5:\"image\";s:62:\"https://woocommerce.com/wp-content/uploads/2015/09/toyshop.jpg\";s:7:\"excerpt\";s:269:\"Add some fun to your store with ToyShop. The engaging and colorful design of ToyShop makes it a perfect child theme or any store that sells exciting products that are aimed at customers that like to have fun. The outdoorsy style would even be perfect for a flower shop.\";s:4:\"link\";s:100:\"https://woocommerce.com/products/toyshop/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://themes.woocommerce.com/toyshop/\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"3e2520021b41ee49a55b93362aaced98\";s:4:\"slug\";s:7:\"toyshop\";s:2:\"id\";i:1230716;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"outlet\";a:11:{s:5:\"title\";s:6:\"Outlet\";s:5:\"image\";s:61:\"https://woocommerce.com/wp-content/uploads/2015/09/outlet.jpg\";s:7:\"excerpt\";s:221:\"Overclock your tech store with Outlet! Whether you sell boutique iPad jewellery or the nuts and bolts of hardware itself, Outlet will give your shop a stylish look and feel while enjoying the stability of Storefront core.\";s:4:\"link\";s:99:\"https://woocommerce.com/products/outlet/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://themes.woocommerce.com/outlet/\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"4c311cb3a3131570946b8799715a0991\";s:4:\"slug\";s:6:\"outlet\";s:2:\"id\";i:1212805;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"proshop\";a:11:{s:5:\"title\";s:7:\"ProShop\";s:5:\"image\";s:62:\"https://woocommerce.com/wp-content/uploads/2015/06/proshop.jpg\";s:7:\"excerpt\";s:176:\"Unlock the true potential of your sports clothing and equipment store with ProShop! It\'s metropolitan design provides an active aesthetic giving your store oodles of character.\";s:4:\"link\";s:100:\"https://woocommerce.com/products/proshop/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://themes.woocommerce.com/proshop/\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"1d51b8633bbd1782dc17fce15f8bd2af\";s:4:\"slug\";s:7:\"proshop\";s:2:\"id\";i:1000757;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"galleria\";a:11:{s:5:\"title\";s:8:\"Galleria\";s:5:\"image\";s:68:\"https://woocommerce.com/wp-content/uploads/2015/05/galleria-hero.png\";s:7:\"excerpt\";s:162:\"Galleria is a Storefront child theme perfect for fashion and design stores. Stylish and minimalist, it gives sites a classy look and keeps products center stage.\";s:4:\"link\";s:101:\"https://woocommerce.com/products/galleria/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:40:\"https://themes.woocommerce.com/galleria/\";s:5:\"price\";s:10:\"&#36;39.00\";s:4:\"hash\";s:32:\"2429c1dde521031cd053886b15844bbf\";s:4:\"slug\";s:8:\"galleria\";s:2:\"id\";i:887931;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:4:\"deli\";a:11:{s:5:\"title\";s:4:\"Deli\";s:5:\"image\";s:59:\"https://woocommerce.com/wp-content/uploads/2015/03/deli.jpg\";s:7:\"excerpt\";s:135:\"Deli is a Storefront child theme featuring a texturised, earthy design, perfect for stores selling natural, organic or hand made goods.\";s:4:\"link\";s:97:\"https://woocommerce.com/products/deli/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:36:\"https://themes.woocommerce.com/deli/\";s:5:\"price\";s:9:\"&#36;0.00\";s:4:\"hash\";s:32:\"83c6db94c8ebf9da56b59fb97f724e88\";s:4:\"slug\";s:4:\"deli\";s:2:\"id\";i:784823;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"boutique\";a:11:{s:5:\"title\";s:8:\"Boutique\";s:5:\"image\";s:63:\"https://woocommerce.com/wp-content/uploads/2015/01/boutique.png\";s:7:\"excerpt\";s:168:\"Boutique is a simple, traditionally designed Storefront child theme, ideal for small stores or boutiques. Add your logo, create a unique color scheme and start selling!\";s:4:\"link\";s:101:\"https://woocommerce.com/products/boutique/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:40:\"https://themes.woocommerce.com/boutique/\";s:5:\"price\";s:9:\"&#36;0.00\";s:4:\"hash\";s:32:\"71815288e266d58031727d48d6deee25\";s:4:\"slug\";s:8:\"boutique\";s:2:\"id\";i:605777;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}}', 'no'),
(14159, '_site_transient_timeout_browser_c960f6214e6cda6c1e6a0aa5cd6b620b', '1589512106', 'no'),
(14160, '_site_transient_browser_c960f6214e6cda6c1e6a0aa5cd6b620b', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"80.0.3987.149\";s:8:\"platform\";s:7:\"Android\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}', 'no'),
(14163, '_transient_timeout_wc_low_stock_count', '1591499307', 'no'),
(14164, '_transient_wc_low_stock_count', '0', 'no'),
(14165, '_transient_timeout_wc_outofstock_count', '1591499307', 'no'),
(14166, '_transient_wc_outofstock_count', '0', 'no'),
(14167, '_transient_timeout_wc_report_sales_by_date', '1589040268', 'no'),
(14168, '_transient_wc_report_sales_by_date', 'a:8:{s:32:\"bbe820fc11e5e62dd5032cedbfe8fd18\";a:0:{}s:32:\"7d64ad90f18ae99eba9f0a9dd0908f16\";a:0:{}s:32:\"44df3d44c1b7f9693f7646669d3aebc8\";a:0:{}s:32:\"ba309e6596460cbc4d71894dca8c88e8\";N;s:32:\"79940a5330bf07fd32872de0fa66ec0d\";a:0:{}s:32:\"cf4f56c06af8fe5ac9b0071859e4f05f\";a:0:{}s:32:\"7794df6b44392429327109b61d77e633\";a:0:{}s:32:\"d9ab122eb0ecdeb9e5befc8361e4c248\";a:0:{}}', 'no'),
(14169, '_transient_timeout_wc_admin_report', '1589040268', 'no'),
(14170, '_transient_wc_admin_report', 'a:1:{s:32:\"6dca969b49ae25eb24d8c35059929830\";a:0:{}}', 'no'),
(14173, '_site_transient_timeout_community-events-40526949641fd0213f397d1c1801a6d9', '1588950525', 'no'),
(14174, '_site_transient_community-events-40526949641fd0213f397d1c1801a6d9', 'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"157.47.19.0\";}s:6:\"events\";a:0:{}}', 'no'),
(14229, '_site_transient_timeout_community-events-86b63da12d46cbca4c6ab64179739f2d', '1588959270', 'no'),
(14230, '_site_transient_community-events-86b63da12d46cbca4c6ab64179739f2d', 'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"157.47.18.0\";}s:6:\"events\";a:0:{}}', 'no'),
(14467, '_transient_timeout__woocommerce_helper_updates', '1588986563', 'no'),
(14468, '_transient__woocommerce_helper_updates', 'a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1588943363;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}', 'no'),
(14556, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:22;s:3:\"all\";i:22;s:9:\"moderated\";s:2:\"14\";s:8:\"approved\";s:1:\"8\";s:12:\"post-trashed\";s:2:\"85\";s:4:\"spam\";i:0;s:5:\"trash\";i:0;}', 'yes'),
(14557, '_site_transient_timeout_browser_31f552011cd49d12bc3cd930bb193459', '1589554887', 'no'),
(14558, '_site_transient_browser_31f552011cd49d12bc3cd930bb193459', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"81.0.4044.138\";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'),
(14559, '_site_transient_timeout_community-events-5e0b8140aab9ff7e424881a5378df84d', '1588993295', 'no'),
(14560, '_site_transient_community-events-5e0b8140aab9ff7e424881a5378df84d', 'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"157.47.11.0\";}s:6:\"events\";a:0:{}}', 'no'),
(14580, '_site_transient_timeout_available_translations', '1588963180', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(14581, '_site_transient_available_translations', 'a:122:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-31 13:46:18\";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/5.4.1/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-03 05:58:02\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.1/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.7\";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.7/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:8:\"Continue\";}}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:6:\"4.9.14\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.14/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:\"5.3.3\";s:7:\"updated\";s:19:\"2020-01-22 10:57:09\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.3/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:6:\"4.8.13\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.8.13/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-31 12:33:33\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.1/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:\"5.3.3\";s:7:\"updated\";s:19:\"2020-01-18 19:20:00\";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/5.3.3/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-12 05:54:08\";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/5.4.1/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:\"5.3.3\";s:7:\"updated\";s:19:\"2020-01-27 14:39:02\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.3/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-02 08:17:25\";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/5.4.1/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-08 14:44:55\";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/5.4.1/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:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-09 09:46: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/5.4.1/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-04 11:07:02\";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/5.4.1/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_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-04 11:08:09\";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/5.4.1/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:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-09 09:47:26\";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/5.4.1/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_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-07 21:08:21\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-30 17:34:28\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.1/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-07 15:53:44\";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/5.4.1/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_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-08 05:34:29\";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/5.4.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-30 09:33:04\";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/5.4.1/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-23 11:39:35\";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/5.4.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-31 22:29:33\";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/5.4.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-05 10:16:54\";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/5.4.1/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_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-26 14:31:24\";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/5.4.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-04 01:49:30\";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/5.4.1/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-08 08:37:16\";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/5.4.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-01 12:31:31\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-31 21:27:23\";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/5.4.1/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-27 00:07:40\";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/5.4.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:\"5.3.3\";s:7:\"updated\";s:19:\"2020-02-10 15:47:49\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-11-12 04:43:11\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-30 03:33:27\";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/5.4.1/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;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:9:\"5.0-beta3\";s:7:\"updated\";s:19:\"2018-11-28 16:04:33\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.0-beta3/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-29 06:22:39\";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/5.4.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-26 17:08:06\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-31 04:35:33\";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/5.4.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-07 15:10:43\";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/5.4.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-07 08:47:03\";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/5.4.1/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_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";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.9.5/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:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-28 18:04:12\";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/5.4.1/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.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";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.9.8/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-18 15:51:49\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/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.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";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.9.7/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-04 10:17:08\";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/5.4.1/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:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-24 17:30:39\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.1/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-19 14:36:40\";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/5.1.1/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-28 23:32:14\";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/5.4.1/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:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-07 17:42:05\";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/5.4.1/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-02 01:15:49\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nutugne\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-30 07:54:16\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-19 14:26:45\";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/5.4.1/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:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 07:34:10\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/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:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:6:\"4.9.14\";s:7:\"updated\";s:19:\"2019-12-04 12:22:34\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.14/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರೆಸಿ\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.2.6\";s:7:\"updated\";s:19:\"2019-11-05 01:54:57\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.6/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.9.9\";s:7:\"updated\";s:19:\"2018-12-18 14:32:44\";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.9.9/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:\"5.2.6\";s:7:\"updated\";s:19:\"2019-10-19 19:23:46\";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/5.2.6/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-06 14:36:42\";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/5.4.1/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:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-08 12:57:25\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/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:6:\"4.8.13\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.13/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.9.8\";s:7:\"updated\";s:19:\"2018-08-30 20:27:25\";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.9.8/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.20\";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.20/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-31 23:44:30\";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/5.4.1/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.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";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.9.5/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:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-28 06:53:25\";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/5.4.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-01 15:32:20\";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/5.4.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.3.3\";s:7:\"updated\";s:19:\"2019-12-15 20:22:22\";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/5.3.3/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"5.3.3\";s:7:\"updated\";s:19:\"2020-01-01 08:53:00\";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/5.3.3/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.3\";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.3/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-14 17:01:13\";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/5.4.1/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.20\";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.20/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:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-24 18:28:53\";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/5.4.1/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:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-30 09:19:21\";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/5.4.1/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_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-19 21:22:13\";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/5.4.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-28 10:48:09\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/pt_AO.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:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-29 09:22:22\";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/5.4.1/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-07 16:03:05\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/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:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:3:\"5.3\";s:7:\"updated\";s:19:\"2019-11-12 04:37:38\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.3/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:2:\"sd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-29 19:26:24\";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/5.4.1/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:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-15 03:12:06\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.1/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";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.9.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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-30 15:21:15\";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/5.4.1/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-01 01:42:23\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.1/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-24 17:02:49\";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/5.4.1/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:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"5.2.6\";s:7:\"updated\";s:19:\"2019-10-22 00:19:41\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.6/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}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:\"5.2.6\";s:7:\"updated\";s:19:\"2020-05-05 06:24:37\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.6/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-04-13 20:18:20\";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/5.4.1/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:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/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:\"5.4.1\";s:7:\"updated\";s:19:\"2020-05-01 21:32:34\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.1/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:\"5.1.5\";s:7:\"updated\";s:19:\"2020-04-09 10:48:08\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.5/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:\"5.0.9\";s:7:\"updated\";s:19:\"2019-01-23 12:32:40\";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/5.0.9/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:\"5.3.3\";s:7:\"updated\";s:19:\"2019-12-07 15:52:24\";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/5.3.3/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-30 20:54:59\";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/5.4.1/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_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.4.1\";s:7:\"updated\";s:19:\"2020-03-26 15:11:53\";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/5.4.1/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_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"5.3.3\";s:7:\"updated\";s:19:\"2020-03-08 12:12:22\";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/5.3.3/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'),
(14584, '_transient_timeout_wc_tracks_blog_details', '1589038797', 'no'),
(14585, '_transient_wc_tracks_blog_details', 'a:4:{s:3:\"url\";s:23:\"https://connectivism.in\";s:9:\"blog_lang\";s:5:\"en_US\";s:7:\"blog_id\";N;s:14:\"products_count\";s:2:\"18\";}', 'no'),
(14642, '_transient_timeout_woocommerce_admin_low_out_of_stock_count', '1588964589', 'no'),
(14643, '_transient_woocommerce_admin_low_out_of_stock_count', '0', 'no'),
(14673, '_site_transient_timeout_theme_roots', '1589005745', 'no'),
(14674, '_site_transient_theme_roots', 'a:1:{s:3:\"bam\";s:7:\"/themes\";}', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(14675, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1589003946;s:7:\"checked\";a:6:{s:19:\"akismet/akismet.php\";s:5:\"4.1.5\";s:19:\"jetpack/jetpack.php\";s:5:\"8.4.2\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"2.5.2\";s:33:\"theme-my-login/theme-my-login.php\";s:6:\"7.0.15\";s:27:\"wp-pro-quiz/wp-pro-quiz.php\";s:4:\"0.37\";s:24:\"wordpress-seo/wp-seo.php\";s:6:\"14.0.4\";}s:8:\"response\";a:1:{s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:3:\"8.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.8.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=1791404\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=1791404\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"2.5.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.2.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=1694310\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=1694310\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=1694310\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=1694310\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"theme-my-login/theme-my-login.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/theme-my-login\";s:4:\"slug\";s:14:\"theme-my-login\";s:6:\"plugin\";s:33:\"theme-my-login/theme-my-login.php\";s:11:\"new_version\";s:6:\"7.0.15\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/theme-my-login/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/theme-my-login.7.0.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232\";s:2:\"1x\";s:67:\"https://ps.w.org/theme-my-login/assets/icon-128x128.png?rev=1891232\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/theme-my-login/assets/banner-1544x500.png?rev=1891232\";s:2:\"1x\";s:69:\"https://ps.w.org/theme-my-login/assets/banner-772x250.png?rev=1891232\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"wp-pro-quiz/wp-pro-quiz.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/wp-pro-quiz\";s:4:\"slug\";s:11:\"wp-pro-quiz\";s:6:\"plugin\";s:27:\"wp-pro-quiz/wp-pro-quiz.php\";s:11:\"new_version\";s:4:\"0.37\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-pro-quiz/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-pro-quiz.0.37.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-pro-quiz/assets/icon-256x256.png?rev=2254015\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-pro-quiz/assets/icon-128x128.png?rev=2254015\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-pro-quiz/assets/banner-1544x500.png?rev=2254015\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-pro-quiz/assets/banner-772x250.png?rev=2254015\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-pro-quiz/assets/banner-1544x500-rtl.png?rev=2254015\";s:2:\"1x\";s:70:\"https://ps.w.org/wp-pro-quiz/assets/banner-772x250-rtl.png?rev=2254015\";}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"14.0.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.14.0.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}}}}', 'no'),
(14681, '_site_transient_timeout_tml_extensions_feed-cae96a2d942fdf2699534023b6a11d31', '1589057545', 'no'),
(14682, '_site_transient_tml_extensions_feed-cae96a2d942fdf2699534023b6a11d31', 'a:12:{i:0;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:743960;s:4:\"slug\";s:9:\"mailchimp\";s:5:\"title\";s:9:\"Mailchimp\";s:11:\"create_date\";s:19:\"2019-09-13 17:14:17\";s:13:\"modified_date\";s:19:\"2019-09-13 17:59:46\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"https://thememylogin.com/extensions/mailchimp/\";s:7:\"content\";s:288:\"Allows your users to subscribe to your Mailchimp mailing lists upon registration.\r\n<ul>\r\n 	<li>Subscribe your users to one or more lists upon registration</li>\r\n 	<li>Automatic list subscription, or utilize an opt-in checkbox</li>\r\n 	<li>Optionally require first and last name</li>\r\n</ul>\";s:7:\"excerpt\";s:81:\"Allows your users to subscribe to your Mailchimp mailing lists upon registration.\";s:9:\"thumbnail\";s:62:\"https://thememylogin.com/app/uploads/edd/2019/09/mailchimp.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:1;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:728516;s:4:\"slug\";s:9:\"favorites\";s:5:\"title\";s:9:\"Favorites\";s:11:\"create_date\";s:19:\"2019-03-16 19:19:27\";s:13:\"modified_date\";s:19:\"2019-12-19 11:37:43\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"https://thememylogin.com/extensions/favorites/\";s:7:\"content\";s:482:\"Allow your users to curate their favorite posts by adding a \"favorite\" button to your posts.\r\n<ul>\r\n 	<li>Choose between the default heart icon, or change it to a star or thumbs-up to create a \"like\" system</li>\r\n 	<li>Use the [tml-favorites-link] shortcode to manually add the link to a post</li>\r\n 	<li>Use the [tml-favorites-list] shortcode to add the users favorite list to any page</li>\r\n 	<li>Utilize the widget to add the users favorite list anywhere on your site</li>\r\n</ul>\";s:7:\"excerpt\";s:79:\"Allow your users to favorite posts by adding a \"favorite\" button to your posts.\";s:9:\"thumbnail\";s:62:\"https://thememylogin.com/app/uploads/edd/2019/03/favorites.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:2;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:726906;s:4:\"slug\";s:7:\"avatars\";s:5:\"title\";s:7:\"Avatars\";s:11:\"create_date\";s:19:\"2019-02-24 22:04:02\";s:13:\"modified_date\";s:19:\"2019-12-19 11:32:06\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:44:\"https://thememylogin.com/extensions/avatars/\";s:7:\"content\";s:260:\"Allow your users to upload their own avatars to your site.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Users can upload their own avatars</li>\r\n 	<li>Administrators and upload and remove user avatars</li>\r\n 	<li>Disable WP\'s default use of the Gravatar service</li>\r\n</ul>\";s:7:\"excerpt\";s:58:\"Allow your users to upload their own avatars to your site.\";s:9:\"thumbnail\";s:60:\"https://thememylogin.com/app/uploads/edd/2019/02/avatars.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.3\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:3;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1027;s:4:\"slug\";s:6:\"social\";s:5:\"title\";s:6:\"Social\";s:11:\"create_date\";s:19:\"2018-09-27 01:27:24\";s:13:\"modified_date\";s:19:\"2019-12-19 13:49:43\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:43:\"https://thememylogin.com/extensions/social/\";s:7:\"content\";s:300:\"Allow your users to log in to your site with their favorite social providers.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Allow users to log in with Facebook</li>\r\n 	<li>Allow users to log in with Twitter</li>\r\n 	<li>Allow users to log in with Google</li>\r\n 	<li>Names are also populated, if provided</li>\r\n</ul>\";s:7:\"excerpt\";s:77:\"Allow your users to log in to your site with their favorite social providers.\";s:9:\"thumbnail\";s:59:\"https://thememylogin.com/app/uploads/edd/2018/06/social.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"15.00\";s:8:\"2-5sites\";s:5:\"30.00\";s:14:\"unlimitedsites\";s:5:\"45.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:4;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:82070;s:4:\"slug\";s:3:\"2fa\";s:5:\"title\";s:3:\"2FA\";s:11:\"create_date\";s:19:\"2018-07-20 11:00:05\";s:13:\"modified_date\";s:19:\"2020-04-21 19:34:39\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:40:\"https://thememylogin.com/extensions/2fa/\";s:7:\"content\";s:394:\"Give your users peace of mind by allowing them to enable 2-factor authentication (2FA) on their account.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Users can opt-in to two-factor authentication</li>\r\n 	<li>Once enabled, users will need to enter a code from an app on their mobile device to log in</li>\r\n 	<li>Supports multiple authenticator apps, including Google Authenticator, Authy and more</li>\r\n</ul>\";s:7:\"excerpt\";s:65:\"Allow users to enable two-factor authentication on their account.\";s:9:\"thumbnail\";s:56:\"https://thememylogin.com/app/uploads/edd/2018/07/2fa.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.0\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:5;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:103;s:4:\"slug\";s:12:\"restrictions\";s:5:\"title\";s:12:\"Restrictions\";s:11:\"create_date\";s:19:\"2018-06-01 15:07:21\";s:13:\"modified_date\";s:19:\"2018-09-13 13:19:21\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://thememylogin.com/extensions/restrictions/\";s:7:\"content\";s:915:\"With the Restrictions extension, you can restrict your entire site, or pieces of it in a highly configurable way.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Restrict entire site from unauthenticated users</li>\r\n 	<li>Require users to be logged in to view specific posts or pages</li>\r\n 	<li>Require specific roles to view specific posts or pages</li>\r\n 	<li>Configure nav menu items to display only if a user is logged or not logged in</li>\r\n 	<li>Configure nav menu items to display only for specified user roles</li>\r\n 	<li>Configure widgets to display only if a user is logged or not logged in</li>\r\n 	<li>Configure widgets to display only for specified user roles</li>\r\n 	<li>Use the `[tml-require-role]` shortcode to restrict content within a post or page to a specific role</li>\r\n 	<li>Use the `[tml-require-user]` shortcode to restrict content within a post or page to a specific user or all logged in users</li>\r\n</ul>\";s:7:\"excerpt\";s:78:\"Restrict posts, pages, pieces of content and menu items by user role and more.\";s:9:\"thumbnail\";s:65:\"https://thememylogin.com/app/uploads/edd/2018/06/restrictions.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:6;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:83;s:4:\"slug\";s:13:\"legacy-bundle\";s:5:\"title\";s:13:\"Legacy Bundle\";s:11:\"create_date\";s:19:\"2018-06-01 10:10:23\";s:13:\"modified_date\";s:19:\"2019-06-11 20:03:24\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://thememylogin.com/extensions/legacy-bundle/\";s:7:\"content\";s:634:\"Get all 6 \"legacy\" extensions for a <strong>30% discount</strong>. This bundle includes the following extensions:\r\n<ul>\r\n 	<li><a href=\"https://thememylogin.com/extensions/moderation/\">Moderation</a></li>\r\n 	<li><a href=\"https://thememylogin.com/extensions/notifications/\">Notifications</a></li>\r\n 	<li><a href=\"https://thememylogin.com/extensions/profiles/\">Profiles</a></li>\r\n 	<li><a href=\"https://thememylogin.com/extensions/recaptcha/\">reCAPTCHA</a></li>\r\n 	<li><a href=\"https://thememylogin.com/extensions/redirection/\">Redirection</a></li>\r\n 	<li><a href=\"https://thememylogin.com/extensions/security/\">Security</a></li>\r\n</ul>\";s:7:\"excerpt\";s:51:\"Get all six \"legacy\" extensions for a 30% discount.\";s:9:\"thumbnail\";s:66:\"https://thememylogin.com/app/uploads/edd/2018/06/legacy-bundle.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"49.00\";s:8:\"2-5sites\";s:5:\"70.00\";s:14:\"unlimitedsites\";s:6:\"175.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:7;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:38;s:4:\"slug\";s:10:\"moderation\";s:5:\"title\";s:10:\"Moderation\";s:11:\"create_date\";s:19:\"2018-05-28 04:15:16\";s:13:\"modified_date\";s:19:\"2019-01-21 14:35:19\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:47:\"https://thememylogin.com/extensions/moderation/\";s:7:\"content\";s:769:\"Cut down unwanted spam registrations by requiring your users to activate their account by clicking a link sent to their email address. Take it a step further and require admin approval before allowing users access to your site. Double the protection by requiring both.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Require new users to confirm their email address in order to activate their account</li>\r\n 	<li>Administrators can resend activation emails to remind users to activate their account</li>\r\n 	<li>Users can request to resend their activation email if they attempt to login while pending activation</li>\r\n 	<li>Require new users to be approved by an administrator</li>\r\n 	<li>Require new users to confirm their email address and be approved by an administrator</li>\r\n</ul>\";s:7:\"excerpt\";s:69:\"Require users to confirm their email address or be manually approved.\";s:9:\"thumbnail\";s:63:\"https://thememylogin.com/app/uploads/edd/2018/05/moderation.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:8;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:55;s:4:\"slug\";s:8:\"security\";s:5:\"title\";s:8:\"Security\";s:11:\"create_date\";s:19:\"2018-05-28 01:31:46\";s:13:\"modified_date\";s:19:\"2019-12-19 13:41:41\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:45:\"https://thememylogin.com/extensions/security/\";s:7:\"content\";s:518:\"Help secure your website by throttling and blocking IP addresses after a predetermined amount of failed login attempts.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Set the number of failed attempts required for lockout</li>\r\n 	<li>Set the period of time the failed attempts must span to be locked out</li>\r\n 	<li>Set the duration of the lockout</li>\r\n 	<li>Automatically lockout invalid usernames</li>\r\n 	<li>Manually lock and unlock specific users</li>\r\n 	<li>Disable wp-login.php</li>\r\n 	<li>Enforce strong passwords</li>\r\n</ul>\";s:7:\"excerpt\";s:53:\"Help secure your website with brute force protection.\";s:9:\"thumbnail\";s:61:\"https://thememylogin.com/app/uploads/edd/2018/05/security.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.3\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:9;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:52;s:4:\"slug\";s:11:\"redirection\";s:5:\"title\";s:11:\"Redirection\";s:11:\"create_date\";s:19:\"2018-05-28 01:29:28\";s:13:\"modified_date\";s:19:\"2019-12-19 13:36:18\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://thememylogin.com/extensions/redirection/\";s:7:\"content\";s:487:\"Don\'t want your users being redirected to the Dashboard upon login? Want to redirect them back where they came from instead? Want to send Subscribers to one place and Authors to another? You need the Redirection extension.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Specify where users are redirected upon login</li>\r\n 	<li>Specify where users are redirected upon logout</li>\r\n 	<li>Specify where users are redirected upon registration</li>\r\n 	<li>Manage redirection rules per user role</li>\r\n</ul>\";s:7:\"excerpt\";s:57:\"Redirect users upon login and logout based on their role.\";s:9:\"thumbnail\";s:64:\"https://thememylogin.com/app/uploads/edd/2018/05/redirection.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:10;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:49;s:4:\"slug\";s:9:\"recaptcha\";s:5:\"title\";s:9:\"reCAPTCHA\";s:11:\"create_date\";s:19:\"2018-05-28 01:27:10\";s:13:\"modified_date\";s:19:\"2019-12-19 13:37:25\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"https://thememylogin.com/extensions/recaptcha/\";s:7:\"content\";s:464:\"Keep spam bots at bay by utilizing Google reCAPTCHA on your registration and login forms.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Require reCAPTCHA on your registration form</li>\r\n 	<li>Require reCAPTCHA on your login form</li>\r\n 	<li>Require reCAPTCHA on your lost password form</li>\r\n 	<li>Require reCAPTCHA on your comment form</li>\r\n 	<li>Choose your reCAPTCHA theme</li>\r\n 	<li>reCAPTCHA will be localized if the translation exists for the selected locale</li>\r\n</ul>\";s:7:\"excerpt\";s:69:\"Enable Google reCAPTCHA support on your registration and login forms.\";s:9:\"thumbnail\";s:62:\"https://thememylogin.com/app/uploads/edd/2018/05/recaptcha.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:11;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:46;s:4:\"slug\";s:8:\"profiles\";s:5:\"title\";s:8:\"Profiles\";s:11:\"create_date\";s:19:\"2018-05-28 01:24:30\";s:13:\"modified_date\";s:19:\"2019-06-13 10:08:08\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:45:\"https://thememylogin.com/extensions/profiles/\";s:7:\"content\";s:495:\"If you\'re already utilizing Theme My Login to keep your login experience within your theme, you should be using the Profiles extension to keep your user\'s profile within it as well. If Theme My Login is the peanut butter, the Profiles extension is the jelly - they just go together.\r\n<h5>Features</h5>\r\n<ul>\r\n 	<li>Set which roles get front-end profiles</li>\r\n 	<li>Restrict specific roles from the admin area</li>\r\n 	<li>Designed to work with any theme</li>\r\n 	<li>Easily extensible</li>\r\n</ul>\";s:7:\"excerpt\";s:69:\"Allow your users to edit their profile on the front-end of your site.\";s:9:\"thumbnail\";s:61:\"https://thememylogin.com/app/uploads/edd/2018/05/profiles.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"15.00\";s:8:\"2-5sites\";s:5:\"30.00\";s:14:\"unlimitedsites\";s:5:\"45.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.7\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}}', 'no'),
(14683, '_transient_timeout_wpseo-statistics-totals', '1589100748', 'no'),
(14684, '_transient_wpseo-statistics-totals', 'a:1:{i:1;a:2:{s:6:\"scores\";a:1:{i:0;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:48:\"Posts <strong>without</strong> a focus keyphrase\";s:5:\"count\";i:45;s:4:\"link\";s:100:\"https://connectivism.in/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";i:0;s:2:\"ok\";i:0;s:4:\"good\";i:0;s:2:\"na\";i:1;s:7:\"noindex\";i:0;}}}', 'no'),
(14685, '_site_transient_timeout_community-events-bfdb1680f02e7c0bb37b65531431cea1', '1589057548', 'no'),
(14686, '_site_transient_community-events-bfdb1680f02e7c0bb37b65531431cea1', 'a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"157.33.170.0\";}s:6:\"events\";a:0:{}}', 'no'),
(14687, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1589057549', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(14688, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', '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:27:\"News –  – 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:\"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:\"Mon, 04 May 2020 09:31:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.5-alpha-47772\";s:7:\"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:57:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: April 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 May 2020 09:31:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8571\";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:\"April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, [&#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:\"Angela Jin\";s: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:8195:\"\n<p>April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, read on. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4.1 released</h2>\n\n\n\n<p>On April 24th,&nbsp; <a href=\"https://make.wordpress.org/core/2020/04/24/wordpress-5-4-1-rc1/\">WordPress 5.4.1 Release Candidate 1</a> (RC1) was released for testing, quickly followed by the official <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">release of WordPress 5.4.1</a> on April 29th. This security release features 17 bug fixes and seven security fixes, so we recommend updating your sites immediately. To download WordPress 5.4.1, visit your Dashboard, click on Updates, then Update Now, or download the latest version directly from WordPress.org. For more information, visit <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">this post</a>, review the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">full list of changes on Trac</a>, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 7.9 and 8.0 released</h2>\n\n\n\n<p>It was another exciting month for Gutenberg, with the release of <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>! Version 7.9 brought new block design tools, three new patterns, and improved block markup. Gutenberg 8.0 continued to refine the new block patterns feature, with additional options for inline formatting, and extending the functionality of the Code Editor. In addition to these new features, both releases included new enhancements and APIs, along with a number of bug fixes, performance improvements, some experiments, and more! You can read all the details about the latest Gutenberg releases in the announcement posts for <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>BuddyPress 6.0.0</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-beta2/\">BuddyPress 6.0.0-beta2</a> was released for testing in mid-April, leading to the <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">BuddyPress 6.0.0 Release Candidate</a>, announced on April 29. This is an important step before&nbsp; the final release of BuddyPress 6.0.0, which is slated for Thursday, May 14. Changes and new features in this release include moving the profile photo and user cover image under the BP Members component, and a new BP Rest API. Additionally, this release will introduce the first round of BuddyPress Blocks! Last, but not least, BuddyPress 6.0.0 will require at least PHP 5.6 and WordPress 4.8.&nbsp;</p>\n\n\n\n<p>Want to get involved? <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">Test the 6.0.0-RC here</a>! You can also help by <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/\">translating BuddyPress into another language</a>, or let the team know of any issues you find, either in <a href=\"https://buddypress.org/support\">the support forums</a> and/or in their <a href=\"https://buddypress.trac.wordpress.org/\">development tracker</a>.&nbsp;</p>\n\n\n\n<h2>WordCamp US goes online, apply to speak!</h2>\n\n\n\n<p>WordCamp US will <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">take place online due to the COVID-19 pandemic</a>. The event still runs from October 27-29, 2020, and will be free to anyone who wishes to attend. The team plans to offer&nbsp; what WCUS has historically brought to the community in person: sessions and workshops, Contributor Day, a hallway track, and of course, State of the Word.&nbsp;</p>\n\n\n\n<p>Interested in speaking at WCUS? The <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Call for Speakers</a> is still open! You can apply to speak on the <a href=\"https://2020.wcus-speakers.org/\">speaker application site</a> until May 31, 2020 at 11:59 pm CDT (UTC-5).&nbsp;</p>\n\n\n\n<p>Additionally, the <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">Call for Cities is also open</a>. If your community is interested in hosting WordCamp US in 2021 &amp; 2022, please <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">fill out this application</a>.&nbsp;</p>\n\n\n\n<p>For the latest information about WordCamp US, sign up for updates on the <a href=\"https://2020.us.wordcamp.org/\">website</a>, or follow <a href=\"https://www.facebook.com/WordCampUSA/\">Facebook</a>, <a href=\"https://twitter.com/WordCampUS\">Twitter</a>, or <a href=\"https://www.instagram.com/wordcampus/?hl=en\">Instagram</a>.&nbsp;</p>\n\n\n\n<h2>WordCamp Europe 2020 goes virtual&nbsp;</h2>\n\n\n\n<p>Last month, WordCamp Europe decided to postpone its Porto event to 2021. This April, the WCEU organizing team announced that the <a href=\"https://2020.europe.wordcamp.org/2020/04/06/wordcamp-europe-2020-is-moving-online/\">2020 WordCamp will be online</a>! WordCamp Europe 2020 Online will take place from June 4-6, 2020, and tickets will be free. There will be a <a href=\"https://make.wordpress.org/updates/2020/04/15/wordcamp-europe-2020-contributor-day-update/\">virtual Contributor Day</a> on June 4, and then two half days of live-streamed talks and workshops. To participate, get your free ticket <a href=\"https://2020.europe.wordcamp.org/tickets/\">here</a>.&nbsp;</p>\n\n\n\n<p>To get the latest news for WordCamp Europe 2020 Online, follow on <a href=\"https://www.facebook.com/WCEurope/\">Facebook</a>, <a href=\"https://twitter.com/wceurope?lang=en\">Twitter</a>, <a href=\"https://www.linkedin.com/company/wordcampeurope/\">LinkedIn</a>, or on <a href=\"https://www.instagram.com/wceurope/?hl=en\">Instagram</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/\">The WordPress 5.5 release cycle has officially been kicked off with a Call for Tickets</a>.</li><li><a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">Read the proposal for a new GitHub Theme review process.</a>.</li><li><a href=\"https://wordpress.tv/event/wpblocktalk-april-2020/\">Did you miss WPBlockTalk, or want to watch that really interesting session again? All talks are available on WordPress.tv!</a></li><li><a href=\"https://make.wordpress.org/core/2020/04/01/feature-plugin-proposal-wp-consent-api/\">The Core team has introduced a proposal for a new Consent API as a feature plugin</a>.</li><li><a href=\"https://make.wordpress.org/updates/2020/04/30/quarterly-updates-q1-2020/\">All WordPress contribution teams have reported on their recent work in the first quarterly update of 2020</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8571\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 5.4.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:51:\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 19:56:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=8553\";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:363:\"WordPress 5.4.1 is now available! This security and maintenance release features 17 bug fixes in addition to 7 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.4.1 is a short-cycle security and maintenance release. The next [&#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:13:\"Jake Spurlock\";s: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:7025:\"\n<p>WordPress 5.4.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 17 <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priorityhttps://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">bug fixes</a> in addition to 7 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.4.1 is a short-cycle security and maintenance release. The next major release will be version 5.5.</p>\n\n\n\n<p>You can download WordPress 5.4.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Seven security issues affect WordPress versions 5.4 and earlier. If you haven’t yet updated to 5.4, all WordPress versions since 3.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props to <a href=\"https://hackerone.com/hijibiji\">Muaz Bin Abdus Sattar</a> and <a href=\"https://hackerone.com/dyennez\">Jannes</a> who both independently reported an issue where password reset tokens were not properly invalidated</li><li>Props to <a href=\"https://github.com/ka1n4t\">ka1n4t</a> for finding an issue where certain private posts can be viewed unauthenticated</li><li>Props to <a href=\"https://evanricafort.com/\">Evan Ricafort</a> for discovering an XSS issue in the Customizer</li><li>Props to Ben Bidner from the WordPress Security Team who discovered an XSS issue in the search block</li><li>Props to Nick Daugherty from <a href=\"https://wpvip.com\">WordPress VIP</a> / WordPress Security Team who discovered an XSS issue in <code>wp-object-cache</code></li><li>Props to Ronnie Goodrich (<a href=\"https://hackerone.com/kahoots\">Kahoots</a>) and <a href=\"http://pentestusa.com/\">Jason Medeiros</a> who independently reported an XSS issue in file uploads.</li><li>Props to <a href=\"https://weston.ruter.net/\">Weston Ruter</a> for fixing a stored XSS vulnerability in the WordPress customizer.</li><li>Additionally, an authenticated XSS issue in the block editor was discovered by Nguyen The Duc (<a href=\"https://twitter.com/ducnt_\">ducnt</a>) in WordPress 5.4 RC1 and RC2. It was fixed in 5.4 RC5. We wanted to be sure to give credit and thank them for all of their work in making WordPress more secure.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">DhrRob</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">Søren Brønsted</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">tellthemachines</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, and <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</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:\"8553\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"People of WordPress: Mario Peshev\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/04/people-of-wordpress-mario-peshev/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Apr 2020 00:57: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8536\";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:158:\"In the April edition of our \"People of WordPress\" series, you\'ll find out how Mario Peshev went from self-taught developer to teaching basic digital literacy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Yvette Sonneveld\";s: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:12069:\"\n<p><em>You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. Enthusiasts share many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Computer science in the nineties</strong></h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8539\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?w=200&amp;ssl=1 200w, https://i2.wp.com/wordpress.org/news/files/2020/04/25de575216d3743f80181b2dca2cd7d9.jpeg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" data-recalc-dims=\"1\" /><figcaption>Mario Peshev</figcaption></figure></div>\n\n\n\n<p>Mario has been hooked on computers ever since he&nbsp;got his first one in 1996. He started with digging into MS-DOS and Windows 3.1 first and learned tons by trial and error. Following that adventure, Mario built his first HTML site in 1999. He found development so exciting that he spent day and night learning QBasic and started working at the local PC game club. Mario got involved with several other things related to website administration (translating security bulletins, setting up simple sites, etc) and soon found the technology field was full of activities he really enjoyed.</p>\n\n\n\n<h2><strong>The Corporate Lifestyle</strong></h2>\n\n\n\n<p>Mario started studying programming including an intensive high-level course for C#, Java development, and software engineering, and eventually got a job in a corporate environment. He soon became a team lead there, managing all the planning and paperwork for their projects.</p>\n\n\n\n<p>But he continued freelancing on the side. He grew his own network of technical experts through attending, volunteering at, and organizing conferences. He also ran a technical forum and regularly spoke at universities and enterprise companies.</p>\n\n\n\n<h2><strong>Remote Working and Business Opportunity</strong></h2>\n\n\n\n<p>The combination of a high workload and a daily three-hour-long commute made Mario’s life difficult. Many of his friends were still studying, traveling or unemployed. The blissful and calm lives they lived seemed like a fairy tale to him. And even while both his managers and his clients were abroad, he was unable to obtain permission to work remotely.&nbsp;</p>\n\n\n\n<p>So Mario decided to leave his job and start freelancing full time. But he found he faced a massive challenge.&nbsp;</p>\n\n\n\n<p>He discovered Java projects were pretty large and required an established team of people working together in an office. All job opportunities were on-site, and some even required relocation abroad. Certified Java programmers weren’t being hired on a remote basis.&nbsp;</p>\n\n\n\n<p>As Mario had some PHP experience from previous jobs, he used this to start his freelance career. For his projects, he used both plain PHP and PHP frameworks like CakePHP and CodeIgniter.&nbsp;</p>\n\n\n\n<p>For a while, Mario accepted work using commonly known platforms including Joomla, Drupal, and WordPress. In addition, he worked on PHP, Java, Python and some C# projects for a couple of years, after which he decided to switch to WordPress completely.</p>\n\n\n\n<h2><strong>Building products</strong></h2>\n\n\n\n<p>One of his projects involved a technically challenging charity backed by several international organizations. Unexpected shortages in the team put him in the technical lead position. As a result, Mario found himself planning the next phases, meeting with the client regularly, and renegotiating the terms. The team completed the project successfully, and after the launch, a TV campaign led millions of visitors to the website.</p>\n\n\n\n<p>As a result of the successful launch, this client invited Mario to participate in more WordPress projects, including building a custom framework.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“I wasn’t that acquainted with WordPress back then. For me, a conventional person trained in architectural design patterns and best practices, WordPress seemed like an eccentric young hipster somewhere on the line between insane and genius at the same time. I had to spend a couple of months learning WordPress from the inside out.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<p>As his interest in WordPress grew, Mario stopped delivering other custom platforms, and converted clients to WordPress.&nbsp;</p>\n\n\n\n<h2><strong>European Community</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?fit=632%2C356&amp;ssl=1\" alt=\"Mario presenting to an audience\" class=\"wp-image-8546\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=2560&amp;ssl=1 2560w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2020/04/20191001_144227-scaled.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Mario presenting at a WordCamp</figcaption></figure>\n\n\n\n<p>For Mario, one of the key selling points of WordPress was the international openness. He had previously been involved with other open source communities, some of which were US-focused. He felt they were more reliant on meeting people in person. With events only taking place in the US, this made building relationships much harder for people living in other countries.</p>\n\n\n\n<p>While the WordPress project started out in the US, the WordPress community quickly globalized. Dozens of WordCamps and hundreds of Meetup events take place around the globe every year.&nbsp; All of these events bring a wide variety of people sharing their enthusiasm for WordPress together.</p>\n\n\n\n<p>For Mario, the birth of WordCamp Europe was something magical. The fact that hundreds, and later on thousands, of people from all over the world gathered around the topic of WordPress speaks for itself. Mario has been involved with organizing WordCamp Europe twice (in 2014 and 2015).&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“There’s nothing like meeting WordPress enthusiasts and professionals from more than 50 countries brainstorming and working together at a WordCamp. You simply have to be there to understand how powerful it all is.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Growing businesses and teams</strong></h2>\n\n\n\n<p>A key WordPress benefit is its popularity – an ever growing project currently powering <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">more than 35% of the Internet [2020].</a> It’s popular enough to be a de facto standard for websites, platforms, e-commerce and blogs.&nbsp;</p>\n\n\n\n<p>WordPress has a low barrier to entry. You can achieve a lot without being an expert, meaning most people can start gaining experience without having to spend years learning how to code. That also makes it easier to build businesses and teams.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“Being able to use a tool that is user-friendly, not overly complicated and easily extensible makes introducing it to team members faster and easier. It requires less time for adjustment, and as a result makes a team stronger and faster. The fact that this tool is cost-effective also allows more startups to enter the market. It requires&nbsp; less time and investments to launch an MVP. This boosts the entire ecosystem.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Helping Others</strong></h2>\n\n\n\n<p>Mario also introduced WordPress to children and young people. He taught them how to use WordPress as a tool for homework and class assignments. By using WordPress, they were able to learn the basics of designing themes, developing plugins, marketing statistics, social media, copywriting, and so much more. This approachable introduction to the software meant technical skills were not needed.</p>\n\n\n\n<p>He was also part of a team of volunteers who helped a group of young people living at a foster home struggling to provide for themselves. The team taught the basic digital literacy skills necessary in the modern workplace and potentially pay for their rent and basic needs. This included working with Microsoft Word, Excel and WordPress, as well as some basic design and marketing skills. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“When you look at that from another perspective, a platform that could save lives &#8211; literally &#8211; and change the world for better is worth contributing to, in any possible manner.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributing to the WordPress community</strong></h2>\n\n\n\n<p>From the core team to supporting and organizing WordCamps, Mario has long been an active contributor to the global WordPress project. He is passionate about the connections fostered by people who are involved in building both the WordPress software and the community around it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>“The WordPress community consists of people of all race and color, living all around the world, working as teachers, developers, bloggers, designers, business owners. Let’s work together to help each other. Let’s stick together and show&nbsp; the world WordPress can help make it a better place.”</em></p><cite>Mario Peshev</cite></blockquote>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>). Thank you to Mario Peshev (<a href=\'https://profiles.wordpress.org/nofearinc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nofearinc</a>) for sharing his #ContributorStory.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?w=632&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8536\";s: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:57:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/04/the-month-in-wordpress-march-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Apr 2020 12:01: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=8532\";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:363:\"The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly &#8211; a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, [&#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:8588:\"\n<p>The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly &#8211; a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, read on.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4 “Adderley”</h2>\n\n\n\n<p>WordPress 5.4 “Adderley” <a href=\"https://wordpress.org/news/2020/03/adderley/\">was released on March 31</a> and includes a robust list of new blocks, enhancements, and new features for both users and developers. The primary focus areas of this release included the block editor, privacy, accessibility, and developer improvements, with the full list of enhancements covered in <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">the 5.4 field guide</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Releases of Gutenberg 7.7 and 7.8</h2>\n\n\n\n<p>It’s been another busy month for Gutenberg, this time with the release of Gutenberg <a href=\"https://make.wordpress.org/core/2020/03/11/whats-new-in-gutenberg-11-march/\">7.7</a> and <a href=\"https://make.wordpress.org/core/2020/03/26/whats-new-in-gutenberg-25-march/\">7.8</a>. Gutenberg 7.7 introduced block patterns &#8211; predefined block layouts that are ready to use and tweak. This is an important step towards Full Site Editing, which is currently targeted for inclusion in WordPress 5.6. As a first iteration, you can pick and insert patterns from the Block Patterns UI, which has been added as a sidebar plugin.</p>\n\n\n\n<p>Gutenberg 7.7 also includes a refresh of the Block UI, which better responds to the ways users interact with the editor. For more information on the User UI and Block Patterns, read <a href=\"https://make.wordpress.org/themes/2020/03/18/block-based-themes-meeting-notes/\">this summary of the most recent Block-Based Themes meeting</a>. Gutenberg 7.8, introduced on March 25, further enhanced this Block UI redesign. Both releases also included a suite of improvements, bug fixes, new APIs, documentation, and more!</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordCamp cancellations and shift to online events</h2>\n\n\n\n<p>In early March, the Community team issued <a href=\"https://make.wordpress.org/community/2020/03/11/new-recommendations-for-event-organizers-in-light-of-covid-19/\">new recommendations for event organizers</a> in light of growing concerns around COVID-19. Following this guidance, and with COVID-19 declared a pandemic, WordPress community organizers reluctantly but responsibly <a href=\"https://make.wordpress.org/community/2020/03/12/latest-updates-on-changes-to-wordcamps/\">postponed or canceled their upcoming WordCamps</a> and meetups.</p>\n\n\n\n<p>As community events are an important part of the WordPress open-source project, the Community team made suggestions for <a href=\"https://make.wordpress.org/community/2020/03/20/taking-charity-hackathons-online/\">taking charity hackathons online</a>, <a href=\"https://make.wordpress.org/community/2020/03/24/community-events-in-the-time-of-covid-19/\">proposed interim adjustments</a> to existing community event guidelines, and provided <a href=\"https://make.wordpress.org/community/2020/03/13/online-conference-organizer-training/\">training for online conference organizing</a> with Crowdcast. The team is currently working on building a <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">Virtual Events Handbook</a> that will continue to support WordPress community organizers at this time.&nbsp;</p>\n\n\n\n<p>Want to get involved with the WordPress Community team, host your own virtual WordPress event, or help improve the documentation for all of this? Follow <a href=\"https://make.wordpress.org/community/\">the Community team blog</a>, learn more about <a href=\"https://make.wordpress.org/community/handbook/virtual-events/\">virtual events</a>, and join the #community-events channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Link your GitHub profile to WordPress.org</h2>\n\n\n\n<p>Last month, <a href=\"https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/\">an experimental feature</a> was added to Trac, WordPress Core’s bug-tracking system, to improve collaboration between Trac and GitHub. This month, to help make tracking contributions to the WordPress project across multiple locations easier, there is <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">a new option</a> to connect your GitHub account to your WordPress.org profile. This connection allows for more accurate acknowledgement and recognition of contributors. You can connect your GitHub account to your WordPress.org account by editing your WordPress.org profile.</p>\n\n\n\n<p>For more information and instructions on how to connect your accounts, <a href=\"https://make.wordpress.org/core/2020/03/19/associating-github-accounts-with-wordpress-org-profiles/\">read the announcement post</a>.</p>\n\n\n\n<h2>Modernizing WordPress coding standards</h2>\n\n\n\n<p>Defined coding standards is an important step in creating the consistent codebase needed to prepare for requiring PHP 7.x for WordPress Core. As such, <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">coding standards have been proposed</a> for implementation in WordPress Coding Standards 3.0.0. This includes new proposed standards for namespace declarations, import use statements, fully qualified names in inline code, traits and interfaces, type declarations, declare statements/strict typing, the ::class constant, operators, and more.&nbsp;</p>\n\n\n\n<p>Want to get involved or view the full list of currently proposed new coding standards? Visit and add your feedback to the post on <a href=\"https://make.wordpress.org/core/2020/03/20/updating-the-coding-standards-for-modern-php/\">updating the Coding standards for modern PHP</a> and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>On March 16, <a href=\"https://make.wordpress.org/core/2020/03/18/auto-updates-feature-meeting-summary-march-17th-2020/\">Version 0.3 of the auto-updates feature was released</a>, including fixes to a number of issues and the introduction of email notifications.&nbsp;</li><li>WordCamp US announced that <a href=\"https://2020.us.wordcamp.org/2020/03/26/wcus-is-happening/\">the 2020 event will happen</a>, one way or another. But the team need your help to make sure that it’s another fantastic event. <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Consider applying to be a speaker</a>!</li><li>Speaking of WordCamp US, <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">the Call for Cities for WCUS 2021/2022</a> is now open. If your community is interested in being a future WCUS host, <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">apply today</a>!</li><li>With COVID-19 preventing in-person community events, the Diverse Speaker Training (#wpdiversity) Group encourages you to <a href=\"https://make.wordpress.org/community/2020/03/17/covid-19-and-the-diverse-speaker-training-wpdiversity-group/\">host a virtual Diverse Speaker Workshop</a> to prepare speakers for when we are able to meet in person again. To get started, <a href=\"https://tiny.cc/wpdiversity\">visit this page</a>.&nbsp;</li><li>An <a href=\"https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/\">update for progress on 2020 goals</a> has been posted, sharing some more defined targets and schedule.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8532\";s: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:58:\"\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:28:\"WordPress 5.4 “Adderley”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/news/2020/03/adderley/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Mar 2020 19:04: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: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=8455\";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:255:\"Version 5.4 \"Adderley\" of WordPress is available for download or update in your WordPress dashboard. This version brings you more ways to make content come alive with your best images and helps make your vision real by putting blocks in the perfect place.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:45:\"https://s.w.org/images/core/5.4/textcolor.mp4\";s:6:\"length\";s:6:\"440616\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:52946:\"\n<p class=\"has-text-color has-very-dark-gray-color\">Here it is! Named “Adderley” in honor of Nat Adderley, the latest and greatest version of WordPress is available for&nbsp;<a href=\"https://wordpress.org/download/\">download</a>&nbsp;or update in your dashboard.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=632%2C632&#038;ssl=1\" alt=\"\" class=\"wp-image-8484\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=1536%2C1536&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?resize=2048%2C2048&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/03/5-4_album-cover.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#0400e0\"><div class=\"wp-block-cover__inner-container\">\n<p style=\"font-size:32px\" class=\"has-text-align-center\"><strong>Say hello to more and better.</strong></p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size\">More ways to make your pages come alive. With easier ways to get it all done and looking better than ever—and boosts in speed you can feel.</p>\n</div></div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-left\"><strong>Welcome to WordPress 5.4</strong></h2>\n\n\n\n<p style=\"font-size:15px\" class=\"has-text-align-left\"><strong>Every major release adds more to the block editor.</strong></p>\n\n\n\n<p style=\"font-size:18px\">More ways to make posts and pages come alive with your best images. More ways to bring your visitors in, and keep them engaged, with the richness of embedded media from the web’s top services.</p>\n\n\n\n<p style=\"font-size:18px\">More ways to make your vision real, and put blocks in the perfect place—even if a particular kind of block is new to you. More efficient processes.</p>\n\n\n\n<p style=\"font-size:18px\">And more speed everywhere, so as you build sections or galleries, or just type in a line of prose, you can feel how much faster your work flows.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=632%2C316&#038;ssl=1\" alt=\"\" class=\"wp-image-8480\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=300%2C150&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=768%2C384&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=2000&amp;ssl=1 2000w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2020/03/Squares.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<h3>Two new blocks. And better blocks overall.</h3>\n\n\n\n<ul><li>Two brand-new blocks: Social Icons and Buttons make adding interactive features fast and easy.</li><li>New ways with color: Gradients in the Buttons and Cover block, toolbar access to color options in Rich Text blocks, and for the first time, color options in the Group and Columns blocks.</li><li>Guess a whole lot less! Version 5.4 streamlines the whole process for placing and replacing multimedia in every block. Now it works the same way in almost every block!</li><li>And if you’ve ever thought your image in the Media+Text block should link to something else—perhaps a picture of a brochure should download that brochure as a document? Well, now it can.</li></ul>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.4/textcolor.mp4\"></video></figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Cleaner UI, clearer navigation—and easier tabbing!</h3>\n\n\n\n<ul><li>Clearer block navigation with block breadcrumbs. And easier selection once you get there.</li><li>For when you need to navigate with the keyboard, better tabbing and focus. Plus, you can tab over to the sidebar of nearly any block.</li><li>Speed! 14% faster loading of the editor, 51% faster time-to-type!</li><li>Tips are gone. In their place, a Welcome Guide window you can bring up when you need it—and only when you need it—again and again.</li><li>Know at a glance whether you’re in a block’s Edit or Navigation mode. Or, if you have restricted vision, your screen reader will tell you which mode you’re in.</li></ul>\n\n\n\n<p style=\"background-color:#f8f8f9\" class=\"has-background\">Of course, if you want to work with the very latest tools and features, <strong><a href=\"https://wordpress.org/plugins/gutenberg/\">install the Gutenberg plugin</a></strong>. You’ll get to be the first to use new and exciting features in the block editor before anyone else has seen them!</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=632%2C316&#038;ssl=1\" alt=\"\" class=\"wp-image-8481\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=300%2C150&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=768%2C384&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=2000&amp;ssl=1 2000w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2020/03/Rectangles-and-circles.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<h3>Your fundamental right: privacy</h3>\n\n\n\n<p>5.4 helps with a variety of privacy issues around the world. So when users and stakeholders ask about regulatory compliance, or how your team handles user data, the answers should be a lot easier to get right.</p>\n\n\n\n<p>Take a look:</p>\n\n\n\n<ul><li>Now personal data exports include users session information and users location data from the community events widget. Plus, a table of contents!</li><li>See progress as you process export and erasure requests through the privacy tools.</li><li>Plus, little enhancements throughout give the privacy tools a little cleaner look. Your eyes will thank you!</li></ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=632%2C316&#038;ssl=1\" alt=\"\" class=\"wp-image-8482\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=1024%2C512&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=300%2C150&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=768%2C384&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?resize=1536%2C768&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=2000&amp;ssl=1 2000w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2020/03/Mixed.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>Just for developers</strong></h2>\n\n\n\n<h3>Add custom fields to menu items—natively</h3>\n\n\n\n<p>Two new actions let you add custom fields to menu items—without a plugin and without writing custom walkers.</p>\n\n\n\n<p>On the Menus admin screen, <code>wp_nav_menu_item_custom_fields</code> fires just before the move buttons of a nav menu item in the menu editor.</p>\n\n\n\n<p>In the Customizer, <code>wp_nav_menu_item_custom_fields_customize_template</code> fires at the end of the menu-items form-fields template.</p>\n\n\n\n<p>Check your code and see where these new actions can replace your custom code, and if you’re concerned about duplication, add a check for the WordPress version.</p>\n\n\n\n<h3>Blocks! Simpler styling, new APIs and embeds</h3>\n\n\n\n<ul><li>Radically simpler block styling. Negative margins and default padding are gone! Now you can style blocks the way you need them. And, a refactor got rid of four redundant wrapper divs.</li><li>If you build plugins, now you can register collections of your blocks by namespace across categories—a great way to get more brand visibility.</li><li>Let users do more with two new APIs: block variations and gradients.</li><li>In embeds, now the block editor supports TikTok—and CollegeHumor is gone.</li></ul>\n\n\n\n<p style=\"background-color:#f8f8f9\" class=\"has-background\">There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your sites, themes, plugins and more, check the <strong><a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a></strong>.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2><strong>The Squad</strong></h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"http://ma.tt/\">Matt Mullenweg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a>, and&nbsp;<a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. They were enthusiastically supported by a release squad:</p>\n\n\n\n<ul><li><strong>Editor Tech</strong>: Jorge Filipe Costa (<strong><a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">@jorgefelipecosta</a></strong>)</li><li><strong>Editor Design</strong>: Mark Uraine (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/mapk/\"><strong>@mapk</strong></a>)</li><li><strong>Core Tech</strong>: Sergey Biryukov (<a href=\"https://profiles.wordpress.org/sergeybiryukov/\"><strong>@sergeybiryukov</strong></a>)</li><li><strong>Design</strong>: Tammie Lister (<strong><a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a></strong>)</li><li><strong>Docs Coordinator</strong>:&nbsp;JB Audras (<a href=\"https://profiles.wordpress.org/audrasjb/\"><strong>@audrasjb</strong></a>)</li><li><strong>Docs &amp; Comms Wrangler</strong>: Mary Baum (<strong><a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a></strong>)</li></ul>\n\n\n\n<p>The squad was joined throughout the release cycle by <strong>552 generous volunteer contributors</strong> who collectively worked on <strong><a href=\"https://core.trac.wordpress.org/milestone/5.4\">361</a> tickets on Trac</strong> and <strong>1226 pull requests on GitHub</strong>.</p>\n\n\n\n<p>Put on a Nat Adderley playlist, click that update button (or&nbsp;<a href=\"https://wordpress.org/download/\">download it directly</a>), and check the profiles of the fine folks that helped:</p>\n\n\n<a href=\"https://profiles.wordpress.org/0v3rth3d4wn/\">0v3rth3d4wn</a>, <a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb/\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamboro/\">adamboro</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adnanlimdi/\">adnan.limdi</a>, <a href=\"https://profiles.wordpress.org/shaikhaezaz80/\">Aezaz Shaikh</a>, <a href=\"https://profiles.wordpress.org/aftabmuni/\">Aftab Ali Muni</a>, <a href=\"https://profiles.wordpress.org/akibjorklund/\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/smallprogrammers/\">Akib</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/akshayar/\">akshayar</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexholsgrove/\">AlexHolsgrove</a>, <a href=\"https://profiles.wordpress.org/alexischenal/\">alexischenal</a>, <a href=\"https://profiles.wordpress.org/alextran/\">alextran</a>, <a href=\"https://profiles.wordpress.org/alishankhan/\">alishankhan</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alpipego/\">alpipego</a>, <a href=\"https://profiles.wordpress.org/amirs17/\">Amir Seljubac</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/agawish/\">Amr Gawish</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andr&#233;s</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini</a>, <a href=\"https://profiles.wordpress.org/andreaitm/\">andreaitm</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</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/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/eatingrules/\">Andrew Wilder</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/apieschel/\">apieschel</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/arenddeboer/\">arenddeboer</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/ashokrd2013/\">ashokrd2013</a>, <a href=\"https://profiles.wordpress.org/ataurr/\">Ataur R</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/autotutorial/\">autotutorial</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/bahia0019/\">bahia0019</a>, <a href=\"https://profiles.wordpress.org/b-07/\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bengreeley/\">ben.greeley</a>, <a href=\"https://profiles.wordpress.org/benedictsinger/\">benedictsinger</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/bibliofille/\">bibliofille</a>, <a href=\"https://profiles.wordpress.org/bilgilabs/\">bilgilabs</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/skypressatx/\">BMO</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bwmarkle/\">Brad Markle</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">Chetan Satasiya</a>, <a href=\"https://profiles.wordpress.org/chinteshprajapati/\">Chintesh Prajapati</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cklosows/\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/eclare/\">Chris Trynkiewicz (Sukces Strony)</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/pixelverbieger/\">Christian Sabo</a>, <a href=\"https://profiles.wordpress.org/christianamohr/\">Christiana Mohr</a>, <a href=\"https://profiles.wordpress.org/clayisland/\">clayisland</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/crdunst/\">crdunst</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">Damián Suárez</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniloercoli/\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/darrenlambert/\">darrenlambert</a>, <a href=\"https://profiles.wordpress.org/davidshq/\">Dave Mackey</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a>, <a href=\"https://profiles.wordpress.org/daveslaughter/\">daveslaughter</a>, <a href=\"https://profiles.wordpress.org/davewp196/\">DaveWP196</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/superdav42/\">David Stone</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhurlburtusa/\">dhurlburtusa</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</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/djp424/\">djp424</a>, <a href=\"https://profiles.wordpress.org/dominic_ks/\">dominic_ks</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dotancohen/\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dphiffer/\">dphiffer</a>, <a href=\"https://profiles.wordpress.org/dragosh635/\">dragosh635</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/disillusia/\">edmundcwm</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/aliveic/\">Emil E</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/equin0x80/\">equin0x80</a>, <a href=\"https://profiles.wordpress.org/erikkroes/\">erikkroes</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/fahimmurshed/\">Fahim Murshed</a>, <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/felipeloureirosantos/\">Felipe Santos</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fernandovbsouza/\">Fernando Souza</a>, <a href=\"https://profiles.wordpress.org/fervillz/\">fervillz</a>, <a href=\"https://profiles.wordpress.org/fgiannar/\">fgiannar</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fotisps/\">Fotis Pastrakis</a>, <a href=\"https://profiles.wordpress.org/efarem/\">Frank Martin</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</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/guddu1315/\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/glebkema/\">Gleb Kemarsky</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gh640/\">Goto Hayato</a>, <a href=\"https://profiles.wordpress.org/grafruessel/\">grafruessel</a>, <a href=\"https://profiles.wordpress.org/gregrickaby/\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hamedmoodi/\">hamedmoodi</a>, <a href=\"https://profiles.wordpress.org/hampzter/\">hAmpzter</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/harry-milatz/\">Harry Milatz</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helgatheviking/\">helgatheviking</a>, <a href=\"https://profiles.wordpress.org/henryholtgeerts/\">Henry Holtgeerts</a>, <a href=\"https://profiles.wordpress.org/imani3011/\">Himani Lotia</a>, <a href=\"https://profiles.wordpress.org/krynes/\">Hubert Kubiak</a>, <a href=\"https://profiles.wordpress.org/i3anaan/\">i3anaan</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/ideaboxcreations/\">IdeaBox Creations</a>, <a href=\"https://profiles.wordpress.org/shaampk1/\">Ihtisham Zahoor</a>, <a href=\"https://profiles.wordpress.org/intimez/\">intimez</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jbinda/\">Jakub Binda</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/jaydeep23290/\">jaydeep23290</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">jdy68</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jean-david/\">Jean-David Daviet</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/phpbits/\">Jeffrey Carandang</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jenilk/\">Jenil Kanani</a>, <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a>, <a href=\"https://profiles.wordpress.org/jepperask/\">jepperask</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">Jerry Jones</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/jon81/\">Jon</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Jon Quach</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jg-visual/\">Jonathan Goldford</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joonasvanhatapio/\">Joonas Vanhatapio</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jqz/\">jqz</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/derweili/\">Julian Weiland</a>, <a href=\"https://profiles.wordpress.org/juliankimmig/\">julian.kimmig</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/nukaga/\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/jurgen/\">jurgen</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kaggdesign/\">kaggdesign</a>, <a href=\"https://profiles.wordpress.org/kalpshit/\">KalpShit Akabari</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kennithnichol/\">Kennith Nichol</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/khushbu19/\">Khushbu Modi</a>, <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a>, <a href=\"https://profiles.wordpress.org/kinjaldalwadi/\">kinjaldalwadi</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/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/kkarpieszuk/\">kkarpieszuk</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kokkieh/\">KokkieH</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/klopez8/\">Krystyna</a>, <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a>, <a href=\"https://profiles.wordpress.org/wpkuf/\">kuflievskiy</a>, <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/leandroalonso/\">leandroalonso</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/lgrev01/\">lgrev01</a>, <a href=\"https://profiles.wordpress.org/linuxologos/\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lorenzof/\">Lorenzo Fracassi</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/luisrivera/\">luisrivera</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/ljasinskipl/\">Lukasz Jasinski</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/wodarekly/\">Lydia Wodarek</a>, <a href=\"https://profiles.wordpress.org/vinoth06/\">M A Vinoth Kumar</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcio-zebedeu/\">Marcio Zebedeu</a>, <a href=\"https://profiles.wordpress.org/marcoz/\">MarcoZ</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/marius84/\">Marius84</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mmarzeotti/\">Mark Marzeotti</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/hinjiriyo/\">Martin Stehle</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/matstars/\">Mat Gargano</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/veraxus/\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/mattnyeus/\">mattcursor</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">Matthew Kevins</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/mbrailer/\">mbrailer</a>, <a href=\"https://profiles.wordpress.org/mehidi258/\">Mehidi Hassan</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelecklund/\">Michael Ecklund</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">Michael Panaga</a>, <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle Schulp</a>, <a href=\"https://profiles.wordpress.org/mickaelperrin/\">mickaelperrin</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikejdent/\">mikejdent</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/iihglobal/\">Milan Patel</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a>, <a href=\"https://profiles.wordpress.org/mircoraffinetti/\">mircoraffinetti</a>, <a href=\"https://profiles.wordpress.org/mjnewman/\">mjnewman</a>, <a href=\"https://profiles.wordpress.org/mlbrgl/\">mlbrgl</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mppfeiffer/\">mppfeiffer</a>, <a href=\"https://profiles.wordpress.org/mryoga/\">mryoga</a>, <a href=\"https://profiles.wordpress.org/musamamasood/\">Muhammad Usama Masood</a>, <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nagoke/\">nagoke</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/finchps/\">Nate Finch</a>, <a href=\"https://profiles.wordpress.org/mukto90/\">Nazmul Ahsan</a>, <a href=\"https://profiles.wordpress.org/nekomajin/\">nekomajin</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nsundberg/\">Nicklas Sundberg</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/vadimnicolai/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nicole2292/\">nicole2292</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikhilgupte/\">nikhilgupte</a>, <a href=\"https://profiles.wordpress.org/nilamacharya/\">nilamacharya</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/nsubugak/\">nsubugak</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oldenburg/\">oldenburg</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/ottok/\">Otto Kek&#228;l&#228;inen</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/iaaxpage/\">page-carbajal</a>, <a href=\"https://profiles.wordpress.org/pagewidth/\">pagewidth</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/rixeo/\">Paul Kevin</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/pcarvalho/\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/perrywagle/\">perrywagle</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pierrelannoy/\">Pierre Lannoy</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/prashantvatsh/\">Prashant Singh</a>, <a href=\"https://profiles.wordpress.org/pratik-jain/\">Pratik Jain</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/priyankabehera155/\">Priyanka Behera</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/raamdev/\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/bamadesigner/\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ragnarokatz/\">ragnarokatz</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raoulunger/\">raoulunger</a>, <a href=\"https://profiles.wordpress.org/razamalik/\">razamalik</a>, <a href=\"https://profiles.wordpress.org/remcotolsma/\">Remco Tolsma</a>, <a href=\"https://profiles.wordpress.org/rephotsirch/\">rephotsirch</a>, <a href=\"https://profiles.wordpress.org/rheinardkorf/\">rheinardkorf</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/rimadoshi/\">rimadoshi</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rcutmore/\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">Rob Migchels</a>, <a href=\"https://profiles.wordpress.org/rob006/\">rob006</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rconde/\">Roi Conde</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/kingkool68/\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/rryyaanndd/\">Ryan</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">S&#248;ren Br&#248;nsted</a>, <a href=\"https://profiles.wordpress.org/sablednah/\">sablednah</a>, <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/zanderz/\">Sander</a>, <a href=\"https://profiles.wordpress.org/santilinwp/\">santilinwp</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a>, <a href=\"https://profiles.wordpress.org/tivus/\">Schuhwerk</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/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</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/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sgoen/\">sgoen</a>, <a href=\"https://profiles.wordpress.org/shahariaazam/\">Shaharia Azam</a>, <a href=\"https://profiles.wordpress.org/cafenoirdesign/\">Shannon Smith</a>, <a href=\"https://profiles.wordpress.org/shariqkhan2012/\">shariqkhan2012</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/sheparddw/\">sheparddw</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shizumi/\">Shizumi Yoshiaki</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/skorasaurus/\">skorasaurus</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spenserhale/\">spenserhale</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/squarecandy/\">squarecandy</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/starvoters1/\">starvoters1</a>, <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/steffanhalv/\">steffanhalv</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stiofansisland/\">Stiofan</a>, <a href=\"https://profiles.wordpress.org/matthias-reuter/\">straightvisions GmbH</a>, <a href=\"https://profiles.wordpress.org/stroona/\">stroona.com</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/takeshifurusato/\">Takeshi Furusato</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tbschen/\">TBschen</a>, <a href=\"https://profiles.wordpress.org/tdlewis77/\">tdlewis77</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thamaraiselvam/\">Thamaraiselvam</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/themezee/\">ThemeZee</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmanoilov/\">tmanoilov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tomgreer/\">Tom Greer</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tommix/\">tommix</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, <a href=\"https://profiles.wordpress.org/tristangemus/\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/tristanleboss/\">tristanleboss</a>, <a href=\"https://profiles.wordpress.org/tsuyoring/\">tsuyoring</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/varunshanbhag/\">Varun Shanbhag</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vsamoletov/\">Vlad. S.</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</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/\">William Patton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, <a href=\"https://profiles.wordpress.org/alexandreb3/\">WPMarmite</a>, <a href=\"https://profiles.wordpress.org/wptoolsdev/\">wptoolsdev</a>, <a href=\"https://profiles.wordpress.org/xedinunknown-1/\">xedinunknown-1</a>, <a href=\"https://profiles.wordpress.org/yale01/\">yale01</a>, <a href=\"https://profiles.wordpress.org/collet/\">Yannicki</a>, <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</a>, <a href=\"https://profiles.wordpress.org/yordansoares/\">Yordan Soares</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/zachflauaus/\">zachflauaus</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zaffarn/\">Zee</a>, and <a href=\"https://profiles.wordpress.org/zsusag/\">zsusag</a>.\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the&nbsp;<a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.4. Their efforts bring WordPress fully translated to&nbsp;46 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to learn more about volunteering with WordPress, check out&nbsp;<a href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8455\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 Mar 2020 00:47:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=8451\";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:379:\"The fifth release candidate for WordPress 5.4 is live! WordPress 5.4 is currently scheduled to land on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! You can test the WordPress 5.4 release candidate in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option) [&#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:\"David Baumwald\";s: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:2181:\"\n<p><br>The fifth release candidate for WordPress 5.4 is live!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to land on&nbsp;<strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.4 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (choose the “bleeding edge nightlies” option)</li><li>Or <a href=\"https://wordpress.org/wordpress-5.4-RC5.zip\">download the release candidate here</a> (zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. The priority in testing is compatibility. If you find issues, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;so we can figure them out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a>&nbsp;is also out! It’s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language besides English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</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:\"8451\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Mar 2020 22:00:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=8444\";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:388:\"The fourth release candidate for WordPress 5.4 is live! WordPress 5.4 is currently scheduled to land on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! You can test the WordPress 5.4 release candidate in two ways: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge nightlies” option) [&#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:16:\"Francesca Marano\";s: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:2395:\"\n<p>The fourth release candidate for WordPress 5.4 is live!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to land on&nbsp;<strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.4 release candidate in two ways:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.4-RC4.zip\">download the release candidate here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>RC4 commits the new <a href=\"https://core.trac.wordpress.org/ticket/49295\">About page</a> and&nbsp;<a href=\"https://core.trac.wordpress.org/ticket/49688\">updates the editor packages</a>.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. The priority in testing is compatibility. If you find issues, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;so we can figure them out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a>&nbsp;is also out! It&#8217;s your source for details on all the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language besides English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</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:\"8444\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Mar 2020 21:24:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=8432\";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:384:\"The third release candidate for WordPress 5.4 is now available! WordPress 5.4 is currently scheduled to be released on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! There are two ways to test the WordPress 5.4 release candidate: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge [&#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:\"David Baumwald\";s: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:4104:\"\n<p>The third release candidate for WordPress 5.4 is now available!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to be released on&nbsp;<strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.4 release candidate:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.4-RC3.zip\">download the release candidate here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>RC3 addresses improvements to the new About page and&nbsp;<a href=\"https://core.trac.wordpress.org/query?id=49657%2C49621%2C48164%2C49577%2C47053%2C48303%2C49374%2C49619&amp;milestone=5.4&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">8 fixes</a>&nbsp;for the following bugs and regressions:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/ticket/49657\"></a><a href=\"https://core.trac.wordpress.org/ticket/49657\">49657</a> &#8211; <a href=\"https://core.trac.wordpress.org/ticket/49657\">Block Editor: Update WordPress Packages WordPress 5.4 RC 3</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49621\"></a><a href=\"https://core.trac.wordpress.org/ticket/49621\">49621</a> &#8211; <a href=\"https://core.trac.wordpress.org/ticket/49621\">Travis: Download Chromium for E2E Tests Only</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49164\"></a><a href=\"https://core.trac.wordpress.org/ticket/48164\">48164</a> &#8211; <a href=\"https://core.trac.wordpress.org/ticket/48164\">media_sideload_image Should Store Original URL and Optionally Check for Dupes</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49577\">49577 &#8211; Site Health Status Dashboard Provides Incorrect Items Count on Initial Load</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/47053\">47053 &#8211; Accessibility: Need to set proper &#8216;tabindex&#8217; in &#8216;Skip To Toolbar&#8217; HTML</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/48303\">48303 &#8211; Docblock Improvements for 5.4</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49374\">49374 &#8211; Use get_post_states to Denote Special Pages on the Added Menu Item Accordions</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49619\">49619 &#8211; Use &lt;hr /&gt; Instead of Margin on Freedoms Page</a></li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;so we can figure those out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a>&nbsp;has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</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:\"8432\";s: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:60:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Mar 2020 21:40: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: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=8422\";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:385:\"The second release candidate for WordPress 5.4 is now available! WordPress 5.4 is currently scheduled to be released on&#160;March 31 2020, and we need&#160;your&#160;help to get there—if you haven’t tried 5.4 yet, now is the time! There are two ways to test the WordPress 5.4 release candidate: Try the&#160;WordPress Beta Tester&#160;plugin (choose the “bleeding edge [&#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:16:\"Francesca Marano\";s: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:3311:\"\n<p>The second release candidate for WordPress 5.4 is now available!</p>\n\n\n\n<p>WordPress 5.4 is currently scheduled to be released on&nbsp;<strong><a href=\"https://make.wordpress.org/core/5-4/\">March 31 2020</a></strong>, and we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 5.4 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.4 release candidate:</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a>&nbsp;plugin (choose the “bleeding edge nightlies” option)</li><li>Or&nbsp;<a href=\"https://wordpress.org/wordpress-5.4-RC2.zip\">download the release candidate here</a>&nbsp;(zip).</li></ul>\n\n\n\n<p>For details about what to expect in WordPress 5.4, please see the&nbsp;<a href=\"https://wordpress.org/news/2020/03/wordpress-5-4-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>RC2 addresses improvements to the new About page and <a href=\"https://core.trac.wordpress.org/query?id=49611%2C49318%2C49295%2C49585%2C49568%2C49549&amp;milestone=5.4&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">5 fixes</a> for the following bugs and regressions:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/ticket/49611\">49611</a> &#8211; Block Editor: Update WordPress Packages WordPress 5.4 RC 2</li><li><a href=\"https://core.trac.wordpress.org/ticket/49318\">49318</a> &#8211; Bundled Themes: Twenty Twenty content font CSS selector is too important</li><li><a href=\"https://core.trac.wordpress.org/ticket/49585\">49585</a> &#8211; REST API: Fix typo in disable-custom-gradients theme feature description</li><li><a href=\"https://core.trac.wordpress.org/ticket/49568\">49568</a> &#8211; Block Editor: Fix visual regression in editor&#8217;s color picker</li><li><a href=\"https://core.trac.wordpress.org/ticket/49549\">49549</a> &#8211; Bundled Themes: Calendar widget CSS fixes on various Bundled themes</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.4 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the readme to 5.4. If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;so we can figure those out before the final release.</p>\n\n\n\n<p>The&nbsp;<a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">WordPress 5.4 Field Guide</a>&nbsp;has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</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:\"8422\";s: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:79:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"People of WordPress: Mary Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Mar 2020 16:30: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=8406\";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:189:\"In the March edition of our \"People of WordPress\" series, you\'ll find out how Mary Job grew from a timid, curious cat into a public speaker and organizer of WordPress Meetups and WordCamps.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Yvette Sonneveld\";s: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:9720:\"\n<p><em>You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.&nbsp;</em></p>\n\n\n\n<h2>How it all began</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=632%2C844&#038;ssl=1\" alt=\"Mary Job at WordCamp Kampala 2020\" class=\"wp-image-8410\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=767%2C1024&amp;ssl=1 767w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?resize=768%2C1025&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/02/At-WordCamp-Kampala-2020.jpeg?w=809&amp;ssl=1 809w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Mary Job at WordCamp Kampala 2020</figcaption></figure>\n\n\n\n<p>Mary remembers when cybercafés started trending in Nigeria. She had just finished high school and was awaiting her results for admission to university. She spent all of her time (10 hours a day) and all of her pocket money buying bulk time online at cafes. All the way through university that was true, until in 2008 she graduated with a degree in philosophy and bought her own computer and modem.</p>\n\n\n\n<p>She started blogging in 2009. Initially, she tried out Blogger, Hubpages, and WordPress—but found WordPress too complicated.&nbsp;</p>\n\n\n\n<h2>Growing up as a timid but curious cat</h2>\n\n\n\n<p>Mary is one of four kids, and the only girl among her siblings. Throughout her childhood she felt shy, even though others didn’t always see her that way. </p>\n\n\n\n<p>When she first started her personal blog, it was mostly an opportunity for her to speak her mind where she was comfortable. Blogging gave her a medium to express her thoughts and with every new post she became a better writer.</p>\n\n\n\n<h2>Rediscovering WordPress</h2>\n\n\n\n<p>After completing a postgraduate diploma in mass communication, Mary started a Masters degree in Information Management. This required a three month internship. She decided to volunteer in Ghana in 2015 at the headquarters of the Salesians of Don Bosco in West Africa (SDBAFW<strong>)</strong> where her uncle was based.</p>\n\n\n\n<p>While she was there, her uncle asked Mary why she was not blogging on WordPress, which also happened to be the software the organisation used. She explained how difficult and complicated it was so he shared a group of beginner-level tutorial videos with her.</p>\n\n\n\n<p>After two weeks of watching those videos, she started to realize she could have a full-time career doing this. So she immediately joined a number of online training groups so she could learn everything.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I saw a lot of people earning an income from things I knew and did for the fun of it. I found myself asking why I had not turned my passion into a business.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>Not long after that, she was contacted by a website editor who was impressed by her blog. With the information available online for WordPress, she was able to learn everything she needed to improve and redesign a site for what turned into her first client.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8412\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?w=512&amp;ssl=1 512w, https://i1.wp.com/wordpress.org/news/files/2020/03/my-home-office-in-2016.jpeg?resize=300%2C169&amp;ssl=1 300w\" sizes=\"(max-width: 512px) 100vw, 512px\" data-recalc-dims=\"1\" /><figcaption>Mary&#8217;s home office in 2016</figcaption></figure>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I visited the <a href=\"https://wordpress.org/showcase/\">WordPress.org showcase</a> and was wowed with all the good things I could do with WordPress.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>In 2016 after a year of deep WordPress learning, she had fallen in love with the CMS and wanted to give back to the <a href=\"https://make.wordpress.org/\">WordPress open source project</a>.&nbsp;</p>\n\n\n\n<p>She volunteered to help the Community team. And when she moved to Lagos later that year, she discovered there was an active WordPress Meetup community. This started her journey toward becoming a WordPress Meetup Co-organizer and a Global Community Team Deputy.</p>\n\n\n\n<p>Today the Nigerian WordPress community continues to grow, as has the <a href=\"https://www.meetup.com/Lagos-WordPress-Meetup-Group\">Lagos WordPress Meetup</a> group. The first Nigerian WordCamp took place in Lagos in 2018 and a <a href=\"https://2020.lagos.wordcamp.org/\">2020 event is being planned</a>. A local WordPress community also developed in Mary’s hometown in Ijebu.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>I have made great friends and met co-organizers in the community who are dedicated to building and sharing their WordPress knowledge with the community like I am.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<h2>What did Mary gain from using and contributing to WordPress?</h2>\n\n\n\n<ul><li>She <strong>overcame her stage fright</strong> by getting up in front of an audience at her local Meetup to introduce speakers and to talk about the WordPress community.&nbsp;</li><li>She <strong>attended her first of many African WordCamps </strong>in Cape Town, South Africa. Coincidentally this was also her first time outside West Africa. Before that, she had not been in an aircraft for more than one hour.</li><li>She <strong>earned money</strong> from WordPress web design projects to sustain her during her learning period. Mary continues to use WordPress in her work and says she is still learning every day!</li><li>She got to <strong>jump off</strong> Signal Hill in Cape Town when visiting a WordCamp!&nbsp;</li></ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?fit=632%2C422&amp;ssl=1\" alt=\"\" class=\"wp-image-8413\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?w=1683&amp;ssl=1 1683w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=768%2C512&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2020/03/Moderating-a-Panel-at-WCLOS2019.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Mary moderating a panel at WordCamp Lagos in 2019</figcaption></figure>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Essentially, the community has taught me to be a better communicator, and a better person. I’ve made friends across the world that have become like a family to me.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<p>She now runs a village hub in Ijebu,&nbsp; where she teaches girls digital skills and WordPress as a way of giving back to her town.</p>\n\n\n\n<p>Since she started on this journey, Mary has gotten a fulltime job supporting a WordPress plugin. She’s also become a Community Team Rep and continues to build and foster communities.</p>\n\n\n\n<h2>Mary’s advice to others</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Always seek to understand the basics of whatever knowledge you seek. Never jump in too fast, wanting to spiral to the top while ignoring the learning curve. You will likely crash down effortlessly if you do so, and would have learned nothing.</em></p><cite>Mary Job</cite></blockquote>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\"https://profiles.wordpress.org/wpfiddlybits/\">@wpfiddlybits</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">@yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>). Thank you to Mary Job (<a href=\"https://profiles.wordpress.org/mariaojob/\">@maryojob</a>) for sharing her #ContributorStory.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?w=632&#038;ssl=1\" alt=\"\" class=\"wp-image-8409\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p><em>This post is based on </em><a href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\"><em>an article originally published on HeroPress.com</em></a><em>, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"18\";s: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:\"8406\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 09 May 2020 08:52:29 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 04 May 2020 22:49:47 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20200427075428\";}', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(14689, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1589057549', 'no'),
(14690, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1589014349', 'no'),
(14691, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1589057550', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(14692, '_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:132:\"WPTavern: WordCamp Spain 2020 Q&amp;A: Matt Mullenweg Discusses Virtual Events, Decoupled WordPress, and the Future of Page Builders\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99452\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:293:\"https://wptavern.com/wordcamp-spain-2020-qa-matt-mullenweg-discusses-virtual-events-decoupled-wordpress-and-the-future-of-page-builders?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-spain-2020-qa-matt-mullenweg-discusses-virtual-events-decoupled-wordpress-and-the-future-of-page-builders\";s: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:6424:\"<p>Matt Mullenweg joined Mat&iacute;as Ventura at WordCamp Spain yesterday for a lively Q&amp;A session. The virtual event drew 5,000 registered users, and attendees came prepared with some thought-provoking questions about the future of WordPress. Here are a few highlights on some recent topics of interest.</p>\n\n\n\n<p>WordCamps around the globe have been going virtual, embracing the challenge of keeping communities connected through the screen. Mullenweg shared thoughts on how WordCamps have changed during the pandemic and what might be worthwhile to maintain after things go back to normal:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>WordCamps were always exclusionary. If you couldn&rsquo;t make it to be in a physical point at a physical time, you couldn&rsquo;t be there. Tickets were cheap but travel and other costs could be expensive. To our mission of democratizing publishing, if we could radically open up some of the value of WordCamps, not just the talks because the talks you could always watch later online, but some of that person-to-person connection and relationship-building that would happen at WordCamps &ndash; if we can recreate that online I feel like that could be something that would be amazing for the WordPress community.  I feel like we used our in-person events as a crutch, actually. Because they were so good, and I love them, we overweighted towards them. This time allows us to reflect and also try new things that we might not have been pushed to otherwise. I hope that we don&rsquo;t stop any of these new things. I hope there are more WordCamp events in every language.</p></blockquote>\n\n\n\n<p>Large regional events like WordCamp Europe and WordCamp US will be going virtual in the coming months and it will be interesting to see how they work to reproduce the intimate, in-person connections that are often forged at these events. </p>\n\n\n\n<p>One of the first questions was regarding <a href=\"https://wptavern.com/frontity-raises-e1m-with-automattic-and-k-fund\">Automattic&rsquo;s recent investment in Frontity</a>.  Does Automattic&rsquo;s interest mean that React might be implemented in the public part of WordPress? Mullenweg highlighted a few of the positive and negative aspects of decoupled WordPress setups but also confirmed that a React frontend is not on the roadmap for core:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I&rsquo;m excited to be able to support Frontity. Automattic tries to support as many of the WordPress ecosystem companies as possible. If there is a company doing something interesting in WordPress, we would love to invest and support it. In terms of a React theme in default WordPress, I think that to me that stays in plugin and theme territory for the foreseeable future. The downside of that approach is that you lose all the capabilities of the decades of WordPress plugins and themes and integrations and everything when you move to that more decoupled React frontend. I don&rsquo;t know if what you gain is that much better for a normal content website. In fact, so many single page applications in React when they get to version 2 or 3 usually work on server side rendering. We have server side rendering by default, and it&rsquo;s really fast and really good, especially when you layer in AMP or some other things that can speed it up. It can actually be probably the best possible thing for content driven sites, the best practice, versus application driven sites where something like React might be better. If you take a really optimized PHP-served AMP page, performance-wise versus the same thing going through React, it&rsquo;s hard for me to imagine the React page being faster. In fact, I think it would be much slower. That&rsquo;s how I think about the defaults. But for people who are building more advanced applications or have some sort of constraint on their website where they need the React frontend, I think the decoupled use case of WordPress is stronger than ever. I don&rsquo;t know why anyone would use a proprietary backend, like Contentful or something like that, when you have all the open source security, scalability, and robustness of WordPress available in a decoupled infrastructure as well.</p></blockquote>\n\n\n\n<p>Ventura noted that just because WordPress uses these technologies in the backend, doesn&rsquo;t mean it has to be used on the frontend as well. Based on these comments, it doesn&rsquo;t seem likely that WordPress will be adopting a React-based default theme anytime in the near future.</p>\n\n\n\n<p>The fate of page builders in the Gutenberg era is always a popular topic during Q&amp;A sessions and WordCamp Spain was no exception. The general concern is whether Gutenberg&rsquo;s full site editing capabilities will make these plugins obsolete, but Mullenweg seemed optimistic about WordPress leaving page builders a piece of the market:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I&rsquo;m really excited for the future of page builders. Before every single page builder would have to do a fair amount of work to recreate their version of blocks. There was a lot of wasted effort with many talented and great developers all over the world essentially rebuilding the wheel or recreating the block over and over. Now that we have these rails in the core of this block infrastructure, it&rsquo;s been widely adopted and implemented with thousands of blocks being created and many more to come, they don&rsquo;t have to create that core fundamental infrastructure and can instead innovate on top of it, because there are so many cool things you can do in page builders that are out of scope of where we want to take Gutenberg.</p></blockquote>\n\n\n\n<p>Mullenweg also said he anticipates that page builders that are not built with Gutenberg in mind will likely be used less and less over time. However, it should be reassuring that there will still be a place in the WordPress ecosystem for products that build on top of the core standard.</p>\n\n\n\n<p>The Q&amp;A session included many more questions on topics of interest, including when multi-language is coming to core, the future of themes, the present and future of the WP REST API, and what new business options may be coming to the WordPress ecosystem. Check out the recorded session embedded below to find out what Matt and Mat&iacute;as would improve in WordPress if they had a magic wand. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 May 2020 22:41:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:51:\"WPTavern: Drag and Drop Nav Menu Items in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99477\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://wptavern.com/drag-and-drop-nav-menu-items-in-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=drag-and-drop-nav-menu-items-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2941:\"<p class=\"has-drop-cap\">Earlier this week, Sajjad Hossain Sagor released the first version of his <a href=\"https://wordpress.org/plugins/drag-drop-menu-items/\">Drag &amp; Drop Menu Items</a> plugin in the WordPress plugin repository. The plugin is a one-off, single-use plugin that does exactly what its name describes &mdash; it allows end-users to drag menu items from the meta boxes on the nav menu screen to the menu they are currently editing.</p>\n\n\n\n<p>Sagor is a freelance web developer from Bangladesh. Drag &amp; Drop Menu Items is the latest of his 18 contributions to the free plugin directory.</p>\n\n\n\n<p>The plugin is simple in nature and does its one job well. To use it, users merely need to open the Appearance &gt; Menus screen in the WordPress admin. Menu items from the meta boxes under the &ldquo;Add menu items&rdquo; section can then be dragged into the menu under the &ldquo;Menu structure&rdquo; section.</p>\n\n\n\n<img />Dragging an item into a custom menu.\n\n\n\n<p>When dragging a menu item over, a drop-box appears between each of the existing items in the menu. It is worth noting that you cannot drag items into a sub-menu slot directly from the meta boxes. This is on par with the default functionality and could be a limitation of WordPress. However, sub-menu organization works as usual.</p>\n\n\n\n<p>The Drag &amp; Drop Menu Items plugin is limited to the Menus screen in the WordPress admin. It does not work in the customizer, which sports a different interface and method of adding menu items.</p>\n\n\n\n<p>The plugin code is minimal and does not appear to have any issues. The additional JavaScript, at less than 4 kb, should not add much weight to the page either.</p>\n\n\n\n<p>By default, WordPress requires two mouse clicks to add an item to a menu: one click to tick the checkbox and a button click to add the item. However, the default method also allows users to append multiple items at once.</p>\n\n\n\n<p>On the whole, the plugin is a good option for users who prefer the drag-and-drop method of adding items or those who prefer to have both methods at their disposal. It adds a nice touch that would make sense as an existing part of WordPress.</p>\n\n\n\n<h2>An Uncertain Future</h2>\n\n\n\n<img />Experimental Navigation screen from the Gutenberg plugin.\n\n\n\n<p class=\"has-drop-cap\">Eventually, Drag &amp; Drop Menu Items may no longer function. The Gutenberg plugin team has already built an early experimental version of a <a href=\"https://github.com/WordPress/gutenberg/pull/21036\">new Navigation screen</a> in the admin. The plan is to incorporate this new screen into core WordPress in the future.</p>\n\n\n\n<p>The new screen will work within the block system and likely use the work that has gone into the existing Navigation block. This will provide consistency in how menus are added across the site.</p>\n\n\n\n<p>For now, if you would like the ability to drag and drop menu items, this plugin is a solid solution.</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, 08 May 2020 19:15:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:67:\"WPTavern: Bringing Back Blogs in the Age of Social Media Censorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99380\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/bringing-back-blogs-in-the-age-of-social-media-censorship?utm_source=rss&utm_medium=rss&utm_campaign=bringing-back-blogs-in-the-age-of-social-media-censorship\";s: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:8292:\"<p class=\"is-style-default\">You&rsquo;ve probably never heard of Robert B. Strassler. That&rsquo;s OK, you&rsquo;re not alone.</p>\n\n\n\n<p>Early in his career, Strassler worked in oil fields, but he always had an interest in&nbsp;<em>the classics</em>&nbsp;(the formal designation for the studies of ancient Greek and Roman civilizations). Eventually, Strassler&rsquo;s hobby became an obsession. He went so far as to author his own translation of Thucydides, the Athenian historian of the Peloponnesian War.</p>\n\n\n\n<p>The problem was nobody wanted to read Strassler&rsquo;s book. This was in the 1990s.  It was more difficult to publish to the web and there was no social media. Strassler approached every Ivy League institution he could find. Nobody was interested in reading a manuscript about Thucydides penned by an oilman with no formal credentials. That was the situation until Strassler contacted Victor Davis Hanson, a classicist professor in Fresno, California. Hanson agreed to look at the manuscript and was astounded by Strassler&rsquo;s work: a brilliant, highly readable translation of Thucydides including maps, diagrams, and charts. Hanson helped the disconnected oilman get in touch with a literary agent. Strassler&rsquo;s landmark edition became the standard translation of Thucydides. Still read today, <a rel=\"noreferrer noopener\" href=\"https://www.amazon.com/Landmark-Thucydides-Comprehensive-Guide-Peloponnesian/dp/0684827905/ref=sr_1_4?dchild=1&keywords=strassler&qid=1588787709&sr=8-4\" target=\"_blank\"><em>The Landmark Thucydides: A Comprehensive Guide to the Peloponnesian War</em></a> is as successful as any book on the classics can be&mdash;in the age of Twitter.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>Those of us who take the idea of democratic publishing seriously rejoice at how the field has opened to include anyone who has something to say and is willing to write it down. That&rsquo;s why we should be more alarmed when we see social media companies crowd the spaces once occupied by blogs and do-it-yourself content creators. We see a decline in diverse opinions as the web quickly becomes less free and more autocratic.</p>\n\n\n\n<p>How many Robert B. Strasslers are being stifled today by biased algorithms and arbitrary &ldquo;community guidelines&rdquo;?</p>\n\n\n\n<p>In March, as COVID-19 exploded into a worldwide panic, the web gatekeepers we&rsquo;ve come to rely on quickly massed around a singular interpretation of events and&nbsp;<a href=\"https://www.wsj.com/articles/controlling-the-virus-narrative-11584899715\">stifled dissenting voices</a>&mdash;even mild ones.</p>\n\n\n\n<p>YouTube, the second largest search engine in the world, demonetized all videos that mentioned &ldquo;COVID-19,&rdquo; &ldquo;Coronavirus,&rdquo; or any term related to the pandemic, and herded viewers away from content creators and toward the Center for Disease Control (CDC) &mdash; the same&nbsp;<a href=\"https://www.usatoday.com/story/news/politics/2020/04/01/coronavirus-surgeon-general-says-cdc-asked-review-mask-guidance/5101884002/\">CDC that first advised&nbsp;<em>against</em>&nbsp;wearing masks</a>. Even medical practitioners who deviated slightly from the prevailing vision&nbsp;<a href=\"https://www.turnto23.com/news/coronavirus/video-interview-with-dr-dan-erickson-and-dr-artin-massihi-taken-down-from-youtube\">were removed from the platform</a>&nbsp;after gaining millions of views.</p>\n\n\n\n<p>Experienced journalists who questioned official decrees (surely, the role journalists are expected to perform) were targeted with hit pieces and character assassination by their own peers.</p>\n\n\n\n<p>As author/professor Cal Newport noted in an&nbsp;<a href=\"https://www.wired.com/story/opinion-expert-twitter-only-goes-so-far-bring-back-blogs/\">op-ed for&nbsp;<em>Wired</em></a>, much of the dissenting viewpoints and on-the-ground data have become part of the mainstream conversation even after being suppressed by a small group of decision-makers: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We don&rsquo;t necessarily want to trust engineers at one company to make the decisions about what topics the public should and should not be able to read about.</p></blockquote>\n\n\n\n<p>How many times have you clicked on a link in a tweet and received a message as shown in the following screenshot?</p>\n\n\n\n<img />Twitter unsafe link warning.\n\n\n\n<p>Adults should be trusted to determine what kind of content is harmful (if such a thing exists) without the assistance of Twitter employees and their &ldquo;partners.&rdquo; And, are these warnings actually meant to protect people or simply to shield Twitter from corporate liability? I think we can guess what the answer is.</p>\n\n\n\n<p>It&rsquo;s not only those without official-sounding credentials who are being barred from sharing content. Creators who clearly have experience in their fields of study are also facing arbitrary censorship.</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://www.thegreatcoursesplus.com/\" target=\"_blank\">The Great Courses Plus</a>, a streaming service that produces college-level video courses taught by actual professors, was threatened with a ban from Google if they did not remove COVID-19-related content from their app. In an email to subscribers, the team wrote:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Google informed us they would ban The Great Courses apps if we continued to make [Covid-19] in-app content available. We are working with Google to ensure that they understand our content is factual, expert-led, and thoroughly vetted, so that we can remedy this misunderstanding as soon as possible.</p></blockquote>\n\n\n\n<p>The videos in question included content from Dr. Roy Benaroch, Adjunct Assistant Professor of Pediatrics at the Emory University School of Medicine; Dr. David Kung, Professor of Mathematics at St. Mary&rsquo;s College of Maryland; and Dr. Kevin Ahern, Professor of Biochemistry and Biophysics at Oregon State University. How or why these scholars were found unworthy of Google&rsquo;s imprimatur is a mystery. As the public does not presume to give Google programming advice, perhaps Google could return the favor by not pretending to be experts on epidemiology, immunology, and virology.</p>\n\n\n\n<p>The only way to see these offending videos is on the <a href=\"https://www.thegreatcoursesdaily.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Great Courses website</a>, where Google&rsquo;s authority is not absolute. <em>It happens to be a WordPress-powered site.</em> For intellectuals and laymen who value free expression, having your own website is becoming the only way to make sure you can keep it.</p>\n\n\n\n<p><strong>The problem of pitting credentials against experience in a zero-sum conflict is fixable, and WordPress is a big part of the solution.</strong></p>\n\n\n\n<p>WordPress allows capable scientists, economists, and medical professionals in other fields to write at length about their ideas without fear of being blocked by arbitrary restrictions. Also, the five-minute install (which does take a little more than five minutes for many people) imposes enough of a barrier to entry to discourage cranks. </p>\n\n\n\n<p>We like to think of the internet as a true egalitarian system, where every voice is given equal consideration, but deep down we know that&rsquo;s not exactly how it works. Network effects tend to form hubs of concentrated influence around a handful of websites. This isn&rsquo;t always a bad thing. A recipe blog with poor taste and no pictures deserves fewer readers than a blog with great-tasting recipes and high-resolution images.</p>\n\n\n\n<p>There is still room enough in the network for certain nodes to grow in size and influence based on the quality of their content. A node with enough backlinks, good organic search rankings, and high-quality content will gain an audience, and be able to keep it, without fear of corporate reprisals or aggressive algorithm updates.</p>\n\n\n\n<p>If we really care about democratizing publishing, we won&rsquo;t always like what we read. There will be disagreements, but democracy requires a literate population eager for debate. We can challenge, discuss, and learn.</p>\n\n\n\n<p>There are a lot of Robert B. Strasslers out there in the network, waiting patiently to be heard.</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, 08 May 2020 15:41:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Chris Maiorana\";s: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:89:\"WPTavern: WP Engine Launches Genesis Pro Add-On for Customers, More Features 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=99440\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"https://wptavern.com/wp-engine-launches-genesis-pro-add-on-for-customers-more-features-in-the-works?utm_source=rss&utm_medium=rss&utm_campaign=wp-engine-launches-genesis-pro-add-on-for-customers-more-features-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:6549:\"<p class=\"has-drop-cap\">Managed web hosting company WP Engine launched the new <a href=\"https://studiopress.blog/announcing-genesis-pro/\">Genesis Pro add-on</a> for customers of its hosting service today. The add-on brings additional block editor features for users who are using a Genesis-based WordPress theme.</p>\n\n\n\n<p>Genesis is a parent theme developed by StudioPress. WP Engine <a href=\"https://wptavern.com/wp-engine-acquires-studiopress\">acquired the theme development company</a> in 2018. Later that year, the company took the first steps toward <a href=\"https://wptavern.com/genesis-framework-and-studiopress-themes-add-gutenberg-compatibility-more-gutenberg-features-coming-soon\">adding compatibility with the block editor</a> for Genesis customers, becoming an early adopter of the new editing experience.</p>\n\n\n\n<p>&ldquo;Beyond just being &lsquo;compatible,&rsquo; Genesis will play a big role in being Gutenberg-First,&rdquo; Jason Cohen, CTO of WP Engine, said of future plans nearly two years ago. &ldquo;That means not only supporting the software and ideals of Gutenberg but using them for new features. In doing so, it&rsquo;s our intention to light the way for the countless agencies and developers who use WordPress to fuel incredible digital experiences that are made even easier with Gutenberg.&rdquo;</p>\n\n\n\n<p>Today&rsquo;s <a href=\"https://wpengine.com/genesis-pro\">Genesis Pro</a> launch is another step on that journey. WP Engine is currently rolling out the add-on as part of its managed hosting service. The cost is $30/month ($360/year) for an unlimited number of sites.</p>\n\n\n\n<p>The current plan is to also make the Genesis Pro plugin available via the StudioPress website in the early summer. The company is not formally committing to that timeframe yet, but users not on WP Engine&rsquo;s hosting service should expect it this year. The price for Genesis Pro will be available for $360/year, which is at the same rate as the hosting add-on.</p>\n\n\n\n<p>The reason behind the early launch for web hosting clients seems to be twofold based on the announcement post. David Vogelpohl, VP of Web Strategy for WP Engine, said the company could launch the product faster and increment with the launch for its hosting customers. They are also able to make sure the payment system scales, which StudioPress now uses.</p>\n\n\n\n<p>&ldquo;Genesis Pro&rsquo;s capabilities are expressed in a single plugin today, but may be provided in multiple plugins, WP adjacent services, or other means in the future based on architectural decisions of any particular feature,&rdquo; said Vogelpohl.</p>\n\n\n\n<p>Watch a quick video on Genesis Pro:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-vimeo\"></div>\n</div>\n\n\n\n<h2>Genesis Pro Features</h2>\n\n\n\n<img />Example layout from the Genesis Pro add-on.\n\n\n\n<p class=\"has-drop-cap\">The add-on includes a robust set of options that are primarily aimed at helping users build their webpages with custom blocks and designs. The following features are the foundation of the add-on:</p>\n\n\n\n<ul><li><strong>Block Library:</strong> Includes 17 custom blocks, such as a testimonial and pricing block.</li><li><strong>Page Layouts:</strong> Offers 22 full layouts for product, portfolio, team, and other pages.</li><li><strong>Content Sections:</strong> Adds 38 customizable content sections.</li><li><strong>Permissions System:</strong> Allows admins to set editing permissions on a per-block basis.</li><li><strong>Customization:</strong> Users can create and share custom sections and layouts with content creators.</li></ul>\n\n\n\n<p>Most of the options seem to be under a pop-up modal on the post-editing screen that should allow users to insert blocks directly into their post or page content. More blocks, sections, layouts, and other content-creation tools are currently in the works.</p>\n\n\n\n<img />Layout selector from the Genesis Pro add-on.\n\n\n\n<p>The add-on features are mostly standard fare in comparison to many of the block libraries and suites available throughout the WordPress ecosystem. Of course, these will have the StudioPress spin on them and likely be of high quality based if past work is any indication. With the launch out of the way and the foundation in place, it should be much easier for the team to churn out more customization options for end-users.</p>\n\n\n\n<p>The most unique feature is probably around the block permissions system, which few companies have truly tackled. For site administrators who work with multiple creators, setting up editing permissions for individual blocks can be useful. If the user experience for this system works well, it will be a huge selling point for some site owners.</p>\n\n\n\n<img />Block permissions settings for Genesis Pro.\n\n\n\n<h2>Genesis X</h2>\n\n\n\n<p class=\"has-drop-cap\">Vogelpohl teased another project the team has been working on titled &ldquo;Genesis X,&rdquo; which is separate from the Genesis Pro project. It is an experimental plugin version of Genesis that will be available to StudioPress customers at no additional charge. The work thus far has centered on what Genesis will look like in a world where full-site editing is available through WordPress itself.</p>\n\n\n\n<p>&ldquo;The current version of Genesis X focuses on helping site creators easily manage global styles across their site, customize and manage blocks, as well as other capabilities to help users win with full-site editing in WordPress core,&rdquo; said Vogelpohl. &ldquo;Genesis X is being built core-adjacent and is not a replacement for the block editor. It is designed to work with the block editor.&rdquo;</p>\n\n\n\n<p>Vogelpohl said the first objective of the project is to provide analogs for features in Genesis that would not work in a parent theme structure within the full-site editing context. &ldquo;After achieving that parity in ways that make sense, we will be focused on the advanced block capabilities as well as other features currently on our roadmap,&rdquo; he said.</p>\n\n\n\n<p>The company is putting a lot of weight and resources behind the transition from pre-block WordPress and the upcoming features that WordPress will offer via the block system. Right now, they have a team of 15 employees working on solutions with Genesis.</p>\n\n\n\n<p>&ldquo;The overarching theme is that Genesis X is being architected not to just help the Genesis community adapt to full-site editing in core, but for any user of WordPress to adopt full-site editing in a way that sets them up for the best chance of success,&rdquo; said Vogelpohl.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 May 2020 20:52: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:14:\"Justin Tadlock\";s: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:74:\"WPTavern: GitHub Introduces Codespaces IDE, Discussions, and Code Scanning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99374\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"https://wptavern.com/github-introduces-codespaces-ide-discussions-and-code-scanning?utm_source=rss&utm_medium=rss&utm_campaign=github-introduces-codespaces-ide-discussions-and-code-scanning\";s: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:4529:\"<p><a href=\"https://githubsatellite.com/\">GitHub Satellite</a>, the company&rsquo;s annual product and community event, went virtual this year for the first time but marched forward with the usual major product announcements.  GitHub is ramping up its offerings with <a href=\"https://github.blog/2020-05-06-new-from-satellite-2020-github-codespaces-github-discussions-securing-code-in-private-repositories-and-more/\">four new products</a>: an IDE, a discussion platform, code scanning, and private instances. </p>\n\n\n\n<p><a href=\"https://github.com/features/codespaces/\">Codespaces</a> is the platform&rsquo;s new built-in IDE that lets users code in the browser with minimal setup. The product is based on the VS Code editor and includes terminal access, support for code completion, and extensions: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Codespaces can be configured to load your code and dependencies, developer tools, extensions, and dotfiles. Switching between environments is simple&mdash;you can navigate away at any time, and when you switch back, your codespace is automatically reopened.</p></blockquote>\n\n\n\n<p>The IDE was created to facilitate contribution but it also enables better development on mobile devices. GitHub design lead Joel Califa shared a demo of how he uses Codespaces on his iPad:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">People have been asking about using Codespaces on the iPad. Here\'s what it looks like: <a href=\"https://t.co/5UQHtzMwZh\">pic.twitter.com/5UQHtzMwZh</a></p>&mdash; Joel Califa (@notdetails) <a href=\"https://twitter.com/notdetails/status/1258120708212785154?ref_src=twsrc%5Etfw\">May 6, 2020</a></blockquote>\n</div>\n\n\n\n<p>GitHub plans to implement a pay-as-you-go pricing model for Codespaces, but it will be free during the limited beta. This product should compliment the recent launch of <a href=\"https://github.com/mobile/\">GitHub&rsquo;s mobile apps for iOS and Android</a> in March, which allows users to manage projects, tasks, feedback, and pull requests.</p>\n\n\n\n<p>Discussions is a new feature that stands to have a more meaningful impact on open source communities. GitHub issues and pull requests have long been the home of most conversations, but oftentimes this type of collaboration would be better served with features more tailored to a knowledge base. Discussions offer a threaded format where questions can be marked as answered. Participation in discussions counts towards users&rsquo; contribution graphs. GitHub plans to put the feature into beta for public repositories soon.</p>\n\n\n\n<img />\n\n\n\n<p>GitHub also announced code scanning, powered by CodeQL, a semantic analysis engine trained to find vulnerabilities. When code scanning is enabled, every `git push` is inspected by CodeQL for potential vulnerabilities and the results are displayed in the pull request. Code scanning is free for open source software. </p>\n\n\n\n<p>Secret scanning, which has been enabled on public repositories since 2018, is now available for private repositories. It scans code for known secret formats and notifies developers upon finding something. At the beginning. of 2019, GitHub announced that it was giving free users access to <a href=\"https://wptavern.com/github-announces-free-unlimited-private-repositories\">unlimited private repositories</a>.  Adding secret scanning to private repositories is the next natural step, as these have likely grown in number after being added to the free tier.</p>\n\n\n\n<p>While many of GitHub&rsquo;s new features are aimed at free users and open source communities, this week&rsquo;s announcements also include a new enterprise product called Private Instances:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Today we introduced our plans for GitHub Private Instances, a new, fully-managed option for our enterprise customers. Private Instances provides enhanced security, compliance, and policy features including bring-your-own-key encryption, backup archiving, and compliance with regional data sovereignty requirements.&nbsp;</p></blockquote>\n\n\n\n<p>After Microsoft acquired GitHub for $7.5 billion in 2018, the company has aggressively worked to make its product more compelling in the highly competitive space of code sharing platforms, starting with the free tier. Pricing has not yet been finalized for any of the revenue-generating products announced this week, as GitHub may be testing the waters to gauge the community&rsquo;s reaction before launch.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 May 2020 14:42: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: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:67:\"WPTavern: Apply to Speak at the JavaScript for WordPress Conference\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/apply-to-speak-at-the-javascript-for-wordpress-conference?utm_source=rss&utm_medium=rss&utm_campaign=apply-to-speak-at-the-javascript-for-wordpress-conference\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2066:\"<p>The third annual <a href=\"https://javascriptforwp.com/conference/\">JavaScript for WordPress Conference</a> is gearing up for three days of online talks and workshops on July 8-10, 2020. The event is free to attend and organizer Zac Gordon is working to put together a diverse speaker lineup.</p>\n\n\n\n<p>Day 1 will be devoted to workshops that help beginners get up and running with JavaScript and React. Day 2 will focus on building Gutenberg blocks and block-based themes. Day 3 will include topics and projects that use WordPress as a Headless CMS.</p>\n\n\n\n<p>&ldquo;Last year we did 4 tracks all at once.&rdquo; Gordon said. &ldquo;That was a lot. So this year we&rsquo;re doing two days, one track each day. We decided on Blocks and Headless as our two tracks, because that seems to be where most of the JavaScript development is happening at the moment in the WordPress space.&rdquo;</p>\n\n\n\n<p>Previous editions of the conference have pulled in approximately 1,000 viewers, similar to the size of a large WordCamp. Gordon said the event is open for all JavaScript-related topics related to WordPress beyond Gutenberg and headless setups and they are trying to encourage new speakers.</p>\n\n\n\n<p>&ldquo;Each year we&rsquo;re trying to do more to have the conference reflect a range of speakers, and this year we&rsquo;re hoping that a few of the brilliant and industrious younger folks coding or building with WordPress might speak,&rdquo; he said.</p>\n\n\n\n<p><a href=\"https://javascriptforwp.com/conference/register/\">Registration is free</a> on the event website and <a href=\"https://javascriptforwp.com/conference/apply-to-speak/\">applications for speakers</a> will be open until June 1. </p>\n\n\n\n<p>&ldquo;I&rsquo;m not sure how many speakers we will do exactly, but we will have a few folks leading workshops day one and then maybe 5-8 speakers the two other days,&rdquo; Gordon said. &ldquo;It will be fewer speakers than last year, but hopefully still a lot of quality focused talks. The applications we&rsquo;ve seen come in so far are exciting.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 May 2020 21:43:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:88:\"WPTavern: ACF Blocks Provides Assortment of Blocks Built from Advanced Custom Fields Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99376\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"https://wptavern.com/acf-blocks-provides-assortment-of-blocks-built-from-advanced-custom-fields-pro?utm_source=rss&utm_medium=rss&utm_campaign=acf-blocks-provides-assortment-of-blocks-built-from-advanced-custom-fields-pro\";s: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:8487:\"<p class=\"has-drop-cap\">Over the weekend, Munir Kamal released version 2.0 of his <a href=\"https://wordpress.org/plugins/acf-blocks/\">ACF Blocks plugin</a>, a project that creates a suite of blocks for the editor. The plugin offers 18 custom blocks in its free version and 15 more in the <a href=\"https://www.acfblocks.com/pro/\">pro upgrade</a>. It is built on top of <a href=\"https://www.advancedcustomfields.com/pro/\">Advanced Custom Fields Pro</a> (ACF Pro).</p>\n\n\n\n<p>The latest update of the plugin added support for typography, including options for using various Google Fonts for in-block text. Kamal also included base styling options for design features like margin and padding for every block in the plugin.</p>\n\n\n\n<p>With ACF Pro as a hard dependency, it limits the audience of ACF Blocks. In large part, this plugin will be useful for agencies and freelancers who need to quickly build features for clients within their budget. For that purpose, the plugin does a solid job.</p>\n\n\n\n<p>The tight coupling with ACF Pro hurts the user experience for the plugin. However, the ideas behind ACF Blocks and its custom options make up for the shortcomings of relying on its dependent parent plugin. Decoupling the two is unlikely, but it would make for a smoother experience and open the plugin to a wider audience.</p>\n\n\n\n<p>Kamal took inspiration for the plugin from ACF and its pro version. He described the process of building blocks with the framework &ldquo;super easy,&rdquo; even for an intermediate-level developer. &ldquo;It has been such an amazing WordPress framework for years to create custom fields,&rdquo; he said. &ldquo;And when [Elliot Condon] announced the block creation feature in ACF, that quickly triggered me to build this collection of ready-to-use ACF Blocks.&rdquo;</p>\n\n\n\n<p>The biggest technical limitation is that Kamal cannot build nested blocks, which is a current limitation of ACF. &ldquo;I have already discussed it with [Condon], and he is already working on bringing that functionality hopefully soon,&rdquo; he said. &ldquo;Once that comes to ACF, we may create more amazing and powerful Gutenberg Blocks.&rdquo;</p>\n\n\n\n<p>Watch a short walkthrough of how the plugin works:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2>Useful Assortment of Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">While primarily testing the free version of ACF Blocks, I found that it has several useful blocks that could immediately address common needs for end-users. With 18 free blocks available, users have plenty to work with before deciding whether they want to move along the upgrade path to the pro version.</p>\n\n\n\n<p>One of the best blocks in the collection is the Photo Collage block. It is ACF Blocks&rsquo; answer to the core Gallery block. The grid options for this block alone make this plugin worth checking out. The block offers between 2 and 15 grid layouts, depending on the grid option the user selects.</p>\n\n\n\n<img />Setting the grid for the Photo Collage block.\n\n\n\n<p>My second favorite of the assortment is the Testimonial block. Coupled with the typography options, which are available for all blocks, you can have a lot of fun designing a testimonial section.</p>\n\n\n\n<img />Tinkering with Google Fonts in the Testimonial block.\n\n\n\n<p>This is a small sampling of what the plugin can do. The Price List block can help restaurant sites set up their menu. The Pricing Box block, particularly when nested into the core Columns block, makes it easy to set up a pricing section with multiple product options. And, the Team block makes it simple to create profile sections on a company&rsquo;s team/about page.</p>\n\n\n\n<p>The following blocks are available in the free version (with several more in the pro version):</p>\n\n\n\n<ol><li>Scrollable Image Block</li><li>Tab Block</li><li>Toggle Block</li><li>Accordion Block</li><li>Image Slider Block</li><li>Social Sharing Block</li><li>Photo Collage Block</li><li>Posts Block</li><li>Testimonial Block</li><li>Team Block</li><li>Multi Buttons Block</li><li>Pricing Box Block</li><li>Price List Block</li><li>Start Rating Block</li><li>Progress Bar Block</li><li>Counter Number Block</li><li>Click to tweet Block</li><li>Business Hours Block</li></ol>\n\n\n\n<p>Kamal&rsquo;s favorite blocks from the overall suite are Image Hotspot, which allows users to set an image background with &ldquo;pointers&rdquo; to pop up content; Before After Image, which lets users compare two images using a sliding bar; and Photo Collage, the plugin&rsquo;s grid-based gallery block. The first two are available only in the pro version of the plugin. The plugin creator said he thinks all the blocks are useful but these were the most fun to build.</p>\n\n\n\n<h2>Room for Improvement</h2>\n\n\n\n<p class=\"has-drop-cap\">ACF Blocks is a nice concept. It gets a lot of things right. However, there are minor issues that dampen the experience of working with its blocks. These issues are not insurmountable, and I expect Kamal will address them in upcoming versions based on familiarity with his past work and drive toward building great products for users.</p>\n\n\n\n<p>The most immediate issue and likely the simplest to fix is the plugin&rsquo;s styles for left and right margins on every block. The plugin resets these margins to <code>0</code> by default. Depending on the active theme on a site, this could shift the blocks to the edge of the screen instead of the content area on the front end. Some themes use left/right margins to align content. This is not an issue with only ACF Blocks. It is prevalent among plugins with front-end output.</p>\n\n\n\n<p>One quick solution for the margin issue is to wrap any of the plugin&rsquo;s blocks within the core Group block. This will put margins back under the theme&rsquo;s control.</p>\n\n\n\n<p>Editing block content happens in the block options panel instead of directly in the block. I am unsure if this is a limitation of using the ACF Pro framework or a design decision on Kamal&rsquo;s part. It feels odd to jump between editing content in the content area to editing content in the sidebar.</p>\n\n\n\n<p>One example of my confusion with block content was with the Photo Collage block. I clicked on the block, hoping to have the media library appear for uploading. Nothing happened. I clicked again because, well, maybe I did not get a good click in that first time. Nothing happened. I eventually found the image upload button under the block&rsquo;s option panel on the right.</p>\n\n\n\n<p>Setting block options can feel a little sluggish at times with the block output in the editor not reflecting changes immediately. This is primarily because ACF Blocks relies on the server-side rendering capabilities of ACF Pro. It is unlikely this can be addressed in the blocks plugin. Some users may find the delayed rendering to be tedious when editing multiple options.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p class=\"has-drop-cap\">Kamal has put together a useful set of blocks that will help many end-users build sections of content they cannot create out of the box. Between the free and pro versions, there is a total of 33 blocks. The creator is committed to adding more blocks over time based on user feedback. In the immediate future, he plans to keep hacking away at bug fixes and improving the code.</p>\n\n\n\n<p>I still feel like how ACF Pro works is a hindrance to how good this plugin could be if built from scratch. With that said, the framework helped make Kamal&rsquo;s plugin a reality. ACF Blocks is a showcase in what is possible via ACF Pro, which should inspire other developers who are looking for solutions built on top of one of the most widely-used frameworks in the WordPress ecosystem.</p>\n\n\n\n<p>Kamal understands that some ACF Pro users may try their hands at creating similar blocks but feels like his team&rsquo;s knowledge and dedication to offering support are the most important parts of the equation. &ldquo;ACF Blocks saves time and effort for creating blocks yourself for the most common web design elements,&rdquo; he said.</p>\n\n\n\n<p class=\"is-style-highlight has-white-color has-blue-700-background-color has-text-color has-background text-white bg-blue-700\">Note:  this plugin review and feedback were requested by the plugin author. Read our post about <a href=\"https://wptavern.com/product-reviews-in-the-wordpress-ecosystem-honesty-and-genuine-experiences\">honest feedback based on genuine experiences</a> for more information on how reviews are handled.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 May 2020 20:36:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:51:\"WPTavern: Jetpack 8.5 Adds New Podcast Player Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"https://wptavern.com/jetack-8-5-adds-new-podcast-player-block?utm_source=rss&utm_medium=rss&utm_campaign=jetack-8-5-adds-new-podcast-player-block\";s: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:3066:\"<p><a href=\"https://jetpack.com/2020/05/05/jetpack-8-5-new-podcast-block/\">Jetpack 8.5</a> was released today with a new podcast player block for sharing audio content. Configuring the block is as simple as entering the podcast RSS feed URL. This will automatically bring in the cover art and recent episodes. Block options allow for further customization of the display, including the number of episodes, colors, and the ability to show/hide cover art and episode descriptions. </p>\n\n\n\n<img />\n\n\n\n<p>Jetpack&rsquo;s new podcast player has arrived just in time, as podcasting has gotten a little boost in recent months due to the large numbers of people under stay-at-home orders. iHeartRadio, an American audio company with more than 350 podcasts, reports that <a href=\"https://www.iheartmedia.com/press/new-iheartpodcast-insights-show-increase-listening-more-americans-quarantine-during-covid-19\">listenership for its podcasting network is up 6%</a> month-over-month, with California and New York jumping 13% and 8% respectively.  iHeartRadio&rsquo;s insights also showed that certain genres are more popular than others:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>During a time of economic uncertainty, Americans are listening to more business and finance podcasts &ndash; for which downloads and streams are up 78 percent week-over-week among the iHeartRadio Original podcasts. Listeners are also turning to music, entertainment and comedy during this time, where iHeartPodcasts have shown an increase in listening as well.</p></blockquote>\n\n\n\n<p>Selling ads and marketing a new podcast may be more of a struggle during this economic downturn, but those with extra time on their hands may have an easier time producing and publishing episodes. Jetpack&rsquo;s new block makes it easy to share your own episodes or podcasts you enjoy from other websites.</p>\n\n\n\n<p>The 8.5 release also includes significant improvements to the <a href=\"https://jetpack.com/2020/04/07/re-introducing-jetpack-search-for-wordpress-sites/\">new Search feature</a>, which is powered by Elasticsearch, to provide better indexing and a simpler onboarding experience. </p>\n\n\n\n<p>Automattic developer Brandon Kraft published a post today that <a href=\"https://kraft.blog/2020/05/jetpacks-publicize-now-uses-twitter-cards/\">details recent changes to the Publicize feature</a>. In the past, Publicize would attach an image from the post when sending out its automatic tweet to Twitter. This has now been changed for Jetpack and WordPress.com sites so that Publicize no longer attaches a picture but defaults to allowing Twitter to display its Twitter card instead. Developers can use a filter to return the plugin to its previous behavior, if necessary.</p>\n\n\n\n<p>Jetpack 8.5 also makes more widgets and embed tools AMP-compatible, expands options for the Revue block, and fixes layout issues with several other blocks. Check out the <a href=\"https://wordpress.org/plugins/jetpack/#developers\">changelog on WordPress.org</a> for a full list of the enhancements and bug fixes.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 May 2020 23:09: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:\"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: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:52:\"WPTavern: Need to Smile Today? Stay WordPress Strong\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99333\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://wptavern.com/need-to-smile-today-stay-wordpress-strong?utm_source=rss&utm_medium=rss&utm_campaign=need-to-smile-today-stay-wordpress-strong\";s: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:5173:\"<div class=\"wp-block-embed__wrapper\">\n\n</div><strong>Lyrics:</strong> Zack Katz, Jonathan Mann | <strong>Music:</strong> Jonathan Mann<br />Video licensed under&nbsp;<a href=\"https://creativecommons.org/licenses/by/3.0/us/\">Creative Commons &ndash; Attribution</a>\n\n\n\n<p class=\"has-drop-cap\">For the first time, at least 19 people from the WordPress community can literally call themselves WordPress rock stars without it sounding like an outdated marketing gimmick.</p>\n\n\n\n<p><a href=\"https://gravityview.co/\">GravityView</a> dropped a community music video and website named <a href=\"https://wpstrong.org/\">WordPress Strong</a> earlier today. It is fun. It is inspirational. It will leave a smile on your face. The video features a wide range of faces, voices, and musical talent from around the planet.</p>\n\n\n\n<p>Much of the world is looking for small ways to cope with the ongoing COVID-19 pandemic. Each day is about finding the things we should be thankful for while waiting for life to feel like normal. The WordPress community has been a beacon of hope for many. It has continued providing purpose to people despite their daily lives being upended. This project is one more way to show the strength of our community.</p>\n\n\n\n<p>&ldquo;People were scrambling to adjust to the new reality of living in a pandemic, and there was a rush of uncertainty,&rdquo; said Zack Katz, the creator of GravityView, on starting the project. &ldquo;In the middle of all that uncertainty, I felt lucky to be part of the WordPress community: doing what we do, working on an open and thriving platform, with a culture of people who are kind to each other and support each other.&rdquo;</p>\n\n\n\n<p>Many GravityView customers began using the plugin to enable COVID-19 responses, such as sites like <a href=\"https://supportredditch.net/\">Support Redditch</a>, which coordinates relief efforts. &ldquo;I sensed a movement of coming together to help each other, and I wanted to get the word out: if you need help, ask the community,&rdquo; said Katz. &ldquo;We&rsquo;re here for you. We&rsquo;ll get through this together.&rdquo;</p>\n\n\n\n<p>A total of 19 volunteers contributed to the music video, including WordPress co-founder Matt Mullenweg. However, the true star of the group was Tracy Apps, the owner of <a href=\"http://tracyappsdesign.com/\">tracy apps design</a>, who laid down the beat on the drums.</p>\n\n\n\n<p>&ldquo;It involved asking a lot of people!&rdquo; said Katz of finding willing subjects. &ldquo;I get why people are reluctant. I even waited until the last minute to record my video! Something special happens when people are invited to go beyond their comfort zone, especially when it comes to creative endeavors. It was moving to have the emails come in with their videos. People were willing to share a different part of themselves.&rdquo;</p>\n\n\n\n<p>The <a href=\"https://twitter.com/hashtag/WordPressStrong\">#WordPressStrong</a> hashtag is open for anyone to contribute to on Twitter. The project is calling for volunteers to join in on the fun. If you can sing, play an instrument, or dance &mdash; or if you can&rsquo;t &mdash; you can be a part of this movement for our community to become stronger. If nothing else, it will give you something to do to pass the time. Tag yourself doing something and share it. I am certain it will brighten at least one person&rsquo;s day.</p>\n\n\n\n<h2>The WordPress Strong Project</h2>\n\n\n\n<p class=\"has-drop-cap\">Katz began the project in March. He shared some initial lyric ideas with <a href=\"https://www.jonathanmann.net/\">Jonathan Mann</a> who then wrote and recorded WordPress Strong. The GravityView team reached out to members of the WordPress community and asked them to lend their voices.</p>\n\n\n\n<p>&ldquo;I deeply respect [Mann] as a musician and how he exposes himself through his music,&rdquo; said Katz. &ldquo;His album <em>I Used to Love My Body</em> was my soundtrack for last year.&rdquo;</p>\n\n\n\n<p>Mann is the voice of the GravityView brand and has previously created a <a href=\"https://www.youtube.com/watch?v=nmUWfA56TqA\">song for the product</a>. Katz and Mann also worked on the <a href=\"https://www.youtube.com/watch?v=cqdDo_W8CVE\">WordPress Wiggle</a> song in 2017.</p>\n\n\n\n<p>&ldquo;When creating WordPress Strong, I shared a poem with [Mann] and expressed the tone that I wanted to convey,&rdquo; said Katz. &ldquo;The email had the subject line &lsquo;WordPress Hope Song.&rsquo; He wrote and recorded WordPress Strong, and I think you agree, it&rsquo;s a great WordPress Hope Song.&rdquo;</p>\n\n\n\n<p>The plan for the WordPress Strong website goes beyond releasing a song. Katz wants to expand the site to be a place where people from the community can ask and receive help during the pandemic. The team is currently working on a part of the site where community members can request assistance or offer help anonymously.</p>\n\n\n\n<p>&ldquo;I was hoping artists of all stripes would be interested in sharing their work on the WordPress Strong website,&rdquo; said Katz. &ldquo;Sharing creativity together empowers us to be vulnerable in our despair as well as our hope. I would like to help foster that.&rdquo;</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, 05 May 2020 20:36: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:14:\"Justin Tadlock\";s: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:56:\"Mark Jaquith: WordPress/Jetpack Driver for Laravel Valet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://markjaquith.wordpress.com/?p=7213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://markjaquith.wordpress.com/2020/05/05/wordpress-jetpack-driver-for-laravel-valet/\";s: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:1082:\"<p>Recently I&#8217;ve found myself using <a href=\"https://laravel.com/docs/valet\">Laravel Valet</a> for local PHP development on my Mac. I love how fast and low-maintenance it is.</p>\n\n\n\n<p>One thing that is a little tricky about Valet is that you can&#8217;t really write custom Nginx configs. That means that I couldn&#8217;t use my favorite technique of routing missing images to the production site, via Jetpack&#8217;s Site Accelerator (formerly &#8220;Photon&#8221;) CDN.</p>\n\n\n\n<p>Normally, when doing local development on a WordPress site, you need three things: the codebase, a copy of the database, and the <code>wp-content/uploads</code> directory. But if you just redirect missing image files to your production site, you don&#8217;t need to laboriously copy all those files and clutter up your local machine.</p>\n\n\n\n<p>I found myself really missing that technique today, so I wrote a driver for Laravel Valet that handles it!</p>\n\n\n\n<p>You can get it here: <a href=\"https://github.com/markjaquith/WordPress-Jetpack-Valet-Driver\">WordPress Jetpack Valet Driver</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 May 2020 19:11: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:12:\"Mark Jaquith\";s: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:75:\"WPTavern: Find My Blocks Plugin Shows All Blocks in Use on a WordPress Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site?utm_source=rss&utm_medium=rss&utm_campaign=find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site\";s: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:3144:\"<p>How do you know what blocks are in use on a WordPress site?  I recently saw a tweet asking this question in regards to knowing whether it is safe to turn off a plugin. This seems like it could become a common question, especially for those who have hundreds or thousands of blog posts as well as those using WordPress as a CMS.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">How hard would it be to create a plugin that let\'s me know how many and which blocks I\'m using site wide? Sometimes I wonder if I can deactivate a block plugin but I don\'t know if I\'m using a block it provides.</p>&mdash; Nick Hamze (@NickHamze) <a href=\"https://twitter.com/NickHamze/status/1253343502316064771?ref_src=twsrc%5Etfw\">April 23, 2020</a></blockquote>\n</div>\n\n\n\n<p>When looking at content in the editor, it isn&rsquo;t immediately evident which blocks are in use. You can click on the block navigation at the top of the editor, but that will only show you the blocks in use on that particular page. If you have a lot of plugins installed and many pages of content to wade through, figuring out if it&rsquo;s safe to remove a plugin can be a time-consuming process.</p>\n\n\n\n<p>Fortunately, there is already a plugin that will give you a quick overview of where blocks are being used on your site. <a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> is the one that was suggested to Nick Hamze in response to the question in his tweet. I had not heard of it before, so I took it for a test drive today. </p>\n\n\n\n<p>Find My Blocks is basically a utility plugin that lists the blocks being used on your WordPress site, along with the posts/pages where they are in use. It includes core blocks and blocks from third-party plugins. The plugin&rsquo;s settings also give the option to sort the block menu display alphabetically or by most/least popular.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Frontend developer <a href=\"https://eddysims.com/\">Eddy Sims</a> created Find My Blocks to solve one of his own problems and released it on WordPress.org in January. </p>\n\n\n\n<p>&ldquo;I was working on a site that required a few custom Gutenberg blocks,&rdquo; Sims said. &ldquo;After a week, updating became a hassle. I didn&rsquo;t know where the blocks were used. Find My Blocks is a plugin I created to hopefully help someone else with this issue.&rdquo; So far it has received several five-star reviews in the plugin directory. </p>\n\n\n\n<p>&ldquo;We&rsquo;ve been using this plugin to help us figure out where we&rsquo;ve used blocks on pages so we can deprecate them and replace them with shiny new blocks!&rdquo; WordPress developer Tammy Lee said. &ldquo;This plugin makes tracking down blocks really easy! I don&rsquo;t want to think about how much time it would have taken us, otherwise.&rdquo;</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> is a plugin you may want to add to your favorites on WordPress.org for the next time you inherit a site that you didn&rsquo;t build, or for cleaning out your own installed plugins.   </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, 04 May 2020 22:54:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:67:\"WPTavern: The Future of WordPress: The Block Editor Is Here to Stay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99271\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/the-future-of-wordpress-the-block-editor-is-here-to-stay?utm_source=rss&utm_medium=rss&utm_campaign=the-future-of-wordpress-the-block-editor-is-here-to-stay\";s: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:6577:\"<p class=\"has-drop-cap\">It is inevitable that when we publish a story on the Tavern that is remotely related to the block editor or the Gutenberg project, we receive negative comments. Despite sprinting along in its second year as part of core WordPress, there are still those who liken posts on the editor to <em>Soviet-style mind manipulation</em> and <em>propaganda</em> for certain unnamed companies.</p>\n\n\n\n<p>It is not all negative. Far more comments are from people who are ecstatic about the current editor and the upcoming features that will expand the block system to other areas of WordPress.</p>\n\n\n\n<p>However, I felt the need to address a recent request that we stop covering the block editor. While I cannot speak for our entire staff, there are two simple truths about why I write about blocks.</p>\n\n\n\n<h2>Truth #1: Blocks are Here to Stay</h2>\n\n\n\n<p class=\"has-drop-cap\">The block system is not going anywhere. WordPress has moved beyond the point where we should consider the block editor as a separate entity. It is an integral part of WordPress and will eventually touch more and more areas outside of the editing screen.</p>\n\n\n\n<p>Frankly, it would be poor journalism to <em>not</em> cover stories related to blocks.</p>\n\n\n\n<p>Some of the most exciting things happening in the WordPress ecosystem is around what developers are doing with blocks. Whether it is a <a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">fun T-rex game</a>, a <a href=\"https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-editor\">block-ready theme</a>, or a team of block developers being <a href=\"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building\">hired by a major company</a>, there is always something interesting happening in the world of blocks.</p>\n\n\n\n<p>Every day, more users are embracing the block editor. Even the percentage of holdouts still running WordPress 4.9, which was the last version without the block editor, is decreasing. Currently, only 12.8% of <a href=\"https://wordpress.org/about/stats/\">WordPress installs</a> are on 4.9.  Nearly 73% are running WordPress 5.0 or newer.  Some of those users are running plugins like Classic Editor, which has maintained a steady growth rate in the neighborhood of 0.5% &ndash; 1.0% in recent months.  Currently, the plugin has over 5 millions installs, which is a drop in the ocean in comparison to total WordPress sites.</p>\n\n\n\n<p>At the moment, WordPress.com and self-hosted Jetpack users are creating content via blocks on 44.5 million WordPress sites. Yesterday, those users <a href=\"https://gutenstats.blog/\">wrote 302,000 posts</a> in the block editor.</p>\n\n\n\n<p>Blocks are the future of the platform. What we need to do as a community is avoid putting our heads in the sand or railing against the powers-that-be. Instead, we should ask ourselves what we could do to continue improving the system. <em>How can we move forward? How can we present our ideas, even dislikes, in a constructive manner? How can we create better software?</em></p>\n\n\n\n<p>Criticism of the editor is fair. Make it constructive so we can dissect and address that criticism. That is an essential part of building great software.</p>\n\n\n\n<h2>Truth #2: Love of Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">Believe it or not, I actually love blocks. While I may criticize some decisions about the editor, summoning an internal facepalm emoji at times, this is the most excited I have been about WordPress in years. But, it is not about me. I have enough familiarity with dozens of editors that I can live with even the most mediocre of experiences. And, if I am not satisfied, I can build my own.</p>\n\n\n\n<p>What it is about is seeing the face of an inexperienced WordPress user light up for the first time because they <em>get it</em>.</p>\n\n\n\n<p>For years, I helped an older family member run an outdoors site. I had no interest in hunting, fishing, or most other topics covered on the blog. However, he was passionate about what he was doing. I wanted to help fuel that passion in any way I could. <em>The problem?</em> He simply never learned how WordPress worked. He never had that lightbulb moment. His face never glowed when he finally figured out how to lay out his content in the editor.</p>\n\n\n\n<p>He had big ideas and no way to accomplish them.</p>\n\n\n\n<p>At the time, most page builders were little more than shortcode soup, which I knew would eventually mean I would be the one to clean up the mess. There were few options other than the classic editor. My older cousin stuck it out for longer than most. After a few years, he finally let the site go.</p>\n\n\n\n<p>Even some of what I would consider the most basic of things were too frustrating for him. It was also frustrating for me because I could not understand why he could never learn what I was teaching.</p>\n\n\n\n<p>However, the block editor changed things. He was thinking of starting a new site but was asking about non-WordPress platforms. I spun up a demo install and a basic block-ready theme for him not long ago. Suddenly, this guy who routinely broke links and accidentally made all of his blog post content bold &mdash; twice &mdash; was piecing together media-filled content with few issues. That initial passion that he had all those years ago seemed to come back. Maybe, just maybe, WordPress might now be the CMS for him.</p>\n\n\n\n<p>I am fully aware that this is not everyone&rsquo;s experience. However, what I have found working with new and less-than-tech-savvy users is that the block editor is a stepping stone toward them being able to create the sites they want more easily. Right now, those users have far more control over their content than ever before. In the future, they will have that control over their entire site.</p>\n\n\n\n<p>When I share a story about blocks, it is because I am excited about them. More so, I want to share that excitement with others who are on this journey. Whether they want something on the <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">wacky and weird</a> side of things or want to <a href=\"https://wptavern.com/create-custom-patterns-with-the-block-pattern-builder-plugin\">build custom patterns</a> for reuse in their posts, I want them to find those tools.</p>\n\n\n\n<p>If I am a bit optimistic about the future at times, I will not apologize for that. I look forward to the next block-related story that we have the opportunity to cover here at the Tavern.</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, 04 May 2020 20:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:54:\"WordPress.org blog: The Month in WordPress: April 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=8571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\";s: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:8157:\"<p>April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, read on. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4.1 released</h2>\n\n\n\n<p>On April 24th,&nbsp; <a href=\"https://make.wordpress.org/core/2020/04/24/wordpress-5-4-1-rc1/\">WordPress 5.4.1 Release Candidate 1</a> (RC1) was released for testing, quickly followed by the official <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">release of WordPress 5.4.1</a> on April 29th. This security release features 17 bug fixes and seven security fixes, so we recommend updating your sites immediately. To download WordPress 5.4.1, visit your Dashboard, click on Updates, then Update Now, or download the latest version directly from WordPress.org. For more information, visit <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">this post</a>, review the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes on Trac</a>, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 7.9 and 8.0 released</h2>\n\n\n\n<p>It was another exciting month for Gutenberg, with the release of <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>! Version 7.9 brought new block design tools, three new patterns, and improved block markup. Gutenberg 8.0 continued to refine the new block patterns feature, with additional options for inline formatting, and extending the functionality of the Code Editor. In addition to these new features, both releases included new enhancements and APIs, along with a number of bug fixes, performance improvements, some experiments, and more! You can read all the details about the latest Gutenberg releases in the announcement posts for <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>BuddyPress 6.0.0</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-beta2/\">BuddyPress 6.0.0-beta2</a> was released for testing in mid-April, leading to the <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">BuddyPress 6.0.0 Release Candidate</a>, announced on April 29. This is an important step before&nbsp; the final release of BuddyPress 6.0.0, which is slated for Thursday, May 14. Changes and new features in this release include moving the profile photo and user cover image under the BP Members component, and a new BP Rest API. Additionally, this release will introduce the first round of BuddyPress Blocks! Last, but not least, BuddyPress 6.0.0 will require at least PHP 5.6 and WordPress 4.8.&nbsp;</p>\n\n\n\n<p>Want to get involved? <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">Test the 6.0.0-RC here</a>! You can also help by <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/\">translating BuddyPress into another language</a>, or let the team know of any issues you find, either in <a href=\"https://buddypress.org/support\">the support forums</a> and/or in their <a href=\"https://buddypress.trac.wordpress.org/\">development tracker</a>.&nbsp;</p>\n\n\n\n<h2>WordCamp US goes online, apply to speak!</h2>\n\n\n\n<p>WordCamp US will <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">take place online due to the COVID-19 pandemic</a>. The event still runs from October 27-29, 2020, and will be free to anyone who wishes to attend. The team plans to offer&nbsp; what WCUS has historically brought to the community in person: sessions and workshops, Contributor Day, a hallway track, and of course, State of the Word.&nbsp;</p>\n\n\n\n<p>Interested in speaking at WCUS? The <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Call for Speakers</a> is still open! You can apply to speak on the <a href=\"https://2020.wcus-speakers.org/\">speaker application site</a> until May 31, 2020 at 11:59 pm CDT (UTC-5).&nbsp;</p>\n\n\n\n<p>Additionally, the <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">Call for Cities is also open</a>. If your community is interested in hosting WordCamp US in 2021 &amp; 2022, please <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">fill out this application</a>.&nbsp;</p>\n\n\n\n<p>For the latest information about WordCamp US, sign up for updates on the <a href=\"https://2020.us.wordcamp.org/\">website</a>, or follow <a href=\"https://www.facebook.com/WordCampUSA/\">Facebook</a>, <a href=\"https://twitter.com/WordCampUS\">Twitter</a>, or <a href=\"https://www.instagram.com/wordcampus/?hl=en\">Instagram</a>.&nbsp;</p>\n\n\n\n<h2>WordCamp Europe 2020 goes virtual&nbsp;</h2>\n\n\n\n<p>Last month, WordCamp Europe decided to postpone its Porto event to 2021. This April, the WCEU organizing team announced that the <a href=\"https://2020.europe.wordcamp.org/2020/04/06/wordcamp-europe-2020-is-moving-online/\">2020 WordCamp will be online</a>! WordCamp Europe 2020 Online will take place from June 4-6, 2020, and tickets will be free. There will be a <a href=\"https://make.wordpress.org/updates/2020/04/15/wordcamp-europe-2020-contributor-day-update/\">virtual Contributor Day</a> on June 4, and then two half days of live-streamed talks and workshops. To participate, get your free ticket <a href=\"https://2020.europe.wordcamp.org/tickets/\">here</a>.&nbsp;</p>\n\n\n\n<p>To get the latest news for WordCamp Europe 2020 Online, follow on <a href=\"https://www.facebook.com/WCEurope/\">Facebook</a>, <a href=\"https://twitter.com/wceurope?lang=en\">Twitter</a>, <a href=\"https://www.linkedin.com/company/wordcampeurope/\">LinkedIn</a>, or on <a href=\"https://www.instagram.com/wceurope/?hl=en\">Instagram</a>.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/\">The WordPress 5.5 release cycle has officially been kicked off with a Call for Tickets</a>.</li><li><a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">Read the proposal for a new GitHub Theme review process.</a>.</li><li><a href=\"https://wordpress.tv/event/wpblocktalk-april-2020/\">Did you miss WPBlockTalk, or want to watch that really interesting session again? All talks are available on WordPress.tv!</a></li><li><a href=\"https://make.wordpress.org/core/2020/04/01/feature-plugin-proposal-wp-consent-api/\">The Core team has introduced a proposal for a new Consent API as a feature plugin</a>.</li><li><a href=\"https://make.wordpress.org/updates/2020/04/30/quarterly-updates-q1-2020/\">All WordPress contribution teams have reported on their recent work in the first quarterly update of 2020</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 May 2020 09:31: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:\"Angela Jin\";s: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:48:\"BuddyPress: BuddyPress 6.0.0 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2020/05/buddypress-6-0-0-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2943:\"<p>Hello,</p>\n\n\n\n<p>The second <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">release candidate for BuddyPress 6.0.0</a> is now available for an ultimate round of testing!</p>\n\n\n\n<p>Since the <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">first release candidate</a> and thanks to the <a href=\"https://make.wordpress.org/polyglots/\">WordPress Polyglots Team</a> (Many thanks to <a href=\"https://profiles.wordpress.org/tobifjellner/\">@tobifjellner</a> &amp; <a href=\"https://profiles.wordpress.org/ocean90/\">@ocean90</a>), we&#8217;ve found an issue involving the translation of our new BuddyPress Blocks. The BP Blocks are using <a href=\"https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/\">JavaScript i18n</a> functions and a specific task of our build process was preventing <a href=\"https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/\">GlotPress</a> from identifying the strings needing to be translated.</p>\n\n\n\n<p>We believe <a href=\"https://buddypress.trac.wordpress.org/ticket/8290\">we&#8217;ve fixed this issue</a> and this new release candidate will help us confirm it.</p>\n\n\n\n<p>BuddPress 6.0.0 is&nbsp;still slated for release&nbsp;on&nbsp;<strong>Thursday, May 14</strong>, and if you haven’t tried 6.0.0 yet,&nbsp;<strong>it&#8217;s probably your last chance to do so!</strong></p>\n\n\n\n<p>You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">6.0.0-RC2</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but&nbsp;you can get a quick overview by reading the post about the&nbsp;<a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">6.0.0 Beta1</a>&nbsp;release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Polyglots contributors, there&#8217;s some extra work.</h2>\n\n\n\n<p>This release candidate should introduce around 50 new strings to translate (the ones that were not included previously due to the issue), so thanks in advance for your comprehension and for your help <span class=\"dashicons dashicons-heart\"></span>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>As usual, <strong>if you think you’ve found a bug</strong>, please let us know reporting it on&nbsp;<a href=\"https://buddypress.org/support\">the support forums</a>&nbsp;and/or&nbsp;on&nbsp;<a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 May 2020 04:45:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s: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:99:\"WPTavern: FOSS Responders Group Brings Financial Help to Open Source Ecosystem Affected by COVID-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19?utm_source=rss&utm_medium=rss&utm_campaign=foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19\";s: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:2003:\"<p>The pandemic has caused economic hardships and upheaval in nearly every industry. Open source communities and contributors have been affected in a myriad of ways &ndash; whether it&rsquo;s a loss of donations, the burden of nonrefundable travel expenses for canceled conferences, or severely diminished business and fundraising opportunities. </p>\n\n\n\n<p><a href=\"https://fossresponders.com/\">FOSS Responders</a> is a working group of volunteers that aims to future-proof the open source infrastructure we rely on by helping sustain those who maintain the software. The group&rsquo;s website allows those in need to apply for emergency funds. FOSS Responders is <a href=\"https://opencollective.com/foss-responders\">raising money on Open Collective</a> and 100% of donations go to open source technologists in need. So far the group has an estimated annual budget of $8,145.05. Open Collective is also waiving its platform fees on COVID-19 solidarity collectives until the end of June.</p>\n\n\n\n<p>On May 22, FOSS Responders plans to host a <a href=\"https://opencollective.com/foss-responders/events/virtual-funding-event-q2-2020-4edd1e3a\">virtual funding event</a> to provide financial support for organizations affected by the profound economic disruptions caused by the pandemic. Organizers have a $5,000 goal for ticket revenue from general event ticket sales.</p>\n\n\n\n<p>In addition to providing emergency funds, the FOSS Responders group is aiming to address non-financial needs. Open source projects that relied heavily on events for fundraising need help amplifying their projects and recruiting volunteers. FOSS Responders is also creating a Resource Center for projects to find tips and tricks on how to manage fully virtual community interactions and events. Anyone with a skill or service to volunteer can get in touch on the <a href=\"https://fossresponders.com/\">FOSS Responders website</a> and the team will work as matchmakers to connect experts with projects that need help.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 May 2020 23:04:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WPTavern: Block Lab Team Joins WP Engine, Looks to the Future of Block Building\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building?utm_source=rss&utm_medium=rss&utm_campaign=block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building\";s: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:5636:\"<p class=\"has-drop-cap is-style-default\">The three-person Block Lab team of Luke Carbis, Ryan Kienstra, and Rob Stinson is <a href=\"https://getblocklab.com/the-block-lab-team-are-joining-wp-engine/\">joining WP Engine</a> to work on the company&rsquo;s block editor projects. WP Engine approached the team members after seeing how successful the <a href=\"https://getblocklab.com/\">Block Lab project</a> had grown and made them an offer.  The team will be able to continue building projects with solid financial backing.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/block-lab/\">Block Lab</a> is a plugin that was created to allow other developers to build blocks without needing to wade through the depths of complex JavaScript programming. It is a way to get your feet wet in the block development pool without diving in head first. The plugin has built a solid reputation based on user reviews. Out of 39 submissions, it has received 38 five-star ratings.</p>\n\n\n\n<p>&ldquo;From the start, Block Lab has been our answer to the question of &lsquo;how can I lower the barrier to entry for creating custom blocks,\'&rdquo; said Stinson. He said the plugin has done two important things for developers. It has given them an easy-to-use admin interface to work from and a simplified templating experience that is aligned with traditional workflows. &ldquo;It&rsquo;s helped folk who haven&rsquo;t had the time to summit the JS-all-the-things mountain or simply provide those that are looking for a standardized system that does a lot of the heavy lifting for them.&rdquo;</p>\n\n\n\n<p>The Block Lab plugin is being phased out, but the team assures that the plugin&rsquo;s current users will not be left in the dust. The plan is to continue supporting the plugin through bug and compatibility fixes for the next year. Pro users will also receive the same support until their license expires. In the long term outlook, the team plans to build a migration path to the new tools they will be building under the WP Engine banner.</p>\n\n\n\n<p>Stinson said that the plugin should work well for a long time to come because it was built by Carbis and Kienstra, two of the best engineers he has worked with. However, he stresses that the work they will be doing with WP Engine will exceed anything they have done with Block Lab.</p>\n\n\n\n<p>&ldquo;We&rsquo;ll be working on technology there that is focused on the Block Editor though, and a part of that will be taking what we&rsquo;ve done with Block Lab and introducing the feature set to the WP Engine suite of products,&rdquo; he said. &ldquo;The alignment will be close and will offer existing Block Lab users an easy migration experience.&rdquo;</p>\n\n\n\n<p>While the Block Lab plugin will see an end, the features the team has worked on will live on in some form.</p>\n\n\n\n<h2>A New Beginning</h2>\n\n\n\n<p class=\"has-drop-cap\">Before taking on roles with WP Engine, each member of the Block Lab team was paying the bills through agency and freelance work. Block Lab was merely a side project they were handling in their free time, but it was slowly growing both in scale and financially.</p>\n\n\n\n<p>&ldquo;Getting to a place where we could give it full-time focus was easily two to three years away though,&rdquo; said Stinson, &ldquo;and we have always been incredibly conscious of the things we wanted to be doing with it and how much the time factor was a limitation. With WP Engine, we&rsquo;re equipped to take the product vision we had for Block Lab and basically strap a rocket to it. Not only are we able to devote our full attention, but we also have the incredible support and resources of WP Engine behind us.&rdquo;</p>\n\n\n\n<p>Stinson is looking forward to the transition within the state of the current WordPress ecosystem. The team can walk into a fresh beginning with the full weight of a major company behind them. &ldquo;Between the classic way of building with WordPress and this new block-first frontier, being set up right now to build and contribute is incredible!&rdquo; he said.</p>\n\n\n\n<p>The team had an existing roadmap and backlog of features they wanted to develop. However, with Block Lab being only a side project, it meant those features would have taken much longer to build. They can now pursue them full time.</p>\n\n\n\n<p>&ldquo;We saw what Block Lab has currently as a necessary baseline for a plugin that equipped folks to create custom blocks, but what we have planned and are dreaming about goes so much further,&rdquo; said Stinson. &ldquo;Joining WP Engine unleashes us to chase down that work faster and with more focus. Another really exciting piece of this is that with our focus we are better positioned to offer insights and contribution to the larger block editor project through core and community contributions.&rdquo;</p>\n\n\n\n<p>The team now has the opportunity to be a pioneer in the years to come. They have proved they can build a useful tool on top of the block editor. The next step is seeing where they take it and whether they can get more developers to join them into a world of building blocks.</p>\n\n\n\n<p>&ldquo;The shift in thinking around how a website is structured towards one that is powered by &lsquo;blocks&rsquo; is a journey that the majority of the WP community is still on,&rdquo; said Stinson. &ldquo;A big part of my vision is having a larger portion of the community up to speed and onboard with this. With more people operating within that zone, more great work and tooling will be produced. By lowering the barrier to entry through Block Lab and what we have planned at WP Engine, it will help to get more people in that zone.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 May 2020 17:16: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:14:\"Justin Tadlock\";s: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:63:\"WPTavern: WordCamp US 2020 Goes Online, Cancels In-Person Event\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/wordcamp-us-2020-goes-online-cancels-in-person-event?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-us-2020-goes-online-cancels-in-person-event\";s: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:3758:\"<p>WordCamp US 2020 organizers have <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">cancelled the in-person event</a> in favor of hosting it as an online-only conference. With more than a million confirmed coronavirus cases in the U.S. today, 63,000+ deaths, and <a href=\"https://www.cnn.com/2020/04/30/health/us-coronavirus-thursday/index.html\">31 states set to partially reopen</a> this weekend, the pandemic&rsquo;s trajectory throughout the country has become increasingly uncertain. </p>\n\n\n\n<p>Many statewide stay-at-home orders are expiring tomorrow, despite <a href=\"https://www.nbcnews.com/health/health-news/guidelines-call-14-day-drop-cases-reopen-no-state-has-n1194191\">no state having met the federal guidelines for reopening</a>. Some businesses are opting to reopen in a limited capacity, but the general populace is still wary of returning to their previous way of life. In the state of Missouri, where WordCamp US was to be hosted in 2020, there will be no limitations on social gatherings as of May 4, as long as individuals maintain social distancing. It&rsquo;s not yet possible to predict what will be happening in the area in October or how it might impact an event with international attendees. </p>\n\n\n\n<p>After organizers extended the WCUS speaker application deadline for another 1.5 months on April 17,  it seemed the general disinclination towards traveling and gathering in large groups had already taken hold. Booking hotels and travel arrangements five months in advance is still too much of a gamble for speakers and attendees. </p>\n\n\n\n<p>The WCUS organizing team emphasized the longterm health and safety of the WordPress community as their primary concern in today&rsquo;s <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">announcement</a> about moving to an online-only event:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The WCUS organizing team has been working with WordCamp Central and local health authorities to try to make sense of the current COVID-19 pandemic and what it means for our event in St. Louis this October. Throughout this, we have held the longterm health and safety of the WordPress community as the highest priority of our event. To move forward in a way that honors what is best for our community &ndash; both locally and globally &ndash; we have made the hard choice to convert WordCamp US 2020 to an online only event.&nbsp;</p></blockquote>\n\n\n\n<p>WCUS will still happen on the originally scheduled dates, October 27th &ndash; 29th. Organizers plan to run sessions, workshops, and a virtual Contributor Day, along with the annual State of the Word address from Matt Mullenweg. They are also putting together a hallway track, some form of swag, and creative ways for attendees to connect, which will be announced at a later date. </p>\n\n\n\n<p>WCUS is now free for anyone who wants to attend. Without the necessity to rent a venue, provide lunches, and other physical aspects of the event, sponsorships are easily able to cover the cost of streaming to an unlimited number of attendees. </p>\n\n\n\n<p>The <a href=\"https://2020.wcus-speakers.org/\">call for speakers</a> is open until May 31, 2020 at 11:59 pm CDT. WCUS is still accepting sponsorships and will be publishing a set of unique sponsorship packages for the virtual event. Organizers plan to put out a call for volunteers in the near future.  </p>\n\n\n\n<p>WordCamp US follows other major regional WordCamps in Asia and Europe that have canceled in-person events due to the pandemic. Several other upcoming WordCamps, including events in Spain, Kent, Denver, and Minneapolis / Saint Paul,&nbsp;have also announced that they are transitioning to online-only events.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 22:49:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\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:103:\"WPTavern: Gutenberg 8.0 Merges Block and Pattern Inserter, Adds Inline Formats, and Updates Code Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:247:\"https://wptavern.com/gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5033:\"<p class=\"has-drop-cap\">The team behind the Gutenberg plugin <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">shipped version 8.0 yesterday</a>. The update adds some nice user-facing changes, including a merged block and pattern inserter, new inline formatting options, and visual changes to the code editor. Over two dozen bug fixes were included in the release, along with several enhancements.</p>\n\n\n\n<p>Designers on the project <a href=\"https://github.com/WordPress/gutenberg/pull/21515\">updated the welcome box illustrations</a> to match the current UI. Because the welcome modal should already be dismissed for current users, only new users should see these changes.</p>\n\n\n\n<p>For theme authors, the post title and placeholder paragraph text for the block appender will <a href=\"https://github.com/WordPress/gutenberg/pull/21749\">inherit body font styles</a>. Previously, they had specific styles attached to them in the editor. The current downside is that the post title is not an <code>&lt;h1&gt;</code> element so it cannot automatically inherit styles for that element. However, that will change once the post title becomes a true block in the editor.</p>\n\n\n\n<p>The editor also now <a href=\"https://github.com/WordPress/gutenberg/pull/21608\">clears centered blocks</a> following a floated block. This is an opinionated design change, but it should not negatively affect most themes. However, theme authors should double-check their theme styles to be sure.</p>\n\n\n\n<h2>Updated Block and Pattern Inserter</h2>\n\n\n\n<img />Patterns available in the inserter.\n\n\n\n<p class=\"has-drop-cap\">The development team <a href=\"https://github.com/WordPress/gutenberg/pull/20951\">added patterns to the existing inserter</a>. Now, both blocks and patterns have an individual tab within a unified interface. This is yet another step in the evolution of the pattern system that should land in core WordPress this year.</p>\n\n\n\n<p>Right now, the experience is a two-steps-forward-one-step-back deal. The inserter&rsquo;s behavior has improved and it is great to see patterns merged into it. However, all blocks and patterns are within long lists that require scrolling to dig through. Block categories are no longer tabbed in version 8.0, which is a regression from previous versions. I am certain this will be resolved soon enough, but it is a little frustrating locating a block in the list at the moment.</p>\n\n\n\n<p>Merging patterns into the inserter is an ongoing process. There is still a lot of work to do before the final product is polished and included in core WordPress.</p>\n\n\n\n<p>The following are some key items that need to be addressed in upcoming versions of Gutenberg:</p>\n\n\n\n<ul><li>Patterns should be categorized the same as blocks.</li><li>The block search box should switch to a pattern search box when viewing patterns.</li><li>Pattern titles should be reintroduced in the interface (removed in 8.0).</li></ul>\n\n\n\n<p>Of course, there is a host of other minor and major issues the team will need to cover to nail down the user experience. For now, the interface for patterns continues to improve.</p>\n\n\n\n<h2>Subscript and Superscript Formats</h2>\n\n\n\n<img />Adding superscript text to the editor.\n\n\n\n<p class=\"has-drop-cap\">Gutenberg developers added <a href=\"https://github.com/WordPress/gutenberg/pull/21819\">two new inline formatting options</a> to the editor toolbar: subscript and superscript. These options allow users to add text such as X<sub>2</sub> and X<sup>2</sup>.  They work the same as bold, italic, inline code, and other options.</p>\n\n\n\n<p>The two formatting options represent their respective inline HTML tags, <code>&lt;sub&gt;</code> for subscript and <code>&lt;sup&gt;</code> for superscript. With the addition of the elements, the toolbar now covers most of the widely-used inline HTML tags. The only other tags that are low on my wish list are <code>&lt;abbr&gt;</code>, <code>&lt;del&gt;</code>, and <code>&lt;ins&gt;</code>, but I could live with those remaining firmly in plugin territory.</p>\n\n\n\n<h2>Improved Code Editor</h2>\n\n\n\n<img />Updated code-editing view.\n\n\n\n<p class=\"has-drop-cap\">The code editor <a href=\"https://github.com/WordPress/gutenberg/pull/21643\">received a much-needed overhaul</a> in the 8.0 update. Everything from the post title to the content is set in a monospace font, and the width of the code editing box spans the editing area. It should be a welcome change for those who need to switch to code view once in a while.</p>\n\n\n\n<p>The next step to polishing the code editor (and the HTML block) would be to add syntax highlighting. In the current version, the HTML output is plain text. Given the extra markup that the block editor produces, it can be a bit of a jumbled mess to wade through. Basic syntax highlighting would improve the experience several times over. There is a <a href=\"https://github.com/WordPress/gutenberg/issues/10423\">GitHub ticket</a> for adding the feature, but it has not seen any movement in several months.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 19:48: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:14:\"Justin Tadlock\";s: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:46:\"BuddyPress: BuddyPress 6.0.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3360:\"<p>Hello BuddyPress community members!</p>\n\n\n\n<p>The first <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">release candidate for BuddyPress 6.0.0</a> is now available for a last round of testing!</p>\n\n\n\n<p>This is an important milestone as we progress toward the BuddyPress 6.0.0 final release date. “Release Candidate” means that we think the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins and Thousands of WordPress themes, it’s possible something was missed.</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://buddypress.org/wp-content/uploads/1/2020/04/bp-6-0-0-slated-1024x576.jpg\" alt=\"\" class=\"wp-image-311341\" /></div>\n\n\n\n<p>BuddPress 6.0.0 is&nbsp;slated for release&nbsp;on&nbsp;<strong>Thursday, May 14</strong>, but we need&nbsp;<em>your</em>&nbsp;help to get there—if you haven’t tried 6.0.0 yet,&nbsp;<strong>now is the time!</strong></p>\n\n\n\n<p>You can test the&nbsp;<a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">6.0.0-RC</a>&nbsp;pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a>&nbsp;plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository:&nbsp;<code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository:&nbsp;<code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but&nbsp;you can get a quick overview by reading the post about the&nbsp;<a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">6.0.0 Beta1</a>&nbsp;release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against BuddyPress 6.0.0. If you find compatibility problems, please be sure to post to this specific&nbsp;<a href=\"https://buddypress.org/support/topic/buddypress-6-0-0-release-candidate/\">support topic</a>&nbsp;so we can figure those out before the final release. We strongly advise you to have a look at the <a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\">6.0.0 development notes</a> to figure out what to focus on during your testing.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Polyglots, we need you!</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/\">Help us translate BuddyPress into many languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a> point of the 6.0.0 release schedule. For your information, we are now using WP CLI to generate the buddypress.pot file and you&#8217;ll see we&#8217;ve paid attention to add translators comments to all the strings needing some.</p>\n\n\n\n<p><strong>If you think you’ve found a bug</strong>, please let us know reporting it on&nbsp;<a href=\"https://buddypress.org/support\">the support forums</a>&nbsp;and/or&nbsp;on&nbsp;<a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\n\n\n\n<p>Thanks in advance for giving the release candidate a test drive!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 00:45: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:12:\"Mathieu Viet\";s: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:76:\"WPTavern: WordPress 5.4.1 Addresses 7 Security Issues and Fixes Several Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99123\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs\";s: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:5888:\"<p class=\"has-drop-cap\">WordPress 5.4.1, <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">a security and maintenance release</a>, dropped today. The release addresses seven security issues, which were all responsibly disclosed to the WordPress security team. Core developers also included several fixes for code regressions in the previous version 5.4 release and ported bug fixes to the block editor from the Gutenberg plugin.</p>\n\n\n\n<p>End-users with automatic updates enabled should begin seeing their sites updated shortly. Other users should update as soon as possible to make sure they are running a version of WordPress with the latest security fixes.</p>\n\n\n\n<p>The WordPress support team has published the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">full release documentation</a> for those who wish to view it.</p>\n\n\n\n<p>Security fixes were added to every major version of WordPress from 5.4 back to 3.7.  The following vulnerabilities were addressed:</p>\n\n\n\n<ul><li>Password reset tokens were not correctly invalidated.</li><li>Some private posts could be viewed without authentication.</li><li>Two cross-site scripting (XSS) vulnerabilities in the customizer.</li><li>XSS issue in the search block.</li><li>XSS issue in the WordPress object cache.</li><li>XSS issue with file uploads.</li><li>XSS issue in the block editor for WordPress 5.4 Release Candidates 1 and 2 (fixed in 5.4 RC5).</li></ul>\n\n\n\n<h2>Block Editor Updates</h2>\n\n\n\n<p class=\"has-drop-cap\">Several fixes were high priority enough from the Gutenberg plugin to port to the WordPress 5.4.1 release. The biggest user-facing issues were a broken block duplication keyboard shortcut, misaligned buttons blocks, and odd scrolling behavior when attempting to edit text in a long block.</p>\n\n\n\n<p>The following is a full list of the issues the development team addressed:</p>\n\n\n\n<ul><li>Fixed the <code>Ctrl</code> + <code>Shift</code> + <code>D</code> keyboard shortcut for duplicating a block, which no longer throws an error.</li><li>Adds correct margins when aligning the buttons block left or right.</li><li>Prevents the editor from scrolling to the top when clicking to edit a large block, such as a long list.</li><li>No longer hides the toolbar for plugins that have text inputs in the toolbar.</li><li>Stops a JavaScript crash with the latest posts block when an image has missing dimensions.</li><li>Escapes the HTML class for the RSS and search blocks to prevent malformed markup.</li></ul>\n\n\n\n<p>To review the code changes to the block editor in-depth, see the <a href=\"https://github.com/WordPress/gutenberg/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3A%22Backport+to+WP+Core%22+is%3Aclosed\">full ticket list</a>.</p>\n\n\n\n<h2>Other Core WordPress Changes</h2>\n\n\n\n<p class=\"has-drop-cap\">Users who run their browsers in dark mode can rejoice if they also use the core WordPress favicon. The team <a href=\"https://core.trac.wordpress.org/ticket/49798\">introduced an updated favicon</a> with a light background so that it no longer washes out. It is a minor fix but makes the famed WordPress logo look more professional.</p>\n\n\n\n<p>The heading level, which was previously set to <code>&lt;h3&gt;</code>, has been <a href=\"https://core.trac.wordpress.org/ticket/49838\">bumped up one level</a> on the WordPress admin freedoms screen (<code>wp-admin/freedoms.php</code>). This change provides the proper heading level and should help screen-reading users better navigate the page.</p>\n\n\n\n<p>For users on the Edge or iOS Safari browsers who <a href=\"https://core.trac.wordpress.org/ticket/49753\">could not select files in the media library</a>, it was due to a CSS issue that hid the input. This should no longer be an issue in the new update.</p>\n\n\n\n<p>WordPress 5.4.1 addressed some regressions from the previous version. One revolves around posting by email when no post title was added. In that scenario, the <a href=\"https://core.trac.wordpress.org/ticket/49853\">email subject should have been used as the title</a>, but this was broken by a code change in WordPress 5.4. For developers, the <code>category_link</code> and <code>tag_link</code> filter hooks were <a href=\"https://core.trac.wordpress.org/ticket/49759\">mistakenly deprecated</a> previously and are now once again good to use without throwing a notice.</p>\n\n\n\n<p>Plugin developers have a few bug fixes to look forward to. The <code>WP_Site_Health</code> object is now instantiated after the <code>plugins_loaded</code> and <code>after_setup_theme</code> hooks, which means they can perform necessary actions <a href=\"https://core.trac.wordpress.org/ticket/49824\">before the site health is checked</a>. The deprecated <code>wp_get_user_request_data()</code> function is now <a href=\"https://core.trac.wordpress.org/ticket/49802\">correctly loaded on the front end</a>, which was causing errors with plugins such as BuddyPress.</p>\n\n\n\n<p>In a larger design change, plugin authors who <a href=\"https://core.trac.wordpress.org/ticket/49772\">add custom content to the privacy policy guide</a> can use more HTML elements. In WordPress 5.4, the guide design was updated to add a white background behind the suggested text. However, the new code only applied to paragraphs. Now, the design supports tables, lists, and other elements that are commonly used. Unordered lists also have bullet points to distinguish them from paragraphs.</p>\n\n\n\n<p>The development team fixed two issues with the REST API. The first <a href=\"https://core.trac.wordpress.org/ticket/49645\">corrected an issue</a> with the <code>get_item</code> permissions check. The second fixed the <code>_fields</code> filtering. The core code now uses the <code>rest_is_field_included()</code> function to <a href=\"https://core.trac.wordpress.org/ticket/49648\">determine which fields to include</a> to permit filtering by nested field properties.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 20:39:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:35:\"WordPress.org blog: WordPress 5.4.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=8553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2020/04/wordpress-5-4-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:6915:\"<p>WordPress 5.4.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 17 <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priorityhttps://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">bug fixes</a> in addition to 7 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.4.1 is a short-cycle security and maintenance release. The next major release will be version 5.5.</p>\n\n\n\n<p>You can download WordPress 5.4.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Seven security issues affect WordPress versions 5.4 and earlier. If you haven’t yet updated to 5.4, all WordPress versions since 3.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props to <a href=\"https://hackerone.com/hijibiji\">Muaz Bin Abdus Sattar</a> and <a href=\"https://hackerone.com/dyennez\">Jannes</a> who both independently reported an issue where password reset tokens were not properly invalidated</li><li>Props to <a href=\"https://github.com/ka1n4t\">ka1n4t</a> for finding an issue where certain private posts can be viewed unauthenticated</li><li>Props to <a href=\"https://evanricafort.com/\">Evan Ricafort</a> for discovering an XSS issue in the Customizer</li><li>Props to Ben Bidner from the WordPress Security Team who discovered an XSS issue in the search block</li><li>Props to Nick Daugherty from <a href=\"https://wpvip.com\">WordPress VIP</a> / WordPress Security Team who discovered an XSS issue in <code>wp-object-cache</code></li><li>Props to Ronnie Goodrich (<a href=\"https://hackerone.com/kahoots\">Kahoots</a>) and <a href=\"http://pentestusa.com/\">Jason Medeiros</a> who independently reported an XSS issue in file uploads.</li><li>Props to <a href=\"https://weston.ruter.net/\">Weston Ruter</a> for fixing a stored XSS vulnerability in the WordPress customizer.</li><li>Additionally, an authenticated XSS issue in the block editor was discovered by Nguyen The Duc (<a href=\"https://twitter.com/ducnt_\">ducnt</a>) in WordPress 5.4 RC1 and RC2. It was fixed in 5.4 RC5. We wanted to be sure to give credit and thank them for all of their work in making WordPress more secure.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">DhrRob</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">Søren Brønsted</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">tellthemachines</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, and <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 19:56: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:\"Jake Spurlock\";s: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:71:\"Akismet: Version 4.1.5 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2020/04/29/version-4-1-5-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1339:\"Version 4.1.5 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. It contains the following changes:\n\n<!-- /wp:paragraph --><!-- wp:list -->\n<ul>\n 	<li>Based on user feedback, we have dropped the in-admin notice explaining the availability of the &#8220;privacy notice&#8221; option in the AKismet settings screen. The option itself is available, but after displaying the notice for the last 2 years, it is now considered a known fact.</li>\n 	<li>Updated the &#8220;Requires at least&#8221; to WP 4.6, based on recommendations from <a href=\"https://wp-info.org/tools/checkplugini18n.php?slug=akismet\" rel=\"nofollow\">https://wp-info.org/tools/checkplugini18n.php?slug=akismet</a></li>\n 	<li>Moved older changelog entries to a separate file to keep the size of this readme reasonable, also based on recommendations from <a href=\"https://wp-info.org/tools/checkplugini18n.php?slug=akismet\" rel=\"nofollow\">https://wp-info.org/tools/checkplugini18n.php?slug=akismet</a></li>\n</ul>\n<!-- /wp:list --><!-- wp:paragraph -->\n\nTo upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 13:12:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Stephane Daury\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:108:\"WPTavern: Tectonic Shifts in Retail Industry are Creating Unprecedented Opportunities for Independent Stores\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:261:\"https://wptavern.com/tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores?utm_source=rss&utm_medium=rss&utm_campaign=tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores\";s: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:12689:\"<p>Major retailers that are part of the critical infrastructure for distributing household essentials, healthcare items, and shelf-stable food, are raking in the cash during this pandemic. While consumer spending at bars, restaurants, and places of entertainment has dropped precipitously, spending at Amazon and Walmart has increased considerably in the past few weeks. The companies cannot hire workers fast enough to meet consumer demand.</p>\n\n\n\n<p>According to a report from <a href=\"https://first.facteus.com/\">Facteus,</a> a firm that provides data from billions of transactions from over 1,000 financial services companies, Amazon and Walmart&rsquo;s year-over-year growth recently hit 80% and 18%, respectively in the past few weeks.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The pandemic has worked as a catalyst for pre-existing trends, &ldquo;accelerating the retail reckoning,&rdquo; as Derek Thompson predicts in his recent article on how <a href=\"https://www.theatlantic.com/ideas/archive/2020/04/how-pandemic-will-change-face-retail/610738/\">The Pandemic Will Change American Retail Forever</a>. Brick and mortar storefronts are rapidly becoming obsolete in a world that is forcibly consigned to shopping from home.</p>\n\n\n\n<p>There are still many uncertainties about <em>SARS</em>&ndash;<em>CoV-2</em> and how humanity will safely find its way out of lockdown. Recovery from the virus may not confer long-term immunity and a vaccine may be more than a year away, likely pushing social distancing measures into 2021. Consumer behavior may be forever altered by this experience, as many people may continue to avoid in-person browsing at stores long after the worst is over. </p>\n\n\n\n<p class=\"is-style-highlight\">While it might seem like the retail titans are still uncontested in their domination, there are tectonic shifts happening in the retail industry that are giving smaller, independent stores an unprecedented opportunity to gain new customers online. Merchants that can adapt and excel at getting products to a homebound population stand to be the most resilient during this pandemic.</p>\n\n\n\n<p>In order to keep up with demand, Amazon has had to delay shipments of non-essential items by up to a month in some cases, prioritizing household basics and medical supplies. Major grocery retailers are <a href=\"https://www.digitalcommerce360.com/article/coronavirus-impact-online-retail/\">competing against one another to hire furloughed workers</a> in order to keep up with the demand for groceries with so many people eating at home. Independent stores that can be found online have the opportunity to step up and fill in the gaps where major retailers cannot meet the demand fast enough.</p>\n\n\n\n<p>People are more inclined to support small businesses right now in light of current circumstances. Amazon&rsquo;s severely strained relationship with buyers, sellers, affiliates, and employees is also contributing to consumers&rsquo; eagerness to support independent stores.</p>\n\n\n\n<p>On April 21, <a href=\"https://www.cnbc.com/2020/04/14/amazon-slashes-commission-rates-for-affiliate-program.html\">Amazon slashed commission rates</a> nearly in half for most product categories, negatively impacting media companies and publishers that have not diversified their affiliate revenue sources.</p>\n\n\n\n<p>Amazon&rsquo;s essential workers are planning to join others from Instacart, Whole Foods, Walmart, Target, and FedEx in <a href=\"https://theintercept.com/2020/04/28/coronavirus-may-1-strike-sickout-amazon-target-whole-foods/\">a strike on Friday</a>. They are protesting their employers&rsquo; record corporate profits which they say have come at the expense of workers&rsquo; health and safety. Many consumers have already grappled with a question of conscience in continuing to shop on Amazon after hearing reports of grueling labor conditions for years.</p>\n\n\n\n<p>Another major development in the retail industry has come to light as the result of a recent Wall Street Journal investigation, which revealed that <a href=\"https://www.wsj.com/articles/amazon-scooped-up-data-from-its-own-sellers-to-launch-competing-products-11587650015\">Amazon is using data from its sellers to launch competing products</a>. Merchants selling successfully on Amazon are not safe from having their products copied and their businesses effectively cannibalized.</p>\n\n\n\n<p>Documents obtained by the WSJ, along with interviews from more than 20 former employees of Amazon&rsquo;s private-label business, described how the marketplace operator uses third-party sellers&rsquo; data to gain a competitive advantage: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In one instance, Amazon employees accessed documents and data about a bestselling car-trunk organizer sold by a third-party vendor. The information included total sales, how much the vendor paid Amazon for marketing and shipping, and how much Amazon made on each sale. Amazon&rsquo;s private-label arm later introduced its own car-trunk organizers.</p></blockquote>\n\n\n\n<p>The WSJ expos&eacute; details the great pressure that Amazon executives are under to deliver successful private-label products:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Former executives said they were told frequently by management that Amazon brands should make up more than 10% of retail sales by 2022.&nbsp;Managers of different private-label product categories have been told to create $1 billion businesses for their segments, they said.</p></blockquote>\n\n\n\n<p>This practice of launching competing products with access to third-party sellers&rsquo; data has been happening for years but is an especially hostile tactic to employ in a time when Amazon&rsquo;s revenue is skyrocketing and small businesses are struggling to stay afloat. It is a sobering reminder of the value of hosting your own online store and the importance of owning your own data.</p>\n\n\n\n<p>There are some positive developments in the industry that should give small business owners confidence in maintaining independence from the dominant forces in online retail. </p>\n\n\n\n<p>Wired published an article this week titled <a href=\"https://www.wired.com/story/coronavirus-book-sales-indie/\">The Coronavirus Pandemic Is Changing How People Buy Books</a> by Kate Knibbs. She describes how one indie bookseller&rsquo;s e-commerce startup has found unlikely success in positioning itself as &ldquo;an easy way to buy books online without further enriching Jeff Bezos:&rdquo;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Bookshop went from a well-intentioned startup facing an uphill battle to one of the most popular ways to buy books online in a matter of weeks.&nbsp;<em>The</em>&nbsp;<em>New York Times</em>, BuzzFeed, Vox, and&nbsp;<em>The New Republic</em>&nbsp;are all affiliate partners now. Its headcount has doubled in size. Hunter expects to hit $6 million in sales by May, eons ahead of its loftiest projections from January. If the company&rsquo;s performance holds steady, it could do $60 million in sales a year, although Hunter is assuming post-quarantine life will be different. &ldquo;I&rsquo;m sure that when things open back up, our sales will drop, maybe even cut in half,&rdquo; he says. &ldquo;But even then, we&rsquo;re still one of the top 10 bookstores in the US.&rdquo;</p></blockquote>\n\n\n\n<p>Yesterday, <a href=\"https://techcrunch.com/2020/04/28/shopify-launches-shop-a-new-mobile-shopping-app/\">Shopify launched its new Shop app</a>, touting modularized, distributed marketplaces as the future of e-commerce. The app allows shoppers to browse local merchants and make purchases. It provides a new vehicle of exposure for the company&rsquo;s 1m+ merchants on its platform. Businesses do not have to pay to have access to the app, nor do they pay commissions on the sales it generates.</p>\n\n\n\n<p>Google is also making it easier for smaller stores to be found on the web by <a href=\"https://wptavern.com/google-shopping-is-now-open-to-free-product-listings\">opening up the Shopping tab to free listings</a> and partnering with WooCommerce, Shopify, and BigCommerce. This essentially gives more free traffic to small businesses whose listings will break up the longstanding dominance of major online retailers in the Shopping tab. </p>\n\n\n\n<p>WordPress developers with e-commerce experience have the opportunity to build products and stores that will help traditional brick-and-mortar businesses&nbsp;start selling online quickly, so they can continue to find success in. the brave new world of online-first retail. WordPress has a plethora of plugin options for making e-commerce accessible to store owners, no matter how simple or complex the store&rsquo;s requirements.</p>\n\n\n\n<h2>Independent WooCommerce Stores Are Booming</h2>\n\n\n\n<p>One user in the WooCommerce community&rsquo;s Facebook group <a href=\"https://www.facebook.com/groups/advanced.woocommerce/permalink/3429259367088458/\">asked</a> how the coronavirus is impacting members&rsquo; e-commerce stores. Responses were varied based on the types of products that the merchants were selling, but the vast majority of responses from store owners and developers were positive reports of increased sales: </p>\n\n\n\n<ul><li>&ldquo;I have a client selling cleaning products. He got several pallets of hand sanitizer in and sold out in a week. He was doing about $2000 in sales a day.&rdquo;</li><li>&ldquo;My client does fruit and veg online. Went from &pound;4k a month trickling along as a side part of his business, to &pound;150k last month and the heading for the same this month.&rdquo;</li><li>&ldquo;We are selling plumbing and home improvement tools and items sales have quadrupled.&rdquo;</li><li>&ldquo;Positive impact. Highest sales for me on my indoor activities niche (puzzles, board games).&rdquo;</li><li>&ldquo;Sales are up more than 1000% &ndash; natural supplements&rdquo;</li><li>&ldquo;Built a cake delivery service to sell slices of cake locally&hellip;&hellip; &pound;4K in a day and sold out. It&rsquo;s crazy.&rdquo;</li><li>&ldquo;800% increase on a niche plant site I host&rdquo;</li><li>&ldquo;Compared to same month last year, up approx 250% (garden products)&rdquo;</li><li>&ldquo;3000% increase during the last month compared to monthly average over the last year. Natural health products&rdquo;</li><li>&ldquo;Our canvas printing site is up 20%&rdquo;</li><li>&ldquo;We are selling more Glass Bongs than ever. People are staying home and getting stoned.&rdquo;</li></ul>\n\n\n\n<p>Saad Munir, the CEO of an e-commerce marketing agency, manages 28 stores for their clients with $30-$500k sales per month in various niches. </p>\n\n\n\n<p>&ldquo;Some of them are popular brands of their niche,&rdquo; Munir said. &ldquo;We have seen a drop in sales of up to 80% in non-essential and medium luxury products, and a 400% increase in essential products. However, now non-essential and daily-use products have also started getting good sales since everyone is home and sticking to their devices during this social distancing. We also have clients of furniture e-commerce stores. This means high-ticket items. They have even seen increased sales in bedsets, sofas, etc. So, for sure online sales are increasing. We also on-boarded several new clients and most of these stores are in WooCommerce.&rdquo;</p>\n\n\n\n<p>In the WooCommerce Help &amp; Share group, one member <a href=\"https://www.facebook.com/groups/woohelp/permalink/3028955177330917/\">asked for help collating all his orders into one list</a> after his artisan cheese business increased exponentially overnight. Another member <a href=\"https://www.facebook.com/groups/woohelp/permalink/3024332674459834/\">asked for help optimizing his client&rsquo;s store</a> after their pre-COVID-19 revenue went from less than &pound;1k/month to almost &pound;2k sales per day.</p>\n\n\n\n<p>If independent self-hosted stores are able to perform well during this crisis, they have the opportunity to earn customers&rsquo; loyalty for continued business long after social distancing requirements are no longer necessary. It&rsquo;s a unique opportunity that may not have been possible on such an accelerated timeline without this exact set of circumstances.</p>\n\n\n\n<p>These recent shifts in online retail are the first cracks in the ice towards a web that is more friendly for smaller, independent stores. The trend towards buying all of life&rsquo;s necessities online has evolved overnight to include a wider spectrum of consumer demographics than ever before. Diverse independent stores are crucial for meeting this demand without losing the unique and varied shopping landscape that the pandemic has forced to be temporarily closed.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 08:17:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"Post Status: Professional WordPress Plugin Development: Interview with the authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=78739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/professional-wordpress-plugin-development-interview-with-the-authors/\";s: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:1671:\"<p><em>Professional WordPress Plugin Development</em> was one of the most helpful books I\'ve ever read. To see a new edition with two returning authors, nine years after the original, is very exciting.</p>\n\n\n\n<p>This edition of the book will be sure to offer a great resource for developer education for years to come. Brad Williams, Justin Tadlock, and John James Jacoby are each extremely talented developers and communicators. The work they can accomplish together is even greater.</p>\n\n\n\n<p>Cory talks to them about their histories, the book, the process, and much more. We hope you enjoy this episode of Post Status Draft.</p>\n\n\n\n\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>You can <a href=\"https://amzn.to/3cWMJlB\">pre-order <em>Professional WordPress Plugin Development</em> now on Amazon</a>. It is slated to be released June 10th.</p>\n\n\n\n<ul><li><a href=\"https://strangework.com/2020/01/06/announcing-professional-wordpress-plugin-development-2nd-edition/\">Brad\'s announcement</a></li><li><a href=\"http://justintadlock.com/archives/2020/01/06/writing-a-wordpress-book-again\">Justin\'s announcement</a></li><li><a href=\"https://jjj.blog/2020/01/coauthoring-a-wordpress-plugin-development-book/\">John\'s announcement</a></li></ul>\n\n\n\n<h3>Episode Partner: <a href=\"https://poststatus.com/gravity\">Gravity Forms</a></h3>\n\n\n\n<p>Gravity Forms is the easiest-to-use and most trusted tool for creating advanced forms for your WordPress-powered website. I use Gravity Forms on every WordPress site I own, and I know I can always rely on its power, flexibility, and reliability.</p>\n\n\n\n<p><a href=\"https://poststatus.com/gravity\">Try Gravity Forms today.</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 04:27: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"WPTavern: David Vongries Takes Over as New Owner of the Kirki Customizer Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"https://wptavern.com/david-vongries-takes-over-as-new-owner-of-the-kirki-customizer-framework?utm_source=rss&utm_medium=rss&utm_campaign=david-vongries-takes-over-as-new-owner-of-the-kirki-customizer-framework\";s: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:8410:\"<p class=\"has-drop-cap\">Ari Stathopoulos sold <a href=\"https://kirki.org/\">Kirki</a>, his 6-year-old customizer framework, last week. The plugin is a widely-used tool for theme authors and currently has over 400,000 installations. It is also bundled as a drop-in package within an unknown number of themes, likely numbering in the hundreds. David Vongries, the owner of the <a href=\"https://wp-pagebuilderframework.com/\">Page Builder Framework theme</a>, has taken over the project.</p>\n\n\n\n<p>All of Kirki&rsquo;s customizer controls, including those that were previously commercial/premium, are now open under the <a href=\"https://github.com/kirki-framework\">Kirki Framework</a> GitHub organization.</p>\n\n\n\n<p>Stathopoulos <a href=\"https://twitter.com/aristath/status/1247931690162544640\">tweeted his decision</a> to seek a buyer on April 8. &ldquo;This is an announcement I never thought I&rsquo;d make,&rdquo; he wrote.  &ldquo;As much as it saddens me, I have decided to sell the Kirki #WordPress plugin.  With 500,000+ installations and included in hundreds of themes I no longer have the ability &ndash; as an individual developer &ndash; to maintain it. And even though I had big dreams and wanted to facilitate things for the WordPress editor as well, the plugin has grown beyond me&hellip;It is no longer possible for a single person to maintain such a beast.&rdquo;</p>\n\n\n\n<p>Between his fulltime day job, a representative role for the theme review team, and maintaining other open-source projects, Stathopoulos was pulling 16-hour days of work. Not to mention, he had the usual life elements he needed to make time for in his routine. The Kirki project was not something he could devote any extra time to. Stathopoulos said he knew that spending too much time behind the screen was detrimental to his mental and physical health. He needed to make changes for his personal well-being. Still, it was tough to let go of a project he had invested years into.</p>\n\n\n\n<p>&ldquo;Letting go of a project like that feels extremely weird!&rdquo; he said. &ldquo;It&rsquo;s a weird mix of sadness, stress, and relief. I feel sad because it&rsquo;s out of my control. I feel stressed because it&rsquo;s out of my control. And I feel relieved because it&rsquo;s out of my control.&rdquo;</p>\n\n\n\n<p>While he suspects the sadness and stress of letting go of his project will subside, he said he already feels relieved to no longer have the responsibility of managing such a huge project alone. &ldquo;I am no longer responsible for the hundreds of themes that use it; it&rsquo;s liberating,&rdquo; he said.</p>\n\n\n\n<h2>No Deal for the Highest Bidder</h2>\n\n\n\n<p class=\"has-drop-cap\">Stathopoulos did not want to let this passion project go to anyone. He wanted someone with the vision to see the project evolve. He had several offers for Kirki. Over 400,000 installations can make for a lucrative opportunity for someone with the right marketing skills. It would have been easy for him to take the highest bid and jump ship, but that is not his style.</p>\n\n\n\n<p>&ldquo;Kirki is a weird case,&rdquo; he said. &ldquo;It may have 400,000 installations and used by hundreds of themes both free and premium, but the actual &lsquo;clients&rsquo; are the theme authors, not the end-users. That fact limits the potential for monetizing the plugin ethically. There were quite a few bids, some were high, some were low, but what surprised me is that a lot of them were not interested in helping the community in any way.&rdquo;</p>\n\n\n\n<p>Stathopoulos said the majority of the offers were from buyers with no interest in growing the plugin. Most of them seemed to be looking for a quick buck. He steered clear of them because he did not want to see end-users blasted with obtrusive ads, upsells, or spam.</p>\n\n\n\n<p>&ldquo;In the end, I didn&rsquo;t go with the highest bid, which was 2.5 times the price I gave it for,&rdquo; he said. &ldquo;Though I admit I was seriously tempted to &lsquo;take the money and run.&rsquo; I went with what I felt was an ethical choice, someone who actually uses the project on a daily basis, wants to evolve it, and I feel will honor the open-source spirit and the six years of sweat.&rdquo;</p>\n\n\n\n<p>Stathopoulos decided to sell to Vongries. The two had previously worked together on multiple occasions on the Kirki project and he felt it was the right move.</p>\n\n\n\n<p>&ldquo;Once I decided that he should get it, the process went pretty smooth, and there were no hiccups,&rdquo; said Stathopoulos. &ldquo;The hard part was deciding who should get it.&rdquo;</p>\n\n\n\n<p>Vongries was almost a natural choice as a new owner. He and his team had been using Kirki since its inception. &ldquo;I think it&rsquo;s an incredible framework and it makes working with the WordPress customizer so much easier,&rdquo; he said.</p>\n\n\n\n<p>He reached out to Stathopoulos immediately upon seeing it was for sale. The two had a conversation soon thereafter and shared similar visions for the plugin.</p>\n\n\n\n<p>&ldquo;I always looked at Kirki as something special and wanted to get involved,&rdquo; said Vongries. &ldquo;Until recently though, I wouldn&rsquo;t have had the resources to do so, but since the team around MapSteps has grown it just all happened at the right time. Being a Kirki user myself, I looked at this from both perspectives &mdash; from a developer standpoint and as someone that has been using the plugin for years.&rdquo;</p>\n\n\n\n<h2>The Future of Kirki</h2>\n\n\n\n<p class=\"has-drop-cap\">Over the past 18 months, Stathopoulos has rewritten the plugin and split it into around 50 Composer packages. The plan was to make these packages installable as individual components for plugin and theme authors. Instead of bundling the entire Kirki library, developers can use the pieces they need. At this point, these components should be stable, but they have not been widely tested by theme authors, who are accustomed to working with the full framework.</p>\n\n\n\n<p>He was also excited about the potential move away from the customizer and working with full-site editing and global styles. Right now, it is unclear how the future of the Gutenberg project will impact the customizer. Many theme authors are now looking at it as a dying piece of the platform. Stathopoulos felt like there was still room to grow and transition into the new era.</p>\n\n\n\n<p>&ldquo;My vision for Kirki was to combine some things with full-site editing, and allow themes that were using Kirki to automatically get global styles when they land in WordPress core,&rdquo; he said. &ldquo;That would be truly amazing, and I&rsquo;m sure it will be possible to do once there is an API for global styles. If [Vongries] goes in that direction, there&rsquo;s definitely potential for monetization there, while at the same time he&rsquo;ll help people build better things. Can you imagine a painless transition to global styles for themes that use Kirki? That would be a great thing to see!&rdquo;</p>\n\n\n\n<p>However, the project is out of the former owner&rsquo;s hands now. It is Vongries&rsquo; vision that must lead the project moving forward.</p>\n\n\n\n<p>&ldquo;I respect Ari a lot and he has done an amazing job with Kirki,&rdquo; said Vongries. &ldquo;[Stathopoulos] said he would love to continue to contribute to the project, and he is more than welcome to do so.&rdquo;</p>\n\n\n\n<p>The immediate plan is to launch Kirki 4.0. It is nearly ready to roll out, awaiting some fine-tuning and final testing. Vongries and his team are also about to begin work on new extensions that bring more controls and functionality to the framework and, potentially, Gutenberg.</p>\n\n\n\n<p>&ldquo;We are going to explore how we can make the connection between the existing functionality in Kirki and the upcoming features in Gutenberg and Gutenberg in general,&rdquo; he said. &ldquo;At this point, we have some ideas about how we can adapt Kirki to the ever-changing WordPress platform. But for now, they are only ideas. We are certain that we will be able to provide a useful tool for developers, regardless of the direction WordPress and Gutenberg goes.&rdquo;</p>\n\n\n\n<p>The new team behind Kirki is still working on the long-term roadmap. It will be exciting to see where they take it. For now, it is still the go-to customizer framework for many theme authors. And, it is in the hands of someone who has been using the project for years.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Apr 2020 18:39: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:14:\"Justin Tadlock\";s: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:77:\"WPTavern: WordCamp Europe 2020 Online Registration Now Open: Tickets are Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/wordcamp-europe-2020-online-registration-now-open-tickets-are-free?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2020-online-registration-now-open-tickets-are-free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2514:\"<p><a href=\"https://2020.europe.wordcamp.org/\">WordCamp Europe 2020</a> is just 37 days away. Organizers announced in April that the event, which was supposed to be hosted in Porto, is moving to be 100% online this year due to the COVID-19 pandemic. WCEU will kick off with a virtual Contributor Day on June 4, followed by two half days of talks and workshops broadcasted via livestream.</p>\n\n\n\n<p>WordCamp Europe is one of the largest regional WordCamps on the planet and has been hosted in many magnificent venues and inspiring cities over the years. The event routinely sells out of tickets and sponsor packages, as companies and attendees rally around this unique opportunity to connect across boundaries, uniting Europe through a shared love of WordPress. </p>\n\n\n\n<p>For the first time in the event&rsquo;s eight-year history, the European WordPress community will have to forego the in-person networking time that many have come to value as both a personal and professional highlight of the year. WCEU Organizers have worked for the better part of a decade to make it one of the most polished and efficient WordCamps. Now the team is forced to pivot and use their expertise to host a top-notch virtual event.</p>\n\n\n\n<p>Past local organizing teams have been successful at creating an intimate atmosphere that facilitates rewarding connections with a focus on hospitality. These in-person connections add context to remote interactions and conversations long after the event concludes. Reaching this same high level of interpersonal connectivity between attendees is going to be a challenge for this online edition, but WCEU organizers have a long track record of adapting to different environments.  Dozens of other WordPress meetups, WordCamps, and educational events are currently facing the same challenges and are <a href=\"https://make.wordpress.org/community/events/\">moving online</a>.</p>\n\n\n\n<p>Registering for a ticket to WCEU is optional but attendees who want to participate in the virtual networking, Q&amp;A sessions, and contributor day will have be registered. Organizers were expecting approximately 3,000 attendees but hosting the event online may affect those numbers in either direction.  <a href=\"https://2020.europe.wordcamp.org/tickets/\">Tickets are available for free</a> on the WCEU website, thanks to the event&rsquo;s sponsors. After eight hours of open registration, there are 4,257&nbsp;tickets remaining.  The event will return to Porto, Portugal, on June 3-5, 2021.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Apr 2020 23:10: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:\"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: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:53:\"WPTavern: Should the Block Editor Have a Grid System?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=99028\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"https://wptavern.com/should-the-block-editor-have-a-grid-system?utm_source=rss&utm_medium=rss&utm_campaign=should-the-block-editor-have-a-grid-system\";s: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:5456:\"<p class=\"has-drop-cap\">Laying out a webpage design and getting every element aligned perfectly can be a tough job. Even many developers rely on CSS grid frameworks. Granted, with the introduction of the flexbox and grid systems in the CSS language, such frameworks are becoming unnecessary. Whether it is getting the vertical and horizontal rhythm down or simply aligning an image next to a bit of text, page layouts are often done best via some sort of grid system.</p>\n\n\n\n<p>This becomes even more apparent when building a page layout visually through the WordPress block editor. The current iteration of the editor does a fine job of being a general content editor while providing the ability to insert various elements into the page.</p>\n\n\n\n<p>However, it is not by any means a page builder &mdash; <em>yet</em>.</p>\n\n\n\n<p>The question is, before we engage in full-site editing, global styles, block patterns, and other upcoming tools, whether a grid system should be a part of the equation. If so, how should that system work? Will it be configurable by theme authors? How will it handle tablet and mobile views? Will the grid be visible to users or a hidden thing in the background?</p>\n\n\n\n<p>As more block plugins are released, particularly with those that may have multiple elements that may need to be aligned, it might be time we consider a grid system. Such a system may benefit existing core blocks right now, such as Columns and Media &amp; Text. Or, it may be better as a separate, standalone block.</p>\n\n\n\n<p>Including a grid system also has the additional benefit of standardizing on layout-related class names that theme authors can use in their CSS, even outside the content editor. This would bring better compatibility across the board when users inevitably switch themes.</p>\n\n\n\n<h2>A Starting Point: Layout Grid Block</h2>\n\n\n\n<img />Three-column layout with Layout Grid Block.\n\n\n\n<p class=\"has-drop-cap\">Automattic, as part of its <a href=\"https://github.com/Automattic/block-experiments\">Block Experiments</a> project, has released the <a href=\"https://wordpress.org/plugins/layout-grid/\">Layout Grid Block</a> plugin. It is essentially a beefed-up version of the core Columns block. The major difference is that column alignment snaps to a specific point in the grid. This grid is also displayed in the background while editing the post.</p>\n\n\n\n<p>The tricky thing with grids is not simple alignment in columns in desktop view. It is dealing with how those columns transform on smaller devices like tablets and smartphones. Sometimes that is a guessing game from a theme design perspective because the theme author is not privy to the actual content that needs to be aligned. In turn, designers make best-guess decisions and hope it works for most.</p>\n\n\n\n<p>The Layout Grid block has a &ldquo;Responsive Breakpoints&rdquo; tab under the block options panel that allows users to configure this based on device. Users can decide how individual columns span the grid. The grid system is based on a varying number of grid sections based on the device:</p>\n\n\n\n<ul><li>Desktop: 12 Sections</li><li>Tablet: 8 Sections</li><li>Mobile: 4 Sections</li></ul>\n\n\n\n<p>Imagine wanting to display a simple image with text to the next of it. There are various ways to do this currently in the block editor. Each has its pros and cons, depending on what you want to do. From a user experience and visual standpoint, I love seeing the grid lines in place as I determine how it should be displayed.</p>\n\n\n\n<img />Aligning an image and text on a grid.\n\n\n\n<p>Another upside of having a grid system is consistency in design. If users can scale the width of columns based on arbitrary numbers, much like they can now do with the Media &amp; Text block, there is no consistency with sizing items horizontally on the page. A grid system changes that.</p>\n\n\n\n<p>Layout Grid Block still needs some polishing at this point. There are some trivial pain points in the UI that could be improved. On the whole, my experience with this block offered a compelling argument for including a grid system in core.</p>\n\n\n\n<p>The plugin addresses simple one, two, three, and four columns right now. The grid system in CSS is much more powerful than basic horizontal columns. However, starting with the basics would give us a place to build from.</p>\n\n\n\n<h2>Should Core Include a Grid?</h2>\n\n\n\n<p class=\"has-drop-cap\">There is at least one <a href=\"https://github.com/WordPress/gutenberg/issues/16271\">open ticket on the Gutenberg repository</a> for addressing a grid system. Mark Uraine, the author of the ticket, posted seven key questions:</p>\n\n\n\n<ol><li>Should the grid system be responsive?</li><li>Should there be a default Gutenberg grid system, but allow themes to register their own?</li><li>Should the grid system conform to the current structure of Gutenberg blocks, or should it be its own thing that we need to restructure the blocks to in the editor?</li><li>Should the grid include gutters?</li><li>Should the grid include, or allow, any vertical alignment snaps?</li><li>What should the grid be based on? (ie. 12 columns, pixel grid, etc.)</li><li>Should the grid allow toggling on/off? And also include a setting to show, or not, when resizing objects in the editor?</li></ol>\n\n\n\n<p>The ticket had some solid discussion nearly a year ago but not much as of late. Would you like to see a grid system in the editor? If so, how would you want it to work?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Apr 2020 20:24: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:14:\"Justin Tadlock\";s: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:36:\"Matt: Tulsa Remote Worker Experiment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=51280\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://ma.tt/2020/04/tulsa-remote-worker-experiment/\";s: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:1120:\"<p>Sarah Holder at Citylab has an interesting article on a program that <a href=\"https://www.citylab.com/life/2020/02/tulsa-incentives-work-remotely-coworking/604873/\">paid people $10,000, a year of co-working, and a subsidized apartment to move to Tulsa, Oklahoma</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Traditionally, cities looking to spur their economies may offer incentives to attract businesses. But at a time when Americans are <a href=\"https://www.citylab.com/life/2019/05/moving-location-new-city-how-much-cost-mobile-rooted-stuck/590521/\">moving less frequently</a> than they have in more than half a century, and the anticlimactic race to host an Amazon HQ2 <a href=\"https://www.citylab.com/equity/2018/12/amazon-hq2-corporate-tax-incentives-technology/578422/\">soured some governments on corporate tax breaks</a>, Tulsa is one of several locales testing out a new premise:  Pay <em>people</em> instead.</p></blockquote>\n\n\n\n<p>I love this idea, and hope that after the permanent step-up in remote work from the virus we see much more internal mobility between cities in the United States.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Apr 2020 17:55:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:76:\"WPTavern: Watch the Women of React Conference for Free on Saturday, April 25\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98982\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/watch-the-women-of-react-conference-for-free-on-saturday-april-25?utm_source=rss&utm_medium=rss&utm_campaign=watch-the-women-of-react-conference-for-free-on-saturday-april-25\";s: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:4140:\"<p>While much of the world is in lockdown, public gatherings and conferences have been cancelled, leaving a void in the lives of people who enjoy meeting their fellow open source contributors and colleagues in person throughout the year.  Virtual events, which were already on the rise, are enjoying a bit of a renaissance by necessity. </p>\n\n\n\n<p>On Saturday, April 25, the <a href=\"https://womenofreact.com/\">Women of React</a> conference will stream live with seven speakers, along with Q&amp;A and lightning sessions from React core contributors and leaders in the community. The event will include a single-stream of talks with breaks for socializing and connecting with other attendees, as well as an invite-only Discord chat server. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">This Saturday (Apr 25) Women of React has a special Q and A session with our favorite React core contributors past &amp; present <a href=\"https://twitter.com/sophiebits?ref_src=twsrc%5Etfw\">@sophiebits</a> <a href=\"https://twitter.com/ProvablyFlarnie?ref_src=twsrc%5Etfw\">@ProvablyFlarnie</a> <a href=\"https://twitter.com/lunaruan?ref_src=twsrc%5Etfw\">@lunaruan</a> and Chrome collaborators <a href=\"https://twitter.com/shubhie?ref_src=twsrc%5Etfw\">@shubhie</a> and <a href=\"https://twitter.com/stubbornella?ref_src=twsrc%5Etfw\">@stubbornella</a>! RSVP for free at <a href=\"https://t.co/GksJeHLvF6\">https://t.co/GksJeHLvF6</a> <a href=\"https://t.co/0bho86YVe6\">pic.twitter.com/0bho86YVe6</a></p>&mdash; R \'Nearest\' Nabors &#128153; (@rachelnabors) <a href=\"https://twitter.com/rachelnabors/status/1253400764359286785?ref_src=twsrc%5Etfw\">April 23, 2020</a></blockquote>\n</div>\n\n\n\n<p>Women of React was organized as a sort of pop-up tech event in response to current events. Co-organizers Rachel Nabors, Kevin Lewis, Sara Vieira, and Jenn Creighton did not put out a request for speakers but rather opted to invite women from around the world who would provide quality presentations on diverse topics of interest to the React community. </p>\n\n\n\n<p>&ldquo;I think I woke up one morning and was watching the pandemic news and realized all the cool women I would usually see on the conference circuit cannot give their talks and I&rsquo;m not going to see them,&rdquo; Rachel Nabors said on  a recent episode of the <a href=\"http://insidefacebookmobile.libsyn.com/23-organising-the-women-of-react-remote-conf\">Inside Facebook Mobile</a> podcast. &ldquo;I&rsquo;m not going to see any of my favorite women in the React community this year and it was super depressing.&rdquo; She contacted her colleagues and together they quickly spun up a conference that would allow women in React to connect online.</p>\n\n\n\n<p>Last week the organizers reported more than 1,000 registered attendees. They expect that number to be over 2,000 on the day of the conference. Fortunately, they don&rsquo;t have to have a hard count on attendees ahead of time, since virtual events don&rsquo;t have a limited number of seats. Organizers have even created printable swag for all who attend.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">The cuteness has landed! We will be shipping out coloring pages for <a href=\"https://twitter.com/hashtag/womenofreact2020?src=hash&ref_src=twsrc%5Etfw\">#womenofreact2020</a> attendees tonight&mdash;something for you or your little ones to do while watching the talks tomorrow! Art by the phenomenal <a href=\"https://twitter.com/miuki_miu?ref_src=twsrc%5Etfw\">@miuki_miu</a>! <a href=\"https://t.co/49byxsCeWW\">pic.twitter.com/49byxsCeWW</a></p>&mdash; R \'Nearest\' Nabors &#128153; (@rachelnabors) <a href=\"https://twitter.com/rachelnabors/status/1253667155972931584?ref_src=twsrc%5Etfw\">April 24, 2020</a></blockquote>\n</div>\n\n\n\n<p><a href=\"https://womenofreact.com/\">Women of React</a> will run from 12:30pm&mdash;8:00pm EST. Attendees can sign up on the website and will receive a link for the livestream. Organizers are also planning to record the sessions so that people who are unable to attend can watch it at a later time.</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, 24 Apr 2020 21:35: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: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:91:\"WPTavern: WP Feedback Kicks off Free Virtual Summit for WordPress Professionals on April 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98970\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"https://wptavern.com/wp-feedback-kicks-off-free-virtual-summit-for-wordpress-professionals-on-april-27?utm_source=rss&utm_medium=rss&utm_campaign=wp-feedback-kicks-off-free-virtual-summit-for-wordpress-professionals-on-april-27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5564:\"<img />\n\n\n\n<p class=\"has-drop-cap\">WP Feedback is running a <a href=\"https://wpfeedback.co/summit/\">virtual event from April 27 &ndash; May 1</a>. The event is primarily geared toward WordPress professionals who are looking to scale their business. It will feature CEOs, designers, freelancers, and more from the WordPress space. Between five and seven video sessions will be available each new day of the event.</p>\n\n\n\n<p>The sessions are free to watch for the full 24-hour period on the day they are scheduled. Once that window closes, visitors must purchase an all-access pass to view them, which is currently available for $67 but will go up to $97 once the event begins. A one-time purchase provides lifetime access.</p>\n\n\n\n<p>&ldquo;Due to the outbreak of Coronavirus, otherwise known as COVID-19, every event has been postponed or outright canceled for the foreseeable future,&rdquo; said Vito Peleg, founder of WP Feedback. &ldquo;Seeing that the opportunity to learn and network with like-minded professionals was taken away from us at the last second, we decided to step in to provide the true conference experience all without leaving your desk.&rdquo;</p>\n\n\n\n<p>The goal of the summit is provide value by teaching attendees how to scale their agency or freelance business by having experts in their respective fields share advice.</p>\n\n\n\n<p>&ldquo;Above all, the best part is that it&rsquo;s completely free to attend, and although some of us can&rsquo;t wait to get out, I&rsquo;m sure others will agree it&rsquo;s also really nice that you can attend all from the comfort of your home office &mdash; or living rooms!&rdquo; said Peleg.</p>\n\n\n\n<p>The WP Feedback team hopes that everyone from freelancers to large agencies and businesses can learn something. &ldquo;So to that end, the event is geared towards WordPress professionals who are looking to scale their business beyond themselves (without losing all of their hair), people struggling during the quarantine/lockdown as a result of an impact that this has had on their business, and people who are just looking to meet and network with other like-minded people in the community,&rdquo; said Peleg.</p>\n\n\n\n<p>The goal for <a href=\"https://wpfeedback.co/\">WP Feedback</a> is to help WordPress professionals succeed and scale their business via the site&rsquo;s network and feedback plugin. &ldquo;This effort is two-fold,&rdquo; said Peleg. &ldquo;We primarily do this with our software that simplifies and organizes client communication for web designers. But, we also do so with summits just like this one, educating people through our content and community platform.&rdquo;</p>\n\n\n\n<p>For those interested in seeing what type of content the summit offers, Piccia Neri&rsquo;s session from 2019, <a href=\"https://wpfeedback.co/summit/piccia-neri/\">The Main Ingredient of Great UX</a>, is available to watch for free.</p>\n\n\n\n<h2>Continuation of WP Agency Summit</h2>\n\n\n\n<p class=\"has-drop-cap\">Last December, before joining the WP Feedback team, Jan Koch launched the <a href=\"https://wptavern.com/wp-agency-summit-kicks-off-december-6\">first version of this event</a>. Over 2,000 attendees registered and recorded 15,000 session views. Strictly by the numbers, the event was successful.</p>\n\n\n\n<p>&ldquo;Measuring the success of the 2019 summit event in numbers would not even tell half of the story,&rdquo; said Peleg. &ldquo;Most exciting were all the ripple effects the event caused. So many new connections were made not just from Jan&rsquo;s perspective but also in the community that formed around the event on Facebook. We&rsquo;re all still leveraging these new friendships and hope that, with the improved networking area for the new summit, we&rsquo;ll see even more connections being made.&rdquo;</p>\n\n\n\n<p>With Koch joining WP Feedback, the team felt like it was a natural move to continue the event. &ldquo;One of the main reasons Jan joined the team was to be heavily involved with our summit plans due to his experience and success with the WP Agency Summit last year,&rdquo; said Peleg. &ldquo;As this is WP FeedBack&rsquo;s first summit, having Jan on the team has made it possible for us to organize it in such a short amount of time. He&rsquo;s taught us a lot and we will 100% be using everything we&rsquo;ve learned to do more like this in the future.&rdquo;</p>\n\n\n\n<p>One of the issues with the 2019 event was the lack of gender diversity. There was a 20:4 male-to-female speaker ratio. The team has attempted to address this for the 2020 event by adding more women to the lineup.</p>\n\n\n\n<p>&ldquo;Yes, that was a hard lesson learned for Jan,&rdquo; Peleg said in response to the low number of women speakers. &ldquo;He and the entire team at WP FeedBack leveraged our connections to get a more even ratio this time. Obviously, there are many successful women in the WordPress space, and now we were able to bring a few of our friends on thanks to our combined networks.&rdquo;</p>\n\n\n\n<p>The WP Feedback team has been collectively working to make this year&rsquo;s event a success. Peleg said that many on the team have had to quickly adapt and learn how to run such an event. &ldquo;Thankfully, Jan&rsquo;s experience has massively helped in how we have been planning everything, and he is the one heading up all of the sessions too,&rdquo; he said. &ldquo;The vision was to create a summit experience online that replicates how it feels to go to a summit in real life, and we are really taking huge steps to provide that experience for all of our attendees.&rdquo;</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, 24 Apr 2020 18:50: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:14:\"Justin Tadlock\";s: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:71:\"WPTavern: Chatterbox Plugin Uses WordPress Blocks to Show Conversations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/chatterbox-plugin-uses-wordpress-blocks-to-show-conversations?utm_source=rss&utm_medium=rss&utm_campaign=chatterbox-plugin-uses-wordpress-blocks-to-show-conversations\";s: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:2361:\"<p><a href=\"https://wordpress.org/plugins/chatterbox/\">Chatterbox</a> is a new plugin with a fun and creative use for the block editor. It displays chat or text threads using blocks that are styled as conversations. Users can type in a record of a chat, including timestamps, with a live preview in the editor. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Since written conversations are essentially little blocks of text and media, the block editor lends itself nicely to composing and displaying this type of content. The Chatterbox block can be found under Layout Elements in the block inserter. It includes the option to select a style (Inbound, Outbound, or Event) and add a timestamp.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://daveryan.io/\">Dave Ryan</a>, a WordPress developer at Bluehost, said he created the plugin in order to test Gutenberg&rsquo;s Block Context API and borrowed the <a href=\"https://www.lightningdesignsystem.com/components/chat/\">chat component</a> from Salesforce&rsquo;s Lightning Design System. He suggested that Chatterbox could be useful for showing demos of chat bots, publishing chat records in news stories, or simply adding an engaging visual display to conversations.</p>\n\n\n\n<p>Once the Block Context API matures, Ryan plans to add message background and text colors, message sender with name and avatar, and the ability to override the message sender on a per-message basis for group chats. The next steps beyond that on the roadmap include the following:</p>\n\n\n\n<ul><li>&nbsp;Implement Bookends and other&nbsp;<a href=\"https://www.lightningdesignsystem.com/components/chat/#About-Chat\">SFDS Chat</a>&nbsp;options</li><li>&nbsp;Animated chat sequences</li><li>&nbsp;Automated animated sequences, using character lengths for timing</li><li>&nbsp;Automate hiding of message meta based on adjacent blocks</li><li>&nbsp;Message Images</li><li>&nbsp;Message Files</li></ul>\n\n\n\n<p>Ryan said some of the planned features will rely on new features in the Gutenberg project. Once those have been released he will update Chatterbox to include more customization options. The plugin is <a href=\"https://wordpress.org/plugins/chatterbox/\">available for free on WordPress.org</a> and contributors can find the code on <a href=\"https://github.com/0aveRyan/chatterbox\">GitHub</a>.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Apr 2020 03:55:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:83:\"WPTavern: You Deserve to Wear Sweatpants; Don’t Let Anyone Tell You Any Different\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/you-deserve-to-wear-sweatpants-dont-let-anyone-tell-you-any-different?utm_source=rss&utm_medium=rss&utm_campaign=you-deserve-to-wear-sweatpants-dont-let-anyone-tell-you-any-different\";s: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:5468:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Lounge in your Baby Yoda sweats. Break out those knee-high Santa socks that you love to wear during the holidays. Slide into your Rocket City Trash Pandas tee and pretend the baseball season is going to happen this year.</p>\n\n\n\n<p>Sure, you can wear a suit and tie when you&rsquo;re working from home. However, I invite you to ditch the fresh-pressed trousers for your comfy sweatpants.</p>\n\n\n\n<p>The COVID-19 pandemic has forced many of you into working from the home office. Depending on your situation, that might be the kitchen table, the loveseat in the living room, or a closet if your kids are irritating enough. The worst thing we can do is put too much pressure on ourselves to be the model of perfection in this setting. Do not let anyone tell you that you must put on the suit and tie in lieu of that comfortable pullover you&rsquo;ve had since college.</p>\n\n\n\n<p>Balance that statement with some common sense. If you are meeting with the big boss over a Zoom video call, you will want to take your company culture into account. If your boss is expecting you to dress as if in the office, what he or she sees onscreen should reflect that expectation. The same may be true for client calls, depending on how you want to present your service.</p>\n\n\n\n<p>For all other situations, your dress code is entirely up to you.</p>\n\n\n\n<p>Adam Tschorn, deputy fashion editor for the Los Angeles Times, <a href=\"https://www.latimes.com/lifestyle/story/2020-04-17/working-from-home-regular-work-wardrobe-dress-up\">argues that you should ditch the sweatpants</a> and &ldquo;dress like the adult you&rsquo;re getting paid to be&rdquo;:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-style-default\"><p>Please, can we all put away those sweatpants, ratty, gray, decades-old collegiate sweatshirts and obscure minor league baseball caps and start our workdays looking like we deserve the paychecks we&rsquo;re lucky enough to be earning while the world around us burns? Especially, for the love of all that&rsquo;s holy, if there&rsquo;s a group video conference involved?</p></blockquote>\n\n\n\n<p><a href=\"https://twitter.com/ARTschorn/status/1251139655447150593\">Twitter was not kind.</a></p>\n\n\n\n<p>Some of us who have been doing this remote work thing for a few years and have come to love our loungewear. We are not going to let the rookies ruin it for the rest of us, a sentiment shared by a friend on Facebook.</p>\n\n\n\n<p>I am sitting in my basketball shorts and a sleeveless T-shirt.</p>\n\n\n\n<p>Taking off your shoes is a hard requirement when entering my home, a practical cleanliness tip I learned from time spent with Korean friends. It is the respectful thing to do. Plus, it is so much more relaxing. I want you to feel at home at my home.</p>\n\n\n\n<p>Some people have trouble balancing work and home life when they are merged into one space. In those cases, &ldquo;dressing for success&rdquo; may help you mentally push through the day. However, it is a personal choice.</p>\n\n\n\n<p>The one thing Tschorn and I agree on wholeheartedly is ritual. If even one thing about my daily ritual gets thrown off by unforeseen circumstances, I lose focus. It can often ruin the whole day.  Those little rituals are a part of what set me up for success. Everyone&rsquo;s are different. Some will want their morning coffee. Others need to shower, shave, and put on their Sunday best to feel like everything is right with the world.</p>\n\n\n\n<p>There are rare days when I feel the need to switch it up. Put on a nice suit. Grab my seldom-worn fedora and place it firmly atop my head. It makes me feel like a 1920s-esque reporter who is ready to dig up some dirt on the local crime boss. Those days are about making me feel good about myself.</p>\n\n\n\n<p>However, most days, it is about feeling comfortable at home.</p>\n\n\n\n<p>It does not matter if you wear a Call of Duty T-shirt when building a new WooCommerce add-on plugin. Most people are not going to care if you don Sailor Moon sweatpants while running a successful managed WordPress hosting service. And, if you feel comfortable enough doing it, strip down to your undies while designing the next big WordPress theme. <em>You may want to add a top while video conferencing in that last case &mdash; there are limits.</em></p>\n\n\n\n<p>Life is tough enough right now without fashion gurus telling us what to wear.</p>\n\n\n\n<p>Even work-from-home veterans are <a href=\"https://wptavern.com/finding-balance-in-these-uncertain-times-remote-work-and-sharing-our-struggles\">off our game at the moment</a>. The world has changed practically overnight. We are still catching our breath from the gut-punch of this unique virus. We deserve to <em>let ourselves go</em> a bit while dealing with the stress of these changes.</p>\n\n\n\n<p>I do not know much about fashion. I still break out my cargo pants from time to time, which are apparently a fashion <em>faux pas</em> today.</p>\n\n\n\n<p>What I do know a little something about is working comfortably from home.</p>\n\n\n\n<p>And that, my friends, is all about what makes you feel good about yourself.</p>\n\n\n\n<p>I am probably preaching to the choir of remote developers, designers, and team managers. Many of us have been down this road and found that sweet spot that helps us get through the day. For the newcomers, welcome to our world. Kick your heels off at the door. There is no fashion-shaming here.  Enjoy our guilt-free software and community in your lazy pants.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Apr 2020 19:18:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:58:\"WPTavern: Frontity Raises €1M with Automattic and K Fund\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98846\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"https://wptavern.com/frontity-raises-e1m-with-automattic-and-k-fund?utm_source=rss&utm_medium=rss&utm_campaign=frontity-raises-e1m-with-automattic-and-k-fund\";s: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:4732:\"<p><a href=\"https://frontity.org/\">Frontity</a>, a free, open source framework for building WordPress themes with React, has raised &euro;1M in funding in a round led by <a href=\"https://kfund.co\">K Fund</a>, with <a href=\"https://automattic.com/\">Automattic</a> covering 22%. The team behind the framework officially made it open source in May 2019, after battle testing it internally. In one year the framework has more than 12,700 npm downloads and has built a community of 250 developers who use it. </p>\n\n\n\n<p>Frontity lowers the barrier to creating fast-loading, React-powered WordPress themes by removing the hassle of setting up and configuring all the tooling. The framework seems to have captured Automattic&rsquo;s interest as a homegrown WordPress solution for facilitating decoupled setups that use React on the frontend.</p>\n\n\n\n<p>&ldquo;We decided to build the framework as a response to the demand of all the big publishers we were working with,&rdquo; Frontity CEO Pablo Postigo said. &ldquo;This trend can drastically change the way many WordPress websites are built in the future. From my point of view, Automattic&rsquo;s support means that they are also aware of this trend, and want to be close to us. In the end we are trying to make WordPress keep up with the latest technologies, and the stronger WordPress is, the better for all the companies that depend on it, including Automattic.&rdquo;</p>\n\n\n\n<p>Frontity is not yet profitable and Postigo said the company is not developing a business model during this initial phase. </p>\n\n\n\n<p>&ldquo;This funding round was the best way for us to make the project sustainable,&rdquo; he said. &ldquo;Possible monetizations that we are thinking of to generate revenue in the future are a hosting solution, premium support, or a marketplace of paid themes.&rdquo;</p>\n\n\n\n<h2>Frontity&rsquo;s Biggest Challenge: Becoming a Compelling Alternative to PHP Themes  </h2>\n\n\n\n<p>Postigo identified Gatsby and Next.js as Frontity&rsquo;s chief competitors in the sea of React frameworks vying for developers&rsquo; attention. He said his team takes inspiration from these frameworks and appreciates how they are raising awareness of new ways of building websites.&nbsp;</p>\n\n\n\n<p>&ldquo;Our biggest challenge right now is to position Frontity not as an alternative to other frameworks, but as an alternative to PHP themes,&rdquo; he said. &ldquo;So when developers start looking for the best way to build a superior UX they consider Frontity amongst their options.&rdquo;</p>\n\n\n\n<p>Those who are already familiar with other JS frameworks like Gatsby will find that Frontity has fewer new concepts to learn, since it is 100% focused on WordPress and its APIs. Postigo identified a few other major differences between Frontity and other popular JS frameworks:</p>\n\n\n\n<ul><li>It&rsquo;s rendered dynamically: this means people don&rsquo;t have to rebuild the HTML each time they edit or publish content. Frontity&rsquo;s preferred approach is <a href=\"https://vercel.com/blog/serverless-pre-rendering\">Serverless Pre-Rendering</a>, although there are many ways to configure it. It&rsquo;s as fast as a static site (e.g. <a href=\"https://mars.frontity.org\">https://mars.frontity.org</a>).</li><li>It&rsquo;s opinionated: it has its own state manager and uses Emotion for the CSS. Thanks to that people don&rsquo;t need to learn things like Redux and, at the same time, it powers a very flexible extensibility pattern, more similar to the one of WordPress itself than to the rest of JS frameworks. Themes and extensions can be activated and deactivated without code changes.</li><li>There&rsquo;s no need to learn GraphQL or the REST API, you get the data using the state manager.</li></ul>\n\n\n\n<p>Even with fewer new concepts to learn, Frontity remains squarely within the developers&rsquo; toolbox and is not currently a product that would appeal to non-technical users. Expanding Frontity&rsquo;s user base beyond developers and breaking into the wider WordPress market is a long-term goal for the company. </p>\n\n\n\n<p>&ldquo;With Frontity Framework we are on a mission to help developers build performant, scalable websites with WordPress and React easily,&rdquo; Postigo said. &ldquo;But the company&rsquo;s ultimate goal is to make building delightful user experiences universally accessible.<br /><br />&ldquo;We have plans to lower the technical barrier so any WordPress user can benefit from our technology. We consider that after having released the framework the next step towards this is to build a community of developers around it, so that they can help us build themes and extensions that will make it easier for non-technical users to start using Frontity.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Apr 2020 20:26: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: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:62:\"WPTavern: Gutenberg Hub Launches Online Block Template Builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/gutenberg-hub-launches-online-block-template-builder?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-hub-launches-online-block-template-builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5301:\"<p class=\"has-drop-cap\">Gutenberg Hub <a href=\"https://gutenberghub.com/introducing-gutenberg-template-builder/\">launched the first version</a> of its block template builder last week. The <a href=\"https://builder.gutenberghub.com/\">template builder</a> allows users to select from the team&rsquo;s existing library of nearly 200 templates. It is essentially an online builder that allows users to craft a full page layout by mixing and matching various sections. They can then copy the resulting output at the click of a button and paste it into the editor on their sites.</p>\n\n\n\n<p>&ldquo;I intend to speed up the workflow for WordPress users to spin up beautiful Gutenberg pages, even full websites, faster,&rdquo; said Munir Kamal, founder of Gutenberg Hub. &ldquo;So all I am trying to do is headed in that direction.&rdquo;</p>\n\n\n\n<p>Kamal has also released a <a href=\"https://chrome.google.com/webstore/detail/gutenberghub/pkjhekakadbpmpehgkdndgmpepphekbk\">Chrome browser extension</a> that allows end-users to add templates from the growing library of options.</p>\n\n\n\n<p>&ldquo;The idea is to help DIYers, freelancers, or anyone with creating new website pages faster,&rdquo; he said. &ldquo;I have many feature ideas to make this builder great, but I want to hear out the feedback and suggestions from the community about it.&rdquo;</p>\n\n\n\n<p>Currently, Kamal is calling this version of the builder a &ldquo;prototype&rdquo; because he wants to validate the idea with the community before moving forward with new features.</p>\n\n\n\n<h2>Using the Template Builder</h2>\n\n\n\n<p class=\"has-drop-cap\">Building a template or full page is simple. Users merely need to visit the template builder page. On the page, the builder has an &ldquo;Add Section&rdquo; button, which will slide the template library panel open. From that point, users can choose from an extensive list of templates that includes designs for hero sections, testimonials, sliders, and more.</p>\n\n\n\n<img />Gutenberg Hub&rsquo;s templates library.\n\n\n\n<p>The idea is to build a full page by combining multiple sections. Users will want to add new sections and organize them for their needs. Each section can be trashed, duplicated, or moved up/down using the available buttons.</p>\n\n\n\n<p>Trying my hand at building a simple product page, I was able to pick and choose the sections I wanted to add in just a few minutes.</p>\n\n\n\n<img />Custom combination of templates with the builder.\n\n\n\n<p>Once everything is in place, users can copy the full template code and paste it their block editor.  From that point, they can edit it on their own site.  </p>\n\n\n\n<p>Sometimes, it may be necessary to copy additional CSS and insert it via the WordPress customizer or through a plugin like <a href=\"https://wordpress.org/plugins/blocks-css/\">Blocks CSS</a>.  Some options also require users to install a plugin to use specific blocks.</p>\n\n\n\n<p>This is the type of power I want in the hands of WordPress users. Plug-and-play template systems like this will push the platform into the future. However, such systems need to be integrated directly into WordPress. Copying and pasting from a third-party website is merely a stepping stone toward that future, catering to user needs in the here and now.</p>\n\n\n\n<h2>The Future of the Builder and More</h2>\n\n\n\n<p class=\"has-drop-cap\">Long term, Gutenberg Hub&rsquo;s work may be a better fit into the upcoming <a href=\"https://wptavern.com/block-patterns-will-change-everything\">pattern system</a>. The team could release a plugin that would integrate seamlessly into the block editor. That way, end-users could build their templates without ever leaving the comfort of the post-editing screen, or at least avoid switching between browser tabs. However, patterns are still months away from inclusion in core WordPress. In the meantime, this feels like a solid stop-gap. Plus, the team can build a nice library and garner feedback and data from users on the most popular templates/patterns.</p>\n\n\n\n<p>While Kamal wants to hear feedback before moving forward, he does have some big ideas of his own for the builder. &ldquo;For example, this builder may let you create projects, and under projects, you may create multiple pages,&rdquo; he said. &ldquo;For each project, you may define custom branding (typography, color scheme, etc.), and all the templates from the library will adapt to that branding when you create pages under a specific project.&rdquo;</p>\n\n\n\n<p>The most important thing he wants to accomplish is to build tools that speed up workflows for everyone.</p>\n\n\n\n<p>He will also open the template library to third-party developers and designers soon. There will be a public submission process. If enough people contribute, the library could balloon to an untold number of options that would be directly available as part of the builder.</p>\n\n\n\n<p>&ldquo;Besides the templates and builder, I am planning something around the Gutenberg Templates API,&rdquo; said Kamal. He stresses that it is still in the planning phase. If the previous work that he has put out is any indication, this could be an interesting project. He is also working on a <a href=\"https://wordpress.org/plugins/forms-gutenberg/\">form builder plugin</a> for the block editor, which is currently seeing regular updates.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Apr 2020 20:03: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:14:\"Justin Tadlock\";s: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:62:\"WPTavern: Google Shopping Is Now Open to Free Product Listings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/google-shopping-is-now-open-to-free-product-listings?utm_source=rss&utm_medium=rss&utm_campaign=google-shopping-is-now-open-to-free-product-listings\";s: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:2768:\"<p>Google <a href=\"https://blog.google/products/shopping/its-now-free-to-sell-on-google/\">announced</a> today that it is bringing free listings to the Shopping tab in the United States before the end of April and will expand globally by the end of the year. Previously, merchants were required to pay for ad placement and product listings, which led to major online retailers dominating the Shopping tab.</p>\n\n\n\n<p>&ldquo;Beginning next week, search results on the Google Shopping tab will consist primarily of free listings, helping merchants better connect with consumers, regardless of whether they advertise on Google,&rdquo; Bill Ready, Google&rsquo;s president of commerce, said. &ldquo;With hundreds of millions of shopping searches on Google each day, we know that many retailers have the items people need in stock and ready to ship, but are less discoverable online.&rdquo;</p>\n\n\n\n<p>This change comes at a critical time when the retail industry has taken a significant hit due to shelter-in-place orders aimed at mitigating the spread of the coronavirus. Free listings make showing up in the Google Shopping tab more accessible for independent stores.</p>\n\n\n\n<p>&ldquo;For retailers, this change means free exposure to millions of people who come to Google every day for their shopping needs,&rdquo; Ready said. &ldquo;For shoppers, it means more products from more stores, discoverable through the Google Shopping tab.&rdquo;&nbsp; Existing Merchant Center users will retain their ads for specific products as promoted listings but will also now be able to list their full inventories for free.</p>\n\n\n\n<p>Google also announced a new partnership with PayPal that will streamline the onboarding process for merchants who want to link their accounts. The announcement identified WooCommerce, Shopify, and BigCommerce as existing partners that offer platforms to help businesses sell online. In light of the current crisis, WooCommerce has ramped up its efforts to make e-commerce more approachable. The team recently hosted a free webinar on <a href=\"https://zoom.us/webinar/register/8615868833115/WN_4TTi3KPWQZG5HCchf81LEg\">how to start selling online</a> and produced a <a href=\"https://woocommerce.com/posts/add-online-store-to-wordpress/\">guide to adding a store to an existing WordPress website</a>.</p>\n\n\n\n<p>Although Google cites the coronavirus pandemic as a factor in advancing the company&rsquo;s plans to make it free for merchants to sell on Google, the move is a strategic step towards wooing back the overwhelming amount of traffic it sends to Amazon. If Google&rsquo;s Shopping tab can become a better source for price comparisons with a diversity of stores, consumers may return to searching Google first when intending to make a purchase.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Apr 2020 02:46: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: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:61:\"BuddyPress: BuddyPress 5.2.0 Maintenance and Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2020/04/buddypress-5-2-0-maintenance-and-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1666:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.5.2.0.zip\">BuddyPress 5.2.0</a> is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 5.2.0 release addresses four security issue:</p>\n\n\n\n<ul><li>A vulnerability was fixed that could allow group moderators improper control over group membership via a REST API endpoint.</li><li>A vulnerability was fixed that could allow a CSRF attack related to xProfile field deletion links in the Dashboard.</li><li>A vulnerability was fixed that could allow users to delete group activity items belonging to groups to which they don’t have administrative access.</li><li>A vulnerability was fixed that could allow site Editors or Authors improper edit access over items belonging to BuddyPress’s Email post type.</li></ul>\n\n\n\n<p>These vulnerabilities were reported privately to the BuddyPress team by <a href=\"https://profiles.wordpress.org/hoangkien1020/\">Kien Hoang</a>, in accordance with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporter for practicing coordinated disclosure.</p>\n\n\n\n<p>Version 5.2.0 also fixes five bugs, including compatibility updates for WordPress 5.4.</p>\n\n\n\n<p>For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-5-2-0/\">5.2.0 changelog</a>.</p>\n\n\n\n<p>Update to BuddyPress 5.2.0 today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Apr 2020 19:58: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:12:\"Boone Gorges\";s: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:95:\"WPTavern: WordPress Dashicons Project to Discontinue Development in Favor of New Icon Component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"https://wptavern.com/wordpress-dashicons-project-to-discontinue-development-in-favor-of-new-icon-component?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-dashicons-project-to-discontinue-development-in-favor-of-new-icon-component\";s: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:3652:\"<p><a href=\"https://github.com/WordPress/dashicons\">Dashicons</a>, the WordPress admin icon font, is now closed to new icon requests. After the block editor adopted the approach of using SVG icons directly, WordPress design contributors have recently reevaluated the efforts going into the Dashicons project. The team decided to wrap up existing tickets for new icons, push out a final release, and then pool their efforts on the <a href=\"https://github.com/WordPress/gutenberg/tree/master/packages/components/src/icon\">new Icon component</a>.</p>\n\n\n\n<p>&ldquo;One of the challenges with an icon font is that it&rsquo;s one big compiled &lsquo;sprite,&rsquo; and so even though it gets cached well, for every icon you add the sprite grows bigger,&rdquo; WordPress design contributor Joen Asmussen said in a <a href=\"https://make.wordpress.org/design/2020/04/20/next-steps-for-dashicons/\">post</a> announcing the change. &ldquo;With SVG you include just the icons you need.&rdquo;</p>\n\n\n\n<p>A recently-merged <a href=\"https://github.com/WordPress/dashicons/pull/411\">pull request</a> brings the project&rsquo;s collection of 303 icons to a total of 340, with final additions including items like airplane, beer, coffee, and more, based on the remaining open issues.</p>\n\n\n\n<p>With just a handful of contributors, Dashicons had been subject to infrequent updates. Prior to WordPress 5.2 (May 2019), which <a href=\"https://wptavern.com/wordpress-5-2-will-add-13-new-icons-to-the-dashicon-library\">updated</a> the icon font to use WOFF2 (Web Open Font Format 2) and added 13 new icons, Dashicons had gone dormant for three years. This means that developers who needed a specific icon were sometimes waiting a long time for it to get added and often opted to use a different library. </p>\n\n\n\n<p>The new Icon component isn&rsquo;t subject to the same limitations. During the design team&rsquo;s recent discussion about Dashicon&rsquo;s next steps, Asmussen noted that the new Icon component comes with a set of icons but developers can also feed it a custom SVG.</p>\n\n\n\n<p>&ldquo;An icon doesn&rsquo;t have to be part of the set for it to be treated like any other icons in the system,&rdquo; Asmussen said. &ldquo;Which makes it easier to say no to some social icons &mdash; we can say &lsquo;No, but you can do this: {code example}.\'&rdquo; This flexibility prevents developers from having to spend time lobbying for a particular icon to get added or working to demonstrate its popularity.</p>\n\n\n\n<p>Asmussen thanked Dashicons creator Ben Dunkle for his work in maintaining the icon font over the years. Dunkle will join the effort to improve the new Icon component as it is still being fleshed out. </p>\n\n\n\n<p>&ldquo;And a lot of the lessons Ben and I learned from Dashicons could probably help spell out some principles for what fits in the component,&rdquo; Asmussen said. &ldquo;In some ways, I think we can be much more open to accepting icons because it doesn&rsquo;t balloon a sprite. In others, as mentioned, we can decide it&rsquo;s not WordPress&rsquo; place.&rdquo;</p>\n\n\n\n<p>Dashicons will be maintained in core indefinitely but no new icons will be added after this point. Plugin developers have the option to continue using the icon font or embrace the new Icon component. </p>\n\n\n\n<p>&ldquo;Switching to SVG in WP-admin, and perhaps the new Icon component, is a discussion definitely worth having at some point,&rdquo; Asmussen said. &ldquo;But [it&rsquo;s] worth noting that it&rsquo;s not necessarily part of today&rsquo;s discussion. This is first and foremost to ensure Dashicons is in a solid place for everyone relying on it.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Apr 2020 01:16:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\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: WPBlockTalk Videos Now Available on WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/wpblocktalk-videos-now-available-on-wordpress-tv?utm_source=rss&utm_medium=rss&utm_campaign=wpblocktalk-videos-now-available-on-wordpress-tv\";s: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:2497:\"<p>All of the recordings from the free <a href=\"https://wpblocktalk.wordpress.stream/\">WPBlockTalk</a> virtual event are <a href=\"https://wordpress.tv/event/wpblocktalk-april-2020/\">now available on WordPress.tv</a>. In case you missed it, WPBlockTalk was a WordPress community event sponsored by Automattic, and produced by Brian Richards, creator of WPSessions. It took place earlier this month on April 2, though some of its momentum may have been lost in the torrent of pandemic news. Fortunately, all the sessions that were streamed that day have been uploaded for anyone to watch. </p>\n\n\n\n<p>WPBlockTalk created moderate <a href=\"https://twitter.com/hashtag/WPBlocktalk?src=hashtag_click\">buzz on Twitter</a>, but the caliber of the speakers and the density of their block editor expertise make these videos a must-watch for anyone involved in WordPress product and website development. Some of the speakers were involved in designing and building the block editor and others were early adopters who ran full speed ahead to create some of the most successful block-based plugins in the ecosystem.</p>\n\n\n\n<p>The event kicked off with a session titled <a href=\"https://wordpress.tv/2020/04/16/matt-mullenweg-matias-ventura-the-roadmap-for-gutenberg-plus-a-demo/\">The Gutenberg Roadmap</a> led by Matt Mullenweg and Matias Ventura. It included an overview of what is coming in the full-site editing project, along with an exciting hands-on demo that fully integrates theme templates into a unified interface. Ventura estimates this basic UI will be &ldquo;in a very decent state in a couple months.&rdquo; </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The other 11 sessions that follow provide an interesting look at where the block editor has been and where we can expect it to go in the near future. Topics include extensibility, case studies, accessibility, block development, and more.</p>\n\n\n\n<p>Although WPBlockTalk was originally <a href=\"https://wordpress.com/blog/2020/03/18/wpblocktalk-block-editor-event/\">announced</a> on the WordPress.com News blog, the majority of the content featured in the event was geared towards those creating block-based products. More than 1,000 viewers attended WPBlockTalk, similar to the turnout for a large traditional WordCamp. These types of nimble, niche-focused virtual events were already gaining traction in 2019 and are likely to become more common in the wake of prolonged restrictions on large gatherings due to the coronavirus. </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, 17 Apr 2020 22:47: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: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:68:\"WPTavern: On Digital Gardens, Blogs, Personal Spaces, and the Future\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98695\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"https://wptavern.com/on-digital-gardens-blogs-personal-spaces-and-the-future?utm_source=rss&utm_medium=rss&utm_campaign=on-digital-gardens-blogs-personal-spaces-and-the-future\";s: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:8960:\"<div class=\"wp-block-cover alignfull has-background-dim-70 has-gray-900-background-color has-background-dim has-parallax bg-gray-900\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-drop-cap has-text-align-left has-extra-large-font-size text-xl text-left\">Ihave been thinking a lot about digital gardens this week. A blog post by Tom McFarlin <a href=\"https://tommcfarlin.com/digital-gardens-and-blogs/\">re-introduced me to the term</a>, which led me down a rabbit hole of interesting ideas on creating a digital space that is more personalized and tended in a way that is antithetical to the chronological blog.</p>\n</div></div>\n</div></div>\n\n\n\n<p>The concept of digital gardens is not new. It predates the modern blog, but there may be a resurgence, albeit small, of the sort of curated content that grows within a digital garden.</p>\n\n\n\n<p>The term &ldquo;digital garden&rdquo; is not well-defined. In general, it is a collection of thoughts, unfinished projects, links, and much more. However, it can be different and wholly unique to the individual. I would like to broaden the term to enclose any sort of website that allows you to truly browse without viewing posts chronologically. Digital gardens, collections, spaces &mdash; call it what you want.</p>\n\n\n\n<p>I began my personal website in 2003. I hacked together a main page with a few internal links. I began blogging before I knew what blogging was. This was all done with basic <code>.txt</code> files that I edited in Notepad on Windows. I knew enough PHP to load and display those files. My <em>blog</em> posts were merely random thoughts &mdash; bits and pieces of my life.</p>\n\n\n\n<p>Despite having something that worked sort of like a blog, I maintained various resources and links of other neat ideas I found around the web. It was a digital garden that I tended, occasionally plucking weeds and planting new ideas that may someday blossom into something more.</p>\n\n\n\n<p>I created a films page in which I shared 30-second trailers of short films I was planning. I maintained a list of my DVD collection. I had a page in which I showcased hate messages I received on my guestbook. <em>All in good fun, of course.</em> I kept a curated list of cool webpages to visit.</p>\n\n\n\n<p>All of this was a painstaking, manual process before WordPress crashed into my life, but it was still fun.</p>\n\n\n\n<p>Over the years, WordPress changed everything for me. I officially became a blogger. The problem was that, at a certain point, blogging became <em>work</em>. I needed to think about keywords, perfecting a post title, and making sure that each word was carefully crafted. The initial joy I had with my personal space had waned.</p>\n\n\n\n<p>&ldquo;The idea of a &lsquo;blog&rsquo; needs to get over itself,&rdquo; wrote Joel Hooks in a post titled <a href=\"https://joelhooks.com/on-writing-more\">Stop Giving af and Start Writing More</a>. &ldquo;Everybody is treating writing as a &lsquo;content marketing strategy&rsquo; and using it to &lsquo;build a personal brand&rsquo; which leads to the fundamental flawed idea that everything you post has to be polished to perfection and ready to be consumed.&rdquo;</p>\n\n\n\n<p>It is almost as if he had reached down into my soul and figured out why I no longer had the vigor I once had for sharing on my personal blog. For far too long, I was trying to brand myself. Posts became few and far between. I still shared a short note, aside, once in a while, but much of what I shared was for others rather than myself.</p>\n\n\n\n<p>I still love the idea of a personal blog, but there is room for this space to be reshaped. Personal websites can be so much more than a progression of posts over time, newer posts showing up while everything from the past is neatly tucked on &ldquo;page 2&rdquo; and beyond.</p>\n\n\n\n<p>Amy Hoy, in <a href=\"https://stackingthebricks.com/how-blogs-broke-the-web/\">How the Blog Broke the Web</a>, describes the downfall of the digital gardens that once grew across the landscape of the web. It is a history of how personal websites, particularly through the ease of use of the modern CMS, changed for the worse. Instead of carefully tending to our gardens, we became lazy caretakers of our space, molding our content based on the tools the system provided.</p>\n\n\n\n<p>She concluded with:</p>\n\n\n\n<blockquote><p>&ldquo;There are no more quirky homepages.  There are no more amateur research librarians. All thanks to a quirky bit of software produced to alleviate the pain of a tiny subset of a very small audience. That&rsquo;s not cool at all.&rdquo;</p></blockquote>\n\n\n\n<p>She shares my <a href=\"https://wptavern.com/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes\">nostalgia for the early web</a> in which webmasters poured everything about themselves into their little slice of it. It was done over the sweat and tears of late-night HTML mastery. It was about fighting weird CSS quirks just to align something on the center of the page. <em>No grid or flex-box existed in those days.</em></p>\n\n\n\n<p>While I lament the loss of some of the artistry of the early web and lay much of the blame at the feet of blogging platforms like WordPress, such platforms also opened the web to far more people who would not have otherwise been able to create a website. <em>Democratizing publishing</em> is a far loftier goal than dropping animated GIFs across personal spaces.</p>\n\n\n\n<p>WordPress is in a position to reshape the web into whatever we want.</p>\n\n\n\n<p>Throughout the platform&rsquo;s history, end-users have remained at the mercy of their WordPress theme. Most themes are built around what WordPress allows out of the box. They follow a similar formula. Some may have a fancy homepage or other custom page templates. But, on the whole, themes have been primarily built around the idea of a blog. Such themes do not give the user true control over where to place things on their website. While some developers have attempted solutions to this, most have never met the towering goal of putting the power of HTML and CSS into the hands of users through a visual interface. This lack of tools has given rise to <a href=\"https://wptavern.com/will-page-builders-remain-competitive-in-the-block-era\">page builders and the block editor</a>.</p>\n\n\n\n<p>WordPress has not been, by and large, an ideal platform for building a unique digital space, unless you had the technical know-how to wrangle its front-end output into something unique. At times, that is more frustrating than building a simple HTML page.</p>\n\n\n\n<p>This is the reason that I continually push the Gutenberg project. I write about some of the <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">wild and wacky ideas</a>. I share things like a <a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">T-Rex game</a> within a block.</p>\n\n\n\n<p>I want end-users to be able to create their own digital gardens. I want them to put a large yellow box on their homepage to share a notice that everyone should read &ldquo;this important page&rdquo; on their site. I want them to be able to do this without having to learn how to code or ask their theme author how to make such customizations. It should be as simple as clicking a few buttons.</p>\n\n\n\n<p>I also want them to be able to easily build something like Tom Critchlow&rsquo;s <a href=\"https://tomcritchlow.com/wiki/\">wikifolder</a>, a digital collection of links, random thoughts, and other resources.</p>\n\n\n\n<p>More than anything, I want personal websites to be more <em>personal</em>.</p>\n\n\n\n<p>We&rsquo;re still in a somewhat frustrating transitional period where WordPress is not even halfway to becoming the platform that it will be. We are still beholden to our themes, though less so than before.</p>\n\n\n\n<p>Whether it is a digital garden, a plain ol&rsquo; blog, or some new thing we do not have a term for yet, we will all be able to put our unique spin on our personal spaces. It is part of the web that we lost in the last couple of decades with the emergence of the CMS. However, WordPress is on the right path.</p>\n\n\n\n<p>It may be a rough ride for some agencies and businesses around the platform, but I am OK with that. They will manage and pull through on the other side, mostly unscathed. I am more concerned about our mission statement of democratizing publishing. And, that mission is not simply about having the ability to write content via a <em>$free</em> system. It is about the freedom to create whatever types of digital homes that we desire without learning to code or breaking the bank.</p>\n\n\n\n<p>Pre-Gutenberg WordPress got us part of the way there. It is the post-Gutenberg world that will get us the rest of the way. I am ready to see what people create when they gain the freedom that particular world promises.</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, 17 Apr 2020 20:00:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:82:\"WPTavern: Leave at Door: New Free WooCommerce Plugin Enables Contact-free Delivery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"https://wptavern.com/leave-at-door-new-free-woocommerce-plugin-enables-contact-free-delivery?utm_source=rss&utm_medium=rss&utm_campaign=leave-at-door-new-free-woocommerce-plugin-enables-contact-free-delivery\";s: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:3199:\"<p class=\"is-style-default\">As many countries around the world are currently in some form of lockdown to mitigate the spread of the coronavirus, the hospitality industry has been one of the hardest hit by the new restrictions. Restaurants and breweries in particular have had to radically change how they do business and either lay off or furlough the majority of their employees. Many of those that have survived the mandated dine-in closures are jump-starting delivery services in order to stay afloat.</p>\n\n\n\n<p>Scott DeLuzio, a WordPress plugin developer and founder of <a href=\"https://amplifyplugins.com/\">Amplify Plugins</a>, recently noticed a &ldquo;leave at door&rdquo; option when ordering food from a local restaurant. He thought it would be a helpful option for WooCommerce store owners to add and created a plugin that makes it easy.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/leave-at-door-for-woocommerce/\">Leave at Door</a> is now available for free from the official WordPress Plugin Directory. It enables customers to maintain social distancing while receiving deliveries. The plugin adds a checkbox before the Place Order button at checkout, which reveals an optional text input for additional delivery instructions. If the customer chooses contact-free delivery, store owners will see it displayed on the admin order edit screen and in the order email. It will also be displayed on the customer&rsquo;s order invoice.</p>\n\n\n\n<p>DeLuzio&rsquo;s Amplify Plugins shop focuses on plugins that improve the customer experience in WooCommerce. He reported that his products have seen more activity since social distancing  recommendations were put in place. With the pandemic slowing down shipments from Amazon and other major retailers, local and independent stores have an opportunity to gain the confidence of new customers. </p>\n\n\n\n<p>&ldquo;I have definitely seen an uptick in plugin sales over the last month or so,&rdquo; DeLuzio said. &ldquo;I think, through talking to a few customers, this can probably be attributed to traditional brick and mortar stores and restaurants that are looking to move online to compensate for the lack of foot traffic that they are getting in their stores.&rdquo;</p>\n\n\n\n<p>The availability of contact-free delivery may be the deciding factor for some customers in quarantine, which could make all the difference for small business owners.</p>\n\n\n\n<p> &ldquo;There are probably a good number of local businesses that are struggling these days,&rdquo; DeLuzio said. &ldquo;Their customers are probably very concerned with the virus and maintaining social distancing, so if something like this plugin can help them out, even in a small way, I&rsquo;m happy to have been able to put it together for them.&rdquo;</p>\n\n\n\n<p>Even when some economies begin opening up, there will undoubtedly be customers who will still be keen on having a contact-free delivery option, especially those among the populations most vulnerable to COVID-19. The notion of contact-free delivery may have a longer run beyond this current crisis and perhaps even become a permanent fixture on e-commerce checkout screens. </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, 16 Apr 2020 21:00: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: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:83:\"WPTavern: GitHub Opens Free Plan to Unlimited Collaborators on Private Repositories\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:211:\"https://wptavern.com/github-opens-free-plan-to-unlimited-collaborators-on-private-repositories?utm_source=rss&utm_medium=rss&utm_campaign=github-opens-free-plan-to-unlimited-collaborators-on-private-repositories\";s: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:4411:\"<p class=\"has-drop-cap\">On Tuesday, GitHub <a href=\"https://github.blog/2020-04-14-github-is-now-free-for-teams/\">announced a change to its plans</a> that would make collaboration between developers much cheaper. Free, in fact. Anyone can launch an organization for at no charge with unlimited public and private repositories. The change also includes an unlimited number of collaborators.</p>\n\n\n\n<p>This will be good news for small WordPress development teams without the cashflow to upgrade to the paid Team pricing tier or higher. I have worked with several small plugin and theme businesses who could not foot the per-user billing and sought other solutions such as GitLab and Bitbucket. This move should make GitHub more enticing.</p>\n\n\n\n<p>According to the <a href=\"https://help.github.com/en/github/getting-started-with-github/faq-about-changes-to-githubs-plans#how-long-will-github-free-allow-unlimited-collaborators\">FAQs page</a>, this pricing change is a permanent one.</p>\n\n\n\n<p>&ldquo;Until now, if your organization wanted to use GitHub for private development, you had to subscribe to one of our paid plans,&rdquo; wrote Nat Friedman, CEO of GitHub, in the announcement. &ldquo;But every developer on earth should have access to GitHub. Price shouldn&rsquo;t be a barrier.&rdquo;</p>\n\n\n\n<img />GitHub&rsquo;s lowest pricing tiers.\n\n\n\n<p>The Free pricing tier now offers:</p>\n\n\n\n<ul><li>Unlimited public and private repositories.</li><li>Unlimited collaborators.</li><li>2,000 Actions minutes/month.</li><li>500MB of GitHub Packages storage.</li></ul>\n\n\n\n<p>For a full overview of all changes, GitHub has created a <a href=\"https://help.github.com/en/github/getting-started-with-github/faq-about-changes-to-githubs-plans#what-plans-and-pricing-changes-did-github-announce-on-april-14\">question-and-answer section</a> in its FAQs that covers each detail.</p>\n\n\n\n<p>&ldquo;This means teams can now manage their work together in one place: CI/CD, project management, code review, packages, and more,&rdquo; said Friedman. &ldquo;We want everyone to be able to ship great software on the platform developers love.&rdquo;</p>\n\n\n\n<p>The paid Team plan still exists. Like the Free plan, it is cheaper for a team of developers. GitHub reduced the pricing from $9/month for each user to $4/month. The plan also includes 3,000 GitHub Actions minutes each month, which will go into effect on May 14.</p>\n\n\n\n<p>GitHub seems to be moving away from its previous pay-for-private model.  Instead, they have focused more on pricing based on features.  In January 2019, several months after Microsoft acquired GitHub, the company announced <a href=\"https://wptavern.com/github-announces-free-unlimited-private-repositories\">unlimited free private repositories</a>. However, only three collaborators were allowed on a project before being required to upgrade to a pro plan.</p>\n\n\n\n<p>GitHub has essentially cornered the market on open-source in which most code is maintained in public repositories. With the recent <a href=\"https://wptavern.com/github-acquires-npm-plans-to-improve-infrastructure-and-experience\">acquisition of npm</a>, it will only grow stronger in this space. This pricing change should make it far more competitive for hosting private projects. The free tier puts the company on par with GitLab&rsquo;s <a href=\"https://about.gitlab.com/pricing/\">free level</a>.  Bitbucket is now looking a little more costly. It would not be surprising if the site removed its five-collaborator limit on its <a href=\"https://bitbucket.org/product/pricing\">free plan</a> if it sees a dip in usage.</p>\n\n\n\n<p>On the whole, this will be a good thing for commercial WordPress theme and plugin authors. From several companies I have knowledge of or have worked with, many of them have kept their public repositories on GitHub. However, they would use a different site for private repositories. It was a pain they had to deal with to cut costs. With no limits on the number of collaborators, GitHub&rsquo;s free plan may mean that some can move all of their repositories to a single home. Even if they wanted to upgrade to the Team plan for access to more tools, the reduced cost may be worth it if they prefer working with GitHub.</p>\n\n\n\n<p>The biggest change is there is no initial cost barrier for teams that are kicking off a private project with no funding on hand. This is a good thing for small businesses.</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, 16 Apr 2020 19:49:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:34:\"BuddyPress: BuddyPress 6.0.0-beta2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=310989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://buddypress.org/2020/04/buddypress-6-0-0-beta2/\";s: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:2882:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-beta2.zip\">BuddyPress 6.0.0-beta2</a> is now available for testing!</p>\n\n\n\n<p>Since&nbsp;<a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">6.0.0-beta1</a>:</p>\n\n\n\n<ul><li>We’ve introduced a repair tool in case something went wrong during the 5.0.0 BP Groups invitations upgrade. <a href=\"https://buddypress.trac.wordpress.org/changeset/12616\">Read more about it here</a>.</li><li>We’ve gathered all BP Blocks settings into one panel to save you some clicks :). See <a href=\"https://buddypress.trac.wordpress.org/ticket/8271#comment:1\">this ticket</a> for an updated screenshot of the BP Blocks settings sidebars.</li><li>We&#8217;ve fixed a formatting issue about the total number of members displayed into the Members directory when the BP Nouveau Template pack (the default one) is active. Here&#8217;s a link to <a href=\"https://buddypress.trac.wordpress.org/changeset/12619\">the commit</a>.</li><li>We&#8217;ve updated our use of a specific privacy function that has been deprecated in WordPress 5.4.0. <a href=\"https://buddypress.trac.wordpress.org/changeset/12612\">Read more about it here</a>.</li></ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>6.0.0 final release is approaching!</h2>\n\n\n\n<p>The end of April 2020 is in 15 days! Please make sure to <a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\">read these important development notes</a> about the 6.0.0 release.</p>\n\n\n\n<p>We’d love you to give us a hand to get there. <strong>Testing this new beta release</strong> is the very first way you can get involved into BuddyPress. You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-beta2.zip\">6.0.0-beta2</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-beta2.zip\">Download the beta here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>Contributing to BuddyPress translations is <strong>another very important task</strong> for our project. If you speak a language other than English, please&nbsp;<a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/\">help us translate BuddyPress into more than 100 languages</a>!</p>\n\n\n\n<p>6.0.0 is almost ready, but&nbsp;please do not run this Beta 2 pre-release in a production environment just yet.&nbsp;Let us know of any issues you find in&nbsp;<a href=\"https://buddypress.org/support\">the support forums</a>&nbsp;and/or&nbsp;on&nbsp;<a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</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, 15 Apr 2020 21:37: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:12:\"Mathieu Viet\";s: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:98:\"WPTavern: Gutenberg 7.9 Adds Gradients to More Blocks, Extra Typography Controls, and New Patterns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:237:\"https://wptavern.com/gutenberg-7-9-adds-gradients-to-more-blocks-extra-typography-controls-and-new-patterns?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-7-9-adds-gradients-to-more-blocks-extra-typography-controls-and-new-patterns\";s: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:5813:\"<p class=\"has-drop-cap\">For Gutenberg junkies, the three-week wait between major releases has been rough, especially during this time when many are looking for new things to fill the gaps in our social calendars. Not to fret, the team <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">dropped version 7.9 of the plugin</a> earlier today. This release includes several goodies such as new typography-related controls for blocks, extra patterns for testing, and even more work toward a lighter DOM for theme authors.</p>\n\n\n\n<p>With the added time, version 7.9 is a larger release than usual. It includes over two dozen bug fixes and almost as many minor enhancements. The team continued work on full-site editing, which has moved along at a steady pace and is currently slated to land in WordPress 5.6 later this year.</p>\n\n\n\n<p>The development team has made several tweaks to the user interface. This is a continuation of the work that has landed in the previous couple of major releases. WordPress users who are not running the Gutenberg plugin can expect to see the refreshed UI in August this year when WordPress 5.5 drops.</p>\n\n\n\n<p>One nice change is to the link inserter. Instead of outputting the URL from an existing post, it will output the post title instead. This should make it far quicker for users to insert links to their posts or pages in the editor.</p>\n\n\n\n<p>Fullscreen mode can now be toggled on and off via the <code>Ctrl</code> + <code>Shift</code> + <code>Alt</code> + <code>F</code> keyboard shortcut. That is assuming you consider remembering which four keys to press a <em>shortcut</em>. At least the option exists for those who need it. I suppose I will acquire the muscle memory to toggle it over time.</p>\n\n\n\n<p>On the whole, this a major release in every sense. Everything from documentation to code quality has seen improvements. Developers can enjoy new APIs. Theme authors should also have an easier time styling buttons &mdash; the editor HTML should now be consistent with front-end output.</p>\n\n\n\n<h2>Gradient All the Things</h2>\n\n\n\n<img />Custom gradient background for the Media &amp; Text block.\n\n\n\n<p class=\"has-drop-cap\">Until now, users could add gradient backgrounds to the cover and button blocks. Gutenberg 7.9 extends this option to the group, columns, and media &amp; text blocks.</p>\n\n\n\n<p>I have yet to see many theme authors take advantage of gradients. Granted, gradient backgrounds only landed in WordPress 5.4. I am hoping some of the top designers in the theme space can tackle this, if for no other reason than providing me some new eye candy when writing posts such as this that discuss gradients in Gutenberg.</p>\n\n\n\n<p>On the whole, the addition of the gradients option to new blocks is a good thing. The next step is to continue expanding it to other blocks.</p>\n\n\n\n<h2>Typography for Headings and Paragraphs</h2>\n\n\n\n<img />Adjusting the font size of a heading block.\n\n\n\n<p class=\"has-drop-cap\">The Gutenberg team has finally checked off one of my longstanding pet peeves. The heading block now has a font-size option. Instead of users using an H1-level heading to make their text larger, they can stick with an appropriate-level heading for the document structure while using the font-size option to adjust how large it appears.</p>\n\n\n\n<p>I am concerned about the addition of a new setting to allow users to adjust the line-height for paragraphs and headings. Currently, the setting does not allow theme authors to add choices based on their design system or disable the feature altogether.</p>\n\n\n\n<p>We also get some new inline styles instead of classes. At this point, that ship has already sailed and sunk with Gutenberg.</p>\n\n\n\n<p>The usefulness of a line-height setting is clear when designing a full-page layout, such as a single-page brochure. However, changing the line-height for most text on a site could have dire consequences in the long term, especially when an end-user switches themes and finds that their chosen line-height is completely out of sync with their new theme. I would not wish the pain of updating dozens or more old blog posts to adjust paragraph design on anyone. Of course, the same could be said of font sizes and similar settings. This is the one setting that I want to see with more theme author feedback as part of the decision.</p>\n\n\n\n<h2>Three New Block Patterns</h2>\n\n\n\n<img />Inserting the Numbered Features block pattern into the editor.\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 7.9 removed the block patterns icon from the top right and tucked it behind the editor options menu. Users can pin the patterns sidebar, which will move the patterns icon back to the top for quick access.</p>\n\n\n\n<p>The update also introduces three additional block patterns, bringing the total to six.</p>\n\n\n\n<ul><li><strong>Hero Two Columns:</strong> Displays a group that encloses an italic paragraph, a heading, and two columns of text.</li><li><strong>Numbered Features:</strong> Displays several groups of columns with a number on the left and text on the right.</li><li><strong>It&rsquo;s Time:</strong> Outputs a paragraph, two columns, and a large paragraph that reads &ldquo;it&rsquo;s time.&rdquo;</li></ul>\n\n\n\n<p>The Numbered Features pattern is by far the most intricate pattern the Gutenberg team has put together while building the block patterns system. It is nice to see them exploring some designs that users will find useful.</p>\n\n\n\n<p>At this point, most of the patterns are relatively boring and not representative of how feature-rich this system will become in the future. It is important to remember that patterns are still at an early stage of development. By the time the feature lands in core WordPress, we should see more advanced and beautiful patterns for use on websites.</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, 15 Apr 2020 20:14:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:53:\"HeroPress: Helping Small Businesses During A Pandemic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=3109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"https://heropress.com/essays/helping-small-businesses-during-a-pandemic/#utm_source=rss&utm_medium=rss&utm_campaign=helping-small-businesses-during-a-pandemic\";s: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:11544:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/041320-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"WordPress is a powerful tool that can quickly be levereged to help people in need.\" /><p>In mid March 2020 it was clear that the coronvirus pandemic was going to have drastic consequences for daily life. Many local shops, market stalls and other food outlets would struggle to keep in touch with their regular customers. It was also worrying that lots of people would be stuck at home with only the internet and phone as ways to keep in touch with their local shops.</p>\n<h3>Getting Started</h3>\n<p>I decided to create a small site for local shops (and other related businesses) to put their contact info on so that people could get in touch. I bought the domain name <a href=\"https://www.cambridgelocalshops.co.uk\">www.cambridgelocalshops.co.uk</a> and got started. I decided to have several main sections &#8211; shops, food outlets, local support, delivery companies and activities.</p>\n<p>I add most shops that request to be added &#8211; small national brand supermarkets as well as independent shops. The only shops I&#8217;ve decided not to include are ones that could be misconstrued as giving medical advice.</p>\n<blockquote><p>This whole site is required because of a medical emergency and clear messaging on that topic is vital.</p></blockquote>\n<p>Some pubs and restaurants have started doing take-away food from their kitchens, and in addition offer a grocery ordering service. It&#8217;s a great way to keep their business open and offer really useful support to their community. Watching businesses change how they operate to help their communities is inspiring. I&#8217;ve heard that many neighbourhood &#8216;mutual aid groups&#8217; have found the site a useful way to get information about shops out to people who are isolated at home.</p>\n<h3>Spreading The Word</h3>\n<p>I shared the site on twitter and various other local groups I&#8217;m a member of. The number of hits I was getting on the site daily showed there was a need. The local <a href=\"https://www.em.admin.cam.ac.uk/what-we-do/estate-operations/facilities-services/reprographics\">university printing office</a>, just before closing for lockdown, ran off 10,000 leaflets about the site. The local <a href=\"https://www.zedify.co.uk/cambridge\">bike courier company</a> delivered them door to door free of charge. For them it was a way of supporting local businesses and shops that are their key customers in more normal times, and providing an important community service right now. The photos are all from <a href=\"https://unsplash.com/\">unsplash.com</a> &#8211; free of charge and great quality.  Jo at <a href=\"https://www.kabocreative.com/\">Kabocreative</a> designed the great logo and shared it with me.</p>\n<blockquote><p>Having designed the site in a morning using TwentySeventeen as the theme and using <a href=\"https://wordpress.org/plugins/atomic-blocks/\">Atomic Profile Blocks</a> for the individual shops I realised I needed something a bit more streamlined.</p></blockquote>\n<p>Juggling this clunky way of editing a site alongside home schooling two children and facing the challenges of life under lockdown was not viable. I started redeveloping the site behind the scenes, using posts instead of pages for each shop, categorising them according to type of shop and their location, and then building a site structure out of that categorising system. I also switched to <a href=\"https://generatepress.com/\">GeneratePress</a> for the theme (I love it). It all kind of worked.</p>\n<h3>Reaching Out</h3>\n<p>Then I got in touch with Topher DeRosia asking if he&#8217;d like me to write this up for his wonderful HeroPress blog aimed at the WordPress community. Many towns and districts around the world could do with a site like this and it&#8217;s a perfect way for a WordPress person to support their local shops and neighbours at this time.</p>\n<p>Topher did way more than that, coming on board to take a look at the back end of the site, make some brilliant changes and also contacting <a href=\"https://wsform.com/\">WSForm</a> for a pro plugin to help with the process.</p>\n<blockquote><p>Now, when someone completes the form to request an entry on the site it automatically creates a post with that shops&#8217; details already pre drafted.</p></blockquote>\n<p>I just need to add the categories, check the details, and publish it. It is a dream to manage as it is so fast to add a new shop. I am hugely grateful to Topher for dedicating so much time and care to this when all I expected was the chance to share an idea with others.</p>\n<p>The site already has a sibling &#8211; <a class=\"defanged3-moz-txt-link-abbreviated\" href=\"http://www.stivesandvillages.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">www.stivesandvillages.co.uk</a> &#8211; set up by my friends Penni and Jo at <a href=\"https://www.kabocreative.com/\">KaboCreative</a>. If you&#8217;re interested in creating something similar to support your community while under lockdown check out Topher&#8217;s <a href=\"https://topher1kenobe.com/cambridge-local-shops-help-during-covid-19/\">technical tips</a> and some special offers we&#8217;ve negotiated with <a href=\"https://wsform.com/\">WSForm</a> and <a href=\"https://generatepress.com/\">GeneratePress</a> to make your life easier and a bit cheaper! Thanks to these companies for their support.</p>\n<h3>What We Learned</h3>\n<p>Here are a few key tips I gave Penni when she got in touch to ask about using my idea for her local area:</p>\n<ul>\n<li>don&#8217;t use logos &#8211; everyone will want their logo used and file quality will vary. So it doesn&#8217;t look like favouritism just make a blanket ban. Choose nice pictures from unsplash.com instead, or simply have one single photo of your town or village in a banner image place. Maybe feature a local photographer who can donate a picture.</li>\n<li>try to focus, at least at first, on shops that are selling vital food stuffs and household goods &#8211; this is what people are looking for urgently.</li>\n<li>don&#8217;t just request info about how they deliver; in a rapidly changing environment shops will be adapting and doing different things. In my area many are doing &#8216;timed collections&#8217; where staff pack your goods for you based on a phone order, and you collect at a specific time by agreement so social contact / crowds / queues are minimised. Some shops are also doing special hours for key workers. Make sure your form is flexible enough to cope with variety and change in how shops are operating.</li>\n<li>be open to including places that don&#8217;t normally sell groceries &#8211; eg pubs have been doing fresh food deliveries to local people and providing a valuable service in my town. They get listed under both &#8216;pubs&#8217; and &#8216;groceries&#8217; on my site.</li>\n<li>create a leaflet that people can print off and share with others, that shops can send out with deliveries &#8211; here&#8217;s <a href=\"https://cambridgelocalshops.co.uk/wp-content/uploads/2020/03/Cant-get-out_-1.pdf\">an example</a> (opens as a PDF).</li>\n<li>many shops won&#8217;t have an online ordering system &#8211; offering them the chance to put a Word document or a PDF order form on your site can be a vital way for them to get information out about their products and contact info. It also means people can print these off and share them with neighbours who don&#8217;t have computers or smart phones.</li>\n<li>make it useful beyond shops &#8211; include local community groups by linking to any reliable pages (eg local municipality / council site) that list them.</li>\n<li>include some medical links to reliable sources (World Health Organisation or national government sites, for example).</li>\n<li>include some activities for those stuck at home &#8211; we have a knitting shop, a martial arts class that&#8217;s now online by video, some arts resources and a dance school doing online lessons! It keeps it local and friendly and relatable for people who know their local area and are looking for reassurance.</li>\n</ul>\n<p>I&#8217;ve enjoyed putting this site together, interacting with all the business owners who&#8217;ve entered their details, and making new friends when other people got involved. I highly recommend it as a way of doing something useful in these strange times.</p>\n<hr />\n<h3><em>Editor&#8217;s Note</em></h3>\n<p><em>Topher here. Part of the plan all along was to make it so other people can easily replicate what Elisabeth did. <a href=\"https://topher1kenobe.com/cambridge-local-shops-help-during-covid-19/\">You can find a post on my personal blog</a> detailing how it all works, and you can download the plugins, theme, and export files.</em></p>\n<p><em>If you think your local business area could use something like what Elisabeth built, now you can easily do it yourself.</em></p>\n<p><em>GeneratePress and WSForm are both commercial products, but for this project they generously offer a 20% discount to anyone building something like Elisabeth&#8217;s project. You can find the discount codes on the blog post I mentioned above.</em></p>\n<p><em>Thank you Elisabeth for doing such a great work, and thank you for allowing me to be a part of it!</em></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Helping Small Businesses During A Pandemic\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Helping%20Small%20Businesses%20During%20A%20Pandemic&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhelping-small-businesses-during-a-pandemic%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Helping Small Businesses During A Pandemic\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fhelping-small-businesses-during-a-pandemic%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%2Fhelping-small-businesses-during-a-pandemic%2F&title=Helping+Small+Businesses+During+A+Pandemic\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Helping Small Businesses During A Pandemic\"></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/helping-small-businesses-during-a-pandemic/&media=https://heropress.com/wp-content/uploads/2021/04/041320-min-150x150.jpg&description=Helping Small Businesses During A Pandemic\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Helping Small Businesses During A Pandemic\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/helping-small-businesses-during-a-pandemic/\" title=\"Helping Small Businesses During A Pandemic\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/helping-small-businesses-during-a-pandemic/\">Helping Small Businesses During A Pandemic</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, 15 Apr 2020 09:00:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Elisabeth Klaar\";s: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:80:\"WPTavern: Block-a-saurus Embeds a Side-Scrolling T-Rex Game via the Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98606\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor?utm_source=rss&utm_medium=rss&utm_campaign=block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6574:\"<div class=\"wp-block-cover alignfull has-background-dim-80 has-black-background-color has-background-dim bg-black\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-blockasaurus-blockasaurus\"><div id=\"bas-messageBox\" class=\"sendmessage\"><h1>Click to Play</h1><div class=\"niokbutton\"></div></div><div id=\"main-frame-error\" class=\"bas-interstitial-wrapper\"><div id=\"main-content\"><div class=\"bas-icon bas-icon-offline\" alt=\"\"></div></div><div id=\"bas-offline-resources\"><img id=\"offline-resources-1x\" class=\"skip-lazy\" src=\"https://wptavern.com/wp-content/plugins/block-a-saurus/src/img/default_100_percent/100-offline-sprite.png\" /><img id=\"offline-resources-2x\" class=\"skip-lazy\" src=\"https://wptavern.com/wp-content/plugins/block-a-saurus/src/img/default_200_percent/200-offline-sprite.png\" /></div></div></div>\n</div></div>\n\n\n\n<p class=\"has-drop-cap\">It is no secret that I love testing out the sort of <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">fun WordPress blocks</a> that hark back to my early days of the web. I have <a href=\"https://wptavern.com/rebirth-of-creativity-gutenberg-and-the-future-of-wordpress-themes\">written on the subject</a> once or twice. Imagine my surprise when I came across a side-scrolling dinosaur game that users could simply plop into the block editor and provide something fun for their visitors to do.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/block-a-saurus/\">Block-a-saurus</a> is a simple game in which you play a T-Rex whose goal is to survive a course of obstacles such as jumping cactuses and ducking birds. To play, you merely need to control the T-Rex via your keyboard&rsquo;s D-pad. It should also work via touch control on mobile devices.</p>\n\n\n\n<p>The only bad thing is that I did not notice this gem eight months ago when it was first released to the public.</p>\n\n\n\n<p>&ldquo;When I started learning about blocks, I realized they could be basically miniature JavaScript applications,&rdquo; said Keanan Koppenhaver, the developer behind Block-a-saurus. &ldquo;I thought this was super interesting as opposed to how WordPress plugins relied more heavily on PHP, so I wanted to see what I could do with basically a blank JavaScript canvas and how that could enable experiences that would have been really difficult to do seamlessly pre-Gutenberg. It slowly went from a &lsquo;Is this even possible?&rsquo; to &lsquo;Let&rsquo;s release it and see if it can inspire people to build something even more out of the box.\'&rdquo;</p>\n\n\n\n<p>Give the game a whirl. Let us know your high score in the comments!</p>\n\n\n\n<h2>Using the Block-a-saurus Plugin</h2>\n\n\n\n<p class=\"has-drop-cap\">The plugin is straightforward. Once installed, it adds a new &ldquo;Block-a-saurus!&rdquo; block in the common blocks section of the block inserter.  The block currently has two options under the block settings panel:</p>\n\n\n\n<ul><li><strong>Dino Speed:</strong> Allows you to speed up or slow down the movement of the T-Rex in the game.</li><li><strong>Mute Audio:</strong> Allows you to enable or disable the game audio.</li></ul>\n\n\n\n<img />Inserting the Block-a-saurus block in the editor.\n\n\n\n<p>By default, the front-end output is bland. Do not expect a graphical powerhouse. However, sometimes, the simplest games can make for hours of fun.</p>\n\n\n\n<img />Default output of Block-a-saurus on the front end.\n\n\n\n<p>I wanted to spruce up my game&rsquo;s design on the front end. Therefore, I first inserted a cover block with a dinosaur background, as can be seen at the beginning of this post. I then dropped the plugin&rsquo;s block within the cover block. </p>\n\n\n\n<p>This works well with a variety of image backgrounds. Plus, it allows users to put a unique spin on their game.</p>\n\n\n\n<img />A custom background using the cover block around Block-a-saurus.\n\n\n\n<p>There is at least one missing piece that I would like to see in a future version of the plugin. It would be nice to integrate alignment options for the block, such as center, wide, and full alignments that are common with many other blocks.</p>\n\n\n\n<p>On the plus side, the plugin developer took the few moments necessary to load scripts and styles only on pages where the game is in use. If you want to run the game, you do not have to worry about it loading unnecessary files on every page of your website.</p>\n\n\n\n<h2>Future Plugin and Block Plans</h2>\n\n\n\n<p class=\"has-drop-cap\">Currently, Block-a-saurus is still sitting at version 1.0. However, Koppenhaver has plans to add extra features to the plugin, such as saving high scores for logged-in users and potentially making the game playable in the backend. The holdup with admin-side playing is some JavaScript conflicts with the native Gutenberg controls.</p>\n\n\n\n<p>&ldquo;Work is moving along pretty steadily,&rdquo; he said of new features. &ldquo;It&rsquo;s nice to have something relatively small and self-contained to work on in between larger client projects. The saving of scores has been the majority of the work so far, and I&rsquo;m hoping to have that released in the next couple of weeks.&rdquo;</p>\n\n\n\n<p>Koppenhaver does not have any immediate plans for similar types of blocks. The plan was for this particular plugin to showcase a fun, one-off block. &ldquo;I&rsquo;ve seen JavaScript implementations of Snake and Tetris, which would be cool to see converted to blocks,&rdquo; he said. &ldquo;I might have to give one of those a try.&rdquo; Perhaps Block-a-saurus is not the end of the road.</p>\n\n\n\n<p>If he wraps up the work on a front-end, JavaScript-based saving feature for high scores, it would be nice to see that offered as a standalone package for other block developers to use. It would certainly make porting other games such as Snake and Tetris to the block system easier.</p>\n\n\n\n<p>Koppenhaver and his team primarily work on more serious endeavors. &ldquo;We have been working on some other block experiments to allow for things like integrating data sourced from Google Drive as D3 visualizations as well as a block to allow agencies to create better case studies by creating those responsive screenshot mockups you see everywhere and being able to create them completely in Gutenberg,&rdquo; he said. &ldquo;We&rsquo;re very excited about the experiences the new editor has allowed us to create and are always experimenting and trying to learn more.&rdquo;</p>\n\n\n\n<p>More than anything, I want to see other plugin authors launch a few more <a href=\"https://wordpress.org/plugins/tags/game/\">games</a> for the block editor.</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, 14 Apr 2020 18:57: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:14:\"Justin Tadlock\";s: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:79:\"WPTavern: The Road Ahead: What’s in Store for WordPress for the Rest of 2020?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98522\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/the-road-ahead-whats-in-store-for-wordpress-for-the-rest-of-2020?utm_source=rss&utm_medium=rss&utm_campaign=the-road-ahead-whats-in-store-for-wordpress-for-the-rest-of-2020\";s: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:9338:\"<div class=\"wp-block-cover alignfull has-background-dim-70 has-gray-900-background-color has-background-dim has-parallax bg-gray-900\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-drop-cap has-text-align-left has-extra-large-font-size text-xl text-left\">Full-site editing, automatic theme and plugin updates, global styles, and more await. With the release of <a href=\"https://wptavern.com/wordpress-5-4-adderley-released-includes-improved-editor-new-blocks-and-developer-apis\">WordPress 5.4</a> and an open call for <a href=\"https://wptavern.com/open-call-for-wordpress-5-5-tickets-whats-on-your-wish-list\">version 5.5 tickets</a>, it is time to peer into the future and catch a glimpse of what is to come. It is shaping up to be an exciting year thus far.</p>\n</div></div>\n</div></div>\n\n\n\n<p>Josepha Haden, executive director of WordPress, provided a <a href=\"https://make.wordpress.org/updates/2020/03/06/update-progress-on-goals/\">progress update on the 2020 goals</a> in early March. As always, the timeline to hit certain goals can change based on roadblocks the development team hits and other factors. On the whole, the tentative roadmap looks feasible.</p>\n\n\n\n<p>Currently, WordPress 5.5 is set to ship on August 11, 2020. Version 5.6 is scheduled to follow on December 8, 2020.  Some major changes are forthcoming. Let us take a moment to look ahead and see where the WordPress ship is sailing.</p>\n\n\n\n<h2>Automatic Updates for Everything</h2>\n\n\n\n<img />Automatic updates column on the plugin management screen.\n\n\n\n<p class=\"has-drop-cap\">We have enjoyed automatic updates for minor versions of core WordPress since version 3.7. However, until recently, it has felt like progress on auto-updating everything had stalled. From mobile phones to smart TVs, the average end-user is accustomed to their software simply staying updated. In 2020, it is time WordPress continues pushing forward, particularly when staying updated is one component of maintaining a secure website.</p>\n\n\n\n<p>There are two separate changes centered on automatic updates in the pipeline. The first, which is set to ship in WordPress 5.5, is <a href=\"https://wptavern.com/automatic-theme-and-plugin-updates-slated-for-wordpress-5-5\">automatic updates for plugins and themes</a>. The feature plugin has been in development for several months and should be stable enough to launch with the next version of WordPress.</p>\n\n\n\n<p>Plugin and theme developers will need to adopt a development strategy that aligns more with the WordPress philosophy of maintaining backward compatibility, at least to the point where an automatic update does not break a user&rsquo;s site. This change is a welcome one because it will lead to a more secure web. However, it will be interesting to see how this plays out in the months to come. I am certain there will be a road bump or two that the developer community will need to overcome.</p>\n\n\n\n<p>Automatic updates of core WordPress is slated to officially land in version 5.6. It should be an opt-in feature when it rolls out. The feature plugin should also be ready by the time WordPress 5.5 lands.</p>\n\n\n\n<h2>Block Directory Integration</h2>\n\n\n\n<img />WordPress.org&rsquo;s <a href=\"https://wordpress.org/plugins/browse/block/\">block directory page</a>.\n\n\n\n<p class=\"has-drop-cap\">The block directory first <a href=\"https://wptavern.com/gutenberg-6-5-adds-experimental-block-directory-search-to-inserter-and-new-social-links-block\">landed in Gutenberg 6.5</a> as an experimental feature. For those of us running the plugin, it is almost easy to forget that it is not already a part of WordPress.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/browse/block/\">block directory</a> is a listing of a special type of plugin that adds only a single block. In WordPress 5.5, users should be able to search and install blocks from this directory via the post editing screen. If you need a block that is not installed, you can install and begin using it without going through the normal routine with installing a plugin.</p>\n\n\n\n<h2>Full-Site Editing</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>Live Demo Q&amp;A from <a href=\"https://gutenbergtimes.com/theme-templates-full-site-editing-experience-enrique-piqueras/\">The Gutenberg Times</a>.\n\n\n\n<p class=\"has-drop-cap\">I am excited about the prospect of full-site editing landing in WordPress. I am concerned that a target date within 2020 may be rushing a feature that may not be ready. I want this to be a successful <a href=\"https://wptavern.com/initial-documentation-for-block-based-wordpress-themes-proposed\">transition of how themes work</a> and how users interact with their sites. I am optimistic about this future, but I am not convinced it will be good enough by the time WordPress 5.6 ships.</p>\n\n\n\n<p>Aside from the introduction of the block editor itself, this will be one of the largest changes to how WordPress works in its history. Arguably, it is a more wide-reaching change because it touches both the backend user interface and how the theme templating system functions. It needs time to age before it&rsquo;s dropped into the laps of end-users and developers alike.</p>\n\n\n\n<p>I will be the first to jump for joy if I am wrong.</p>\n\n\n\n<p>Currently, the plan is to complete the full-site editing feature in the Gutenberg plugin by the time WordPress 5.5 launches. It should still be behind the experimental flag in the plugin at that point. Then, ship the finished product in version 5.6.</p>\n\n\n\n<h2>Block Areas (Widgets)</h2>\n\n\n\n<img />Using blocks on the experimental block areas screen.\n\n\n\n<p class=\"has-drop-cap\">One of the features that has not gotten near enough attention is the conversion of traditional sidebars into block areas. This is a much-needed change in the mission to turn everything into a block.</p>\n\n\n\n<p>Currently, it is planned to ship in WordPress 5.6, alongside full-site editing. I would rather see block areas as a stepping stone toward full-site editing. It would be less painful for theme authors to have at least a major release to ease into the next step.</p>\n\n\n\n<p>The development of this feature could have been much smoother if WordPress would have simply deprecated sidebars and widgets. The Gutenberg team has had to pigeonhole a block-based system into the old widgets system. It is a little messy. Instead of the current approach, they should have created a separate system and allowed theme developers to begin opting into it. Because theme authors are the ones who will be handling support requests from end-users, they should have been given the power to handle that transition gracefully.</p>\n\n\n\n<p>Overall, there should be no issue making sure block areas are feature-complete by 5.6. Much of the work is finished at this point, and we should be getting a more accurate picture of this feature in the coming months.</p>\n\n\n\n<h2>Global Styles</h2>\n\n\n\n<img />Example mockup from the primary <a href=\"https://github.com/WordPress/gutenberg/issues/19255\">global styles ticket</a>.\n\n\n\n<p class=\"has-drop-cap\">A new <a href=\"https://github.com/WordPress/gutenberg/issues/19611\">global styles feature</a> is set to ship for WordPress 5.6 later this year. The feature is currently undergoing heavy development. We should begin to see early iterations of it in upcoming versions of the Gutenberg plugin over the next several months.</p>\n\n\n\n<p>Global styles will allow theme authors to create several default values, likely via a JSON file. In turn, users will be able to overwrite those styles through an interface in the admin.</p>\n\n\n\n<p>My biggest concern about this feature is that it could go overboard with options that end-users should not have to concern themselves with. For example, most users should have no need to adjust the line-height for their text. Instead, line-height values should automatically be calculated based on a font&rsquo;s x-height and size. The question is going to be where the global styles feature will draw the line. At a certain point, it is better to learn CSS. We certainly cannot expose every possibility via an option.</p>\n\n\n\n<h2>Other Notable Features</h2>\n\n\n\n<p class=\"has-drop-cap\">Lazy loading of images, which was <a href=\"https://wptavern.com/native-lazy-loading-support-coming-to-wordpress\">originally planned for WordPress 5.4</a>, will be shipping alongside a <a href=\"https://wptavern.com/xml-sitemaps-feature-plugin-open-for-testing-and-feedback\">built-in XML sitemaps</a> feature in version 5.5. Both features have been under active development for months and are stable at this point.</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/gutenberg-7-0-launches-stable-navigation-block-post-blocks-and-template-parts\">navigation block</a> was complete enough to ship in the previous WordPress release. The block is intended to primarily be used with full-site editing, so the block was not included. However, it is supposed to be available in WordPress 5.5.</p>\n\n\n\n<p>As always, we should see a new default theme to propel us into the next year. My guess is that the core leads will want to ship a theme that is built completely on top of the upcoming full-site editing feature. If development goes as currently scheduled, <em>Twenty Twenty-One</em> could be a 100% block-based theme.</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, 13 Apr 2020 20:54: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:14:\"Justin Tadlock\";s: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:74:\"WPTavern: Open Call for WordPress 5.5 Tickets: What’s on Your Wish List?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98435\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/open-call-for-wordpress-5-5-tickets-whats-on-your-wish-list?utm_source=rss&utm_medium=rss&utm_campaign=open-call-for-wordpress-5-5-tickets-whats-on-your-wish-list\";s: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:3580:\"<p class=\"has-drop-cap\">Now that <a href=\"https://wptavern.com/wordpress-5-4-adderley-released-includes-improved-editor-new-blocks-and-developer-apis\">WordPress 5.4</a> has successfully launched, it is time to begin thinking about version 5.5, which has a tentative release date of August 8, 2020. On Wednesday, Josepha Haden, Executive Director of WordPress, <a href=\"https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/\">put out a call for tickets</a>.</p>\n\n\n\n<p>Naturally, the block editor is the top focus as we continually inch toward new features such as a refreshed interface, block patterns, and eventually full-site editing. However, there is room to put a small dent in the thousands of tickets that are still awaiting the right people to move them forward.</p>\n\n\n\n<p>Currently, there are 223 tickets <a href=\"https://core.trac.wordpress.org/tickets/major\">assigned to the 5.5 milestone</a>. We are early in the release cycle, so now is the time to advocate for the inclusion of that particular bug fix or enhancement you have had your eye on.</p>\n\n\n\n<p>What tickets do you want to see addressed?</p>\n\n\n\n<h2>Wish List: Finished Custom Post Status API</h2>\n\n\n\n<p class=\"has-drop-cap\">While I have no expectations that my personal wish list item will make the WordPress 5.5 cut, it does not mean that I cannot hope. After <a href=\"https://core.trac.wordpress.org/ticket/12706\">10 years in the making</a>, with a fix here and there, I would love to see custom post statuses become feature complete.</p>\n\n\n\n<p>A good example use case for custom post statuses is forum plugins. Topics or threads can either have an open or closed status. There are other cases such as archive, spam, hidden, and orphan statuses. Management of forums typically happens on the site front end, so plugin authors usually build custom front-end solutions to handle statuses.</p>\n\n\n\n<p>The scenarios where users need to assign a post status in the admin is where things get tricky. In the past, it was a <em>simple</em> matter of recreating the &ldquo;publish&rdquo; meta box on the edit post screen with a custom status dropdown. With the block editor, I am sure it is possible to do something similar with JavaScript. If so, this still leaves plugin authors in a bind. They will need to code at least two methods to pigeonhole custom statuses into the WordPress editor &mdash; three if also doing so on the front end.</p>\n\n\n\n<p>It is time we have a complete post status API.</p>\n\n\n\n<p>The lack of custom status support in the core user interface has created several roadblocks for projects I have worked on through the years. At one point, there seemed to be some traction to make this a reality, but it seems to have fallen to the wayside as more important and shinier features have been given the green light.</p>\n\n\n\n<p>Custom post statuses are as easy to register as custom post types and taxonomies. The primary missing element is the UI integration on the post editing screen.</p>\n\n\n\n<p>There is a real need for this feature as outlined by developers in a <a href=\"https://github.com/WordPress/gutenberg/issues/3144\">related Gutenberg ticket</a>. Some agencies and organizations with a more complex editing workflow cannot move forward with the block editor on some projects, even if they want to do so.</p>\n\n\n\n<p>The <a href=\"https://github.com/imath/wp-statuses\">WP Statuses</a> plugin by Mathieu Viet could ease the pain for developers with its integration with both the block and classic editors. However, this level of integration belongs in the core software.</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, 10 Apr 2020 19:54: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:14:\"Justin Tadlock\";s: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:44:\"WPTavern: State of the Meetup Under Lockdown\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=98421\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/state-of-the-meetup-under-lockdown?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-meetup-under-lockdown\";s: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:6466:\"<p class=\"has-drop-cap\">By now we&rsquo;re all getting weary of the phrase &ldquo;new normal.&rdquo; Much ink has been spilled over the question of what that new normal will look like after the pandemic has passed over us. There&rsquo;s a stubborn streak in the American national character that admits of little change but, like an assiduous puppy, finds what works.</p>\n\n\n\n<p>I&rsquo;ve been attending the&nbsp;<a href=\"https://www.meetup.com/Asheville-Area-WordPress-Group\">local WordPress Meetup</a>&nbsp;since moving to Asheville, North Carolina, three years ago. Finding myself in a new city, getting out into the community and meeting people in the same industry seemed like a good opportunity to get connected. And it worked. I&rsquo;ve lived in a handful of cities, and nothing has worked faster and better in getting me acclimated to a new locale. As I write now from a sort of exile, present circumstances make clear why the meetup matters.</p>\n\n\n\n<p>The WordPress community is a naturally diverse one. But diversity itself is neither inherently good nor bad. Developers all over the world may commit to the same codebase, but that doesn&rsquo;t mean they&rsquo;re all together. Working among GitHub avatars and social media accounts alone, it&rsquo;s easy to allow in-group preference to collect and fester and eventually spill out; as it did recently with a&nbsp;<a href=\"https://wptavern.com/on-maga-caps-and-wordcamps\">brouhaha about a certain baseball cap</a>.</p>\n\n\n\n<p>The WordPress meetup is an in-group breaker. People of wildly different backgrounds manage to come together around a common theme (sometimes literally a&nbsp;<em>theme</em>). We meet in person, face to face, catch up on old things, and learn all new things. Depending on who you sit next to, you might even hear a dirty joke. We get the all-important sense of being in what the ancient Greeks called the&nbsp;<em>polis</em>, the city-state. We&rsquo;re all different, but Asheville is our city-state, and WordPress is why, twice a month, we get out of our homes and assemble. When we talk about democratizing publishing that means for&nbsp;<em>everyone</em>. This is why the meetup is important, and why it must go on even during a pandemic.</p>\n\n\n\n<img />\n\n\n\n<p>At the meetup, we&rsquo;re not just learning about WordPress. We&rsquo;re learning about each other. Business cards change hands. Smiles and handshakes lighten the air. Asheville is a beer town, so there&rsquo;s often a brew before, sometimes during, and always after. This kind of fellowship is a critical ingredient to building a tight-knit group, yet it&rsquo;s what we sacrifice first when the order to keep &ldquo;social distance&rdquo; comes down.</p>\n\n\n\n<p><em>Social distance?</em> I thought. <em>How is it possible to even have a meetup under such frosty circumstances?</em> But have a meetup we did&mdash;at least virtually.</p>\n\n\n\n<p>As the order to distance and stay at home came down, I canceled my &ldquo;Basics of SEO&rdquo; presentation and pondered whether the meetup will simply have to wait until the virus clears. John Dorner, a local developer and arch-organizer, decided we must give the virtual thing a try. Who knows how long we&rsquo;ll be barred from gathering?</p>\n\n\n\n<p>These days we&rsquo;re all familiar with&nbsp;<a href=\"https://meet.google.com/\">Google Meet</a>,&nbsp;<a href=\"https://www.skype.com/en/\">Skype</a>, and a host of other video conference tools. I&rsquo;ve been working remotely for three years now, and regular video meetings are part of my weekly routine. It&rsquo;s not that the video conference software isn&rsquo;t perfectly adequate, but there is a lack of warmth about it. It&rsquo;s perfunctory, a means to an end. But maybe I was wrong.</p>\n\n\n\n<p>As the virtual meeting launches, we have the usual throat-clearing and the customary hiccups. Ambient noise. Broken microphones and webcams require certain attendees to post chat comments. But we finally get down to business. Dorner encourages all the new people to join the Slack channel, where members can post questions, get help, and continue the conversation after the meetup. We spin a digital wheel of fortune to decide who gets the free JetBrains license&mdash;our regular giveaway, which I&rsquo;ve won twice now.</p>\n\n\n\n<p>Soon, John presents his screen and shows us how we can better manage large clusters of media files in our WordPress sites. It all goes off without a hitch. I volunteer to give my talk at the next meeting.</p>\n\n\n\n<p>Our Asheville area group has a long list of subscribers. Yet, we only see a fraction of that RSVP regularly. Often, people will RSVP but not be able to attend. More universal topics tend to bring out larger crowds. For some, making it out to a 6 PM meeting on a weeknight is a big ask.</p>\n\n\n\n<p>The benefit of the virtual meetup is that it gives those with busier schedules and longer travel times a chance to attend a topic they&rsquo;re interested in but may have otherwise skipped. We miss out on the fellowship, but we get the knowledge.</p>\n\n\n\n<img />John Dorner performs impressive card magic.\n\n\n\n<p>As time and space allow, we can consider what the long term outlook might be. Right now, it&rsquo;s just a series of if/then statements. We&rsquo;re all waiting.</p>\n\n\n\n<p>As the virtual meetup came to a close, it occurred to me that we could probably expand our boundaries a little bit. I can invite coworkers in Virginia Beach to check out our local meetup. I could invite family from Florida if they were interested. But then, would the Asheville WordPress Meetup lose its local flavor? Is that a bad thing?</p>\n\n\n\n<p>Eventually, the pandemic will pass, as all pandemics do. The meetup may land on the hybrid model, having virtual meetings from time to time while keeping the live thing going. I hope we&rsquo;ll find a happy mix. A meetup without the local flavor, and the camaraderie, would not be the same.</p>\n\n\n\n<p>Even if handshakes are replaced with elbow bumps, and we learn to stop touching our faces and to sneeze into our shirts, we need a place to go where we can assemble to keep the polis lively. Change is inevitable, and there&rsquo;s nothing new about &ldquo;new normals,&rdquo; but we don&rsquo;t do ourselves any favors by canceling what we know works best. Our exile on our personal Elbas will end, and we must go back out into society not as frightened peasants but rather as Napoleons of the new normal&mdash;whatever that will be.</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, 10 Apr 2020 16:03: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:14:\"Chris Maiorana\";s: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:50:\"Matt: Distributed Work’s Five Levels of Autonomy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=51231\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2020/04/five-levels-of-autonomy/\";s: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:8880:\"<img />\n\n\n\n<p>I recently had the opportunity to sit down with <a href=\"https://samharris.org/\">Sam Harris</a>, author and host of the <em>Making Sense</em> podcast, <a href=\"https://samharris.org/podcasts/194-new-future-work/\">for a wide-ranging conversation</a>. Given the moment we’re currently living through, we naturally touched on the way companies are adapting to a new reality — one where remote work is a model to which they must adapt in a matter of days, rather than years.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>As I mentioned to Sam on the podcast, “any company that can enable their people to be fully effective in a distributed fashion, can and should do it far beyond after this current crisis has passed.” <em>It&#8217;s a moral imperative.</em> But that doesn’t mean it’s going to be easy, or that the chaotic and stressful first taste some workplaces are getting right now is one that inspires them to keep trying.</p>\n\n\n\n<p>To make sense of this journey — from a company’s cautious exploration of remote possibilities to a fully realized distributed experience — I like to think of how it plays out through the concept of levels of distributed work, which I modeled after <a href=\"https://en.wikipedia.org/wiki/Self-driving_car#Classification\">self-driving car levels of autonomy</a>. I’ve seen some solid recaps of my conversation with Sam from <a href=\"https://medium.com/swlh/the-five-levels-of-remote-work-and-why-youre-probably-at-level-2-ccaf05a25b9c\">Steve Glaveski</a> and <a href=\"https://www.flickr.com/photos/jurvetson/49755484227/\">Steve Jurvetson</a>, but here’s my gist of how distributed companies evolve:</p>\n\n\n\n<ol start=\"0\"><li><strong>Level Zero</strong> autonomy is a job which cannot be done unless you&#8217;re physically there. Imagine construction worker, barista, massage therapist, firefighter&#8230; Many companies assumed they had far more of these than it has turned out they really did.</li><li>The <strong>first level</strong> is where most colocated businesses are: there’s no deliberate effort to make things remote-friendly, though in the case of many knowledge workers, people can keep things moving for a day or two when there’s an emergency. More often than not, they’ll likely put things off until they’re back in the office. Work happens on company equipment, in company space, on company time. You don&#8217;t have any special equipment and may have to use a clunky VPN to access basic work resources like email or your calendar. Larger level one companies often have people in the same building or campus dialing into a meeting. Level one companies were largely unprepared for this crisis.</li><li><strong>Level two</strong> is where many companies have found themselves in the past few weeks with the COVID-19 pandemic. They’ve accepted that work is going to happen at home for a while, but they recreate what they were doing in the office in a &#8220;remote&#8221; setting, like <a href=\"https://www.marshallmcluhan.com/\">Marshall McLuhan</a> talked about new media mediums initially copying the generation before. You’re probably able to access information from afar, you’ve adapted to tools like Zoom or Microsoft Teams, but everything is still synchronous, your day is full of interruptions, no real-time meetings have been canceled (yet), and there’s a lot of anxiety in management around productivity — that’s the stage where companies sometimes install surveillance software on laptops. Pro tip: Don’t do that! And also: Don’t stop at level two!</li><li>At the <strong>third level</strong>, you’re really starting to benefit from being remote-first, or <strong>distributed</strong>. That’s when you see people invest in better equipment — from a good desk lamp to <a href=\"https://ma.tt/2020/03/dont-mute-get-a-better-headset/\">solid audio gear</a> — and in more robust asynchronous processes that start to replace meetings. It’s also the point at which you realize just how crucial written communication is for your success, and you start looking for great writers in your hiring. When you are on a Zoom, you often also have a Google Doc up with the other meeting participants so you can take and check real-time notes together. Your company has a <a href=\"https://cloud.google.com/beyondcorp\">zero-trust BeyondCorp security model</a>. In a non-pandemic world you plan meetups so teams can break bread and meet each other in person a week or two a year.</li><li><strong>Level four</strong> is when things go truly asynchronous. You evaluate people’s work on what they produce, not how or when they produce it. Trust emerges as the glue that holds the entire operation together. You begin shifting to better — perhaps slower, but more deliberate — decision-making, and you empower everyone, not just the loudest or most extroverted, to weigh in on major conversations. You tap into the global talent pool, the 99% of the world&#8217;s population and intelligence that doesn&#8217;t live near one of your legacy physical office locations. Employee retention goes way up, and you invest more in training and coaching. Most employees have home-office setups that would make office workers green with envy. You have a rich social life with people you choose. Real-time meetings are respected and taken seriously, almost always have agendas and pre-work or post-work. If you <a href=\"https://spikes.worldathletics.org/post/japans-secret-to-relay-success\">get good at baton passes</a> work will follow the sun 24/7 around the world. Your organization is truly inclusive because standards are objective and give people agency to accomplish their work their way.</li><li>Finally, I believe it’s always useful to have an ideal that’s not wholly attainable — and that’s <strong>level five, Nirvana!</strong> This is when you consistently perform better than any in-person organization could. You&#8217;re effortlessly effective. It’s when everyone in the company has time for wellness and mental health, when people bring their best selves and highest levels of creativity to do the best work of their careers, and just have fun. <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f920.png\" alt=\"🤠\" class=\"wp-smiley\" /></li></ol>\n\n\n\n<p>A highly influential book for me in designing Automattic was <a href=\"https://www.danpink.com/books/drive/\">Daniel Pink’s <em>Drive</em></a>, where he eloquently introduces the three things that really matter in motivating people: mastery, purpose, and autonomy. <strong>Mastery</strong> is the urge to get better skills. <strong>Purpose</strong> is the desire to do something that has meaning, that&#8217;s bigger than yourself. These first two principles physically co-located companies can be great at. But the third, autonomy, is where even the best in-office company can never match a Level 4 or above distributed company.</p>\n\n\n\n<p><strong>Autonomy</strong> is our desire to be self-directed, to have agency over ourselves and our environment. Close your eyes and imagine everything around you in a physical office: the chair you&#8217;re in, the desk, distance from a window, the smells, the temperature, the music, the flooring, what&#8217;s in the fridge, the comfort and privacy of the bathrooms, the people (or pets) around you, the lighting. Now imagine an environment where you can choose and control every one of those to your liking — maybe it&#8217;s a room in your house, a converted garage, a shared studio, or really anything, the important thing is you&#8217;re able to shape the environment fit your personal preferences, not the lowest common denominator of everyone an employer has decided to squish together for 8 hours a day. The micro-interactions of the hundreds of variables of your work environment can charge you and give you creative energy, or make you dependent, infantilized, and a character in someone else&#8217;s story. Which do you want to spend half of your waking workday hours in?</p>\n\n\n\n<p>For a good summary of Dan Pink, <a href=\"https://www.youtube.com/watch?v=u6XAPnuFjJc\">check out this animation</a>. The other books I referenced in the podcast are <a href=\"https://www.amazon.com/Scale-Universal-Innovation-Sustainability-Organisms/dp/1594205582?tag=photomatt08-20\">Geoffrey West&#8217;s <em>Scale</em></a> and <a href=\"https://www.amazon.com/Antifragile-Things-That-Disorder-Incerto/dp/0812979680?tag=photomatt08-20\">Nassim Nicholas Taleb&#8217;s <em>Antifragile</em></a>. </p>\n\n\n\n<p>My talk with Sam covered many other topics, from communicating in distributed companies to the challenges businesses are facing due to COVID-19, so I hope you <a href=\"https://samharris.org/podcasts/194-new-future-work/\">head over and listen to the rest</a> or <a href=\"https://www.youtube.com/watch?v=mJSf2Clx6qY\">stream it on Youtube</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, 10 Apr 2020 14:33: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"BuddyPress: BP Beta Tester 1.1.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=310880\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://buddypress.org/2020/04/bp-beta-tester-1-1-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1607:\"<p>Hi BuddyPress contributors,</p>\n\n\n\n<p>We&#8217;ve just updated the plugin to help you test BuddyPress beta &amp; RC releases. From now on, when testing BuddyPress pre-releases, you&#8217;ll find a new section into the plugin&#8217;s administration screen called &#8220;What to expect from next release?&#8221; as shown below.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://buddypress.org/wp-content/uploads/1/2020/04/development-notes-1024x614.png\" alt=\"\" class=\"wp-image-310881\" /></a></div>\n\n\n\n<p>By clicking on the &#8220;our Development Blog&#8221; link you will be headed to <a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\">the development notes of the BuddyPress next release</a>. It&#8217;s a good way to know about the important changes the BuddyPress final release will bring.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a></blockquote>\n</div>\n\n\n\n<p>It&#8217;s the right time to play with this plugin! <a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">BuddyPress 6.0.0-beta1</a> has been released a few days ago. Once again thanks in advance for testing it: it&#8217;s an important stage of the development process for us.</p>\n\n\n\n<p>Finally props to <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/iamthewebb/\" rel=\"nofollow\">@iamthewebb</a> for contributing to this new version of BP Beta Tester.</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, 10 Apr 2020 04:05: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:12:\"Mathieu Viet\";s:7:\"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:\"Sat, 09 May 2020 08:52:29 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 09 May 2020 08:30:06 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20200427075428\";}', 'no');
INSERT INTO `wpqe_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(14693, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1589057550', 'no'),
(14694, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1589014350', 'no'),
(14695, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1589057550', 'no'),
(14696, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\'>The Month in WordPress: April 2020</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordcamp-spain-2020-qa-matt-mullenweg-discusses-virtual-events-decoupled-wordpress-and-the-future-of-page-builders?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordcamp-spain-2020-qa-matt-mullenweg-discusses-virtual-events-decoupled-wordpress-and-the-future-of-page-builders\'>WPTavern: WordCamp Spain 2020 Q&amp;A: Matt Mullenweg Discusses Virtual Events, Decoupled WordPress, and the Future of Page Builders</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/drag-and-drop-nav-menu-items-in-wordpress?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=drag-and-drop-nav-menu-items-in-wordpress\'>WPTavern: Drag and Drop Nav Menu Items in WordPress</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/bringing-back-blogs-in-the-age-of-social-media-censorship?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bringing-back-blogs-in-the-age-of-social-media-censorship\'>WPTavern: Bringing Back Blogs in the Age of Social Media Censorship</a></li></ul></div>', 'no');

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

--
-- Table structure for table `wpqe_postmeta`
--

CREATE TABLE `wpqe_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_postmeta`
--

INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2, 3, '_wp_page_template', 'default'),
(3, 5, '_wp_attached_file', 'woocommerce-placeholder.png'),
(4, 5, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-320x216.png\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-350x265.png\";s:5:\"width\";i:350;s:6:\"height\";i:265;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:{}}}'),
(5, 6, '_wp_attached_file', '2020/04/connectivism.png'),
(6, 6, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2020/04/connectivism.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"connectivism-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"connectivism-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"connectivism-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"connectivism-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"connectivism-320x216.png\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"connectivism-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"connectivism-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"connectivism-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"connectivism-350x265.png\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"connectivism-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"connectivism-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(7, 7, '_wp_attached_file', '2020/04/cropped-connectivism.png'),
(8, 7, '_wp_attachment_context', 'custom-logo'),
(9, 7, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:460;s:6:\"height\";i:102;s:4:\"file\";s:32:\"2020/04/cropped-connectivism.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"cropped-connectivism-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-connectivism-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-connectivism-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-connectivism-150x102.png\";s:5:\"width\";i:150;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-connectivism-320x102.png\";s:5:\"width\";i:320;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:32:\"cropped-connectivism-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:32:\"cropped-connectivism-400x102.png\";s:5:\"width\";i:400;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:32:\"cropped-connectivism-175x102.png\";s:5:\"width\";i:175;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:32:\"cropped-connectivism-350x102.png\";s:5:\"width\";i:350;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"cropped-connectivism-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-connectivism-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(10, 8, '_wp_attached_file', '2020/04/log_file_2020-04-07__07-35-42.txt'),
(11, 611, '_wp_attached_file', '2011/01/canola2.jpg'),
(12, 611, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2011/01/canola2.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"canola2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"canola2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"canola2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"canola2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"canola2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"canola2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:19:\"canola2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:19:\"canola2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:19:\"canola2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:19:\"canola2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"canola2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"canola2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"canola2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon PowerShot G2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1094915268\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:7:\"16.8125\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13, 611, '_wp_attachment_image_alt', 'canola'),
(14, 611, '_wp_attachment_image_alt', 'canola'),
(15, 611, '_attachment_original_parent_id', '555'),
(16, 611, '_wxr_import_parent', '555'),
(17, 616, '_wp_attached_file', '2011/01/dsc20050727_091048_222.jpg'),
(18, 616, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:34:\"2011/01/dsc20050727_091048_222.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"dsc20050727_091048_222-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20050727_091048_222-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"dsc20050727_091048_222-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"dsc20050727_091048_222-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20050727_091048_222-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20050727_091048_222-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"dsc20050727_091048_222-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"dsc20050727_091048_222-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"dsc20050727_091048_222-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"dsc20050727_091048_222-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"dsc20050727_091048_222-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"dsc20050727_091048_222-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20050727_091048_222-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1122455448\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19, 616, '_wp_attachment_image_alt', 'dsc20050727_091048_222'),
(20, 616, '_wp_attachment_image_alt', 'dsc20050727_091048_222'),
(21, 616, '_attachment_original_parent_id', '555'),
(22, 616, '_wxr_import_parent', '555'),
(23, 617, '_wp_attached_file', '2011/01/dsc20050813_115856_52.jpg'),
(24, 617, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:33:\"2011/01/dsc20050813_115856_52.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"dsc20050813_115856_52-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"dsc20050813_115856_52-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"dsc20050813_115856_52-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"dsc20050813_115856_52-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"dsc20050813_115856_52-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"dsc20050813_115856_52-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:33:\"dsc20050813_115856_52-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:33:\"dsc20050813_115856_52-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:33:\"dsc20050813_115856_52-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:33:\"dsc20050813_115856_52-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"dsc20050813_115856_52-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"dsc20050813_115856_52-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"dsc20050813_115856_52-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1123934337\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(25, 617, '_wp_attachment_image_alt', 'dsc20050813_115856_52'),
(26, 617, '_wp_attachment_image_alt', 'dsc20050813_115856_52'),
(27, 617, '_attachment_original_parent_id', '555'),
(28, 617, '_wxr_import_parent', '555'),
(29, 754, '_wp_attached_file', '2011/07/100_5478.jpg'),
(30, 754, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2011/07/100_5478.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"100_5478-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_5478-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"100_5478-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"100_5478-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"100_5478-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"100_5478-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"100_5478-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"100_5478-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"100_5478-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"100_5478-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"100_5478-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"100_5478-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"100_5478-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"100_5478-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"100_5478-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_5478-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX7590 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1145694068\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"17.5\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(31, 754, '_wp_attachment_image_alt', 'Bell on Wharf'),
(32, 754, '_wp_attachment_image_alt', 'Bell on Wharf'),
(33, 754, '_attachment_original_parent_id', '555'),
(34, 754, '_wxr_import_parent', '555'),
(35, 755, '_wp_attached_file', '2011/07/100_5540.jpg'),
(36, 755, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2011/07/100_5540.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"100_5540-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_5540-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"100_5540-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"100_5540-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"100_5540-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"100_5540-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"100_5540-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"100_5540-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"100_5540-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"100_5540-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"100_5540-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"100_5540-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"100_5540-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"100_5540-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"100_5540-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"100_5540-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX7590 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1145697622\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(37, 755, '_wp_attachment_image_alt', 'Golden Gate Bridge'),
(38, 755, '_wp_attachment_image_alt', 'Golden Gate Bridge'),
(39, 755, '_attachment_original_parent_id', '555'),
(40, 755, '_wxr_import_parent', '555'),
(41, 756, '_wp_attached_file', '2011/07/cep00032.jpg'),
(42, 756, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2011/07/cep00032.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"cep00032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"cep00032-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"cep00032-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"cep00032-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"cep00032-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"cep00032-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"cep00032-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"cep00032-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"cep00032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"cep00032-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"cep00032-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"cep00032-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"cep00032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"cep00032-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"cep00032-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon ELURA90\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1130775264\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:8:\"0.002091\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(43, 756, '_wp_attachment_image_alt', 'Sunburst Over River'),
(44, 756, '_wp_attachment_image_alt', 'Sunburst Over River'),
(45, 756, '_attachment_original_parent_id', '555'),
(46, 756, '_wxr_import_parent', '555'),
(47, 757, '_wp_attached_file', '2011/07/dcp_2082.jpg'),
(48, 757, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:20:\"2011/07/dcp_2082.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"dcp_2082-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"dcp_2082-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"dcp_2082-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"dcp_2082-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dcp_2082-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dcp_2082-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"dcp_2082-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"dcp_2082-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dcp_2082-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"dcp_2082-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"dcp_2082-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"dcp_2082-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"dcp_2082-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"dcp_2082-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"dcp_2082-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"dcp_2082-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX4900 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1054666444\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.3\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(49, 757, '_wp_attachment_image_alt', 'Boardwalk'),
(50, 757, '_wp_attachment_image_alt', 'Boardwalk'),
(51, 757, '_attachment_original_parent_id', '555'),
(52, 757, '_wxr_import_parent', '555'),
(53, 758, '_wp_attached_file', '2011/07/dsc03149.jpg'),
(54, 758, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2011/07/dsc03149.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"dsc03149-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc03149-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"dsc03149-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"dsc03149-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc03149-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc03149-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"dsc03149-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc03149-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"dsc03149-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"dsc03149-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"dsc03149-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"dsc03149-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"dsc03149-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"dsc03149-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc03149-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1034618291\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(55, 758, '_wp_attachment_image_alt', 'Yachtsody in Blue'),
(56, 758, '_wp_attachment_image_alt', 'Yachtsody in Blue'),
(57, 758, '_attachment_original_parent_id', '555'),
(58, 758, '_wxr_import_parent', '555'),
(59, 759, '_wp_attached_file', '2011/07/dsc04563.jpg'),
(60, 759, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2011/07/dsc04563.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"dsc04563-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc04563-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"dsc04563-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"dsc04563-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc04563-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc04563-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"dsc04563-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"dsc04563-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc04563-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"dsc04563-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"dsc04563-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"dsc04563-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"dsc04563-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"dsc04563-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"dsc04563-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc04563-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1040567677\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"48.5\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(61, 759, '_wp_attachment_image_alt', 'Rain Ripples'),
(62, 759, '_wp_attachment_image_alt', 'Rain Ripples'),
(63, 759, '_attachment_original_parent_id', '555'),
(64, 759, '_wxr_import_parent', '555'),
(65, 760, '_wp_attached_file', '2011/07/dsc09114.jpg'),
(66, 760, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2011/07/dsc09114.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"dsc09114-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc09114-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"dsc09114-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"dsc09114-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc09114-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc09114-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"dsc09114-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"dsc09114-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc09114-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"dsc09114-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"dsc09114-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"dsc09114-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"dsc09114-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"dsc09114-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"dsc09114-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc09114-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1067174771\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"11.8\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(67, 761, '_wp_attached_file', '2011/07/dsc09114-1.jpg'),
(68, 761, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2011/07/dsc09114-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"dsc09114-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"dsc09114-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"dsc09114-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"dsc09114-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc09114-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1067174771\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"11.8\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(69, 760, '_wp_attachment_image_alt', 'Sydney Harbor Bridge'),
(70, 760, '_wp_attachment_image_alt', 'Sydney Harbor Bridge'),
(71, 760, '_attachment_original_parent_id', '555'),
(72, 760, '_wxr_import_parent', '555'),
(73, 760, '_wxr_import_user_slug', 'admin'),
(74, 761, '_wp_attachment_image_alt', 'Sydney Harbor Bridge'),
(75, 761, '_wp_attachment_image_alt', 'Sydney Harbor Bridge'),
(76, 761, '_attachment_original_parent_id', '555'),
(77, 761, '_wxr_import_parent', '555'),
(78, 762, '_wp_attached_file', '2011/07/dsc20050102_192118_51.jpg'),
(79, 762, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:33:\"2011/07/dsc20050102_192118_51.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"dsc20050102_192118_51-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"dsc20050102_192118_51-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"dsc20050102_192118_51-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"dsc20050102_192118_51-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1104693678\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"33.3\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(80, 763, '_wp_attached_file', '2011/07/dsc20050102_192118_51-1.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(81, 763, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2011/07/dsc20050102_192118_51-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"dsc20050102_192118_51-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"dsc20050102_192118_51-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"dsc20050102_192118_51-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1104693678\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"33.3\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(82, 762, '_wp_attachment_image_alt', 'Wind Farm'),
(83, 762, '_wp_attachment_image_alt', 'Wind Farm'),
(84, 762, '_attachment_original_parent_id', '555'),
(85, 762, '_wxr_import_parent', '555'),
(86, 762, '_wxr_import_user_slug', 'admin'),
(87, 763, '_wp_attachment_image_alt', 'Wind Farm'),
(88, 763, '_wp_attachment_image_alt', 'Wind Farm'),
(89, 763, '_attachment_original_parent_id', '555'),
(90, 763, '_wxr_import_parent', '555'),
(91, 764, '_wp_attached_file', '2011/07/dsc20051220_160808_102.jpg'),
(92, 764, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:34:\"2011/07/dsc20051220_160808_102.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"dsc20051220_160808_102-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"dsc20051220_160808_102-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"dsc20051220_160808_102-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20051220_160808_102-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 10D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1135094888\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(93, 765, '_wp_attached_file', '2011/07/dsc20051220_160808_102-1.jpg'),
(94, 765, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:36:\"2011/07/dsc20051220_160808_102-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"dsc20051220_160808_102-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"dsc20051220_160808_102-1-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20051220_160808_102-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 10D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1135094888\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(95, 764, '_wp_attachment_image_alt', 'Antique Farm Machinery'),
(96, 764, '_wp_attachment_image_alt', 'Antique Farm Machinery'),
(97, 764, '_attachment_original_parent_id', '555'),
(98, 764, '_wxr_import_parent', '555'),
(99, 764, '_wxr_import_user_slug', 'admin'),
(100, 765, '_wp_attachment_image_alt', 'Antique Farm Machinery'),
(101, 765, '_wp_attachment_image_alt', 'Antique Farm Machinery'),
(102, 765, '_attachment_original_parent_id', '555'),
(103, 765, '_wxr_import_parent', '555'),
(104, 766, '_wp_attached_file', '2011/07/dsc02085.jpg'),
(105, 766, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2011/07/dsc02085.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"dsc02085-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc02085-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"dsc02085-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"dsc02085-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dsc02085-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc02085-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"dsc02085-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"dsc02085-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc02085-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"dsc02085-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"dsc02085-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"dsc02085-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"dsc02085-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"dsc02085-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"dsc02085-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc02085-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DSC-S930\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1288861799\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.4\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(106, 767, '_wp_attached_file', '2011/07/dsc02085-1.jpg'),
(107, 767, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2011/07/dsc02085-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"dsc02085-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"dsc02085-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"dsc02085-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"dsc02085-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc02085-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DSC-S930\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1288861799\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.4\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(108, 766, '_wp_attachment_image_alt', 'Orange Iris'),
(109, 766, '_wp_attachment_image_alt', 'Orange Iris'),
(110, 766, '_attachment_original_parent_id', '555'),
(111, 766, '_wxr_import_parent', '555'),
(112, 766, '_wxr_import_user_slug', 'admin'),
(113, 767, '_wp_attachment_image_alt', 'Orange Iris'),
(114, 767, '_wp_attachment_image_alt', 'Orange Iris'),
(115, 767, '_attachment_original_parent_id', '555'),
(116, 767, '_wxr_import_parent', '555'),
(117, 768, '_wp_attached_file', '2011/07/dsc20051220_173257_119.jpg'),
(118, 768, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:34:\"2011/07/dsc20051220_173257_119.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"dsc20051220_173257_119-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"dsc20051220_173257_119-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"dsc20051220_173257_119-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"dsc20051220_173257_119-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20051220_173257_119-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 10D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1135099977\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:18:\"0.0013333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(119, 768, '_wp_attachment_image_alt', 'Rusty Rail'),
(120, 768, '_wp_attachment_image_alt', 'Rusty Rail'),
(121, 768, '_attachment_original_parent_id', '555'),
(122, 768, '_wxr_import_parent', '555'),
(123, 768, '_wxr_import_user_slug', 'admin'),
(124, 769, '_wp_attached_file', '2011/07/dscn3316.jpg'),
(125, 769, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2011/07/dscn3316.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"dscn3316-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"dscn3316-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"dscn3316-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"dscn3316-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dscn3316-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dscn3316-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"dscn3316-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"dscn3316-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dscn3316-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"dscn3316-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"dscn3316-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"dscn3316-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"dscn3316-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"dscn3316-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"dscn3316-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"dscn3316-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E4300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1170775967\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"8\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0045454545454545\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(126, 769, '_wp_attachment_image_alt', 'Sea and Rocks'),
(127, 769, '_wp_attachment_image_alt', 'Sea and Rocks'),
(128, 769, '_attachment_original_parent_id', '555'),
(129, 769, '_wxr_import_parent', '555'),
(130, 769, '_wxr_import_user_slug', 'admin'),
(131, 770, '_wp_attached_file', '2011/07/michelle_049.jpg'),
(132, 770, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2011/07/michelle_049.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"michelle_049-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"michelle_049-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"michelle_049-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"michelle_049-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"michelle_049-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"michelle_049-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"michelle_049-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"michelle_049-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"michelle_049-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"michelle_049-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"michelle_049-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"michelle_049-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"michelle_049-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"michelle_049-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"michelle_049-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"michelle_049-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon PowerShot G3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1096133874\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:7:\"15.8125\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(133, 770, '_wp_attachment_image_alt', 'Big Sur'),
(134, 770, '_wp_attachment_image_alt', 'Big Sur'),
(135, 770, '_attachment_original_parent_id', '555'),
(136, 770, '_wxr_import_parent', '555'),
(137, 770, '_wxr_import_user_slug', 'admin'),
(138, 771, '_wp_attached_file', '2011/07/windmill.jpg'),
(139, 771, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2011/07/windmill.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"windmill-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"windmill-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"windmill-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"windmill-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"windmill-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"windmill-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"windmill-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"windmill-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"windmill-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"windmill-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"windmill-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"windmill-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"windmill-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"windmill-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"windmill-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"windmill-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DiMAGE 7\";s:7:\"caption\";s:7:\"DCF 1.0\";s:17:\"created_timestamp\";s:10:\"1125077631\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:11:\"50.69140625\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:7:\"DCF 1.0\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(140, 772, '_wp_attached_file', '2011/07/windmill-1.jpg'),
(141, 772, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2011/07/windmill-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"windmill-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"windmill-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"windmill-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"windmill-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"windmill-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"windmill-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"windmill-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"windmill-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"windmill-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"windmill-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"windmill-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"windmill-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"windmill-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"windmill-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"windmill-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"windmill-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DiMAGE 7\";s:7:\"caption\";s:7:\"DCF 1.0\";s:17:\"created_timestamp\";s:10:\"1125077631\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:11:\"50.69140625\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:7:\"DCF 1.0\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(142, 771, '_wp_attachment_image_alt', 'Windmill'),
(143, 771, '_wp_attachment_image_alt', 'Windmill'),
(144, 771, '_attachment_original_parent_id', '555'),
(145, 771, '_wxr_import_parent', '555'),
(146, 771, '_wxr_import_user_slug', 'admin'),
(147, 772, '_wp_attachment_image_alt', 'Windmill'),
(148, 772, '_wp_attachment_image_alt', 'Windmill'),
(149, 772, '_attachment_original_parent_id', '555'),
(150, 772, '_wxr_import_parent', '555'),
(151, 773, '_wp_attached_file', '2011/07/img_0513-1.jpg'),
(152, 773, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:22:\"2011/07/img_0513-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"img_0513-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0513-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"img_0513-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"img_0513-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0513-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"img_0513-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0513-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"img_0513-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"img_0513-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"img_0513-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"img_0513-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"img_0513-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"img_0513-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0513-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:10:\"Picasa 2.0\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:32:\"Alas! I have found my Shangri-La\";s:17:\"created_timestamp\";s:10:\"1158217614\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:32:\"Alas! I have found my Shangri-La\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153, 773, '_wp_attachment_image_alt', 'Huatulco Coastline'),
(154, 773, '_wp_attachment_image_alt', 'Huatulco Coastline'),
(155, 773, '_attachment_original_parent_id', '555'),
(156, 773, '_wxr_import_parent', '555'),
(157, 774, '_wp_attached_file', '2011/07/img_0513-1-1.jpg'),
(158, 773, '_wxr_import_user_slug', 'admin'),
(159, 774, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:24:\"2011/07/img_0513-1-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"img_0513-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"img_0513-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"img_0513-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:10:\"Picasa 2.0\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:32:\"Alas! I have found my Shangri-La\";s:17:\"created_timestamp\";s:10:\"1158217614\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:32:\"Alas! I have found my Shangri-La\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(160, 774, '_wp_attachment_image_alt', 'Huatulco Coastline'),
(161, 774, '_wp_attachment_image_alt', 'Huatulco Coastline'),
(162, 774, '_attachment_original_parent_id', '555'),
(163, 774, '_wxr_import_parent', '555'),
(164, 775, '_wp_attached_file', '2011/07/img_0747.jpg'),
(165, 775, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:20:\"2011/07/img_0747.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"img_0747-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"img_0747-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"img_0747-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"img_0747-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"img_0747-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"img_0747-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"img_0747-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"img_0747-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"img_0747-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"img_0747-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"img_0747-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"img_0747-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"img_0747-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"img_0747-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"img_0747-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"img_0747-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T2i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1271654325\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(166, 776, '_wp_attached_file', '2011/07/img_0747-1.jpg'),
(167, 776, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:22:\"2011/07/img_0747-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"img_0747-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0747-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"img_0747-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"img_0747-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"img_0747-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0747-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"img_0747-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"img_0747-1-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0747-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"img_0747-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"img_0747-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"img_0747-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"img_0747-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"img_0747-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"img_0747-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0747-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T2i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1271654325\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(168, 775, '_wp_attachment_image_alt', 'Brazil Beach'),
(169, 775, '_wp_attachment_image_alt', 'Brazil Beach'),
(170, 775, '_attachment_original_parent_id', '555'),
(171, 775, '_wxr_import_parent', '555'),
(172, 775, '_wxr_import_user_slug', 'admin'),
(173, 776, '_wp_attachment_image_alt', 'Brazil Beach'),
(174, 776, '_wp_attachment_image_alt', 'Brazil Beach'),
(175, 776, '_attachment_original_parent_id', '555'),
(176, 776, '_wxr_import_parent', '555'),
(177, 777, '_wp_attached_file', '2011/07/img_0767.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(178, 777, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:20:\"2011/07/img_0767.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"img_0767-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"img_0767-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"img_0767-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"img_0767-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"img_0767-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"img_0767-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"img_0767-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"img_0767-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"img_0767-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"img_0767-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"img_0767-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"img_0767-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"img_0767-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"img_0767-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:10:\"Picasa 2.6\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1158320386\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(179, 778, '_wp_attached_file', '2011/07/img_0767-1.jpg'),
(180, 778, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:22:\"2011/07/img_0767-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"img_0767-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0767-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"img_0767-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"img_0767-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0767-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"img_0767-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0767-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"img_0767-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"img_0767-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"img_0767-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"img_0767-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"img_0767-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"img_0767-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0767-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:10:\"Picasa 2.6\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1158320386\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(181, 777, '_wp_attachment_image_alt', 'Huatulco Coastline'),
(182, 777, '_wp_attachment_image_alt', 'Huatulco Coastline'),
(183, 777, '_attachment_original_parent_id', '555'),
(184, 777, '_wxr_import_parent', '555'),
(185, 777, '_wxr_import_user_slug', 'admin'),
(186, 778, '_wp_attachment_image_alt', 'Huatulco Coastline'),
(187, 778, '_wp_attachment_image_alt', 'Huatulco Coastline'),
(188, 778, '_attachment_original_parent_id', '555'),
(189, 778, '_wxr_import_parent', '555'),
(190, 779, '_wp_attached_file', '2011/07/img_8399.jpg'),
(191, 779, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:20:\"2011/07/img_8399.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"img_8399-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"img_8399-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"img_8399-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"img_8399-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"img_8399-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"img_8399-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"img_8399-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"img_8399-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"img_8399-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:20:\"img_8399-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:20:\"img_8399-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:20:\"img_8399-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:20:\"img_8399-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"img_8399-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"img_8399-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"img_8399-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1192368714\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(192, 780, '_wp_attached_file', '2011/07/img_8399-1.jpg'),
(193, 780, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:22:\"2011/07/img_8399-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"img_8399-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"img_8399-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"img_8399-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"img_8399-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"img_8399-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img_8399-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"img_8399-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"img_8399-1-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"img_8399-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"img_8399-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"img_8399-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"img_8399-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"img_8399-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"img_8399-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"img_8399-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"img_8399-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1192368714\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(194, 779, '_wp_attachment_image_alt', 'Boat Barco Texture'),
(195, 779, '_wp_attachment_image_alt', 'Boat Barco Texture'),
(196, 779, '_attachment_original_parent_id', '555'),
(197, 779, '_wxr_import_parent', '555'),
(198, 779, '_wxr_import_user_slug', 'admin'),
(199, 780, '_wp_attachment_image_alt', 'Boat Barco Texture'),
(200, 780, '_wp_attachment_image_alt', 'Boat Barco Texture'),
(201, 780, '_attachment_original_parent_id', '555'),
(202, 780, '_wxr_import_parent', '555'),
(203, 807, '_wp_attached_file', '2012/06/dsc20040724_152504_532.jpg'),
(204, 807, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:34:\"2012/06/dsc20040724_152504_532.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"dsc20040724_152504_532-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"dsc20040724_152504_532-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1090682704\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(205, 808, '_wp_attached_file', '2012/06/dsc20040724_152504_532-1.jpg'),
(206, 808, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:36:\"2012/06/dsc20040724_152504_532-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1090682704\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(207, 807, '_attachment_original_parent_id', '555'),
(208, 809, '_wp_attached_file', '2012/06/dsc20040724_152504_532-2.jpg'),
(209, 807, '_wxr_import_parent', '555'),
(210, 809, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:36:\"2012/06/dsc20040724_152504_532-2.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1090682704\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(211, 807, '_wxr_import_user_slug', 'admin'),
(212, 808, '_attachment_original_parent_id', '555'),
(213, 808, '_wxr_import_parent', '555'),
(214, 808, '_wxr_import_user_slug', 'admin'),
(215, 809, '_attachment_original_parent_id', '555'),
(216, 809, '_wxr_import_parent', '555'),
(217, 811, '_wp_attached_file', '2012/06/dsc20050604_133440_34211-1.jpg'),
(218, 811, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:38:\"2012/06/dsc20050604_133440_34211-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1117892080\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(219, 812, '_wp_attached_file', '2012/06/dsc20050604_133440_34211.jpg'),
(220, 812, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:36:\"2012/06/dsc20050604_133440_34211.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1117892080\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(221, 811, '_attachment_original_parent_id', '555'),
(222, 811, '_wxr_import_parent', '555'),
(223, 811, '_wxr_import_user_slug', 'admin'),
(224, 813, '_wp_attached_file', '2012/06/dsc20050604_133440_34211-2.jpg'),
(225, 813, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:38:\"2012/06/dsc20050604_133440_34211-2.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1117892080\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(226, 812, '_attachment_original_parent_id', '555'),
(227, 812, '_wxr_import_parent', '555'),
(228, 812, '_wxr_import_user_slug', 'admin'),
(229, 813, '_attachment_original_parent_id', '555'),
(230, 813, '_wxr_import_parent', '555'),
(231, 821, '_wp_attached_file', '2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3'),
(232, 821, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:128000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.09070294784580499;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:3043247;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:190;s:16:\"length_formatted\";s:4:\"3:10\";s:7:\"comment\";s:4:\"None\";s:4:\"year\";s:4:\"1921\";s:5:\"title\";s:22:\"St. Louis Blues (1921)\";s:6:\"artist\";s:44:\"Original Dixieland Jazz Band with Al Bernard\";s:5:\"genre\";s:12:\"Acoustic Era\";s:5:\"album\";s:12:\"Victor-18772\";}'),
(233, 821, '_wxr_import_parent', '587'),
(234, 821, '_wxr_import_user_slug', 'admin'),
(235, 822, '_wp_attached_file', '2012/07/originaldixielandjazzbandwithalbernard-stlouisblues-1.mp3'),
(236, 822, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:128000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.09070294784580499;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:3043247;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:190;s:16:\"length_formatted\";s:4:\"3:10\";s:7:\"comment\";s:4:\"None\";s:4:\"year\";s:4:\"1921\";s:5:\"title\";s:22:\"St. Louis Blues (1921)\";s:6:\"artist\";s:44:\"Original Dixieland Jazz Band with Al Bernard\";s:5:\"genre\";s:12:\"Acoustic Era\";s:5:\"album\";s:12:\"Victor-18772\";}'),
(237, 822, '_wxr_import_parent', '587'),
(238, 827, '_wp_attached_file', '2012/07/manhattansummer.jpg'),
(239, 827, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:27:\"2012/07/manhattansummer.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"manhattansummer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"manhattansummer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"manhattansummer-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"manhattansummer-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"manhattansummer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"manhattansummer-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:27:\"manhattansummer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:27:\"manhattansummer-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:27:\"manhattansummer-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:27:\"manhattansummer-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"manhattansummer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"manhattansummer-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"manhattansummer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"C990Z,D490Z\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1089358496\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(240, 827, '_wxr_import_parent', '501'),
(241, 827, '_wxr_import_user_slug', 'admin'),
(242, 828, '_wp_attached_file', '2012/07/originaldixielandjazzbandwithalbernard-stlouisblues-2.mp3'),
(243, 828, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:128000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.09070294784580499;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:3043247;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:190;s:16:\"length_formatted\";s:4:\"3:10\";s:7:\"comment\";s:4:\"None\";s:4:\"year\";s:4:\"1921\";s:5:\"title\";s:22:\"St. Louis Blues (1921)\";s:6:\"artist\";s:44:\"Original Dixieland Jazz Band with Al Bernard\";s:5:\"genre\";s:12:\"Acoustic Era\";s:5:\"album\";s:12:\"Victor-18772\";}'),
(244, 828, '_wxr_import_parent', '587'),
(245, 828, '_wxr_import_user_slug', 'admin'),
(246, 829, '_wp_attached_file', '2012/07/manhattansummer-1.jpg'),
(247, 829, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2012/07/manhattansummer-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"manhattansummer-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"manhattansummer-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"manhattansummer-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"manhattansummer-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"manhattansummer-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"manhattansummer-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:29:\"manhattansummer-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:29:\"manhattansummer-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:29:\"manhattansummer-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:29:\"manhattansummer-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"manhattansummer-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"manhattansummer-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"manhattansummer-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"C990Z,D490Z\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1089358496\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(248, 829, '_wxr_import_parent', '501'),
(249, 967, '_wp_attached_file', '2013/03/image-alignment-580x300-1.jpg'),
(250, 967, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:580;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2013/03/image-alignment-580x300-1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"image-alignment-580x300-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"image-alignment-580x300-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(251, 967, 'pre_import_post_parent', '0'),
(252, 967, 'pre_import_post_id', '906'),
(253, 967, '_wp_attachment_image_alt', 'Image Alignment 580x300'),
(254, 967, '_attachment_original_parent_id', '903'),
(255, 967, '_wxr_import_parent', '1177'),
(256, 967, '_wxr_import_user_slug', 'admin'),
(257, 968, '_wp_attached_file', '2012/07/manhattansummer-2.jpg'),
(258, 968, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2012/07/manhattansummer-2.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"manhattansummer-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"manhattansummer-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"manhattansummer-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"manhattansummer-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"manhattansummer-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"manhattansummer-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:29:\"manhattansummer-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:29:\"manhattansummer-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:29:\"manhattansummer-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:29:\"manhattansummer-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"manhattansummer-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"manhattansummer-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"manhattansummer-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"C990Z,D490Z\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1089358496\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(259, 969, '_wp_attached_file', '2013/03/image-alignment-580x300-2.jpg'),
(260, 969, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:580;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2013/03/image-alignment-580x300-2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"image-alignment-580x300-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-2-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"image-alignment-580x300-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(261, 969, 'pre_import_post_parent', '0'),
(262, 969, 'pre_import_post_id', '906'),
(263, 969, '_wp_attachment_image_alt', 'Image Alignment 580x300'),
(264, 969, '_attachment_original_parent_id', '903'),
(265, 969, '_wxr_import_parent', '1177'),
(266, 968, '_wxr_import_parent', '501'),
(267, 968, '_wxr_import_user_slug', 'admin'),
(268, 970, '_wp_attached_file', '2013/03/image-alignment-150x150-1.jpg'),
(269, 970, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:37:\"2013/03/image-alignment-150x150-1.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-150x150-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-150x150-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(270, 970, 'pre_import_post_parent', '0'),
(271, 970, 'pre_import_post_id', '904'),
(272, 970, '_wp_attachment_image_alt', 'Image Alignment 150x150'),
(273, 970, '_attachment_original_parent_id', '903'),
(274, 970, '_wxr_import_parent', '1177'),
(275, 970, '_wxr_import_user_slug', 'admin'),
(276, 971, '_wp_attached_file', '2013/03/image-alignment-150x150-2.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(277, 971, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:37:\"2013/03/image-alignment-150x150-2.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-150x150-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-150x150-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(278, 971, 'pre_import_post_parent', '0'),
(279, 971, 'pre_import_post_id', '904'),
(280, 971, '_wp_attachment_image_alt', 'Image Alignment 150x150'),
(281, 971, '_attachment_original_parent_id', '903'),
(282, 971, '_wxr_import_parent', '1177'),
(283, 972, '_wp_attached_file', '2013/03/image-alignment-580x300-3.jpg'),
(284, 972, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:580;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2013/03/image-alignment-580x300-3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"image-alignment-580x300-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-3-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-3-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-3-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-3-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-3-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"image-alignment-580x300-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-580x300-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(285, 1022, '_wp_attached_file', '2013/03/featured-image-horizontal.jpg'),
(286, 1022, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:580;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2013/03/featured-image-horizontal.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"featured-image-horizontal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-horizontal-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"featured-image-horizontal-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-horizontal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-horizontal-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:37:\"featured-image-horizontal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:37:\"featured-image-horizontal-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"featured-image-horizontal-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:37:\"featured-image-horizontal-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"featured-image-horizontal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-horizontal-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(287, 972, 'pre_import_post_parent', '0'),
(288, 972, 'pre_import_post_id', '906'),
(289, 972, '_wp_attachment_image_alt', 'Image Alignment 580x300'),
(290, 972, '_attachment_original_parent_id', '903'),
(291, 972, '_wxr_import_parent', '1177'),
(292, 972, '_wxr_import_user_slug', 'admin'),
(293, 1022, 'pre_import_post_parent', '0'),
(294, 1022, 'pre_import_post_id', '1022'),
(295, 1022, '_wp_attachment_image_alt', 'Horizontal Featured Image'),
(296, 1022, '_attachment_original_parent_id', '1011'),
(297, 1022, '_wxr_import_parent', '1011'),
(298, 1022, '_wxr_import_user_slug', 'admin'),
(299, 1023, '_wp_attached_file', '2013/03/featured-image-horizontal-1.jpg'),
(300, 1023, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:580;s:6:\"height\";i:300;s:4:\"file\";s:39:\"2013/03/featured-image-horizontal-1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"featured-image-horizontal-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"featured-image-horizontal-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(301, 1023, 'pre_import_post_parent', '0'),
(302, 1023, 'pre_import_post_id', '1022'),
(303, 1023, '_wp_attachment_image_alt', 'Horizontal Featured Image'),
(304, 1023, '_attachment_original_parent_id', '1011'),
(305, 1023, '_wxr_import_parent', '1011'),
(306, 1024, '_wp_attached_file', '2013/03/image-alignment-150x150-3.jpg'),
(307, 1024, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:37:\"2013/03/image-alignment-150x150-3.jpg\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-150x150-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-150x150-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(308, 1024, 'pre_import_post_parent', '0'),
(309, 1024, 'pre_import_post_id', '904'),
(310, 1024, '_wp_attachment_image_alt', 'Image Alignment 150x150'),
(311, 1024, '_attachment_original_parent_id', '903'),
(312, 1024, '_wxr_import_parent', '1177'),
(313, 1024, '_wxr_import_user_slug', 'admin'),
(314, 1025, '_wp_attached_file', '2013/03/soworthloving-wallpaper.jpg'),
(315, 1025, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2013/03/soworthloving-wallpaper.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"soworthloving-wallpaper-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"soworthloving-wallpaper-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"soworthloving-wallpaper-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"soworthloving-wallpaper-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"soworthloving-wallpaper-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(316, 1026, '_wp_attached_file', '2013/03/featured-image-horizontal-2.jpg'),
(317, 1026, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:580;s:6:\"height\";i:300;s:4:\"file\";s:39:\"2013/03/featured-image-horizontal-2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"featured-image-horizontal-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-2-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"featured-image-horizontal-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"featured-image-horizontal-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(318, 1027, '_wp_attached_file', '2013/03/soworthloving-wallpaper-1.jpg'),
(319, 1027, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2013/03/soworthloving-wallpaper-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"soworthloving-wallpaper-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"soworthloving-wallpaper-1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(320, 1026, 'pre_import_post_parent', '0'),
(321, 1026, 'pre_import_post_id', '1022'),
(322, 1026, '_wp_attachment_image_alt', 'Horizontal Featured Image'),
(323, 1026, '_attachment_original_parent_id', '1011'),
(324, 1026, '_wxr_import_parent', '1011'),
(325, 1026, '_wxr_import_user_slug', 'admin'),
(326, 1025, 'pre_import_post_parent', '0'),
(327, 1025, 'pre_import_post_id', '842'),
(328, 1025, '_wp_attachment_image_alt', 'I Am Worth Loving Wallpaper'),
(329, 1025, '_wxr_import_parent', '1177'),
(330, 1025, '_wxr_import_user_slug', 'admin'),
(331, 1028, '_wp_attached_file', '2013/03/soworthloving-wallpaper-2.jpg'),
(332, 1028, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2013/03/soworthloving-wallpaper-2.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"soworthloving-wallpaper-2-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"soworthloving-wallpaper-2-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"soworthloving-wallpaper-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(333, 1027, 'pre_import_post_parent', '0'),
(334, 1027, 'pre_import_post_id', '842'),
(335, 1027, '_wp_attachment_image_alt', 'I Am Worth Loving Wallpaper'),
(336, 1027, '_wxr_import_parent', '1177'),
(337, 1029, '_wp_attached_file', '2013/03/image-alignment-300x200-1.jpg'),
(338, 1029, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:37:\"2013/03/image-alignment-300x200-1.jpg\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-1-175x200.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(339, 1029, 'pre_import_post_parent', '0'),
(340, 1029, 'pre_import_post_id', '905'),
(341, 1029, '_wp_attachment_image_alt', 'Image Alignment 300x200'),
(342, 1029, '_attachment_original_parent_id', '903'),
(343, 1029, '_wxr_import_parent', '1177'),
(344, 1029, '_wxr_import_user_slug', 'admin'),
(345, 1028, 'pre_import_post_parent', '0'),
(346, 1028, 'pre_import_post_id', '842'),
(347, 1028, '_wp_attachment_image_alt', 'I Am Worth Loving Wallpaper'),
(348, 1028, '_wxr_import_parent', '1177'),
(349, 1028, '_wxr_import_user_slug', 'admin'),
(350, 1030, '_wp_attached_file', '2013/03/image-alignment-300x200-2.jpg'),
(351, 1030, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:37:\"2013/03/image-alignment-300x200-2.jpg\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-2-175x200.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(352, 1030, 'pre_import_post_parent', '0'),
(353, 1030, 'pre_import_post_id', '905'),
(354, 1030, '_wp_attachment_image_alt', 'Image Alignment 300x200'),
(355, 1030, '_attachment_original_parent_id', '903'),
(356, 1030, '_wxr_import_parent', '1177'),
(357, 1031, '_wp_attached_file', '2013/03/featured-image-vertical.jpg'),
(358, 1031, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:580;s:4:\"file\";s:35:\"2013/03/featured-image-vertical.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"featured-image-vertical-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"featured-image-vertical-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"featured-image-vertical-155x300.jpg\";s:5:\"width\";i:155;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"featured-image-vertical-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"featured-image-vertical-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"featured-image-vertical-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"featured-image-vertical-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"featured-image-vertical-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"featured-image-vertical-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"featured-image-vertical-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"featured-image-vertical-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(359, 1031, 'pre_import_post_parent', '0'),
(360, 1031, 'pre_import_post_id', '1024'),
(361, 1031, '_wp_attachment_image_alt', 'Horizontal Featured Image'),
(362, 1031, '_attachment_original_parent_id', '1016'),
(363, 1031, '_wxr_import_parent', '1016'),
(364, 1031, '_wxr_import_user_slug', 'admin'),
(365, 1032, '_wp_attached_file', '2013/03/image-alignment-300x200-3.jpg'),
(366, 1032, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:37:\"2013/03/image-alignment-300x200-3.jpg\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-3-175x200.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"image-alignment-300x200-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(367, 1032, 'pre_import_post_parent', '0'),
(368, 1032, 'pre_import_post_id', '905'),
(369, 1032, '_wp_attachment_image_alt', 'Image Alignment 300x200'),
(370, 1032, '_attachment_original_parent_id', '903'),
(371, 1032, '_wxr_import_parent', '1177'),
(372, 1032, '_wxr_import_user_slug', 'admin'),
(373, 1033, '_wp_attached_file', '2013/03/featured-image-vertical-1.jpg'),
(374, 1033, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:580;s:4:\"file\";s:37:\"2013/03/featured-image-vertical-1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"featured-image-vertical-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-1-155x300.jpg\";s:5:\"width\";i:155;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-1-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-1-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"featured-image-vertical-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(375, 1033, 'pre_import_post_parent', '0'),
(376, 1033, 'pre_import_post_id', '1024'),
(377, 1033, '_wp_attachment_image_alt', 'Horizontal Featured Image'),
(378, 1033, '_attachment_original_parent_id', '1016'),
(379, 1033, '_wxr_import_parent', '1016'),
(380, 1034, '_wp_attached_file', '2013/03/image-alignment-1200x4002-1.jpg'),
(381, 1034, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:39:\"2013/03/image-alignment-1200x4002-1.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"image-alignment-1200x4002-1-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(382, 1034, 'pre_import_post_parent', '0'),
(383, 1034, 'pre_import_post_id', '907'),
(384, 1034, '_wp_attachment_image_alt', 'Image Alignment 1200x4002'),
(385, 1034, '_attachment_original_parent_id', '903'),
(386, 1035, '_wp_attached_file', '2013/03/featured-image-vertical-2.jpg'),
(387, 1034, '_wxr_import_parent', '1177'),
(388, 1035, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:580;s:4:\"file\";s:37:\"2013/03/featured-image-vertical-2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"featured-image-vertical-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-2-155x300.jpg\";s:5:\"width\";i:155;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-2-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-2-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"featured-image-vertical-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"featured-image-vertical-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(389, 1034, '_wxr_import_user_slug', 'admin'),
(390, 1035, 'pre_import_post_parent', '0'),
(391, 1035, 'pre_import_post_id', '1024'),
(392, 1035, '_wp_attachment_image_alt', 'Horizontal Featured Image'),
(393, 1035, '_attachment_original_parent_id', '1016'),
(394, 1035, '_wxr_import_parent', '1016'),
(395, 1035, '_wxr_import_user_slug', 'admin'),
(396, 1036, '_wp_attached_file', '2013/03/image-alignment-1200x4002-2.jpg'),
(397, 1036, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:39:\"2013/03/image-alignment-1200x4002-2.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"image-alignment-1200x4002-2-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(398, 1036, 'pre_import_post_parent', '0'),
(399, 1036, 'pre_import_post_id', '907'),
(400, 1036, '_wp_attachment_image_alt', 'Image Alignment 1200x4002'),
(401, 1036, '_attachment_original_parent_id', '903'),
(402, 1036, '_wxr_import_parent', '1177'),
(403, 1037, '_wp_attached_file', '2013/03/image-alignment-1200x4002-3.jpg'),
(404, 1037, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:39:\"2013/03/image-alignment-1200x4002-3.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"image-alignment-1200x4002-3-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"image-alignment-1200x4002-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(405, 1037, 'pre_import_post_parent', '0'),
(406, 1037, 'pre_import_post_id', '907'),
(407, 1037, '_wp_attachment_image_alt', 'Image Alignment 1200x4002'),
(408, 1037, '_attachment_original_parent_id', '903'),
(409, 1037, '_wxr_import_parent', '1177'),
(410, 1037, '_wxr_import_user_slug', 'admin'),
(411, 1045, '_wp_attached_file', '2013/03/unicorn-wallpaper.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(412, 1045, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2013/03/unicorn-wallpaper.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"unicorn-wallpaper-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"unicorn-wallpaper-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"unicorn-wallpaper-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"unicorn-wallpaper-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(413, 1046, '_wp_attached_file', '2013/03/unicorn-wallpaper-1.jpg'),
(414, 1046, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2013/03/unicorn-wallpaper-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"unicorn-wallpaper-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"unicorn-wallpaper-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(415, 1045, 'pre_import_post_parent', '0'),
(416, 1045, 'pre_import_post_id', '967'),
(417, 1045, '_wp_attachment_image_alt', 'Unicorn Wallpaper'),
(418, 1045, '_attachment_original_parent_id', '568'),
(419, 1045, '_wxr_import_parent', '1158'),
(420, 1045, '_wxr_import_user_slug', 'admin'),
(421, 1047, '_wp_attached_file', '2013/03/unicorn-wallpaper-2.jpg'),
(422, 1047, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2013/03/unicorn-wallpaper-2.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"unicorn-wallpaper-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"unicorn-wallpaper-2-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"unicorn-wallpaper-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(423, 1046, 'pre_import_post_parent', '0'),
(424, 1046, 'pre_import_post_id', '967'),
(425, 1046, '_wp_attachment_image_alt', 'Unicorn Wallpaper'),
(426, 1046, '_attachment_original_parent_id', '568'),
(427, 1046, '_wxr_import_parent', '1158'),
(428, 1628, '_wp_attached_file', '2013/04/triforce-wallpaper.jpg'),
(429, 1628, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1131;s:6:\"height\";i:707;s:4:\"file\";s:30:\"2013/04/triforce-wallpaper.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"triforce-wallpaper-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"triforce-wallpaper-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"triforce-wallpaper-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"triforce-wallpaper-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(430, 1047, 'pre_import_post_parent', '0'),
(431, 1047, 'pre_import_post_id', '967'),
(432, 1047, '_wp_attachment_image_alt', 'Unicorn Wallpaper'),
(433, 1047, '_attachment_original_parent_id', '568'),
(434, 1047, '_wxr_import_parent', '1158'),
(435, 1047, '_wxr_import_user_slug', 'admin'),
(436, 1628, '_wxr_import_parent', '1163'),
(437, 1628, '_wxr_import_user_slug', 'admin'),
(438, 1629, '_wp_attached_file', '2013/04/triforce-wallpaper-1.jpg'),
(439, 1629, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1131;s:6:\"height\";i:707;s:4:\"file\";s:32:\"2013/04/triforce-wallpaper-1.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"triforce-wallpaper-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"triforce-wallpaper-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"triforce-wallpaper-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(440, 1630, '_wp_attached_file', '2013/04/triforce-wallpaper-2.jpg'),
(441, 1630, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1131;s:6:\"height\";i:707;s:4:\"file\";s:32:\"2013/04/triforce-wallpaper-2.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"triforce-wallpaper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"triforce-wallpaper-2-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"triforce-wallpaper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"triforce-wallpaper-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(442, 1629, '_wxr_import_parent', '1163'),
(443, 1686, '_wp_attached_file', '2013/09/dsc20040724_152504_532.jpg'),
(444, 1686, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:34:\"2013/09/dsc20040724_152504_532.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"dsc20040724_152504_532-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"dsc20040724_152504_532-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20040724_152504_532-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1090682704\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(445, 1630, '_wxr_import_parent', '1163'),
(446, 1630, '_wxr_import_user_slug', 'admin'),
(447, 1686, '_wxr_import_user_slug', 'admin'),
(448, 1687, '_wp_attached_file', '2013/09/dsc20040724_152504_532-1.jpg'),
(449, 1687, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:36:\"2013/09/dsc20040724_152504_532-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1090682704\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(450, 1688, '_wp_attached_file', '2013/09/dsc20050604_133440_34211.jpg'),
(451, 1688, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:36:\"2013/09/dsc20050604_133440_34211.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050604_133440_34211-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1117892080\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(452, 1688, '_wxr_import_user_slug', 'admin'),
(453, 1689, '_wp_attached_file', '2013/09/dsc20050604_133440_34211-1.jpg'),
(454, 1689, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:38:\"2013/09/dsc20050604_133440_34211-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1117892080\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(455, 1689, '_wxr_import_user_slug', 'admin'),
(456, 1690, '_wp_attached_file', '2013/09/dsc20040724_152504_532-2.jpg'),
(457, 1690, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:36:\"2013/09/dsc20040724_152504_532-2.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20040724_152504_532-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1090682704\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(458, 1690, '_wxr_import_user_slug', 'admin'),
(459, 1691, '_wp_attached_file', '2014/01/dsc20050315_145007_132.jpg'),
(460, 1691, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:34:\"2014/01/dsc20050315_145007_132.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"dsc20050315_145007_132-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20050315_145007_132-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"dsc20050315_145007_132-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"dsc20050315_145007_132-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20050315_145007_132-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20050315_145007_132-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"dsc20050315_145007_132-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"dsc20050315_145007_132-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"dsc20050315_145007_132-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"dsc20050315_145007_132-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"dsc20050315_145007_132-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"dsc20050315_145007_132-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"dsc20050315_145007_132-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1110898207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(461, 1691, '_wxr_import_parent', '555'),
(462, 1691, '_wxr_import_user_slug', 'admin'),
(463, 1692, '_wp_attached_file', '2014/01/dsc20050315_145007_132-1.jpg'),
(464, 1692, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:36:\"2014/01/dsc20050315_145007_132-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1110898207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(465, 1692, '_wxr_import_parent', '555'),
(466, 1693, '_wp_attached_file', '2013/09/dsc20050604_133440_34211-2.jpg'),
(467, 1692, '_wxr_import_user_slug', 'admin'),
(468, 1693, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:38:\"2013/09/dsc20050604_133440_34211-2.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc20050604_133440_34211-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1117892080\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(469, 1693, '_wxr_import_user_slug', 'admin'),
(470, 1694, '_wp_attached_file', '2014/01/spectacles.gif'),
(471, 1694, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:165;s:6:\"height\";i:210;s:4:\"file\";s:22:\"2014/01/spectacles.gif\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"spectacles-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"spectacles-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"spectacles-165x200.gif\";s:5:\"width\";i:165;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"spectacles-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),
(472, 1694, '_wxr_import_parent', '501'),
(473, 1694, '_wxr_import_user_slug', 'admin'),
(474, 1695, '_wp_attached_file', '2014/01/spectacles-1.gif'),
(475, 1695, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:165;s:6:\"height\";i:210;s:4:\"file\";s:24:\"2014/01/spectacles-1.gif\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"spectacles-1-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"spectacles-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"spectacles-1-165x200.gif\";s:5:\"width\";i:165;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"spectacles-1-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),
(476, 1695, '_wxr_import_parent', '501'),
(477, 1695, '_wxr_import_user_slug', 'admin'),
(478, 1718, '_wp_attached_file', '2016/11/header-logo.png'),
(479, 1718, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:208;s:6:\"height\";i:63;s:4:\"file\";s:23:\"2016/11/header-logo.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"header-logo-100x63.png\";s:5:\"width\";i:100;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"header-logo-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"header-logo-175x63.png\";s:5:\"width\";i:175;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"header-logo-100x63.png\";s:5:\"width\";i:100;s:6:\"height\";i:63;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:{}}}'),
(480, 1718, '_wxr_import_user_slug', 'admin'),
(481, 1719, '_wp_attached_file', '2014/01/dsc20050315_145007_132-2.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(482, 1719, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:36:\"2014/01/dsc20050315_145007_132-2.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"dsc20050315_145007_132-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1110898207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.7\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(483, 1720, '_wp_attached_file', '2016/11/header-logo-1.png'),
(484, 1720, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:208;s:6:\"height\";i:63;s:4:\"file\";s:25:\"2016/11/header-logo-1.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"header-logo-1-100x63.png\";s:5:\"width\";i:100;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"header-logo-1-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"header-logo-1-175x63.png\";s:5:\"width\";i:175;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"header-logo-1-100x63.png\";s:5:\"width\";i:100;s:6:\"height\";i:63;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:{}}}'),
(485, 1720, '_wxr_import_user_slug', 'admin'),
(486, 1719, '_wxr_import_parent', '555'),
(487, 1719, '_wxr_import_user_slug', 'admin'),
(488, 1721, '_wp_attached_file', '2014/01/spectacles-2.gif'),
(489, 1721, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:165;s:6:\"height\";i:210;s:4:\"file\";s:24:\"2014/01/spectacles-2.gif\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"spectacles-2-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"spectacles-2-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"spectacles-2-165x200.gif\";s:5:\"width\";i:165;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"spectacles-2-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),
(490, 1721, '_wxr_import_parent', '501'),
(491, 1721, '_wxr_import_user_slug', 'admin'),
(492, 1728, '_wp_attached_file', '2016/11/photo-1453749024858-4bca89bd9edc-scaled.jpg'),
(493, 1729, '_wp_attached_file', '2016/11/header-logo-2.png'),
(494, 1729, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:208;s:6:\"height\";i:63;s:4:\"file\";s:25:\"2016/11/header-logo-2.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"header-logo-2-100x63.png\";s:5:\"width\";i:100;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"header-logo-2-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"header-logo-2-175x63.png\";s:5:\"width\";i:175;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"header-logo-2-100x63.png\";s:5:\"width\";i:100;s:6:\"height\";i:63;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:{}}}'),
(495, 1729, '_wxr_import_user_slug', 'admin'),
(496, 1730, '_wp_attached_file', '2016/11/photo-1453749024858-4bca89bd9edc-1-scaled.jpg'),
(497, 1728, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1812;s:4:\"file\";s:51:\"2016/11/photo-1453749024858-4bca89bd9edc-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:51:\"photo-1453749024858-4bca89bd9edc-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1453749024858-4bca89bd9edc-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:51:\"photo-1453749024858-4bca89bd9edc-scaled-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"photo-1453749024858-4bca89bd9edc-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"photo-1453749024858-4bca89bd9edc-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1453749024858-4bca89bd9edc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"photo-1453749024858-4bca89bd9edc-768x544.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-1536x1087.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1087;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-2048x1449.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1453749024858-4bca89bd9edc-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:44:\"photo-1453749024858-4bca89bd9edc-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:44:\"photo-1453749024858-4bca89bd9edc-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:44:\"photo-1453749024858-4bca89bd9edc-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:44:\"photo-1453749024858-4bca89bd9edc-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:51:\"photo-1453749024858-4bca89bd9edc-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"photo-1453749024858-4bca89bd9edc-scaled-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1453749024858-4bca89bd9edc-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(498, 1730, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1812;s:4:\"file\";s:53:\"2016/11/photo-1453749024858-4bca89bd9edc-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-1-scaled-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-1-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"photo-1453749024858-4bca89bd9edc-1-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-1-768x544.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"photo-1453749024858-4bca89bd9edc-1-1536x1087.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1087;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"photo-1453749024858-4bca89bd9edc-1-2048x1449.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-1-scaled-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(499, 1731, '_wp_attached_file', '2016/11/photo-1453749024858-4bca89bd9edc-2-scaled.jpg'),
(500, 1731, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1812;s:4:\"file\";s:53:\"2016/11/photo-1453749024858-4bca89bd9edc-2-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-2-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-2-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-2-scaled-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-2-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"photo-1453749024858-4bca89bd9edc-2-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-2-768x544.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"photo-1453749024858-4bca89bd9edc-2-1536x1087.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1087;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"photo-1453749024858-4bca89bd9edc-2-2048x1449.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:46:\"photo-1453749024858-4bca89bd9edc-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-2-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-2-scaled-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1453749024858-4bca89bd9edc-2-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(501, 1732, '_wp_attached_file', '2016/11/photo-1470487274665-5c67dce2beca-scaled.jpg'),
(502, 1732, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:51:\"2016/11/photo-1470487274665-5c67dce2beca-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:51:\"photo-1470487274665-5c67dce2beca-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1470487274665-5c67dce2beca-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:51:\"photo-1470487274665-5c67dce2beca-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"photo-1470487274665-5c67dce2beca-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"photo-1470487274665-5c67dce2beca-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1470487274665-5c67dce2beca-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"photo-1470487274665-5c67dce2beca-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"photo-1470487274665-5c67dce2beca-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"photo-1470487274665-5c67dce2beca-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1470487274665-5c67dce2beca-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:44:\"photo-1470487274665-5c67dce2beca-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:44:\"photo-1470487274665-5c67dce2beca-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:44:\"photo-1470487274665-5c67dce2beca-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:44:\"photo-1470487274665-5c67dce2beca-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:51:\"photo-1470487274665-5c67dce2beca-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"photo-1470487274665-5c67dce2beca-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1470487274665-5c67dce2beca-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(503, 1728, '_wxr_import_parent', '1727'),
(504, 1728, '_wxr_import_user_slug', 'admin'),
(505, 1730, '_wxr_import_parent', '1727'),
(506, 1730, '_wxr_import_user_slug', 'admin'),
(507, 1733, '_wp_attached_file', '2016/11/photo-1470487274665-5c67dce2beca-1-scaled.jpg'),
(508, 1731, '_wxr_import_parent', '1727'),
(509, 1731, '_wxr_import_user_slug', 'admin'),
(510, 1733, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:53:\"2016/11/photo-1470487274665-5c67dce2beca-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"photo-1470487274665-5c67dce2beca-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1470487274665-5c67dce2beca-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"photo-1470487274665-5c67dce2beca-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"photo-1470487274665-5c67dce2beca-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"photo-1470487274665-5c67dce2beca-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1470487274665-5c67dce2beca-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"photo-1470487274665-5c67dce2beca-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"photo-1470487274665-5c67dce2beca-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"photo-1470487274665-5c67dce2beca-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1470487274665-5c67dce2beca-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:46:\"photo-1470487274665-5c67dce2beca-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:46:\"photo-1470487274665-5c67dce2beca-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:46:\"photo-1470487274665-5c67dce2beca-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:46:\"photo-1470487274665-5c67dce2beca-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"photo-1470487274665-5c67dce2beca-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"photo-1470487274665-5c67dce2beca-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1470487274665-5c67dce2beca-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(511, 1732, '_wxr_import_parent', '1729'),
(512, 1734, '_wp_attached_file', '2016/11/photo-1469276093774-c273601c8b02-scaled.jpg'),
(513, 1733, '_wxr_import_parent', '1729'),
(514, 1733, '_wxr_import_user_slug', 'admin'),
(515, 1734, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:51:\"2016/11/photo-1469276093774-c273601c8b02-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:51:\"photo-1469276093774-c273601c8b02-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1469276093774-c273601c8b02-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:51:\"photo-1469276093774-c273601c8b02-scaled-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"photo-1469276093774-c273601c8b02-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"photo-1469276093774-c273601c8b02-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1469276093774-c273601c8b02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"photo-1469276093774-c273601c8b02-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"photo-1469276093774-c273601c8b02-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"photo-1469276093774-c273601c8b02-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1469276093774-c273601c8b02-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:44:\"photo-1469276093774-c273601c8b02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:44:\"photo-1469276093774-c273601c8b02-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:44:\"photo-1469276093774-c273601c8b02-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:44:\"photo-1469276093774-c273601c8b02-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:51:\"photo-1469276093774-c273601c8b02-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"photo-1469276093774-c273601c8b02-scaled-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1469276093774-c273601c8b02-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(516, 1734, '_wxr_import_parent', '1731'),
(517, 1735, '_wp_attached_file', '2016/11/photo-1466298356323-f84bed7b3475-1-scaled.jpg'),
(518, 1735, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:53:\"2016/11/photo-1466298356323-f84bed7b3475-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"photo-1466298356323-f84bed7b3475-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1466298356323-f84bed7b3475-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"photo-1466298356323-f84bed7b3475-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"photo-1466298356323-f84bed7b3475-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"photo-1466298356323-f84bed7b3475-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1466298356323-f84bed7b3475-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"photo-1466298356323-f84bed7b3475-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"photo-1466298356323-f84bed7b3475-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"photo-1466298356323-f84bed7b3475-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1466298356323-f84bed7b3475-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:46:\"photo-1466298356323-f84bed7b3475-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:46:\"photo-1466298356323-f84bed7b3475-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:46:\"photo-1466298356323-f84bed7b3475-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:46:\"photo-1466298356323-f84bed7b3475-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"photo-1466298356323-f84bed7b3475-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"photo-1466298356323-f84bed7b3475-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1466298356323-f84bed7b3475-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(519, 1735, '_wxr_import_parent', '1734'),
(520, 1737, '_wp_attached_file', '2016/11/photo-1464967569081-adaf461b4ea5-scaled.jpg'),
(521, 1737, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:51:\"2016/11/photo-1464967569081-adaf461b4ea5-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:51:\"photo-1464967569081-adaf461b4ea5-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1464967569081-adaf461b4ea5-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:51:\"photo-1464967569081-adaf461b4ea5-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"photo-1464967569081-adaf461b4ea5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"photo-1464967569081-adaf461b4ea5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1464967569081-adaf461b4ea5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"photo-1464967569081-adaf461b4ea5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"photo-1464967569081-adaf461b4ea5-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"photo-1464967569081-adaf461b4ea5-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1464967569081-adaf461b4ea5-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:44:\"photo-1464967569081-adaf461b4ea5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:44:\"photo-1464967569081-adaf461b4ea5-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:44:\"photo-1464967569081-adaf461b4ea5-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:44:\"photo-1464967569081-adaf461b4ea5-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:51:\"photo-1464967569081-adaf461b4ea5-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"photo-1464967569081-adaf461b4ea5-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1464967569081-adaf461b4ea5-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(522, 1738, '_wp_attached_file', '2016/11/photo-1464967569081-adaf461b4ea5-1-scaled.jpg'),
(523, 1738, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:53:\"2016/11/photo-1464967569081-adaf461b4ea5-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"photo-1464967569081-adaf461b4ea5-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1464967569081-adaf461b4ea5-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"photo-1464967569081-adaf461b4ea5-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"photo-1464967569081-adaf461b4ea5-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"photo-1464967569081-adaf461b4ea5-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1464967569081-adaf461b4ea5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"photo-1464967569081-adaf461b4ea5-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"photo-1464967569081-adaf461b4ea5-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"photo-1464967569081-adaf461b4ea5-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1464967569081-adaf461b4ea5-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:46:\"photo-1464967569081-adaf461b4ea5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:46:\"photo-1464967569081-adaf461b4ea5-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:46:\"photo-1464967569081-adaf461b4ea5-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:46:\"photo-1464967569081-adaf461b4ea5-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"photo-1464967569081-adaf461b4ea5-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"photo-1464967569081-adaf461b4ea5-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1464967569081-adaf461b4ea5-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(524, 1739, '_wp_attached_file', '2016/11/photo-1470202327289-19cfeb711e7a-scaled.jpg'),
(525, 1740, '_wp_attached_file', '2016/11/photo-1470202327289-19cfeb711e7a-1-scaled.jpg'),
(526, 1739, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1704;s:4:\"file\";s:51:\"2016/11/photo-1470202327289-19cfeb711e7a-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:51:\"photo-1470202327289-19cfeb711e7a-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1470202327289-19cfeb711e7a-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:51:\"photo-1470202327289-19cfeb711e7a-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"photo-1470202327289-19cfeb711e7a-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"photo-1470202327289-19cfeb711e7a-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1470202327289-19cfeb711e7a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"photo-1470202327289-19cfeb711e7a-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-2048x1363.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1470202327289-19cfeb711e7a-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:44:\"photo-1470202327289-19cfeb711e7a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:44:\"photo-1470202327289-19cfeb711e7a-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:44:\"photo-1470202327289-19cfeb711e7a-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:44:\"photo-1470202327289-19cfeb711e7a-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:51:\"photo-1470202327289-19cfeb711e7a-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"photo-1470202327289-19cfeb711e7a-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1470202327289-19cfeb711e7a-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(527, 1740, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1704;s:4:\"file\";s:53:\"2016/11/photo-1470202327289-19cfeb711e7a-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-1-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"photo-1470202327289-19cfeb711e7a-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"photo-1470202327289-19cfeb711e7a-1-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"photo-1470202327289-19cfeb711e7a-1-2048x1363.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-1-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(528, 1737, '_wxr_import_parent', '1736'),
(529, 1741, '_wp_attached_file', '2016/11/photo-1470202327289-19cfeb711e7a-2-scaled.jpg'),
(530, 1738, '_wxr_import_parent', '1736'),
(531, 1738, '_wxr_import_user_slug', 'admin');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(532, 1741, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1704;s:4:\"file\";s:53:\"2016/11/photo-1470202327289-19cfeb711e7a-2-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-2-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-2-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-2-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"photo-1470202327289-19cfeb711e7a-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-2-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"photo-1470202327289-19cfeb711e7a-2-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"photo-1470202327289-19cfeb711e7a-2-2048x1363.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-2-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-2-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-2-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(533, 1742, '_wp_attached_file', '2016/11/photo-1470202327289-19cfeb711e7a-3-scaled.jpg'),
(534, 1739, '_wxr_import_parent', '1738'),
(535, 1739, '_wxr_import_user_slug', 'admin'),
(536, 1742, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1704;s:4:\"file\";s:53:\"2016/11/photo-1470202327289-19cfeb711e7a-3-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-3-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-3-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-3-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"photo-1470202327289-19cfeb711e7a-3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-3-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"photo-1470202327289-19cfeb711e7a-3-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"photo-1470202327289-19cfeb711e7a-3-2048x1363.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-3-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-3-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-3-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:46:\"photo-1470202327289-19cfeb711e7a-3-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-3-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-3-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1470202327289-19cfeb711e7a-3-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(537, 1743, '_wp_attached_file', '2016/11/photo-1431605695381-f4a9c3cdd150-scaled.jpg'),
(538, 1740, '_wxr_import_parent', '1738'),
(539, 1740, '_wxr_import_user_slug', 'admin'),
(540, 1744, '_wp_attached_file', '2016/11/photo-1431605695381-f4a9c3cdd150-1-scaled.jpg'),
(541, 1743, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:51:\"2016/11/photo-1431605695381-f4a9c3cdd150-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:51:\"photo-1431605695381-f4a9c3cdd150-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1431605695381-f4a9c3cdd150-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:51:\"photo-1431605695381-f4a9c3cdd150-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"photo-1431605695381-f4a9c3cdd150-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"photo-1431605695381-f4a9c3cdd150-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1431605695381-f4a9c3cdd150-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"photo-1431605695381-f4a9c3cdd150-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"photo-1431605695381-f4a9c3cdd150-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"photo-1431605695381-f4a9c3cdd150-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1431605695381-f4a9c3cdd150-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:44:\"photo-1431605695381-f4a9c3cdd150-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:44:\"photo-1431605695381-f4a9c3cdd150-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:44:\"photo-1431605695381-f4a9c3cdd150-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:44:\"photo-1431605695381-f4a9c3cdd150-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:51:\"photo-1431605695381-f4a9c3cdd150-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"photo-1431605695381-f4a9c3cdd150-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1431605695381-f4a9c3cdd150-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(542, 1744, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:53:\"2016/11/photo-1431605695381-f4a9c3cdd150-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"photo-1431605695381-f4a9c3cdd150-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1431605695381-f4a9c3cdd150-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"photo-1431605695381-f4a9c3cdd150-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"photo-1431605695381-f4a9c3cdd150-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"photo-1431605695381-f4a9c3cdd150-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1431605695381-f4a9c3cdd150-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"photo-1431605695381-f4a9c3cdd150-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"photo-1431605695381-f4a9c3cdd150-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"photo-1431605695381-f4a9c3cdd150-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1431605695381-f4a9c3cdd150-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:46:\"photo-1431605695381-f4a9c3cdd150-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:46:\"photo-1431605695381-f4a9c3cdd150-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:46:\"photo-1431605695381-f4a9c3cdd150-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:46:\"photo-1431605695381-f4a9c3cdd150-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"photo-1431605695381-f4a9c3cdd150-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"photo-1431605695381-f4a9c3cdd150-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1431605695381-f4a9c3cdd150-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(543, 1741, '_wxr_import_parent', '1738'),
(544, 1742, '_wxr_import_parent', '1738'),
(545, 1742, '_wxr_import_user_slug', 'admin'),
(546, 1745, '_wp_attached_file', '2016/11/photo-1431540015161-0bf868a2d407-scaled.jpg'),
(547, 1743, '_wxr_import_parent', '1740'),
(548, 1743, '_wxr_import_user_slug', 'admin'),
(549, 1744, '_wxr_import_parent', '1740'),
(550, 1744, '_wxr_import_user_slug', 'admin'),
(551, 1745, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:51:\"2016/11/photo-1431540015161-0bf868a2d407-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:51:\"photo-1431540015161-0bf868a2d407-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1431540015161-0bf868a2d407-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:51:\"photo-1431540015161-0bf868a2d407-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"photo-1431540015161-0bf868a2d407-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"photo-1431540015161-0bf868a2d407-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1431540015161-0bf868a2d407-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"photo-1431540015161-0bf868a2d407-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"photo-1431540015161-0bf868a2d407-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"photo-1431540015161-0bf868a2d407-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1431540015161-0bf868a2d407-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:44:\"photo-1431540015161-0bf868a2d407-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:44:\"photo-1431540015161-0bf868a2d407-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:44:\"photo-1431540015161-0bf868a2d407-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:44:\"photo-1431540015161-0bf868a2d407-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:51:\"photo-1431540015161-0bf868a2d407-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"photo-1431540015161-0bf868a2d407-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1431540015161-0bf868a2d407-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(552, 1746, '_wp_attached_file', '2016/11/photo-1446034730750-a0b64d06ad13-scaled.jpg'),
(553, 1746, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:51:\"2016/11/photo-1446034730750-a0b64d06ad13-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:51:\"photo-1446034730750-a0b64d06ad13-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1446034730750-a0b64d06ad13-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:51:\"photo-1446034730750-a0b64d06ad13-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"photo-1446034730750-a0b64d06ad13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"photo-1446034730750-a0b64d06ad13-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1446034730750-a0b64d06ad13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"photo-1446034730750-a0b64d06ad13-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"photo-1446034730750-a0b64d06ad13-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"photo-1446034730750-a0b64d06ad13-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"photo-1446034730750-a0b64d06ad13-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:44:\"photo-1446034730750-a0b64d06ad13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:44:\"photo-1446034730750-a0b64d06ad13-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:44:\"photo-1446034730750-a0b64d06ad13-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:44:\"photo-1446034730750-a0b64d06ad13-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:51:\"photo-1446034730750-a0b64d06ad13-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:51:\"photo-1446034730750-a0b64d06ad13-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"photo-1446034730750-a0b64d06ad13-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(554, 1746, '_wxr_import_parent', '1744'),
(555, 1746, '_wxr_import_user_slug', 'admin'),
(556, 1745, '_wxr_import_parent', '1742'),
(557, 1745, '_wxr_import_user_slug', 'admin'),
(558, 1747, '_wp_attached_file', '2016/11/alexi-lamm-1176208_1920.jpg'),
(559, 1747, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:35:\"2016/11/alexi-lamm-1176208_1920.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"alexi-lamm-1176208_1920-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1536x1020.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1020;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"alexi-lamm-1176208_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(560, 1748, '_wp_attached_file', '2016/11/photo-1446034730750-a0b64d06ad13-1-scaled.jpg'),
(561, 1747, '_wxr_import_parent', '1746'),
(562, 1747, '_wxr_import_user_slug', 'admin'),
(563, 1749, '_wp_attached_file', '2016/11/workplace-1245776_1920.jpg'),
(564, 1749, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:34:\"2016/11/workplace-1245776_1920.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"workplace-1245776_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"workplace-1245776_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"workplace-1245776_1920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"workplace-1245776_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(565, 1748, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:53:\"2016/11/photo-1446034730750-a0b64d06ad13-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"photo-1446034730750-a0b64d06ad13-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1446034730750-a0b64d06ad13-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:53:\"photo-1446034730750-a0b64d06ad13-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"photo-1446034730750-a0b64d06ad13-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"photo-1446034730750-a0b64d06ad13-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1446034730750-a0b64d06ad13-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"photo-1446034730750-a0b64d06ad13-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"photo-1446034730750-a0b64d06ad13-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"photo-1446034730750-a0b64d06ad13-1-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"photo-1446034730750-a0b64d06ad13-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:46:\"photo-1446034730750-a0b64d06ad13-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:46:\"photo-1446034730750-a0b64d06ad13-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:46:\"photo-1446034730750-a0b64d06ad13-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:46:\"photo-1446034730750-a0b64d06ad13-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:53:\"photo-1446034730750-a0b64d06ad13-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"photo-1446034730750-a0b64d06ad13-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"photo-1446034730750-a0b64d06ad13-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(566, 1750, '_wp_attached_file', '2016/11/workplace-1245776_1920-1.jpg'),
(567, 1750, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2016/11/workplace-1245776_1920-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"workplace-1245776_1920-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"workplace-1245776_1920-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(568, 1751, '_wp_attached_file', '2016/11/workplace-1245776_1920-2.jpg'),
(569, 1751, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2016/11/workplace-1245776_1920-2.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"workplace-1245776_1920-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"workplace-1245776_1920-2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(570, 1749, '_wxr_import_parent', '1748'),
(571, 1749, '_wxr_import_user_slug', 'admin'),
(572, 1750, '_wxr_import_parent', '1748'),
(573, 1750, '_wxr_import_user_slug', 'admin'),
(574, 1751, '_wxr_import_parent', '1748'),
(575, 1751, '_wxr_import_user_slug', 'admin'),
(576, 1752, '_wp_attached_file', '2016/11/softball-1593816_1280.jpg'),
(577, 1752, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:33:\"2016/11/softball-1593816_1280.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"softball-1593816_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"softball-1593816_1280-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"softball-1593816_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"softball-1593816_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 20D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"420\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(578, 1753, '_wp_attached_file', '2016/11/softball-1593816_1280-1.jpg'),
(579, 1753, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:35:\"2016/11/softball-1593816_1280-1.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"softball-1593816_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"softball-1593816_1280-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"softball-1593816_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 20D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"420\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(580, 1752, '_wxr_import_parent', '1750'),
(581, 1752, '_wxr_import_user_slug', 'admin'),
(582, 1754, '_wp_attached_file', '2016/11/softball-1593816_1280-2.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(583, 1754, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:35:\"2016/11/softball-1593816_1280-2.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"softball-1593816_1280-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"softball-1593816_1280-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"softball-1593816_1280-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"softball-1593816_1280-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 20D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"420\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(584, 1753, '_wxr_import_parent', '1750'),
(585, 1753, '_wxr_import_user_slug', 'admin'),
(586, 1748, '_wxr_import_parent', '1744'),
(587, 1748, '_wxr_import_user_slug', 'admin'),
(588, 1754, '_wxr_import_parent', '1750'),
(589, 1754, '_wxr_import_user_slug', 'admin'),
(590, 1755, '_wp_attached_file', '2016/11/alexi-lamm-1176208_1920-1.jpg'),
(591, 1755, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1275;s:4:\"file\";s:37:\"2016/11/alexi-lamm-1176208_1920-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"alexi-lamm-1176208_1920-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"alexi-lamm-1176208_1920-1-1536x1020.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1020;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"alexi-lamm-1176208_1920-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(592, 1756, '_wp_attached_file', '2016/11/photo-1473662711507-13345f9d447c-min-scaled.jpg'),
(593, 1755, '_wxr_import_parent', '1746'),
(594, 1755, '_wxr_import_user_slug', 'admin'),
(595, 1757, '_wp_attached_file', '2016/11/photo-1473662711507-13345f9d447c-min-1-scaled.jpg'),
(596, 1758, '_wp_attached_file', '2016/11/photo-1473662711507-13345f9d447c-min-2-scaled.jpg'),
(597, 1756, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:55:\"2016/11/photo-1473662711507-13345f9d447c-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"photo-1473662711507-13345f9d447c-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1473662711507-13345f9d447c-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"photo-1473662711507-13345f9d447c-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"photo-1473662711507-13345f9d447c-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"photo-1473662711507-13345f9d447c-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1473662711507-13345f9d447c-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"photo-1473662711507-13345f9d447c-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1473662711507-13345f9d447c-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:48:\"photo-1473662711507-13345f9d447c-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:48:\"photo-1473662711507-13345f9d447c-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:48:\"photo-1473662711507-13345f9d447c-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:48:\"photo-1473662711507-13345f9d447c-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"photo-1473662711507-13345f9d447c-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"photo-1473662711507-13345f9d447c-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1473662711507-13345f9d447c-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(598, 1759, '_wp_attached_file', '2016/11/workplace-1245776_1920-3.jpg'),
(599, 1759, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2016/11/workplace-1245776_1920-3.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"workplace-1245776_1920-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"workplace-1245776_1920-3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"workplace-1245776_1920-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(600, 1757, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:57:\"2016/11/photo-1473662711507-13345f9d447c-min-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"photo-1473662711507-13345f9d447c-min-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"photo-1473662711507-13345f9d447c-min-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:52:\"photo-1473662711507-13345f9d447c-min-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(601, 1758, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:57:\"2016/11/photo-1473662711507-13345f9d447c-min-2-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-2-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-2-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-2-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"photo-1473662711507-13345f9d447c-min-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"photo-1473662711507-13345f9d447c-min-2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:52:\"photo-1473662711507-13345f9d447c-min-2-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:50:\"photo-1473662711507-13345f9d447c-min-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-2-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-2-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1473662711507-13345f9d447c-min-2-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(602, 1759, '_wxr_import_parent', '1748'),
(603, 1759, '_wxr_import_user_slug', 'admin'),
(604, 1760, '_wp_attached_file', '2016/11/pexels-photo-225017-scaled.jpeg'),
(605, 1756, '_wxr_import_parent', '1752'),
(606, 1756, '_wxr_import_user_slug', 'admin'),
(607, 1760, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:39:\"2016/11/pexels-photo-225017-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"pexels-photo-225017-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-photo-225017-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"pexels-photo-225017-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"pexels-photo-225017-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-225017-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-225017-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"pexels-photo-225017-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"pexels-photo-225017-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"pexels-photo-225017-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-225017-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:32:\"pexels-photo-225017-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:32:\"pexels-photo-225017-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:32:\"pexels-photo-225017-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:32:\"pexels-photo-225017-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"pexels-photo-225017-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"pexels-photo-225017-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-photo-225017-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(608, 1757, '_wxr_import_parent', '1752'),
(609, 1757, '_wxr_import_user_slug', 'admin'),
(610, 1758, '_wxr_import_parent', '1752'),
(611, 1758, '_wxr_import_user_slug', 'admin'),
(612, 1760, '_wxr_import_parent', '1755'),
(613, 1760, '_wxr_import_user_slug', 'admin'),
(614, 1761, '_wp_attached_file', '2016/11/pexels-photo-128893-min-scaled.jpeg'),
(615, 1761, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1708;s:4:\"file\";s:43:\"2016/11/pexels-photo-128893-min-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"pexels-photo-128893-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-photo-128893-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"pexels-photo-128893-min-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128893-min-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"pexels-photo-128893-min-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128893-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128893-min-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"pexels-photo-128893-min-1536x1025.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"pexels-photo-128893-min-2048x1366.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128893-min-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128893-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128893-min-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128893-min-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128893-min-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"pexels-photo-128893-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"pexels-photo-128893-min-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-photo-128893-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(616, 1761, '_wxr_import_parent', '1758'),
(617, 1761, '_wxr_import_user_slug', 'admin'),
(618, 1762, '_wp_attached_file', '2016/11/gallery-03.jpg'),
(619, 1762, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2016/11/gallery-03.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"gallery-03-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gallery-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gallery-03-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-03-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"gallery-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"gallery-03-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"gallery-03-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"gallery-03-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"gallery-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"gallery-03-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(620, 1762, '_wp_attachment_custom_header_last_used_kids-education', '1478838288'),
(621, 1762, '_wp_attachment_is_custom_header', 'kids-education'),
(622, 1762, '_wxr_import_user_slug', 'admin'),
(623, 1763, '_wp_attached_file', '2016/11/pexels-photo-61129-min-scaled.jpeg'),
(624, 1763, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:42:\"2016/11/pexels-photo-61129-min-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"pexels-photo-61129-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-photo-61129-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"pexels-photo-61129-min-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"pexels-photo-61129-min-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"pexels-photo-61129-min-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"pexels-photo-61129-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"pexels-photo-61129-min-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"pexels-photo-61129-min-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"pexels-photo-61129-min-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"pexels-photo-61129-min-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"pexels-photo-61129-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"pexels-photo-61129-min-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"pexels-photo-61129-min-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"pexels-photo-61129-min-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"pexels-photo-61129-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"pexels-photo-61129-min-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-photo-61129-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(625, 1763, '_wxr_import_parent', '1762'),
(626, 1763, '_wxr_import_user_slug', 'admin'),
(627, 1766, '_wp_attached_file', '2016/11/boy-child-fun-beach-min-scaled.jpg'),
(628, 1766, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:42:\"2016/11/boy-child-fun-beach-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"boy-child-fun-beach-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"boy-child-fun-beach-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"boy-child-fun-beach-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"boy-child-fun-beach-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"boy-child-fun-beach-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"boy-child-fun-beach-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"boy-child-fun-beach-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"boy-child-fun-beach-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"boy-child-fun-beach-min-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"boy-child-fun-beach-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"boy-child-fun-beach-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"boy-child-fun-beach-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"boy-child-fun-beach-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"boy-child-fun-beach-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"boy-child-fun-beach-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"boy-child-fun-beach-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"boy-child-fun-beach-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(629, 1766, '_wxr_import_parent', '1765'),
(630, 1766, '_wxr_import_user_slug', 'admin'),
(631, 1769, '_wp_attached_file', '2016/11/pexels-photo-225957-min-scaled.jpeg'),
(632, 1769, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:43:\"2016/11/pexels-photo-225957-min-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"pexels-photo-225957-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-photo-225957-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"pexels-photo-225957-min-scaled-600x401.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"pexels-photo-225957-min-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"pexels-photo-225957-min-1024x684.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"pexels-photo-225957-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"pexels-photo-225957-min-768x513.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"pexels-photo-225957-min-1536x1025.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"pexels-photo-225957-min-2048x1367.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"pexels-photo-225957-min-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"pexels-photo-225957-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"pexels-photo-225957-min-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"pexels-photo-225957-min-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"pexels-photo-225957-min-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"pexels-photo-225957-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"pexels-photo-225957-min-scaled-600x401.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-photo-225957-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(633, 1769, '_wxr_import_parent', '1768'),
(634, 1769, '_wxr_import_user_slug', 'admin'),
(635, 1772, '_wp_attached_file', '2016/11/pexels-photo-27040-min-scaled.jpg'),
(636, 1772, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:41:\"2016/11/pexels-photo-27040-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"pexels-photo-27040-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"pexels-photo-27040-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"pexels-photo-27040-min-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"pexels-photo-27040-min-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"pexels-photo-27040-min-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-photo-27040-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"pexels-photo-27040-min-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"pexels-photo-27040-min-1536x1020.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1020;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"pexels-photo-27040-min-2048x1360.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-photo-27040-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"pexels-photo-27040-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"pexels-photo-27040-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"pexels-photo-27040-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"pexels-photo-27040-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"pexels-photo-27040-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"pexels-photo-27040-min-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"pexels-photo-27040-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(637, 1777, '_wp_attached_file', '2016/11/pexels-photo-173666-min-scaled.jpeg'),
(638, 1778, '_wp_attached_file', '2016/11/pexels-photo-173666-min-1-scaled.jpeg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(639, 1777, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:43:\"2016/11/pexels-photo-173666-min-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"pexels-photo-173666-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-photo-173666-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"pexels-photo-173666-min-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"pexels-photo-173666-min-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"pexels-photo-173666-min-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"pexels-photo-173666-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"pexels-photo-173666-min-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"pexels-photo-173666-min-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"pexels-photo-173666-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"pexels-photo-173666-min-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"pexels-photo-173666-min-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"pexels-photo-173666-min-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"pexels-photo-173666-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"pexels-photo-173666-min-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-photo-173666-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(640, 1772, '_wxr_import_parent', '1771'),
(641, 1772, '_wxr_import_user_slug', 'admin'),
(642, 1778, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:45:\"2016/11/pexels-photo-173666-min-1-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"pexels-photo-173666-min-1-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"pexels-photo-173666-min-1-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"pexels-photo-173666-min-1-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"pexels-photo-173666-min-1-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-1-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"pexels-photo-173666-min-1-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:40:\"pexels-photo-173666-min-1-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-1-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-1-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-1-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-1-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:45:\"pexels-photo-173666-min-1-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"pexels-photo-173666-min-1-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"pexels-photo-173666-min-1-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(643, 1779, '_wp_attached_file', '2016/11/pexels-photo-173666-min-2-scaled.jpeg'),
(644, 1779, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:45:\"2016/11/pexels-photo-173666-min-2-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"pexels-photo-173666-min-2-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"pexels-photo-173666-min-2-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"pexels-photo-173666-min-2-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-2-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"pexels-photo-173666-min-2-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-2-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"pexels-photo-173666-min-2-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:40:\"pexels-photo-173666-min-2-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-2-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-2-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-2-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:38:\"pexels-photo-173666-min-2-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:45:\"pexels-photo-173666-min-2-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"pexels-photo-173666-min-2-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"pexels-photo-173666-min-2-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(645, 1780, '_wp_attached_file', '2016/11/child-childrens-baby-children-s-min.jpg'),
(646, 1780, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1346;s:4:\"file\";s:47:\"2016/11/child-childrens-baby-children-s-min.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"child-childrens-baby-children-s-min-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1536x1010.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1010;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"child-childrens-baby-children-s-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(647, 1780, '_wxr_import_parent', '1712'),
(648, 1780, '_wxr_import_user_slug', 'admin'),
(649, 1783, '_wp_attached_file', '2016/11/girls_PNG6481.png'),
(650, 1783, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:230;s:6:\"height\";i:352;s:4:\"file\";s:25:\"2016/11/girls_PNG6481.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"girls_PNG6481-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"girls_PNG6481-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"girls_PNG6481-196x300.png\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"girls_PNG6481-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"girls_PNG6481-230x216.png\";s:5:\"width\";i:230;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:25:\"girls_PNG6481-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:25:\"girls_PNG6481-230x200.png\";s:5:\"width\";i:230;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:25:\"girls_PNG6481-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:25:\"girls_PNG6481-230x265.png\";s:5:\"width\";i:230;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"girls_PNG6481-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"girls_PNG6481-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(651, 1783, '_wxr_import_parent', '1782'),
(652, 1783, '_wxr_import_user_slug', 'admin'),
(653, 1777, '_wxr_import_parent', '1712'),
(654, 1777, '_wxr_import_user_slug', 'admin'),
(655, 1786, '_wp_attached_file', '2016/11/girls_PNG6463.png'),
(656, 1786, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2103;s:6:\"height\";i:3401;s:4:\"file\";s:25:\"2016/11/girls_PNG6463.png\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"girls_PNG6463-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"girls_PNG6463-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"girls_PNG6463-600x970.png\";s:5:\"width\";i:600;s:6:\"height\";i:970;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"girls_PNG6463-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"girls_PNG6463-633x1024.png\";s:5:\"width\";i:633;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"girls_PNG6463-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"girls_PNG6463-768x1242.png\";s:5:\"width\";i:768;s:6:\"height\";i:1242;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"girls_PNG6463-950x1536.png\";s:5:\"width\";i:950;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"girls_PNG6463-1266x2048.png\";s:5:\"width\";i:1266;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"girls_PNG6463-320x216.png\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:25:\"girls_PNG6463-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:25:\"girls_PNG6463-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:25:\"girls_PNG6463-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:25:\"girls_PNG6463-350x265.png\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"girls_PNG6463-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"girls_PNG6463-600x970.png\";s:5:\"width\";i:600;s:6:\"height\";i:970;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"girls_PNG6463-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(657, 1787, '_wp_attached_file', '2016/11/child-childrens-baby-children-s-min-1.jpg'),
(658, 1787, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1346;s:4:\"file\";s:49:\"2016/11/child-childrens-baby-children-s-min-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"child-childrens-baby-children-s-min-1-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"child-childrens-baby-children-s-min-1-1536x1010.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1010;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(659, 1778, '_wxr_import_parent', '1712'),
(660, 1778, '_wxr_import_user_slug', 'admin'),
(661, 1788, '_wp_attached_file', '2016/11/child-childrens-baby-children-s-min-2.jpg'),
(662, 1788, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1346;s:4:\"file\";s:49:\"2016/11/child-childrens-baby-children-s-min-2.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"child-childrens-baby-children-s-min-2-1024x673.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"child-childrens-baby-children-s-min-2-1536x1010.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1010;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"child-childrens-baby-children-s-min-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(663, 1787, '_wxr_import_parent', '1712'),
(664, 1787, '_wxr_import_user_slug', 'admin'),
(665, 1779, '_wxr_import_parent', '1712'),
(666, 1779, '_wxr_import_user_slug', 'admin'),
(667, 1789, '_wp_attached_file', '2016/11/girls_PNG6481-1.png'),
(668, 1789, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:230;s:6:\"height\";i:352;s:4:\"file\";s:27:\"2016/11/girls_PNG6481-1.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"girls_PNG6481-1-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-1-196x300.png\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-1-230x216.png\";s:5:\"width\";i:230;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-1-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-1-230x200.png\";s:5:\"width\";i:230;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-1-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-1-230x265.png\";s:5:\"width\";i:230;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"girls_PNG6481-1-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(669, 1788, '_wxr_import_parent', '1712'),
(670, 1788, '_wxr_import_user_slug', 'admin'),
(671, 1789, '_wxr_import_parent', '1782'),
(672, 1789, '_wxr_import_user_slug', 'admin'),
(673, 1790, '_wp_attached_file', '2016/11/girls_PNG6481-2.png'),
(674, 1790, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:230;s:6:\"height\";i:352;s:4:\"file\";s:27:\"2016/11/girls_PNG6481-2.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"girls_PNG6481-2-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-2-196x300.png\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-2-230x216.png\";s:5:\"width\";i:230;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-2-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-2-230x200.png\";s:5:\"width\";i:230;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-2-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-2-230x265.png\";s:5:\"width\";i:230;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"girls_PNG6481-2-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"girls_PNG6481-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(675, 1790, '_wxr_import_parent', '1782'),
(676, 1790, '_wxr_import_user_slug', 'admin'),
(677, 1786, '_wxr_import_parent', '1785'),
(678, 1786, '_wxr_import_user_slug', 'admin'),
(679, 1791, '_wp_attached_file', '2016/11/businessman_PNG6587.png'),
(680, 1791, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:347;s:6:\"height\";i:465;s:4:\"file\";s:31:\"2016/11/businessman_PNG6587.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"businessman_PNG6587-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6587-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6587-224x300.png\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6587-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6587-320x216.png\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6587-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6587-347x200.png\";s:5:\"width\";i:347;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6587-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6587-347x265.png\";s:5:\"width\";i:347;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"businessman_PNG6587-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6587-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(681, 1791, '_wxr_import_parent', '1787'),
(682, 1791, '_wxr_import_user_slug', 'admin'),
(683, 1792, '_wp_attached_file', '2016/11/sitting_man_PNG11483.png'),
(684, 1792, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:581;s:6:\"height\";i:662;s:4:\"file\";s:32:\"2016/11/sitting_man_PNG11483.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"sitting_man_PNG11483-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"sitting_man_PNG11483-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"sitting_man_PNG11483-263x300.png\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"sitting_man_PNG11483-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"sitting_man_PNG11483-320x216.png\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:32:\"sitting_man_PNG11483-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:32:\"sitting_man_PNG11483-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:32:\"sitting_man_PNG11483-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:32:\"sitting_man_PNG11483-350x265.png\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"sitting_man_PNG11483-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"sitting_man_PNG11483-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(685, 1792, '_wxr_import_user_slug', 'admin'),
(686, 1793, '_wp_attached_file', '2016/11/businessman_PNG6540.png'),
(687, 1793, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:268;s:6:\"height\";i:877;s:4:\"file\";s:31:\"2016/11/businessman_PNG6540.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"businessman_PNG6540-268x300.png\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6540-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"businessman_PNG6540-92x300.png\";s:5:\"width\";i:92;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6540-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6540-268x216.png\";s:5:\"width\";i:268;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6540-268x300.png\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6540-268x200.png\";s:5:\"width\";i:268;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6540-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6540-268x265.png\";s:5:\"width\";i:268;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"businessman_PNG6540-268x300.png\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"businessman_PNG6540-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(688, 1793, '_wxr_import_parent', '1791'),
(689, 1793, '_wxr_import_user_slug', 'admin'),
(690, 1794, '_wp_attached_file', '2016/11/thinking_woman_PNG11627.png'),
(691, 1794, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:425;s:6:\"height\";i:660;s:4:\"file\";s:35:\"2016/11/thinking_woman_PNG11627.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"thinking_woman_PNG11627-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"thinking_woman_PNG11627-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"thinking_woman_PNG11627-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"thinking_woman_PNG11627-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"thinking_woman_PNG11627-320x216.png\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"thinking_woman_PNG11627-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"thinking_woman_PNG11627-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"thinking_woman_PNG11627-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"thinking_woman_PNG11627-350x265.png\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"thinking_woman_PNG11627-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"thinking_woman_PNG11627-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(692, 1794, '_wxr_import_parent', '1793'),
(693, 1794, '_wxr_import_user_slug', 'admin'),
(694, 1798, '_wp_attached_file', '2016/11/pexels-photo-3-min-min-scaled.jpg'),
(695, 1798, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:41:\"2016/11/pexels-photo-3-min-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"pexels-photo-3-min-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"pexels-photo-3-min-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"pexels-photo-3-min-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"pexels-photo-3-min-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"pexels-photo-3-min-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-photo-3-min-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"pexels-photo-3-min-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"pexels-photo-3-min-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"pexels-photo-3-min-min-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-photo-3-min-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"pexels-photo-3-min-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"pexels-photo-3-min-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"pexels-photo-3-min-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"pexels-photo-3-min-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"pexels-photo-3-min-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"pexels-photo-3-min-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"pexels-photo-3-min-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(696, 1798, '_wxr_import_parent', '1797'),
(697, 1798, '_wxr_import_user_slug', 'admin'),
(698, 1800, '_wp_attached_file', '2016/11/pexels-photo-97353-min-scaled.jpeg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(699, 1800, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:42:\"2016/11/pexels-photo-97353-min-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"pexels-photo-97353-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-photo-97353-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"pexels-photo-97353-min-scaled-600x338.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"pexels-photo-97353-min-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"pexels-photo-97353-min-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"pexels-photo-97353-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"pexels-photo-97353-min-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"pexels-photo-97353-min-1536x864.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"pexels-photo-97353-min-2048x1152.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"pexels-photo-97353-min-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"pexels-photo-97353-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"pexels-photo-97353-min-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"pexels-photo-97353-min-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"pexels-photo-97353-min-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"pexels-photo-97353-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"pexels-photo-97353-min-scaled-600x338.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-photo-97353-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(700, 1800, '_wxr_import_parent', '1799'),
(701, 1800, '_wxr_import_user_slug', 'admin'),
(702, 1802, '_wp_attached_file', '2016/11/pexels-photo-2-min-scaled.jpg'),
(703, 1802, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:37:\"2016/11/pexels-photo-2-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"pexels-photo-2-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"pexels-photo-2-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"pexels-photo-2-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"pexels-photo-2-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"pexels-photo-2-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pexels-photo-2-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"pexels-photo-2-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"pexels-photo-2-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"pexels-photo-2-min-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"pexels-photo-2-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:30:\"pexels-photo-2-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:30:\"pexels-photo-2-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:30:\"pexels-photo-2-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:30:\"pexels-photo-2-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"pexels-photo-2-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"pexels-photo-2-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"pexels-photo-2-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(704, 1802, '_wxr_import_parent', '1801'),
(705, 1802, '_wxr_import_user_slug', 'admin'),
(706, 1804, '_wp_attached_file', '2016/11/pexels-photo-1-min-scaled.jpg'),
(707, 1804, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1857;s:4:\"file\";s:37:\"2016/11/pexels-photo-1-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"pexels-photo-1-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"pexels-photo-1-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"pexels-photo-1-min-scaled-600x435.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"pexels-photo-1-min-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"pexels-photo-1-min-1024x743.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pexels-photo-1-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"pexels-photo-1-min-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"pexels-photo-1-min-1536x1114.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"pexels-photo-1-min-2048x1486.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"pexels-photo-1-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:30:\"pexels-photo-1-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:30:\"pexels-photo-1-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:30:\"pexels-photo-1-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:30:\"pexels-photo-1-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"pexels-photo-1-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"pexels-photo-1-min-scaled-600x435.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"pexels-photo-1-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(708, 1805, '_wp_attached_file', '2016/11/pexels-photo-1-min-1-scaled.jpg'),
(709, 1805, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1857;s:4:\"file\";s:39:\"2016/11/pexels-photo-1-min-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"pexels-photo-1-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-photo-1-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"pexels-photo-1-min-1-scaled-600x435.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"pexels-photo-1-min-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-1-min-1-1024x743.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-1-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"pexels-photo-1-min-1-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"pexels-photo-1-min-1-1536x1114.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"pexels-photo-1-min-1-2048x1486.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-1-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:32:\"pexels-photo-1-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:32:\"pexels-photo-1-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:32:\"pexels-photo-1-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:32:\"pexels-photo-1-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"pexels-photo-1-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"pexels-photo-1-min-1-scaled-600x435.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-photo-1-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(710, 1806, '_wp_attached_file', '2016/11/magic-cube-cube-puzzle-play-54101-min-scaled.jpeg'),
(711, 1806, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:57:\"2016/11/magic-cube-cube-puzzle-play-54101-min-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"magic-cube-cube-puzzle-play-54101-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"magic-cube-cube-puzzle-play-54101-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"magic-cube-cube-puzzle-play-54101-min-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"magic-cube-cube-puzzle-play-54101-min-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"magic-cube-cube-puzzle-play-54101-min-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"magic-cube-cube-puzzle-play-54101-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"magic-cube-cube-puzzle-play-54101-min-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"magic-cube-cube-puzzle-play-54101-min-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:52:\"magic-cube-cube-puzzle-play-54101-min-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"magic-cube-cube-puzzle-play-54101-min-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:50:\"magic-cube-cube-puzzle-play-54101-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:50:\"magic-cube-cube-puzzle-play-54101-min-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:50:\"magic-cube-cube-puzzle-play-54101-min-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:50:\"magic-cube-cube-puzzle-play-54101-min-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"magic-cube-cube-puzzle-play-54101-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"magic-cube-cube-puzzle-play-54101-min-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"magic-cube-cube-puzzle-play-54101-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(712, 1807, '_wp_attached_file', '2016/11/pexels-photo-90548-min-scaled.jpeg'),
(713, 1804, '_wxr_import_parent', '1803'),
(714, 1804, '_wxr_import_user_slug', 'admin'),
(715, 1807, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1437;s:4:\"file\";s:42:\"2016/11/pexels-photo-90548-min-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"pexels-photo-90548-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-photo-90548-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"pexels-photo-90548-min-scaled-600x337.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"pexels-photo-90548-min-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"pexels-photo-90548-min-1024x575.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"pexels-photo-90548-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"pexels-photo-90548-min-768x431.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"pexels-photo-90548-min-1536x862.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:862;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"pexels-photo-90548-min-2048x1150.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"pexels-photo-90548-min-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"pexels-photo-90548-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"pexels-photo-90548-min-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"pexels-photo-90548-min-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"pexels-photo-90548-min-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"pexels-photo-90548-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"pexels-photo-90548-min-scaled-600x337.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"pexels-photo-90548-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(718, 1806, '_wxr_import_parent', '1803'),
(719, 1806, '_wxr_import_user_slug', 'admin'),
(720, 1808, '_wp_attached_file', '2016/11/magic-cube-cube-puzzle-play-54101-min-1-scaled.jpeg'),
(721, 1809, '_wp_attached_file', '2016/11/pexels-photo-90548-min-1-scaled.jpeg'),
(722, 1808, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:59:\"2016/11/magic-cube-cube-puzzle-play-54101-min-1-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:59:\"magic-cube-cube-puzzle-play-54101-min-1-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:59:\"magic-cube-cube-puzzle-play-54101-min-1-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:59:\"magic-cube-cube-puzzle-play-54101-min-1-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"magic-cube-cube-puzzle-play-54101-min-1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"magic-cube-cube-puzzle-play-54101-min-1-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"magic-cube-cube-puzzle-play-54101-min-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"magic-cube-cube-puzzle-play-54101-min-1-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"magic-cube-cube-puzzle-play-54101-min-1-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:54:\"magic-cube-cube-puzzle-play-54101-min-1-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"magic-cube-cube-puzzle-play-54101-min-1-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:52:\"magic-cube-cube-puzzle-play-54101-min-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:52:\"magic-cube-cube-puzzle-play-54101-min-1-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:52:\"magic-cube-cube-puzzle-play-54101-min-1-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:52:\"magic-cube-cube-puzzle-play-54101-min-1-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:59:\"magic-cube-cube-puzzle-play-54101-min-1-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:59:\"magic-cube-cube-puzzle-play-54101-min-1-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:59:\"magic-cube-cube-puzzle-play-54101-min-1-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(723, 1809, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1437;s:4:\"file\";s:44:\"2016/11/pexels-photo-90548-min-1-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"pexels-photo-90548-min-1-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"pexels-photo-90548-min-1-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"pexels-photo-90548-min-1-scaled-600x337.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"pexels-photo-90548-min-1-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"pexels-photo-90548-min-1-1024x575.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pexels-photo-90548-min-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"pexels-photo-90548-min-1-768x431.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"pexels-photo-90548-min-1-1536x862.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:862;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"pexels-photo-90548-min-1-2048x1150.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"pexels-photo-90548-min-1-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:37:\"pexels-photo-90548-min-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:37:\"pexels-photo-90548-min-1-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"pexels-photo-90548-min-1-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:37:\"pexels-photo-90548-min-1-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:44:\"pexels-photo-90548-min-1-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"pexels-photo-90548-min-1-scaled-600x337.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"pexels-photo-90548-min-1-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(724, 1807, '_wxr_import_parent', '1803'),
(725, 1807, '_wxr_import_user_slug', 'admin'),
(726, 1810, '_wp_attached_file', '2016/11/pexels-photo-min-scaled.jpg'),
(727, 1810, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1704;s:4:\"file\";s:35:\"2016/11/pexels-photo-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"pexels-photo-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"pexels-photo-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"pexels-photo-min-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"pexels-photo-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"pexels-photo-min-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"pexels-photo-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"pexels-photo-min-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"pexels-photo-min-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"pexels-photo-min-2048x1364.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"pexels-photo-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:28:\"pexels-photo-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:28:\"pexels-photo-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:28:\"pexels-photo-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:28:\"pexels-photo-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"pexels-photo-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"pexels-photo-min-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"pexels-photo-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(730, 1809, '_wxr_import_parent', '1803'),
(731, 1809, '_wxr_import_user_slug', 'admin'),
(732, 1811, '_wp_attached_file', '2016/11/teddy-1435804_1920-min.jpg'),
(733, 1811, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1346;s:4:\"file\";s:34:\"2016/11/teddy-1435804_1920-min.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"teddy-1435804_1920-min-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1536x1077.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1077;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"teddy-1435804_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(734, 1810, '_wxr_import_parent', '1807'),
(735, 1810, '_wxr_import_user_slug', 'admin'),
(738, 1812, '_wp_attached_file', '2016/11/teddy-1435804_1920-min-1.jpg'),
(739, 1812, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1346;s:4:\"file\";s:36:\"2016/11/teddy-1435804_1920-min-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"teddy-1435804_1920-min-1-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"teddy-1435804_1920-min-1-1536x1077.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1077;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-600x421.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"teddy-1435804_1920-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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, 1813, '_wp_attached_file', '2016/11/teddy-1444649_1920-min.jpg'),
(741, 1813, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:34:\"2016/11/teddy-1444649_1920-min.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"teddy-1444649_1920-min-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"teddy-1444649_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(742, 1812, '_wxr_import_parent', '1807'),
(743, 1812, '_wxr_import_user_slug', 'admin'),
(746, 1814, '_wp_attached_file', '2016/11/teddy-1444649_1920-min-1.jpg'),
(747, 1814, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:36:\"2016/11/teddy-1444649_1920-min-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"teddy-1444649_1920-min-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"teddy-1444649_1920-min-1-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"teddy-1444649_1920-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(748, 1815, '_wp_attached_file', '2016/11/learn-1468406_1920-min.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(749, 1815, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:855;s:4:\"file\";s:34:\"2016/11/learn-1468406_1920-min.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"learn-1468406_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-600x267.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"learn-1468406_1920-min-1024x456.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-768x342.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"learn-1468406_1920-min-1536x684.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"learn-1468406_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-600x267.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"learn-1468406_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(750, 1814, '_wxr_import_parent', '1807'),
(751, 1814, '_wxr_import_user_slug', 'admin'),
(754, 1816, '_wp_attached_file', '2016/11/learn-1468406_1920-min-1.jpg'),
(755, 1816, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:855;s:4:\"file\";s:36:\"2016/11/learn-1468406_1920-min-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-600x267.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"learn-1468406_1920-min-1-1024x456.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-768x342.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"learn-1468406_1920-min-1-1536x684.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-600x267.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"learn-1468406_1920-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(756, 1832, '_wp_attached_file', '2016/11/slider-01.jpg'),
(757, 1832, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:781;s:4:\"file\";s:21:\"2016/11/slider-01.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"slider-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"slider-01-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slider-01-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-01-1024x417.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slider-01-768x312.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"slider-01-1536x625.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-01-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:21:\"slider-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:21:\"slider-01-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:21:\"slider-01-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:21:\"slider-01-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"slider-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"slider-01-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(758, 1816, '_wxr_import_parent', '1774'),
(759, 1816, '_wxr_import_user_slug', 'admin'),
(762, 1833, '_wp_attached_file', '2016/11/slider-01-1.jpg'),
(763, 1833, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:781;s:4:\"file\";s:23:\"2016/11/slider-01-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"slider-01-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"slider-01-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"slider-01-1-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"slider-01-1-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"slider-01-1-1024x417.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"slider-01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"slider-01-1-768x312.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"slider-01-1-1536x625.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"slider-01-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:23:\"slider-01-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:23:\"slider-01-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:23:\"slider-01-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:23:\"slider-01-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"slider-01-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"slider-01-1-600x244.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"slider-01-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(764, 1833, '_wxr_import_parent', '1831'),
(765, 1833, '_wxr_import_user_slug', 'admin'),
(766, 1835, '_wp_attached_file', '2016/11/photo-1474899351970-ee05f7dd1334-min-scaled.jpg'),
(767, 1835, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:55:\"2016/11/photo-1474899351970-ee05f7dd1334-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"photo-1474899351970-ee05f7dd1334-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1474899351970-ee05f7dd1334-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"photo-1474899351970-ee05f7dd1334-min-scaled-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"photo-1474899351970-ee05f7dd1334-min-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"photo-1474899351970-ee05f7dd1334-min-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1474899351970-ee05f7dd1334-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"photo-1474899351970-ee05f7dd1334-min-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"photo-1474899351970-ee05f7dd1334-min-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"photo-1474899351970-ee05f7dd1334-min-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1474899351970-ee05f7dd1334-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:48:\"photo-1474899351970-ee05f7dd1334-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:48:\"photo-1474899351970-ee05f7dd1334-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:48:\"photo-1474899351970-ee05f7dd1334-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:48:\"photo-1474899351970-ee05f7dd1334-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"photo-1474899351970-ee05f7dd1334-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"photo-1474899351970-ee05f7dd1334-min-scaled-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1474899351970-ee05f7dd1334-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(768, 1835, '_wxr_import_parent', '1834'),
(769, 1835, '_wxr_import_user_slug', 'admin'),
(770, 1837, '_wp_attached_file', '2016/11/people-1439791_1920-min.jpg'),
(771, 1837, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1285;s:4:\"file\";s:35:\"2016/11/people-1439791_1920-min.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"people-1439791_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"people-1439791_1920-min-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"people-1439791_1920-min-1536x1028.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1028;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"people-1439791_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"people-1439791_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(772, 1837, '_wxr_import_parent', '1836'),
(773, 1837, '_wxr_import_user_slug', 'admin'),
(774, 1838, '_wp_attached_file', '2016/11/people-1439790_1920-min.jpg'),
(775, 1838, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1285;s:4:\"file\";s:35:\"2016/11/people-1439790_1920-min.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"people-1439790_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"people-1439790_1920-min-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"people-1439790_1920-min-1536x1028.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1028;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"people-1439790_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"people-1439790_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(776, 1838, '_wxr_import_parent', '1836'),
(777, 1838, '_wxr_import_user_slug', 'admin'),
(778, 1839, '_wp_attached_file', '2016/11/water-fight-442257_1920-min.jpg'),
(779, 1839, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1619;s:4:\"file\";s:39:\"2016/11/water-fight-442257_1920-min.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-600x506.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"water-fight-442257_1920-min-1024x863.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-768x648.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"water-fight-442257_1920-min-1536x1295.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-600x506.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"water-fight-442257_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(780, 1839, '_wxr_import_parent', '1836'),
(781, 1839, '_wxr_import_user_slug', 'admin'),
(782, 1840, '_wp_attached_file', '2016/11/amusement-park-237200_1920-min.jpg'),
(783, 1840, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:42:\"2016/11/amusement-park-237200_1920-min.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"amusement-park-237200_1920-min-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"amusement-park-237200_1920-min-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"amusement-park-237200_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(784, 1840, '_wxr_import_parent', '1836'),
(785, 1840, '_wxr_import_user_slug', 'admin'),
(786, 1843, '_wp_attached_file', '2016/11/pexels-photo-128906-min-scaled.jpeg'),
(787, 1843, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1701;s:4:\"file\";s:43:\"2016/11/pexels-photo-128906-min-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"pexels-photo-128906-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-photo-128906-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"pexels-photo-128906-min-scaled-600x399.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128906-min-300x199.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"pexels-photo-128906-min-1024x680.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128906-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128906-min-768x510.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"pexels-photo-128906-min-1536x1021.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"pexels-photo-128906-min-2048x1361.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128906-min-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128906-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128906-min-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128906-min-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"pexels-photo-128906-min-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"pexels-photo-128906-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"pexels-photo-128906-min-scaled-600x399.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-photo-128906-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(788, 1844, '_wp_attached_file', '2016/11/pexels-photo-4-min-scaled.jpg'),
(789, 1845, '_wp_attached_file', '2016/11/pexels-photo-4-min-1-scaled.jpg'),
(790, 1844, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:37:\"2016/11/pexels-photo-4-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"pexels-photo-4-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"pexels-photo-4-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"pexels-photo-4-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"pexels-photo-4-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"pexels-photo-4-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pexels-photo-4-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"pexels-photo-4-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"pexels-photo-4-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"pexels-photo-4-min-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"pexels-photo-4-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:30:\"pexels-photo-4-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:30:\"pexels-photo-4-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:30:\"pexels-photo-4-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:30:\"pexels-photo-4-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"pexels-photo-4-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"pexels-photo-4-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"pexels-photo-4-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(791, 1845, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:39:\"2016/11/pexels-photo-4-min-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"pexels-photo-4-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-photo-4-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"pexels-photo-4-min-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"pexels-photo-4-min-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-4-min-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-4-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"pexels-photo-4-min-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"pexels-photo-4-min-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"pexels-photo-4-min-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-4-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:32:\"pexels-photo-4-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:32:\"pexels-photo-4-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:32:\"pexels-photo-4-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:32:\"pexels-photo-4-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"pexels-photo-4-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"pexels-photo-4-min-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-photo-4-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(792, 1843, '_wxr_import_parent', '1842'),
(793, 1843, '_wxr_import_user_slug', 'admin'),
(794, 1844, '_wxr_import_parent', '1836'),
(795, 1844, '_wxr_import_user_slug', 'admin'),
(796, 1845, '_wxr_import_parent', '1836'),
(797, 1845, '_wxr_import_user_slug', 'admin'),
(798, 1846, '_wp_attached_file', '2016/11/photo-1444210971048-6130cf0c46cf-min-scaled.jpg'),
(799, 1847, '_wp_attached_file', '2016/11/photo-1444210971048-6130cf0c46cf-min-1-scaled.jpg'),
(800, 1846, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1702;s:4:\"file\";s:55:\"2016/11/photo-1444210971048-6130cf0c46cf-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"photo-1444210971048-6130cf0c46cf-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1444210971048-6130cf0c46cf-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"photo-1444210971048-6130cf0c46cf-min-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"photo-1444210971048-6130cf0c46cf-min-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"photo-1444210971048-6130cf0c46cf-min-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1444210971048-6130cf0c46cf-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"photo-1444210971048-6130cf0c46cf-min-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"photo-1444210971048-6130cf0c46cf-min-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"photo-1444210971048-6130cf0c46cf-min-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1444210971048-6130cf0c46cf-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:48:\"photo-1444210971048-6130cf0c46cf-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:48:\"photo-1444210971048-6130cf0c46cf-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:48:\"photo-1444210971048-6130cf0c46cf-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:48:\"photo-1444210971048-6130cf0c46cf-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"photo-1444210971048-6130cf0c46cf-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"photo-1444210971048-6130cf0c46cf-min-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1444210971048-6130cf0c46cf-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(801, 1847, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1702;s:4:\"file\";s:57:\"2016/11/photo-1444210971048-6130cf0c46cf-min-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"photo-1444210971048-6130cf0c46cf-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1444210971048-6130cf0c46cf-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"photo-1444210971048-6130cf0c46cf-min-1-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"photo-1444210971048-6130cf0c46cf-min-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"photo-1444210971048-6130cf0c46cf-min-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1444210971048-6130cf0c46cf-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"photo-1444210971048-6130cf0c46cf-min-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"photo-1444210971048-6130cf0c46cf-min-1-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:52:\"photo-1444210971048-6130cf0c46cf-min-1-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1444210971048-6130cf0c46cf-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:50:\"photo-1444210971048-6130cf0c46cf-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:50:\"photo-1444210971048-6130cf0c46cf-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:50:\"photo-1444210971048-6130cf0c46cf-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:50:\"photo-1444210971048-6130cf0c46cf-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"photo-1444210971048-6130cf0c46cf-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"photo-1444210971048-6130cf0c46cf-min-1-scaled-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1444210971048-6130cf0c46cf-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(802, 1846, '_wxr_import_parent', '1845'),
(803, 1846, '_wxr_import_user_slug', 'admin'),
(804, 1847, '_wxr_import_parent', '1845'),
(805, 1847, '_wxr_import_user_slug', 'admin'),
(806, 1848, '_wp_attached_file', '2016/11/photo-1472586662442-3eec04b9dbda-min-scaled.jpg'),
(807, 1849, '_wp_attached_file', '2016/11/photo-1472586662442-3eec04b9dbda-min-1-scaled.jpg'),
(808, 1848, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1700;s:4:\"file\";s:55:\"2016/11/photo-1472586662442-3eec04b9dbda-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"photo-1472586662442-3eec04b9dbda-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1472586662442-3eec04b9dbda-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"photo-1472586662442-3eec04b9dbda-min-scaled-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"photo-1472586662442-3eec04b9dbda-min-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"photo-1472586662442-3eec04b9dbda-min-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1472586662442-3eec04b9dbda-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"photo-1472586662442-3eec04b9dbda-min-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"photo-1472586662442-3eec04b9dbda-min-1536x1020.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1020;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"photo-1472586662442-3eec04b9dbda-min-2048x1360.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1472586662442-3eec04b9dbda-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:48:\"photo-1472586662442-3eec04b9dbda-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:48:\"photo-1472586662442-3eec04b9dbda-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:48:\"photo-1472586662442-3eec04b9dbda-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:48:\"photo-1472586662442-3eec04b9dbda-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"photo-1472586662442-3eec04b9dbda-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"photo-1472586662442-3eec04b9dbda-min-scaled-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1472586662442-3eec04b9dbda-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(809, 1849, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1700;s:4:\"file\";s:57:\"2016/11/photo-1472586662442-3eec04b9dbda-min-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"photo-1472586662442-3eec04b9dbda-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1472586662442-3eec04b9dbda-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"photo-1472586662442-3eec04b9dbda-min-1-scaled-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"photo-1472586662442-3eec04b9dbda-min-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"photo-1472586662442-3eec04b9dbda-min-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1472586662442-3eec04b9dbda-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"photo-1472586662442-3eec04b9dbda-min-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"photo-1472586662442-3eec04b9dbda-min-1-1536x1020.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1020;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:52:\"photo-1472586662442-3eec04b9dbda-min-1-2048x1360.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1472586662442-3eec04b9dbda-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:50:\"photo-1472586662442-3eec04b9dbda-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:50:\"photo-1472586662442-3eec04b9dbda-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:50:\"photo-1472586662442-3eec04b9dbda-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:50:\"photo-1472586662442-3eec04b9dbda-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"photo-1472586662442-3eec04b9dbda-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"photo-1472586662442-3eec04b9dbda-min-1-scaled-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1472586662442-3eec04b9dbda-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(810, 1850, '_wp_attached_file', '2016/11/beach-1573473_1920-min.jpg'),
(811, 1850, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:34:\"2016/11/beach-1573473_1920-min.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"beach-1573473_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"beach-1573473_1920-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"beach-1573473_1920-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"beach-1573473_1920-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(812, 1850, '_wxr_import_parent', '1845'),
(813, 1850, '_wxr_import_user_slug', 'admin'),
(814, 1848, '_wxr_import_parent', '1845'),
(815, 1848, '_wxr_import_user_slug', 'admin'),
(816, 1849, '_wxr_import_parent', '1845'),
(817, 1849, '_wxr_import_user_slug', 'admin'),
(818, 1851, '_wp_attached_file', '2016/11/beach-sea-holiday-child-160655-min-scaled.jpeg'),
(819, 1852, '_wp_attached_file', '2016/11/beach-1573473_1920-min-1.jpg'),
(820, 1852, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2016/11/beach-1573473_1920-min-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"beach-1573473_1920-min-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"beach-1573473_1920-min-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(821, 1853, '_wp_attached_file', '2016/11/beach-1573473_1920-min-2.jpg'),
(822, 1853, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:36:\"2016/11/beach-1573473_1920-min-2.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"beach-1573473_1920-min-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"beach-1573473_1920-min-2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"beach-1573473_1920-min-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(823, 1851, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:54:\"2016/11/beach-sea-holiday-child-160655-min-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:54:\"beach-sea-holiday-child-160655-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:54:\"beach-sea-holiday-child-160655-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:54:\"beach-sea-holiday-child-160655-min-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"beach-sea-holiday-child-160655-min-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"beach-sea-holiday-child-160655-min-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"beach-sea-holiday-child-160655-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"beach-sea-holiday-child-160655-min-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"beach-sea-holiday-child-160655-min-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:49:\"beach-sea-holiday-child-160655-min-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"beach-sea-holiday-child-160655-min-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:47:\"beach-sea-holiday-child-160655-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:47:\"beach-sea-holiday-child-160655-min-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:47:\"beach-sea-holiday-child-160655-min-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:47:\"beach-sea-holiday-child-160655-min-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:54:\"beach-sea-holiday-child-160655-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:54:\"beach-sea-holiday-child-160655-min-scaled-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"beach-sea-holiday-child-160655-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(824, 1854, '_wp_attached_file', '2016/11/pexels-photo-198993-min-scaled.jpeg'),
(825, 1852, '_wxr_import_parent', '1845'),
(826, 1852, '_wxr_import_user_slug', 'admin'),
(827, 1853, '_wxr_import_parent', '1845'),
(828, 1853, '_wxr_import_user_slug', 'admin'),
(829, 1854, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1703;s:4:\"file\";s:43:\"2016/11/pexels-photo-198993-min-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"pexels-photo-198993-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-photo-198993-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"pexels-photo-198993-min-scaled-600x399.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"pexels-photo-198993-min-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"pexels-photo-198993-min-1024x681.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"pexels-photo-198993-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"pexels-photo-198993-min-768x511.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"pexels-photo-198993-min-1536x1022.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"pexels-photo-198993-min-2048x1363.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"pexels-photo-198993-min-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:36:\"pexels-photo-198993-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:36:\"pexels-photo-198993-min-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:36:\"pexels-photo-198993-min-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:36:\"pexels-photo-198993-min-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"pexels-photo-198993-min-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"pexels-photo-198993-min-scaled-600x399.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"pexels-photo-198993-min-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(830, 1855, '_wp_attached_file', '2016/11/photo-1468818438311-4bab781ab9b8-min-scaled.jpg'),
(831, 1855, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:55:\"2016/11/photo-1468818438311-4bab781ab9b8-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"photo-1468818438311-4bab781ab9b8-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1468818438311-4bab781ab9b8-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"photo-1468818438311-4bab781ab9b8-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"photo-1468818438311-4bab781ab9b8-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"photo-1468818438311-4bab781ab9b8-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1468818438311-4bab781ab9b8-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"photo-1468818438311-4bab781ab9b8-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"photo-1468818438311-4bab781ab9b8-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"photo-1468818438311-4bab781ab9b8-min-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1468818438311-4bab781ab9b8-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:48:\"photo-1468818438311-4bab781ab9b8-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:48:\"photo-1468818438311-4bab781ab9b8-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:48:\"photo-1468818438311-4bab781ab9b8-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:48:\"photo-1468818438311-4bab781ab9b8-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"photo-1468818438311-4bab781ab9b8-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"photo-1468818438311-4bab781ab9b8-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1468818438311-4bab781ab9b8-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(832, 1855, '_wxr_import_parent', '1852'),
(833, 1855, '_wxr_import_user_slug', 'admin'),
(834, 1854, '_wxr_import_parent', '1850'),
(835, 1854, '_wxr_import_user_slug', 'admin'),
(836, 1856, '_wp_attached_file', '2016/11/photo-1464198016405-33fd4527b89d-min-scaled.jpg'),
(837, 1857, '_wp_attached_file', '2016/11/photo-1468818438311-4bab781ab9b8-min-1-scaled.jpg'),
(838, 1851, '_wxr_import_parent', '1845'),
(839, 1851, '_wxr_import_user_slug', 'admin'),
(840, 1857, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:57:\"2016/11/photo-1468818438311-4bab781ab9b8-min-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"photo-1468818438311-4bab781ab9b8-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1468818438311-4bab781ab9b8-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"photo-1468818438311-4bab781ab9b8-min-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"photo-1468818438311-4bab781ab9b8-min-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"photo-1468818438311-4bab781ab9b8-min-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1468818438311-4bab781ab9b8-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"photo-1468818438311-4bab781ab9b8-min-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"photo-1468818438311-4bab781ab9b8-min-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:52:\"photo-1468818438311-4bab781ab9b8-min-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1468818438311-4bab781ab9b8-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:50:\"photo-1468818438311-4bab781ab9b8-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:50:\"photo-1468818438311-4bab781ab9b8-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:50:\"photo-1468818438311-4bab781ab9b8-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:50:\"photo-1468818438311-4bab781ab9b8-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"photo-1468818438311-4bab781ab9b8-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"photo-1468818438311-4bab781ab9b8-min-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1468818438311-4bab781ab9b8-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(841, 1856, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1851;s:4:\"file\";s:55:\"2016/11/photo-1464198016405-33fd4527b89d-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"photo-1464198016405-33fd4527b89d-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1464198016405-33fd4527b89d-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"photo-1464198016405-33fd4527b89d-min-scaled-600x434.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"photo-1464198016405-33fd4527b89d-min-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"photo-1464198016405-33fd4527b89d-min-1024x741.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1464198016405-33fd4527b89d-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"photo-1464198016405-33fd4527b89d-min-768x555.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"photo-1464198016405-33fd4527b89d-min-1536x1111.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"photo-1464198016405-33fd4527b89d-min-2048x1481.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1464198016405-33fd4527b89d-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:48:\"photo-1464198016405-33fd4527b89d-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:48:\"photo-1464198016405-33fd4527b89d-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:48:\"photo-1464198016405-33fd4527b89d-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:48:\"photo-1464198016405-33fd4527b89d-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"photo-1464198016405-33fd4527b89d-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"photo-1464198016405-33fd4527b89d-min-scaled-600x434.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1464198016405-33fd4527b89d-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(842, 1858, '_wp_attached_file', '2016/11/pexels-photo-198993-min-1-scaled.jpeg'),
(843, 1858, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1703;s:4:\"file\";s:45:\"2016/11/pexels-photo-198993-min-1-scaled.jpeg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"pexels-photo-198993-min-1-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"pexels-photo-198993-min-1-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"pexels-photo-198993-min-1-scaled-600x399.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"pexels-photo-198993-min-1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"pexels-photo-198993-min-1-1024x681.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"pexels-photo-198993-min-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"pexels-photo-198993-min-1-768x511.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"pexels-photo-198993-min-1-1536x1022.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:40:\"pexels-photo-198993-min-1-2048x1363.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"pexels-photo-198993-min-1-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:38:\"pexels-photo-198993-min-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:38:\"pexels-photo-198993-min-1-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:38:\"pexels-photo-198993-min-1-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:38:\"pexels-photo-198993-min-1-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:45:\"pexels-photo-198993-min-1-scaled-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"pexels-photo-198993-min-1-scaled-600x399.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"pexels-photo-198993-min-1-scaled-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(844, 1857, '_wxr_import_parent', '1852'),
(845, 1857, '_wxr_import_user_slug', 'admin'),
(846, 1859, '_wp_attached_file', '2016/11/photo-1464198016405-33fd4527b89d-min-1-scaled.jpg'),
(847, 1859, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1851;s:4:\"file\";s:57:\"2016/11/photo-1464198016405-33fd4527b89d-min-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"photo-1464198016405-33fd4527b89d-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1464198016405-33fd4527b89d-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"photo-1464198016405-33fd4527b89d-min-1-scaled-600x434.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"photo-1464198016405-33fd4527b89d-min-1-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"photo-1464198016405-33fd4527b89d-min-1-1024x741.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1464198016405-33fd4527b89d-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"photo-1464198016405-33fd4527b89d-min-1-768x555.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"photo-1464198016405-33fd4527b89d-min-1-1536x1111.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:52:\"photo-1464198016405-33fd4527b89d-min-1-2048x1481.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1464198016405-33fd4527b89d-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:50:\"photo-1464198016405-33fd4527b89d-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:50:\"photo-1464198016405-33fd4527b89d-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:50:\"photo-1464198016405-33fd4527b89d-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:50:\"photo-1464198016405-33fd4527b89d-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"photo-1464198016405-33fd4527b89d-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"photo-1464198016405-33fd4527b89d-min-1-scaled-600x434.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1464198016405-33fd4527b89d-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(848, 1856, '_wxr_import_parent', '1852'),
(849, 1856, '_wxr_import_user_slug', 'admin'),
(850, 1858, '_wxr_import_parent', '1850'),
(851, 1858, '_wxr_import_user_slug', 'admin'),
(852, 1860, '_wp_attached_file', '2016/11/photo-1445282650865-52d8ea4e110b-min-scaled.jpg'),
(853, 1860, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1541;s:4:\"file\";s:55:\"2016/11/photo-1445282650865-52d8ea4e110b-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"photo-1445282650865-52d8ea4e110b-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1445282650865-52d8ea4e110b-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"photo-1445282650865-52d8ea4e110b-min-scaled-600x361.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"photo-1445282650865-52d8ea4e110b-min-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"photo-1445282650865-52d8ea4e110b-min-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1445282650865-52d8ea4e110b-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"photo-1445282650865-52d8ea4e110b-min-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"photo-1445282650865-52d8ea4e110b-min-1536x925.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:925;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"photo-1445282650865-52d8ea4e110b-min-2048x1233.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1445282650865-52d8ea4e110b-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:48:\"photo-1445282650865-52d8ea4e110b-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:48:\"photo-1445282650865-52d8ea4e110b-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:48:\"photo-1445282650865-52d8ea4e110b-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:48:\"photo-1445282650865-52d8ea4e110b-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"photo-1445282650865-52d8ea4e110b-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"photo-1445282650865-52d8ea4e110b-min-scaled-600x361.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1445282650865-52d8ea4e110b-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(854, 1861, '_wp_attached_file', '2016/11/photo-1465188162913-8fb5709d6d57-min-scaled.jpg'),
(855, 1859, '_wxr_import_parent', '1852'),
(856, 1859, '_wxr_import_user_slug', 'admin'),
(857, 1862, '_wp_attached_file', '2016/11/photo-1465188162913-8fb5709d6d57-min-1-scaled.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(858, 1861, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:55:\"2016/11/photo-1465188162913-8fb5709d6d57-min-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:55:\"photo-1465188162913-8fb5709d6d57-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1465188162913-8fb5709d6d57-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:55:\"photo-1465188162913-8fb5709d6d57-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"photo-1465188162913-8fb5709d6d57-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"photo-1465188162913-8fb5709d6d57-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1465188162913-8fb5709d6d57-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"photo-1465188162913-8fb5709d6d57-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"photo-1465188162913-8fb5709d6d57-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:50:\"photo-1465188162913-8fb5709d6d57-min-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"photo-1465188162913-8fb5709d6d57-min-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:48:\"photo-1465188162913-8fb5709d6d57-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:48:\"photo-1465188162913-8fb5709d6d57-min-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:48:\"photo-1465188162913-8fb5709d6d57-min-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:48:\"photo-1465188162913-8fb5709d6d57-min-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:55:\"photo-1465188162913-8fb5709d6d57-min-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"photo-1465188162913-8fb5709d6d57-min-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"photo-1465188162913-8fb5709d6d57-min-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(859, 1862, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:57:\"2016/11/photo-1465188162913-8fb5709d6d57-min-1-scaled.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"photo-1465188162913-8fb5709d6d57-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1465188162913-8fb5709d6d57-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:57:\"photo-1465188162913-8fb5709d6d57-min-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"photo-1465188162913-8fb5709d6d57-min-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"photo-1465188162913-8fb5709d6d57-min-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1465188162913-8fb5709d6d57-min-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"photo-1465188162913-8fb5709d6d57-min-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"photo-1465188162913-8fb5709d6d57-min-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:52:\"photo-1465188162913-8fb5709d6d57-min-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"photo-1465188162913-8fb5709d6d57-min-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:50:\"photo-1465188162913-8fb5709d6d57-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:50:\"photo-1465188162913-8fb5709d6d57-min-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:50:\"photo-1465188162913-8fb5709d6d57-min-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:50:\"photo-1465188162913-8fb5709d6d57-min-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"photo-1465188162913-8fb5709d6d57-min-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"photo-1465188162913-8fb5709d6d57-min-1-scaled-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"photo-1465188162913-8fb5709d6d57-min-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(860, 1860, '_wxr_import_parent', '1852'),
(861, 1860, '_wxr_import_user_slug', 'admin'),
(862, 1861, '_wxr_import_parent', '1852'),
(863, 1861, '_wxr_import_user_slug', 'admin'),
(864, 1889, '_wp_attached_file', '2016/11/logo.png'),
(865, 1889, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:191;s:6:\"height\";i:58;s:4:\"file\";s:16:\"2016/11/logo.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x58.png\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:15:\"logo-175x58.png\";s:5:\"width\";i:175;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;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:{}}}'),
(866, 1889, '_wxr_import_user_slug', 'admin'),
(867, 1862, '_wxr_import_parent', '1852'),
(868, 1862, '_wxr_import_user_slug', 'admin'),
(869, 1890, '_wp_attached_file', '2016/11/cropped-logo.png'),
(870, 1890, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2016/11/cropped-logo.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-logo-320x216.png\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"cropped-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"cropped-logo-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"cropped-logo-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"cropped-logo-350x265.png\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"cropped-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"cropped-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(871, 1891, '_wp_attached_file', '2016/11/logo-1.png'),
(872, 1891, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:191;s:6:\"height\";i:58;s:4:\"file\";s:18:\"2016/11/logo-1.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-1-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-1-150x58.png\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:17:\"logo-1-175x58.png\";s:5:\"width\";i:175;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-1-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;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:{}}}'),
(873, 1891, '_wxr_import_user_slug', 'admin'),
(874, 1890, '_wp_attachment_context', 'site-icon'),
(875, 1890, '_oembed_35a181226959758027c988c1e51b07a6', '{{unknown}}'),
(876, 1890, '_wxr_import_user_slug', 'admin'),
(877, 1892, '_wp_attached_file', '2016/11/cropped-logo-1.png'),
(878, 1892, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:26:\"2016/11/cropped-logo-1.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-320x216.png\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-175x230.png\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-350x265.png\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"cropped-logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-logo-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(879, 1892, '_wp_attachment_context', 'site-icon'),
(880, 1892, '_oembed_35a181226959758027c988c1e51b07a6', '{{unknown}}'),
(881, 1892, '_wxr_import_user_slug', 'admin'),
(882, 1905, '_wp_attached_file', '2016/11/gallery-01.jpg'),
(883, 1905, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2016/11/gallery-01.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"gallery-01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gallery-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gallery-01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-01-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"gallery-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"gallery-01-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"gallery-01-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"gallery-01-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"gallery-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"gallery-01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(886, 1906, '_wp_attached_file', '2016/11/gallery-01-1.jpg'),
(887, 1906, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2016/11/gallery-01-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"gallery-01-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"gallery-01-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-01-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(888, 1907, '_wp_attached_file', '2016/11/gallery-02.jpg'),
(889, 1907, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2016/11/gallery-02.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"gallery-02-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gallery-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gallery-02-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-02-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"gallery-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"gallery-02-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"gallery-02-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"gallery-02-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"gallery-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"gallery-02-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(894, 1908, '_wp_attached_file', '2016/11/gallery-02-1.jpg'),
(895, 1908, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2016/11/gallery-02-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"gallery-02-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"gallery-02-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-02-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(898, 1909, '_wp_attached_file', '2016/11/gallery-03-1.jpg'),
(899, 1909, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2016/11/gallery-03-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"gallery-03-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"gallery-03-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-03-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(902, 1910, '_menu_item_type', 'custom'),
(903, 1910, '_menu_item_menu_item_parent', '0'),
(904, 1910, '_menu_item_object_id', '1910'),
(905, 1910, '_menu_item_object', 'custom'),
(906, 1910, '_menu_item_target', ''),
(907, 1910, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(908, 1910, '_menu_item_xfn', ''),
(909, 1910, '_menu_item_url', '#'),
(910, 1910, '_wxr_import_user_slug', 'admin'),
(911, 1911, '_menu_item_type', 'custom'),
(912, 1911, '_menu_item_menu_item_parent', '0'),
(913, 1911, '_menu_item_object_id', '1911'),
(914, 1911, '_menu_item_object', 'custom'),
(915, 1911, '_menu_item_target', ''),
(916, 1911, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(917, 1911, '_menu_item_xfn', ''),
(918, 1911, '_menu_item_url', '#'),
(919, 1911, '_wxr_import_user_slug', 'admin'),
(929, 1051, '_menu_item_type', 'custom'),
(930, 1051, '_menu_item_menu_item_parent', '0'),
(931, 1051, '_menu_item_object_id', '1051'),
(932, 1051, '_menu_item_object', 'custom'),
(933, 1051, '_menu_item_target', ''),
(934, 1051, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(935, 1051, '_menu_item_xfn', ''),
(936, 1051, '_menu_item_url', '#'),
(937, 1051, '_wxr_import_user_slug', 'admin'),
(938, 1052, '_menu_item_type', 'custom'),
(939, 1052, '_menu_item_menu_item_parent', '1051'),
(940, 1052, '_menu_item_object_id', '1052'),
(941, 1052, '_menu_item_object', 'custom'),
(942, 1052, '_menu_item_target', ''),
(943, 1052, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(944, 1052, '_menu_item_xfn', ''),
(945, 1052, '_menu_item_url', '#'),
(946, 1052, '_wxr_import_user_slug', 'admin'),
(947, 1053, '_menu_item_type', 'custom'),
(948, 1053, '_menu_item_menu_item_parent', '1052'),
(949, 1053, '_menu_item_object_id', '1053'),
(950, 1053, '_menu_item_object', 'custom'),
(951, 1053, '_menu_item_target', ''),
(952, 1053, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(953, 1053, '_menu_item_xfn', ''),
(954, 1053, '_menu_item_url', '#'),
(955, 1053, '_wxr_import_user_slug', 'admin'),
(956, 1054, '_menu_item_type', 'custom'),
(957, 1054, '_menu_item_menu_item_parent', '1053'),
(958, 1054, '_menu_item_object_id', '1054'),
(959, 1054, '_menu_item_object', 'custom'),
(960, 1054, '_menu_item_target', ''),
(961, 1054, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(962, 1054, '_menu_item_xfn', ''),
(963, 1054, '_menu_item_url', '#'),
(964, 1054, '_wxr_import_user_slug', 'admin'),
(965, 1055, '_menu_item_type', 'custom'),
(966, 1055, '_menu_item_menu_item_parent', '1054'),
(967, 1055, '_menu_item_object_id', '1055'),
(968, 1055, '_menu_item_object', 'custom'),
(969, 1055, '_menu_item_target', ''),
(970, 1055, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(971, 1055, '_menu_item_xfn', ''),
(972, 1055, '_menu_item_url', '#'),
(973, 1055, '_wxr_import_user_slug', 'admin'),
(974, 1912, '_wp_attached_file', '2016/11/gallery-03-1-1.jpg'),
(975, 1912, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2016/11/gallery-03-1-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"gallery-03-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"gallery-03-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"gallery-03-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(978, 1913, '_menu_item_type', 'custom'),
(979, 1913, '_menu_item_menu_item_parent', '0'),
(980, 1913, '_menu_item_object_id', '1913'),
(981, 1913, '_menu_item_object', 'custom'),
(982, 1913, '_menu_item_target', ''),
(983, 1913, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(984, 1913, '_menu_item_xfn', ''),
(985, 1913, '_menu_item_url', '#'),
(986, 1913, '_wxr_import_user_slug', 'admin'),
(987, 1914, '_menu_item_type', 'custom'),
(988, 1914, '_menu_item_menu_item_parent', '0'),
(989, 1914, '_menu_item_object_id', '1914'),
(990, 1914, '_menu_item_object', 'custom'),
(991, 1914, '_menu_item_target', ''),
(992, 1914, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(993, 1914, '_menu_item_xfn', ''),
(994, 1914, '_menu_item_url', '#'),
(995, 1914, '_wxr_import_user_slug', 'admin'),
(1005, 1916, '_menu_item_type', 'custom'),
(1006, 1916, '_menu_item_menu_item_parent', '0'),
(1007, 1916, '_menu_item_object_id', '1916'),
(1008, 1916, '_menu_item_object', 'custom'),
(1009, 1916, '_menu_item_target', ''),
(1010, 1916, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1011, 1916, '_menu_item_xfn', ''),
(1012, 1916, '_menu_item_url', '#'),
(1013, 1916, '_wxr_import_user_slug', 'admin'),
(1014, 1917, '_menu_item_type', 'custom'),
(1015, 1917, '_menu_item_menu_item_parent', '1051'),
(1016, 1917, '_menu_item_object_id', '1917'),
(1017, 1917, '_menu_item_object', 'custom'),
(1018, 1917, '_menu_item_target', ''),
(1019, 1917, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1020, 1917, '_menu_item_xfn', ''),
(1021, 1917, '_menu_item_url', '#'),
(1022, 1917, '_wxr_import_user_slug', 'admin'),
(1023, 1918, '_menu_item_type', 'custom'),
(1024, 1918, '_menu_item_menu_item_parent', '1052'),
(1025, 1918, '_menu_item_object_id', '1918'),
(1026, 1918, '_menu_item_object', 'custom'),
(1027, 1918, '_menu_item_target', ''),
(1028, 1918, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1029, 1918, '_menu_item_xfn', ''),
(1030, 1918, '_menu_item_url', '#'),
(1031, 1918, '_wxr_import_user_slug', 'admin'),
(1032, 1919, '_menu_item_type', 'custom'),
(1033, 1919, '_menu_item_menu_item_parent', '1053'),
(1034, 1919, '_menu_item_object_id', '1919'),
(1035, 1919, '_menu_item_object', 'custom'),
(1036, 1919, '_menu_item_target', ''),
(1037, 1919, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1038, 1919, '_menu_item_xfn', ''),
(1039, 1919, '_menu_item_url', '#'),
(1040, 1919, '_wxr_import_user_slug', 'admin'),
(1041, 1921, '_wp_attached_file', '2016/11/gallery-04.jpg'),
(1042, 1920, '_menu_item_type', 'custom'),
(1043, 1921, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2016/11/gallery-04.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-04-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"gallery-04-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gallery-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gallery-04-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-04-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"gallery-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"gallery-04-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"gallery-04-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"gallery-04-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"gallery-04-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"gallery-04-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-04-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1044, 1920, '_menu_item_menu_item_parent', '1054'),
(1045, 1920, '_menu_item_object_id', '1920'),
(1046, 1920, '_menu_item_object', 'custom'),
(1047, 1920, '_menu_item_target', ''),
(1048, 1920, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1049, 1920, '_menu_item_xfn', ''),
(1050, 1920, '_menu_item_url', '#'),
(1051, 1920, '_wxr_import_user_slug', 'admin'),
(1054, 1922, '_wp_attached_file', '2016/11/gallery-04-1.jpg'),
(1055, 1922, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2016/11/gallery-04-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"gallery-04-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"gallery-04-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-04-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1056, 1923, '_wp_attached_file', '2016/11/gallery-05.jpg'),
(1057, 1923, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2016/11/gallery-05.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"gallery-05-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gallery-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gallery-05-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-05-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"gallery-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"gallery-05-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"gallery-05-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"gallery-05-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"gallery-05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"gallery-05-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1062, 1924, '_wp_attached_file', '2016/11/gallery-05-1.jpg'),
(1063, 1924, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2016/11/gallery-05-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"gallery-05-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"gallery-05-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-05-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1066, 1925, '_wp_attached_file', '2016/11/gallery-06.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1067, 1925, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2016/11/gallery-06.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-06-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"gallery-06-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gallery-06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gallery-06-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-06-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"gallery-06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"gallery-06-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"gallery-06-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"gallery-06-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"gallery-06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"gallery-06-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-06-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1070, 1926, '_wp_attached_file', '2016/11/gallery-06-1.jpg'),
(1071, 1926, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2016/11/gallery-06-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"gallery-06-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"gallery-06-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-06-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1074, 1927, '_wp_attached_file', '2016/11/gallery-07.jpg'),
(1075, 1927, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2016/11/gallery-07.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-07-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-07-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"gallery-07-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gallery-07-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gallery-07-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-07-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"gallery-07-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"gallery-07-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"gallery-07-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"gallery-07-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"gallery-07-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"gallery-07-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-07-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1078, 1928, '_wp_attached_file', '2016/11/gallery-07-1.jpg'),
(1079, 1928, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2016/11/gallery-07-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"gallery-07-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"gallery-07-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-07-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1082, 1929, '_wp_attached_file', '2016/11/gallery-08.jpg'),
(1083, 1929, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2016/11/gallery-08.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-08-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-08-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"gallery-08-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gallery-08-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gallery-08-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-08-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"gallery-08-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"gallery-08-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"gallery-08-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"gallery-08-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"gallery-08-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"gallery-08-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-08-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1086, 1930, '_wp_attached_file', '2016/11/gallery-08-1.jpg'),
(1087, 1930, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2016/11/gallery-08-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"gallery-08-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"gallery-08-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"gallery-08-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1090, 1941, '_wp_attached_file', '2016/11/boy-366311_1280.jpg'),
(1091, 1941, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:847;s:4:\"file\";s:27:\"2016/11/boy-366311_1280.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"boy-366311_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"boy-366311_1280-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"boy-366311_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"boy-366311_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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, 1942, '_wp_attached_file', '2016/11/boy-366311_1280-1.jpg'),
(1093, 1942, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:847;s:4:\"file\";s:29:\"2016/11/boy-366311_1280-1.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"boy-366311_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"boy-366311_1280-1-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"boy-366311_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1098, 1943, '_wp_attached_file', '2016/11/boy-366311_1280-2.jpg'),
(1099, 1943, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:847;s:4:\"file\";s:29:\"2016/11/boy-366311_1280-2.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"boy-366311_1280-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"boy-366311_1280-2-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"boy-366311_1280-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"boy-366311_1280-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1102, 1944, '_wp_attached_file', '2016/11/children-50209_1280.jpg'),
(1103, 1944, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:31:\"2016/11/children-50209_1280.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"children-50209_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"children-50209_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"children-50209_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1106, 1945, '_wp_attached_file', '2016/11/children-50209_1280-1.jpg'),
(1107, 1945, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:33:\"2016/11/children-50209_1280-1.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"children-50209_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"children-50209_1280-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"children-50209_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"children-50209_1280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1110, 1946, '_wp_attached_file', '2016/11/boys-1782427_1280.jpg'),
(1111, 1946, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:845;s:4:\"file\";s:29:\"2016/11/boys-1782427_1280.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"boys-1782427_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-600x396.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"boys-1782427_1280-1024x676.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"boys-1782427_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-600x396.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"boys-1782427_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"155\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1114, 1947, '_wp_attached_file', '2016/11/boys-1782427_1280-1.jpg'),
(1115, 1947, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:845;s:4:\"file\";s:31:\"2016/11/boys-1782427_1280-1.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"boys-1782427_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-600x396.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"boys-1782427_1280-1-1024x676.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"boys-1782427_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-600x396.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"boys-1782427_1280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"155\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1118, 1948, '_wp_attached_file', '2016/11/water-fight-442257_1280.jpg'),
(1119, 1948, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1079;s:4:\"file\";s:35:\"2016/11/water-fight-442257_1280.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"water-fight-442257_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-600x506.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"water-fight-442257_1280-1024x863.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-768x647.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"water-fight-442257_1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-600x506.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"water-fight-442257_1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1120, 1948, '_wxr_import_parent', '1893'),
(1121, 1948, '_wxr_import_user_slug', 'admin'),
(1122, 1949, '_wp_attached_file', '2016/11/water-fight-442257_1280-1.jpg'),
(1123, 1949, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1079;s:4:\"file\";s:37:\"2016/11/water-fight-442257_1280-1.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-600x506.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"water-fight-442257_1280-1-1024x863.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-768x647.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-600x506.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"water-fight-442257_1280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1126, 1950, '_wp_attached_file', '2018/07/pexels-photo-207891.jpeg'),
(1127, 1950, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2018/07/pexels-photo-207891.jpeg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"pexels-photo-207891-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-207891-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"pexels-photo-207891-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"pexels-photo-207891-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1130, 1056, '_menu_item_type', 'custom'),
(1131, 1056, '_menu_item_menu_item_parent', '1055'),
(1132, 1056, '_menu_item_object_id', '1056'),
(1133, 1056, '_menu_item_object', 'custom'),
(1134, 1056, '_menu_item_target', ''),
(1135, 1056, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1136, 1056, '_menu_item_xfn', ''),
(1137, 1056, '_menu_item_url', '#'),
(1138, 1056, '_wxr_import_user_slug', 'admin'),
(1139, 1057, '_menu_item_type', 'custom'),
(1140, 1057, '_menu_item_menu_item_parent', '1056'),
(1141, 1057, '_menu_item_object_id', '1057'),
(1142, 1057, '_menu_item_object', 'custom'),
(1143, 1057, '_menu_item_target', ''),
(1144, 1057, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1145, 1057, '_menu_item_xfn', ''),
(1146, 1057, '_menu_item_url', '#'),
(1147, 1057, '_wxr_import_user_slug', 'admin'),
(1148, 1058, '_menu_item_type', 'custom'),
(1149, 1058, '_menu_item_menu_item_parent', '1057'),
(1150, 1058, '_menu_item_object_id', '1058');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1151, 1058, '_menu_item_object', 'custom'),
(1152, 1058, '_menu_item_target', ''),
(1153, 1058, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1154, 1058, '_menu_item_xfn', ''),
(1155, 1058, '_menu_item_url', '#'),
(1156, 1058, '_wxr_import_user_slug', 'admin'),
(1157, 1059, '_menu_item_type', 'custom'),
(1158, 1059, '_menu_item_menu_item_parent', '1058'),
(1159, 1059, '_menu_item_object_id', '1059'),
(1160, 1059, '_menu_item_object', 'custom'),
(1161, 1059, '_menu_item_target', ''),
(1162, 1059, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1163, 1059, '_menu_item_xfn', ''),
(1164, 1059, '_menu_item_url', '#'),
(1165, 1059, '_wxr_import_user_slug', 'admin'),
(1166, 1060, '_menu_item_type', 'custom'),
(1167, 1060, '_menu_item_menu_item_parent', '1059'),
(1168, 1060, '_menu_item_object_id', '1060'),
(1169, 1060, '_menu_item_object', 'custom'),
(1170, 1060, '_menu_item_target', ''),
(1171, 1060, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1172, 1060, '_menu_item_xfn', ''),
(1173, 1060, '_menu_item_url', '#'),
(1174, 1060, '_wxr_import_user_slug', 'admin'),
(1175, 1061, '_menu_item_type', 'custom'),
(1176, 1061, '_menu_item_menu_item_parent', '1060'),
(1177, 1061, '_menu_item_object_id', '1061'),
(1178, 1061, '_menu_item_object', 'custom'),
(1179, 1061, '_menu_item_target', ''),
(1180, 1061, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1181, 1061, '_menu_item_xfn', ''),
(1182, 1061, '_menu_item_url', '#'),
(1183, 1061, '_wxr_import_user_slug', 'admin'),
(1184, 1062, '_menu_item_type', 'custom'),
(1185, 1062, '_menu_item_menu_item_parent', '0'),
(1186, 1062, '_menu_item_object_id', '1062'),
(1187, 1062, '_menu_item_object', 'custom'),
(1188, 1951, '_wp_attached_file', '2018/07/pexels-photo-207891-1.jpeg'),
(1189, 1062, '_menu_item_target', ''),
(1190, 1951, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:34:\"2018/07/pexels-photo-207891-1.jpeg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"pexels-photo-207891-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"pexels-photo-207891-1-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"pexels-photo-207891-1-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-320x216.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-175x230.jpeg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-350x265.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"pexels-photo-207891-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"pexels-photo-207891-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(1191, 1062, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1192, 1062, '_menu_item_xfn', ''),
(1193, 1062, '_menu_item_url', '#'),
(1194, 1062, '_wxr_import_user_slug', 'admin'),
(1195, 1063, '_menu_item_type', 'custom'),
(1196, 1063, '_menu_item_menu_item_parent', '0'),
(1197, 1063, '_menu_item_object_id', '1063'),
(1198, 1063, '_menu_item_object', 'custom'),
(1199, 1063, '_menu_item_target', ''),
(1200, 1063, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1201, 1063, '_menu_item_xfn', ''),
(1202, 1063, '_menu_item_url', '#'),
(1203, 1063, '_wxr_import_user_slug', 'admin'),
(1204, 1064, '_menu_item_type', 'custom'),
(1205, 1064, '_menu_item_menu_item_parent', '1062'),
(1206, 1064, '_menu_item_object_id', '1064'),
(1207, 1064, '_menu_item_object', 'custom'),
(1208, 1064, '_menu_item_target', ''),
(1209, 1064, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1210, 1064, '_menu_item_xfn', ''),
(1211, 1064, '_menu_item_url', '#'),
(1212, 1064, '_wxr_import_user_slug', 'admin'),
(1213, 1065, '_menu_item_type', 'custom'),
(1214, 1065, '_menu_item_menu_item_parent', '1062'),
(1215, 1065, '_menu_item_object_id', '1065'),
(1216, 1065, '_menu_item_object', 'custom'),
(1217, 1065, '_menu_item_target', ''),
(1218, 1065, '_menu_item_classes', 'a:1:{i:0;s:21:\"custom-menu-css-class\";}'),
(1219, 1065, '_menu_item_xfn', ''),
(1220, 1065, '_menu_item_url', '#'),
(1221, 1065, '_wxr_import_user_slug', 'admin'),
(1222, 1066, '_menu_item_type', 'custom'),
(1223, 1066, '_menu_item_menu_item_parent', '1062'),
(1224, 1066, '_menu_item_object_id', '1066'),
(1225, 1066, '_menu_item_object', 'custom'),
(1226, 1066, '_menu_item_target', '_blank'),
(1227, 1066, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1228, 1066, '_menu_item_xfn', ''),
(1229, 1066, '_menu_item_url', 'http://apple.com'),
(1230, 1066, '_wxr_import_user_slug', 'admin'),
(1231, 1952, '_menu_item_type', 'custom'),
(1232, 1952, '_menu_item_menu_item_parent', '0'),
(1233, 1952, '_menu_item_object_id', '1952'),
(1234, 1952, '_menu_item_object', 'custom'),
(1235, 1952, '_menu_item_target', ''),
(1236, 1952, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1237, 1952, '_menu_item_xfn', ''),
(1238, 1952, '_menu_item_url', 'http://wpthemetestdata.wordpress.com/'),
(1239, 1952, '_wxr_import_user_slug', 'admin'),
(1240, 1636, '_menu_item_type', 'custom'),
(1241, 1636, '_menu_item_menu_item_parent', '0'),
(1242, 1636, '_menu_item_object_id', '1636'),
(1243, 1636, '_menu_item_object', 'custom'),
(1244, 1636, '_menu_item_target', ''),
(1245, 1636, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1246, 1636, '_menu_item_xfn', ''),
(1247, 1636, '_menu_item_url', 'http://wpthemetestdata.wordpress.com/'),
(1248, 1636, '_wxr_import_user_slug', 'admin'),
(1249, 1953, '_menu_item_type', 'post_type'),
(1250, 1953, '_menu_item_menu_item_parent', '1046'),
(1251, 1953, '_menu_item_object_id', '1133'),
(1252, 1953, '_menu_item_object', 'page'),
(1253, 1953, '_menu_item_target', ''),
(1254, 1953, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1255, 1953, '_menu_item_xfn', ''),
(1256, 1953, '_menu_item_url', ''),
(1260, 1954, '_menu_item_type', 'post_type'),
(1261, 1954, '_menu_item_menu_item_parent', '1046'),
(1262, 1954, '_menu_item_object_id', '1134'),
(1263, 1954, '_menu_item_object', 'page'),
(1264, 1954, '_menu_item_target', ''),
(1265, 1954, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1266, 1954, '_menu_item_xfn', ''),
(1267, 1954, '_menu_item_url', ''),
(1271, 1955, '_menu_item_type', 'post_type'),
(1272, 1955, '_menu_item_menu_item_parent', '1046'),
(1273, 1955, '_menu_item_object_id', '1133'),
(1274, 1955, '_menu_item_object', 'page'),
(1275, 1955, '_menu_item_target', ''),
(1276, 1955, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1277, 1955, '_menu_item_xfn', ''),
(1278, 1955, '_menu_item_url', ''),
(1282, 1696, '_menu_item_type', 'post_type'),
(1283, 1696, '_menu_item_menu_item_parent', '1046'),
(1284, 1696, '_menu_item_object_id', '1134'),
(1285, 1696, '_menu_item_object', 'page'),
(1286, 1696, '_menu_item_target', ''),
(1287, 1696, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1288, 1696, '_menu_item_xfn', ''),
(1289, 1696, '_menu_item_url', ''),
(1293, 1697, '_menu_item_type', 'post_type'),
(1294, 1697, '_menu_item_menu_item_parent', '1639'),
(1295, 1697, '_menu_item_object_id', '1133'),
(1296, 1697, '_menu_item_object', 'page'),
(1297, 1697, '_menu_item_target', ''),
(1298, 1697, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1299, 1697, '_menu_item_xfn', ''),
(1300, 1697, '_menu_item_url', ''),
(1304, 1698, '_menu_item_type', 'post_type'),
(1305, 1698, '_menu_item_menu_item_parent', '1639'),
(1306, 1698, '_menu_item_object_id', '1134'),
(1307, 1698, '_menu_item_object', 'page'),
(1308, 1698, '_menu_item_target', ''),
(1309, 1698, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1310, 1698, '_menu_item_xfn', ''),
(1311, 1698, '_menu_item_url', ''),
(1361, 1956, '_menu_item_type', 'custom'),
(1362, 1956, '_menu_item_menu_item_parent', '1055'),
(1363, 1703, '_menu_item_type', 'post_type'),
(1364, 1956, '_menu_item_object_id', '1956'),
(1365, 1703, '_menu_item_menu_item_parent', '0'),
(1366, 1956, '_menu_item_object', 'custom'),
(1367, 1703, '_menu_item_object_id', '733'),
(1368, 1956, '_menu_item_target', ''),
(1369, 1703, '_menu_item_object', 'page'),
(1370, 1956, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1371, 1703, '_menu_item_target', ''),
(1372, 1956, '_menu_item_xfn', ''),
(1373, 1703, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1374, 1956, '_menu_item_url', '#'),
(1375, 1703, '_menu_item_xfn', ''),
(1376, 1956, '_wxr_import_user_slug', 'admin'),
(1377, 1703, '_menu_item_url', ''),
(1378, 1703, '_wxr_import_user_slug', 'admin'),
(1380, 1957, '_menu_item_type', 'custom'),
(1381, 1957, '_menu_item_menu_item_parent', '1056'),
(1382, 1704, '_menu_item_type', 'post_type'),
(1383, 1957, '_menu_item_object_id', '1957'),
(1384, 1704, '_menu_item_menu_item_parent', '0'),
(1385, 1957, '_menu_item_object', 'custom'),
(1386, 1704, '_menu_item_object_id', '735'),
(1387, 1957, '_menu_item_target', ''),
(1388, 1704, '_menu_item_object', 'page'),
(1389, 1957, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1390, 1704, '_menu_item_target', ''),
(1391, 1957, '_menu_item_xfn', ''),
(1392, 1704, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1393, 1957, '_menu_item_url', '#'),
(1394, 1704, '_menu_item_xfn', ''),
(1395, 1957, '_wxr_import_user_slug', 'admin'),
(1396, 1704, '_menu_item_url', ''),
(1397, 1704, '_wxr_import_user_slug', 'admin'),
(1399, 1958, '_menu_item_type', 'custom'),
(1400, 1958, '_menu_item_menu_item_parent', '1057'),
(1402, 1958, '_menu_item_object_id', '1958'),
(1404, 1958, '_menu_item_object', 'custom'),
(1406, 1958, '_menu_item_target', ''),
(1408, 1958, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1410, 1958, '_menu_item_xfn', ''),
(1412, 1958, '_menu_item_url', '#'),
(1414, 1958, '_wxr_import_user_slug', 'admin'),
(1418, 1959, '_menu_item_type', 'custom'),
(1419, 1959, '_menu_item_menu_item_parent', '1058'),
(1421, 1959, '_menu_item_object_id', '1959'),
(1423, 1959, '_menu_item_object', 'custom'),
(1425, 1959, '_menu_item_target', ''),
(1427, 1959, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1429, 1959, '_menu_item_xfn', ''),
(1431, 1959, '_menu_item_url', '#'),
(1433, 1959, '_wxr_import_user_slug', 'admin'),
(1437, 1960, '_menu_item_type', 'custom'),
(1438, 1960, '_menu_item_menu_item_parent', '1059'),
(1439, 1960, '_menu_item_object_id', '1960'),
(1440, 1961, '_menu_item_type', 'custom'),
(1441, 1960, '_menu_item_object', 'custom'),
(1442, 1961, '_menu_item_menu_item_parent', '0'),
(1443, 1960, '_menu_item_target', ''),
(1444, 1961, '_menu_item_object_id', '1961'),
(1445, 1960, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1446, 1961, '_menu_item_object', 'custom'),
(1447, 1960, '_menu_item_xfn', ''),
(1448, 1961, '_menu_item_target', ''),
(1449, 1960, '_menu_item_url', '#'),
(1450, 1961, '_menu_item_classes', 'a:1:{i:0;s:7:\"classes\";}'),
(1451, 1960, '_wxr_import_user_slug', 'admin'),
(1452, 1961, '_menu_item_xfn', ''),
(1453, 1961, '_menu_item_url', 'https://connectivism.in/classes'),
(1454, 1961, '_wxr_import_user_slug', 'admin'),
(1455, 1962, '_menu_item_type', 'custom'),
(1456, 1962, '_menu_item_menu_item_parent', '1060'),
(1457, 1962, '_menu_item_object_id', '1962'),
(1459, 1962, '_menu_item_object', 'custom'),
(1461, 1962, '_menu_item_target', ''),
(1463, 1962, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1465, 1962, '_menu_item_xfn', ''),
(1467, 1962, '_menu_item_url', '#'),
(1469, 1962, '_wxr_import_user_slug', 'admin'),
(1473, 1964, '_menu_item_type', 'custom'),
(1474, 1964, '_menu_item_menu_item_parent', '0'),
(1475, 1964, '_menu_item_object_id', '1964'),
(1477, 1964, '_menu_item_object', 'custom'),
(1479, 1964, '_menu_item_target', ''),
(1481, 1964, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1483, 1964, '_menu_item_xfn', ''),
(1485, 1964, '_menu_item_url', '#'),
(1487, 1964, '_wxr_import_user_slug', 'admin'),
(1493, 1966, '_menu_item_type', 'post_type'),
(1495, 1966, '_menu_item_menu_item_parent', '0'),
(1497, 1966, '_menu_item_object_id', '1983'),
(1499, 1966, '_menu_item_object', 'page'),
(1501, 1966, '_menu_item_target', ''),
(1503, 1966, '_menu_item_classes', 'a:1:{i:0;s:15:\"fa-shopping-bag\";}'),
(1505, 1966, '_menu_item_xfn', ''),
(1507, 1966, '_menu_item_url', ''),
(1508, 1966, '_wxr_import_user_slug', 'admin'),
(1510, 1967, '_menu_item_type', 'custom'),
(1511, 1967, '_menu_item_menu_item_parent', '1062'),
(1513, 1967, '_menu_item_object_id', '1967'),
(1515, 1967, '_menu_item_object', 'custom'),
(1517, 1967, '_menu_item_target', ''),
(1519, 1967, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1521, 1967, '_menu_item_xfn', ''),
(1523, 1967, '_menu_item_url', '#'),
(1525, 1967, '_wxr_import_user_slug', 'admin'),
(1528, 1968, '_menu_item_type', 'custom'),
(1529, 1823, '_menu_item_type', 'post_type'),
(1530, 1968, '_menu_item_menu_item_parent', '1062'),
(1531, 1823, '_menu_item_menu_item_parent', '0'),
(1532, 1968, '_menu_item_object_id', '1968'),
(1533, 1823, '_menu_item_object_id', '1706'),
(1534, 1968, '_menu_item_object', 'custom'),
(1535, 1823, '_menu_item_object', 'page'),
(1536, 1968, '_menu_item_target', ''),
(1537, 1823, '_menu_item_target', ''),
(1538, 1968, '_menu_item_classes', 'a:1:{i:0;s:21:\"custom-menu-css-class\";}'),
(1539, 1823, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1540, 1968, '_menu_item_xfn', ''),
(1541, 1823, '_menu_item_xfn', ''),
(1542, 1968, '_menu_item_url', '#'),
(1543, 1823, '_menu_item_url', ''),
(1544, 1968, '_wxr_import_user_slug', 'admin'),
(1545, 1823, '_wxr_import_user_slug', 'admin'),
(1547, 1969, '_menu_item_type', 'custom'),
(1549, 1969, '_menu_item_menu_item_parent', '1062'),
(1551, 1969, '_menu_item_object_id', '1969'),
(1553, 1969, '_menu_item_object', 'custom'),
(1555, 1969, '_menu_item_target', '_blank'),
(1557, 1969, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1559, 1969, '_menu_item_xfn', ''),
(1561, 1969, '_menu_item_url', 'http://apple.com'),
(1563, 1969, '_wxr_import_user_slug', 'admin'),
(1585, 1971, '_menu_item_type', 'custom'),
(1587, 1971, '_menu_item_menu_item_parent', '0'),
(1589, 1971, '_menu_item_object_id', '1971'),
(1591, 1971, '_menu_item_object', 'custom'),
(1593, 1971, '_menu_item_target', ''),
(1595, 1971, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1597, 1971, '_menu_item_xfn', ''),
(1599, 1971, '_menu_item_url', 'http://wpthemetestdata.wordpress.com/'),
(1601, 1971, '_wxr_import_user_slug', 'admin'),
(1603, 1827, '_menu_item_type', 'custom'),
(1605, 1827, '_menu_item_menu_item_parent', '0'),
(1607, 1827, '_menu_item_object_id', '1827'),
(1609, 1827, '_menu_item_object', 'custom'),
(1611, 1827, '_menu_item_target', ''),
(1613, 1827, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1615, 1827, '_menu_item_xfn', ''),
(1617, 1827, '_menu_item_url', 'https://themepalacedemo.com/kids-education/tp-class/'),
(1619, 1827, '_wxr_import_user_slug', 'admin'),
(1642, 1829, '_menu_item_type', 'custom'),
(1644, 1829, '_menu_item_menu_item_parent', '0'),
(1645, 1829, '_menu_item_object_id', '1829'),
(1646, 1829, '_menu_item_object', 'custom'),
(1648, 1829, '_menu_item_target', ''),
(1650, 1829, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1652, 1829, '_menu_item_xfn', ''),
(1654, 1829, '_menu_item_url', 'https://themepalacedemo.com/kids-education/tp-event/'),
(1656, 1829, '_wxr_import_user_slug', 'admin'),
(1660, 1830, '_menu_item_type', 'custom'),
(1662, 1830, '_menu_item_menu_item_parent', '0'),
(1664, 1830, '_menu_item_object_id', '1830'),
(1666, 1830, '_menu_item_object', 'custom'),
(1667, 1830, '_menu_item_target', ''),
(1668, 1830, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1670, 1830, '_menu_item_xfn', ''),
(1672, 1830, '_menu_item_url', 'https://themepalacedemo.com/kids-education/shop/'),
(1674, 1830, '_wxr_import_user_slug', 'admin'),
(1678, 1873, '_menu_item_type', 'post_type'),
(1680, 1873, '_menu_item_menu_item_parent', '0'),
(1682, 1873, '_menu_item_object_id', '1706'),
(1684, 1873, '_menu_item_object', 'page'),
(1686, 1873, '_menu_item_target', ''),
(1688, 1873, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1689, 1873, '_menu_item_xfn', ''),
(1690, 1873, '_menu_item_url', ''),
(1692, 1873, '_wxr_import_user_slug', 'admin'),
(1699, 1874, '_menu_item_type', 'post_type'),
(1701, 1874, '_menu_item_menu_item_parent', '0'),
(1703, 1874, '_menu_item_object_id', '1774'),
(1705, 1874, '_menu_item_object', 'page'),
(1707, 1874, '_menu_item_target', ''),
(1709, 1874, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1710, 1874, '_menu_item_xfn', ''),
(1711, 1874, '_menu_item_url', ''),
(1713, 1874, '_wxr_import_user_slug', 'admin'),
(1734, 1978, '_menu_item_type', 'post_type'),
(1736, 1978, '_menu_item_menu_item_parent', '1644'),
(1737, 1978, '_menu_item_object_id', '2032'),
(1738, 1978, '_menu_item_object', 'page'),
(1740, 1978, '_menu_item_target', ''),
(1742, 1978, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1744, 1978, '_menu_item_xfn', ''),
(1746, 1978, '_menu_item_url', ''),
(1756, 1979, '_menu_item_type', 'post_type'),
(1757, 1979, '_menu_item_menu_item_parent', '1644'),
(1758, 1979, '_menu_item_object_id', '2033'),
(1760, 1979, '_menu_item_object', 'page'),
(1762, 1979, '_menu_item_target', ''),
(1764, 1979, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1766, 1979, '_menu_item_xfn', ''),
(1768, 1979, '_menu_item_url', ''),
(1777, 1980, '_menu_item_type', 'post_type'),
(1778, 1980, '_menu_item_menu_item_parent', '1643'),
(1779, 1882, '_menu_item_type', 'post_type'),
(1780, 1980, '_menu_item_object_id', '2030'),
(1781, 1882, '_menu_item_menu_item_parent', '0'),
(1782, 1980, '_menu_item_object', 'page'),
(1783, 1882, '_menu_item_object_id', '2116'),
(1784, 1980, '_menu_item_target', ''),
(1785, 1882, '_menu_item_object', 'post'),
(1786, 1980, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1787, 1882, '_menu_item_target', ''),
(1788, 1980, '_menu_item_xfn', ''),
(1789, 1882, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1790, 1980, '_menu_item_url', ''),
(1791, 1882, '_menu_item_xfn', ''),
(1793, 1882, '_menu_item_url', ''),
(1795, 1882, '_wxr_import_user_slug', 'admin'),
(1798, 1981, '_menu_item_type', 'post_type'),
(1800, 1981, '_menu_item_menu_item_parent', '1643'),
(1802, 1981, '_menu_item_object_id', '2031'),
(1803, 1981, '_menu_item_object', 'page'),
(1804, 1983, '_wxr_import_user_slug', 'admin'),
(1805, 1981, '_menu_item_target', ''),
(1806, 1981, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1807, 10, '_wp_page_template', 'default'),
(1808, 1981, '_menu_item_xfn', ''),
(1809, 10, '_wxr_import_user_slug', 'admin'),
(1810, 1981, '_menu_item_url', ''),
(1812, 146, '_wp_page_template', 'default'),
(1814, 146, '_wxr_import_user_slug', 'admin'),
(1819, 155, '_wp_page_template', 'default'),
(1821, 155, '_wxr_import_user_slug', 'admin'),
(1824, 156, '_wp_page_template', 'default'),
(1826, 156, '_wxr_import_user_slug', 'admin'),
(1847, 501, '_wp_page_template', 'default'),
(1848, 501, '_wxr_import_user_slug', 'admin'),
(1850, 501, '_wxr_import_has_attachment_refs', '1'),
(1851, 701, '_wp_page_template', 'default'),
(1853, 701, '_wxr_import_user_slug', 'admin'),
(1857, 733, '_wp_page_template', 'default'),
(1859, 733, '_wxr_import_user_slug', 'admin'),
(1862, 735, '_wp_page_template', 'default'),
(1864, 735, '_wxr_import_user_slug', 'admin'),
(1885, 1133, '_publicize_pending', '1'),
(1886, 1133, '_wp_page_template', 'default'),
(1887, 1133, 'original_post_id', '1080'),
(1889, 1133, '_wp_old_slug', '1080'),
(1891, 1133, '_wxr_import_user_slug', 'admin'),
(1893, 1133, '_wxr_import_has_attachment_refs', '1'),
(1896, 1134, '_publicize_pending', '1'),
(1898, 1134, '_wp_page_template', 'default'),
(1900, 1134, 'standard_seo_post_meta_description', ''),
(1902, 1134, 'original_post_id', '1083'),
(1904, 1134, '_wp_old_slug', '1083'),
(1905, 1134, '_wxr_import_user_slug', 'admin'),
(1924, 1992, '_wxr_import_user_slug', 'admin'),
(1925, 1991, '_menu_item_type', 'custom'),
(1926, 1991, '_menu_item_menu_item_parent', '0'),
(1927, 1993, '_wxr_import_user_slug', 'admin'),
(1928, 1991, '_menu_item_object_id', '1991'),
(1929, 1991, '_menu_item_object', 'custom'),
(1930, 1994, '_wxr_import_user_slug', 'admin'),
(1931, 1991, '_menu_item_target', ''),
(1932, 1991, '_menu_item_classes', 'a:1:{i:0;s:19:\"fa-calendar-check-o\";}'),
(1933, 1991, '_menu_item_xfn', ''),
(1934, 1991, '_menu_item_url', 'https://connectivism.in/events'),
(1936, 1991, '_wxr_import_user_slug', 'admin'),
(1944, 1000, '_wp_old_slug', 'nested-and-mixed-lists'),
(1946, 1000, '_wp_old_slug', 'html-nested-and-mixed-lists'),
(1948, 1000, '_wp_old_slug', 'markup-nested-and-mixed-lists'),
(1950, 1000, '_publicize_pending', '1'),
(1952, 1000, 'original_post_id', '1000'),
(1953, 1000, '_wp_old_slug', '1000'),
(1954, 1000, '_wxr_import_user_slug', 'admin'),
(1996, 2000, '_menu_item_type', 'custom'),
(1997, 2000, '_menu_item_menu_item_parent', '0'),
(1998, 2000, '_menu_item_object_id', '2000'),
(1999, 2000, '_menu_item_object', 'custom'),
(2000, 2000, '_menu_item_target', ''),
(2001, 1151, '_publicize_pending', '1'),
(2002, 2000, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2003, 1151, 'original_post_id', '167'),
(2004, 2000, '_menu_item_xfn', ''),
(2005, 1151, '_wp_old_slug', '167'),
(2006, 2000, '_menu_item_url', 'https://themepalacedemo.com/kids-education/tp-team/'),
(2007, 1151, '_wp_old_slug', 'many-tags-2'),
(2008, 2000, '_wxr_import_user_slug', 'admin'),
(2009, 1151, '_wxr_import_user_slug', 'admin'),
(2017, 1153, 'original_post_id', '418'),
(2019, 1153, '_wp_old_slug', '418'),
(2021, 1153, '_wxr_import_user_slug', 'admin'),
(2024, 1164, 'standard_seo_post_level_layout', ''),
(2026, 1164, 'standard_link_url_field', ''),
(2028, 1164, 'standard_seo_post_meta_description', ''),
(2030, 1164, 'original_post_id', '922'),
(2032, 1164, '_wp_old_slug', '922'),
(2034, 1164, '_wxr_import_user_slug', 'admin'),
(2059, 1774, '_wxr_import_user_slug', 'admin'),
(2060, 1774, '_wxr_import_has_attachment_refs', '1'),
(2090, 358, '_wp_old_slug', ''),
(2092, 358, '_wp_old_slug', 'post-format-standard-2'),
(2094, 358, '_wp_old_slug', 'readability-test'),
(2096, 358, '_wp_old_slug', 'markup-readability-test'),
(2098, 358, '_wxr_import_user_slug', 'admin'),
(2112, 555, '_wp_old_slug', 'post-format-gallery-2'),
(2114, 555, '_thumbnail_id', '771'),
(2116, 555, '_wp_old_slug', 'post-format-test-gallery'),
(2118, 555, '_wxr_import_user_slug', 'admin'),
(2131, 559, '_wp_old_slug', 'post-format-aside-2'),
(2133, 559, '_wp_old_slug', 'post-format-test-aside'),
(2134, 559, '_wxr_import_user_slug', 'admin'),
(2147, 562, '_wp_old_slug', 'post-format-test-chat'),
(2148, 562, '_wxr_import_user_slug', 'admin'),
(2161, 2017, '_wp_page_template', 'default'),
(2162, 565, '_wp_old_slug', 'post-format-test-link'),
(2163, 2017, '_wxr_import_user_slug', 'admin'),
(2164, 565, '_wxr_import_user_slug', 'admin'),
(2172, 568, '_wp_old_slug', 'post-format-test-image'),
(2174, 568, '_wp_old_slug', 'post-format-test-image-linked'),
(2176, 568, '_wxr_import_user_slug', 'admin'),
(2177, 568, '_wxr_import_has_attachment_refs', '1'),
(2181, 2023, '_wp_page_template', 'default'),
(2185, 2024, '_wp_page_template', 'default'),
(2188, 2025, '_wp_page_template', 'default'),
(2189, 2025, '_wxr_import_user_slug', 'admin'),
(2190, 575, '_wp_old_slug', 'post-format-test-quote'),
(2191, 575, '_wxr_import_user_slug', 'admin'),
(2203, 579, '_wp_old_slug', 'post-format-test-status'),
(2204, 2030, '_wp_page_template', 'default'),
(2205, 579, '_wxr_import_user_slug', 'admin'),
(2206, 2030, '_wxr_import_user_slug', 'admin'),
(2207, 2031, '_wp_page_template', 'default'),
(2209, 2031, '_wxr_import_user_slug', 'admin'),
(2211, 2032, '_wp_page_template', 'default'),
(2212, 2032, '_wxr_import_user_slug', 'admin'),
(2213, 2033, '_wp_page_template', 'default'),
(2214, 2033, '_wxr_import_user_slug', 'admin'),
(2217, 582, '_wp_old_slug', 'post-format-test-video'),
(2219, 582, '_oembed_4321638fc1a6fee26443f7fe8a70a871', '<embed src=\"http://v.wordpress.com/hrPKeL5t\" type=\"application/x-shockwave-flash\" width=\"500\" height=\"281\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed>'),
(2221, 582, '_oembed_29351fff85c1be1d1e9a965a0332a861', '<div class=\"embed-\"><embed src=\"http://v.wordpress.com/hrPKeL5t\" type=\"application/x-shockwave-flash\" width=\"604\" height=\"339\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed></div>'),
(2223, 582, '_oembed_9fcc86d7d9398ff736577f922307f64d', '<div class=\"embed-\"><embed src=\"http://v.wordpress.com/hrPKeL5t\" type=\"application/x-shockwave-flash\" width=\"808\" height=\"454\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed></div>'),
(2225, 582, '_oembed_366237792d32461d0052efb2edec37f5', '<div class=\"embed-\"><embed src=\"http://v.wordpress.com/hrPKeL5t\" type=\"application/x-shockwave-flash\" width=\"584\" height=\"328\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed></div>'),
(2226, 582, '_oembed_37fdfe862c13c46a93be2921279bf675', '<div class=\"embed-\"><embed src=\"http://v.wordpress.com/hrPKeL5t\" type=\"application/x-shockwave-flash\" width=\"599\" height=\"336\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed></div>'),
(2228, 582, '_oembed_b4ae033ad8b842f80ed98aa17ee29138', '<iframe width=\'819\' height=\'461\' src=\'https://videopress.com/embed/hrPKeL5t?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script>'),
(2230, 582, '_oembed_time_b4ae033ad8b842f80ed98aa17ee29138', '1478845698'),
(2232, 582, '_wxr_import_user_slug', 'admin'),
(2246, 587, 'enclosure', 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3\n3043247\naudio/mpeg\n'),
(2248, 587, '_wp_old_slug', 'post-format-test-audio'),
(2249, 587, '_wxr_import_user_slug', 'admin'),
(2257, 1005, '_publicize_pending', '1'),
(2258, 1005, 'standard_seo_post_level_layout', ''),
(2259, 1005, 'standard_link_url_field', ''),
(2260, 1005, 'standard_seo_post_meta_description', ''),
(2261, 1005, 'original_post_id', '1005'),
(2262, 2040, '_wp_old_slug', 'nested-and-mixed-lists'),
(2263, 1005, '_wp_old_slug', '1005'),
(2264, 2040, '_wp_old_slug', 'html-nested-and-mixed-lists'),
(2265, 1005, '_wxr_import_user_slug', 'admin'),
(2266, 2040, '_wp_old_slug', 'markup-nested-and-mixed-lists'),
(2267, 2040, '_publicize_pending', '1'),
(2268, 2040, 'original_post_id', '1000'),
(2270, 2040, '_wp_old_slug', '1000'),
(2272, 2040, '_wxr_import_user_slug', 'admin'),
(2275, 2041, '_wp_old_slug', 'tiled-gallery'),
(2276, 2041, '_wp_old_slug', 'media-tiled-gallery'),
(2277, 2041, '_publicize_pending', '1'),
(2278, 2041, 'standard_seo_post_level_layout', ''),
(2279, 2041, 'standard_link_url_field', ''),
(2280, 2041, 'standard_seo_post_meta_description', ''),
(2281, 2041, 'original_post_id', '1031'),
(2282, 2041, '_wp_old_slug', '1031'),
(2283, 2041, '_wxr_import_user_slug', 'admin'),
(2286, 2042, '_publicize_pending', '1'),
(2287, 2042, 'original_post_id', '167'),
(2288, 2042, '_wp_old_slug', '167'),
(2289, 2042, '_wp_old_slug', 'many-tags-2'),
(2290, 2042, '_wxr_import_user_slug', 'admin'),
(2293, 2043, 'original_post_id', '418'),
(2294, 2043, '_wp_old_slug', '418'),
(2295, 2043, '_wxr_import_user_slug', 'admin'),
(2296, 2044, 'standard_seo_post_level_layout', ''),
(2297, 2044, 'standard_link_url_field', ''),
(2298, 2044, 'standard_seo_post_meta_description', ''),
(2299, 2044, 'original_post_id', '922'),
(2300, 2044, '_wp_old_slug', '922'),
(2301, 2044, '_wxr_import_user_slug', 'admin'),
(2304, 1152, '_wp_old_slug', 'many-categories-2'),
(2305, 1152, '_publicize_pending', '1'),
(2306, 2046, '_wxr_import_user_slug', 'admin'),
(2307, 1152, 'original_post_id', '168'),
(2308, 1152, '_wp_old_slug', '168'),
(2309, 2047, '_wxr_import_user_slug', 'admin'),
(2310, 1152, '_wxr_import_user_slug', 'admin'),
(2311, 2048, '_thumbnail_id', '1777'),
(2312, 2048, '_wxr_import_user_slug', 'admin'),
(2314, 2048, '_wxr_import_has_attachment_refs', '1'),
(2316, 2049, '_thumbnail_id', '1832'),
(2317, 2049, '_wxr_import_user_slug', 'admin'),
(2318, 2050, '_thumbnail_id', '1759'),
(2319, 2050, '_wxr_import_user_slug', 'admin'),
(2320, 1163, '_publicize_pending', '1'),
(2322, 1163, '_wp_old_slug', 'post-format-test-image-attached'),
(2324, 1163, 'original_post_id', '674'),
(2325, 1163, '_wp_old_slug', '674'),
(2326, 2052, '_thumbnail_id', '1951'),
(2327, 1163, '_thumbnail_id', '1628'),
(2328, 2052, '_wxr_import_user_slug', 'admin'),
(2329, 1163, '_format_url', ''),
(2330, 1163, '_format_link_url', ''),
(2331, 2053, '_wxr_import_user_slug', 'admin'),
(2332, 1163, '_format_quote_source_url', ''),
(2333, 1163, '_format_quote_source_name', ''),
(2335, 1163, '_format_image', ''),
(2336, 1163, '_format_audio_embed', ''),
(2337, 2055, '_wxr_import_user_slug', 'admin'),
(2338, 1163, '_format_video_embed', ''),
(2339, 1163, '_wxr_import_user_slug', 'admin'),
(2340, 1163, '_wxr_import_has_attachment_refs', '1'),
(2341, 2056, '_wxr_import_user_slug', 'admin'),
(2342, 2057, '_wxr_import_user_slug', 'admin'),
(2347, 1169, '_publicize_pending', '1'),
(2348, 1169, '_wp_old_slug', '14'),
(2349, 1169, 'original_post_id', '133'),
(2350, 2058, '_wp_old_slug', ''),
(2351, 1169, '_wp_old_slug', '133'),
(2352, 2058, '_wp_old_slug', 'post-format-standard-2'),
(2353, 1169, '_wp_old_slug', 'no-title-2'),
(2354, 2058, '_wp_old_slug', 'readability-test'),
(2355, 1169, '_wxr_import_user_slug', 'admin'),
(2356, 2058, '_wp_old_slug', 'markup-readability-test'),
(2357, 2058, '_wxr_import_user_slug', 'admin'),
(2362, 1170, '_publicize_pending', '1'),
(2363, 1170, '_wp_old_slug', 'this-post-has-no-body'),
(2364, 2059, '_wp_old_slug', 'post-format-gallery-2'),
(2365, 1170, 'original_post_id', '134'),
(2366, 2059, '_thumbnail_id', '771'),
(2367, 1170, '_wp_old_slug', '134'),
(2368, 2059, '_wp_old_slug', 'post-format-test-gallery'),
(2369, 1170, '_wp_old_slug', 'no-content'),
(2370, 2059, '_wxr_import_user_slug', 'admin'),
(2371, 1170, '_wxr_import_user_slug', 'admin'),
(2376, 2060, '_wp_old_slug', 'post-format-aside-2'),
(2377, 2060, '_wp_old_slug', 'post-format-test-aside'),
(2378, 2060, '_wxr_import_user_slug', 'admin'),
(2379, 1175, '_wp_old_slug', 'edge-case-non-breaking-text'),
(2380, 1175, '_wp_old_slug', 'non-breaking-text'),
(2382, 1175, '_publicize_pending', '1'),
(2384, 1175, '_wp_old_slug', 'non-breaking-tex'),
(2385, 1175, 'original_post_id', '877'),
(2386, 1175, '_wp_old_slug', '877'),
(2387, 1175, '_wxr_import_user_slug', 'admin'),
(2388, 2061, '_wp_old_slug', 'post-format-test-chat'),
(2389, 2061, '_wxr_import_user_slug', 'admin'),
(2394, 1179, '_publicize_pending', '1'),
(2395, 1179, 'standard_seo_post_level_layout', ''),
(2396, 2062, '_wp_old_slug', 'post-format-test-link'),
(2397, 1179, 'standard_link_url_field', ''),
(2398, 2062, '_wxr_import_user_slug', 'admin'),
(2399, 1179, 'standard_seo_post_meta_description', ''),
(2400, 1179, '_wp_old_slug', 'twitter-embeds'),
(2401, 1179, 'original_post_id', '1027'),
(2402, 1179, '_wp_old_slug', '1027'),
(2404, 1179, '_oembed_8519f5e46e0f41349a0276b923f38d4e', '<blockquote class=\"twitter-tweet\" data-width=\"550\"><p lang=\"en\" dir=\"ltr\">Really cool to read through and find so much awesomeness added to WordPress 3.6 while I was gone. I should take three weeks off more often.</p>&mdash; Andrew Nacin (@nacin) <a href=\"https://twitter.com/nacin/status/319508408669708289\">April 3, 2013</a></blockquote><script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),
(2406, 1179, '_oembed_time_8519f5e46e0f41349a0276b923f38d4e', '1478845461'),
(2407, 1179, '_wxr_import_user_slug', 'admin'),
(2409, 2063, '_wp_old_slug', 'post-format-test-image'),
(2411, 2063, '_wp_old_slug', 'post-format-test-image-linked'),
(2412, 2063, '_wxr_import_user_slug', 'admin'),
(2413, 2064, '_wxr_import_user_slug', 'admin'),
(2414, 2063, '_wxr_import_has_attachment_refs', '1'),
(2419, 993, '_wp_old_slug', 'excerpt'),
(2420, 993, '_wp_old_slug', 'template-excerpt'),
(2421, 2065, '_wp_old_slug', 'post-format-test-quote'),
(2422, 993, '_publicize_pending', '1'),
(2423, 2065, '_wxr_import_user_slug', 'admin'),
(2424, 993, 'original_post_id', '993'),
(2425, 993, '_wp_old_slug', '993'),
(2426, 993, '_wxr_import_user_slug', 'admin'),
(2431, 2066, '_wp_old_slug', 'post-format-test-status'),
(2432, 2066, '_wxr_import_user_slug', 'admin'),
(2433, 996, '_wp_old_slug', 'more-tag'),
(2434, 996, '_publicize_pending', '1'),
(2435, 996, 'original_post_id', '996'),
(2437, 996, '_wp_old_slug', '996'),
(2439, 996, '_wxr_import_user_slug', 'admin'),
(2442, 2067, '_wp_old_slug', 'post-format-test-video'),
(2443, 2067, '_oembed_4321638fc1a6fee26443f7fe8a70a871', '<embed src=\"http://v.wordpress.com/hrPKeL5t\" type=\"application/x-shockwave-flash\" width=\"500\" height=\"281\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed>'),
(2444, 2067, '_oembed_29351fff85c1be1d1e9a965a0332a861', '<div class=\"embed-\"><embed src=\"http://v.wordpress.com/hrPKeL5t\" type=\"application/x-shockwave-flash\" width=\"604\" height=\"339\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed></div>'),
(2445, 2067, '_oembed_9fcc86d7d9398ff736577f922307f64d', '<div class=\"embed-\"><embed src=\"http://v.wordpress.com/hrPKeL5t\" type=\"application/x-shockwave-flash\" width=\"808\" height=\"454\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed></div>'),
(2446, 1011, '_wp_old_slug', 'media-featured-image-horizontal'),
(2447, 2067, '_oembed_366237792d32461d0052efb2edec37f5', '<div class=\"embed-\"><embed src=\"http://v.wordpress.com/hrPKeL5t\" type=\"application/x-shockwave-flash\" width=\"584\" height=\"328\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed></div>'),
(2448, 1011, '_wp_old_slug', 'featured-image-horizontal'),
(2449, 2067, '_oembed_37fdfe862c13c46a93be2921279bf675', '<div class=\"embed-\"><embed src=\"http://v.wordpress.com/hrPKeL5t\" type=\"application/x-shockwave-flash\" width=\"599\" height=\"336\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed></div>'),
(2450, 1011, '_publicize_pending', '1'),
(2451, 2067, '_oembed_b4ae033ad8b842f80ed98aa17ee29138', '<iframe width=\'819\' height=\'461\' src=\'https://videopress.com/embed/hrPKeL5t?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script>'),
(2452, 1011, '_wp_old_slug', 'featured-image'),
(2453, 2067, '_oembed_time_b4ae033ad8b842f80ed98aa17ee29138', '1478845698'),
(2454, 1011, '_thumbnail_id', '1022'),
(2455, 2067, '_wxr_import_user_slug', 'admin'),
(2456, 1011, 'standard_seo_post_level_layout', ''),
(2457, 1011, 'standard_link_url_field', ''),
(2458, 1011, 'standard_seo_post_meta_description', ''),
(2460, 1011, 'original_post_id', '1011'),
(2462, 1011, '_wp_old_slug', '1011'),
(2463, 1011, '_wxr_import_user_slug', 'admin'),
(2466, 2068, 'enclosure', 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3\n3043247\naudio/mpeg\n'),
(2467, 2068, '_wp_old_slug', 'post-format-test-audio'),
(2468, 2068, '_wxr_import_user_slug', 'admin'),
(2470, 1016, '_wp_old_slug', 'media-featured-image-vertical'),
(2472, 1016, '_wp_old_slug', 'featured-image-vertical'),
(2473, 1016, '_publicize_pending', '1'),
(2474, 1016, '_thumbnail_id', '1027'),
(2475, 1016, 'standard_seo_post_level_layout', ''),
(2476, 1016, 'standard_link_url_field', ''),
(2477, 1016, 'standard_seo_post_meta_description', ''),
(2478, 1016, 'original_post_id', '1016'),
(2479, 1016, '_wp_old_slug', '1016'),
(2480, 1016, '_wxr_import_user_slug', 'admin'),
(2481, 2069, '_publicize_pending', '1'),
(2482, 2069, 'standard_seo_post_level_layout', ''),
(2484, 2069, 'standard_link_url_field', ''),
(2486, 2069, 'standard_seo_post_meta_description', ''),
(2487, 2069, 'original_post_id', '1005'),
(2488, 2069, '_wp_old_slug', '1005'),
(2489, 2069, '_wxr_import_user_slug', 'admin'),
(2492, 2070, '_wp_old_slug', 'tiled-gallery'),
(2493, 2070, '_wp_old_slug', 'media-tiled-gallery'),
(2494, 2070, '_publicize_pending', '1'),
(2495, 2070, 'standard_seo_post_level_layout', ''),
(2496, 2070, 'standard_link_url_field', ''),
(2497, 2070, 'standard_seo_post_meta_description', ''),
(2498, 2070, 'original_post_id', '1031'),
(2499, 2070, '_wp_old_slug', '1031'),
(2500, 1148, '_publicize_pending', '1'),
(2501, 2070, '_wxr_import_user_slug', 'admin'),
(2502, 1148, '_wp_old_slug', 'comment-test'),
(2503, 1148, 'original_post_id', '149'),
(2504, 1148, '_wp_old_slug', '149'),
(2507, 1148, '_wp_old_slug', 'comments'),
(2510, 1148, '_wxr_import_user_slug', 'admin'),
(2513, 1149, '_wp_old_slug', 'pingbacks-an-trackbacks'),
(2514, 1149, '_publicize_pending', '1'),
(2515, 1149, '_wp_old_slug', 'many-trackbacks'),
(2516, 1149, 'original_post_id', '151'),
(2517, 1149, '_wp_old_slug', '151'),
(2518, 1149, '_wxr_import_user_slug', 'admin'),
(2519, 2072, '_wp_old_slug', 'pingbacks-an-trackbacks'),
(2520, 2072, '_publicize_pending', '1'),
(2521, 2072, '_wp_old_slug', 'many-trackbacks'),
(2522, 2072, 'original_post_id', '151'),
(2524, 2072, '_wp_old_slug', '151'),
(2526, 2072, '_wxr_import_user_slug', 'admin'),
(2529, 1150, '_publicize_pending', '1'),
(2530, 1150, '_wp_old_slug', 'no-comments'),
(2531, 1150, 'original_post_id', '152'),
(2532, 1150, '_wp_old_slug', '152'),
(2533, 2073, '_publicize_pending', '1'),
(2534, 1150, '_wp_old_slug', 'comments-disabled-2'),
(2535, 2073, '_wp_old_slug', 'no-comments'),
(2536, 1150, '_wxr_import_user_slug', 'admin'),
(2537, 2073, 'original_post_id', '152'),
(2538, 2073, '_wp_old_slug', '152'),
(2539, 2073, '_wp_old_slug', 'comments-disabled-2'),
(2541, 2073, '_wxr_import_user_slug', 'admin'),
(2545, 1168, '_wp_old_slug', 'password-protected'),
(2546, 1168, '_publicize_pending', '1'),
(2547, 1168, '_wp_old_slug', 'test-with-secret-password'),
(2548, 1168, 'original_post_id', '131'),
(2549, 2074, '_wp_old_slug', 'password-protected'),
(2550, 1168, '_wp_old_slug', '131'),
(2551, 2074, '_publicize_pending', '1'),
(2552, 1168, '_wxr_import_user_slug', 'admin'),
(2553, 2074, '_wp_old_slug', 'test-with-secret-password'),
(2554, 2074, 'original_post_id', '131'),
(2555, 2074, '_wp_old_slug', '131'),
(2557, 2074, '_wxr_import_user_slug', 'admin'),
(2561, 1171, '_publicize_pending', '1'),
(2562, 1171, '_wp_old_slug', 'layout-test'),
(2563, 1171, 'original_post_id', '188'),
(2564, 1171, '_wp_old_slug', '188'),
(2565, 2075, '_publicize_pending', '1'),
(2566, 1171, '_wp_old_slug', 'paginated'),
(2567, 2075, '_wp_old_slug', 'layout-test'),
(2568, 1171, '_wxr_import_user_slug', 'admin'),
(2569, 2075, 'original_post_id', '188'),
(2570, 2075, '_wp_old_slug', '188'),
(2571, 2075, '_wp_old_slug', 'paginated'),
(2573, 2075, '_wxr_import_user_slug', 'admin'),
(2575, 2071, '_wp_old_slug', 'many-categories-2'),
(2576, 2071, '_publicize_pending', '1'),
(2577, 2071, 'original_post_id', '168'),
(2579, 2071, '_wp_old_slug', '168'),
(2581, 2071, '_wxr_import_user_slug', 'admin'),
(2582, 1173, '_publicize_pending', '1'),
(2583, 1173, 'original_post_id', '861'),
(2585, 1173, '_wp_old_slug', '861'),
(2587, 1173, '_wp_old_slug', 'title-with-markup'),
(2588, 2076, '_publicize_pending', '1'),
(2589, 1173, '_wxr_import_user_slug', 'admin'),
(2590, 2076, 'original_post_id', '861'),
(2591, 2076, '_wp_old_slug', '861'),
(2592, 2076, '_wp_old_slug', 'title-with-markup'),
(2594, 2076, '_wxr_import_user_slug', 'admin'),
(2596, 2077, '_publicize_pending', '1'),
(2597, 2077, '_wp_old_slug', 'post-format-test-image-attached'),
(2599, 2077, 'original_post_id', '674'),
(2601, 2077, '_wp_old_slug', '674'),
(2602, 2077, '_thumbnail_id', '1628'),
(2603, 2077, '_format_url', ''),
(2604, 1174, '_publicize_pending', '1'),
(2605, 2077, '_format_link_url', ''),
(2606, 1174, 'original_post_id', '867'),
(2607, 2077, '_format_quote_source_url', ''),
(2608, 1174, '_wp_old_slug', '867'),
(2609, 2077, '_format_quote_source_name', ''),
(2610, 1174, '_wxr_import_user_slug', 'admin'),
(2611, 2077, '_format_image', ''),
(2612, 2078, '_publicize_pending', '1'),
(2613, 2077, '_format_audio_embed', ''),
(2614, 2078, 'original_post_id', '867'),
(2615, 2077, '_format_video_embed', ''),
(2616, 2078, '_wp_old_slug', '867'),
(2618, 2077, '_wxr_import_user_slug', 'admin'),
(2619, 2078, '_wxr_import_user_slug', 'admin'),
(2621, 2077, '_wxr_import_has_attachment_refs', '1'),
(2626, 1176, '_wp_old_slug', 'text-alignment'),
(2627, 1176, '_publicize_pending', '1'),
(2628, 1176, 'original_post_id', '895'),
(2629, 1176, '_wp_old_slug', '895'),
(2630, 2080, '_publicize_pending', '1'),
(2631, 2079, '_wp_old_slug', 'text-alignment'),
(2632, 1176, '_wxr_import_user_slug', 'admin'),
(2633, 2079, '_publicize_pending', '1'),
(2634, 2080, '_wp_old_slug', '14'),
(2635, 2079, 'original_post_id', '895'),
(2636, 2080, 'original_post_id', '133'),
(2637, 2079, '_wp_old_slug', '895'),
(2638, 2080, '_wp_old_slug', '133'),
(2640, 2079, '_wxr_import_user_slug', 'admin'),
(2641, 2080, '_wp_old_slug', 'no-title-2'),
(2643, 2080, '_wxr_import_user_slug', 'admin'),
(2648, 1177, '_thumbnail_id', '1023'),
(2649, 1177, '_wp_old_slug', 'image-alignment'),
(2650, 1177, '_publicize_pending', '1'),
(2651, 2082, '_publicize_pending', '1'),
(2652, 1177, 'standard_seo_post_level_layout', ''),
(2653, 2082, '_wp_old_slug', 'this-post-has-no-body'),
(2654, 1177, 'standard_link_url_field', ''),
(2655, 2081, '_thumbnail_id', '1023'),
(2656, 2082, 'original_post_id', '134'),
(2657, 2081, '_wp_old_slug', 'image-alignment'),
(2658, 1177, 'standard_seo_post_meta_description', ''),
(2659, 2082, '_wp_old_slug', '134'),
(2660, 2081, '_publicize_pending', '1'),
(2661, 1177, 'original_post_id', '903'),
(2662, 2082, '_wp_old_slug', 'no-content'),
(2663, 2081, 'standard_seo_post_level_layout', ''),
(2664, 1177, '_wp_old_slug', '903'),
(2665, 2082, '_wxr_import_user_slug', 'admin'),
(2666, 2081, 'standard_link_url_field', ''),
(2667, 1177, '_wxr_import_user_slug', 'admin'),
(2668, 2081, 'standard_seo_post_meta_description', ''),
(2669, 1177, '_wxr_import_has_attachment_refs', '1'),
(2670, 2081, 'original_post_id', '903'),
(2672, 2081, '_wp_old_slug', '903'),
(2674, 2081, '_wxr_import_user_slug', 'admin'),
(2676, 2081, '_wxr_import_has_attachment_refs', '1'),
(2680, 2083, '_wp_old_slug', 'edge-case-non-breaking-text'),
(2681, 2083, '_wp_old_slug', 'non-breaking-text'),
(2682, 1178, '_wp_old_slug', 'markup-and-formatting'),
(2683, 2083, '_publicize_pending', '1'),
(2684, 1178, '_publicize_pending', '1'),
(2685, 1178, 'standard_seo_post_level_layout', ''),
(2686, 2083, '_wp_old_slug', 'non-breaking-tex'),
(2687, 2083, 'original_post_id', '877'),
(2688, 1178, 'standard_link_url_field', ''),
(2689, 2084, '_wp_old_slug', 'markup-and-formatting'),
(2690, 2083, '_wp_old_slug', '877'),
(2691, 1178, 'standard_seo_post_meta_description', ''),
(2692, 2084, '_publicize_pending', '1'),
(2693, 2083, '_wxr_import_user_slug', 'admin'),
(2694, 1178, 'original_post_id', '919'),
(2695, 2084, 'standard_seo_post_level_layout', ''),
(2696, 1178, '_wp_old_slug', '919'),
(2697, 2084, 'standard_link_url_field', ''),
(2698, 1178, '_wxr_import_user_slug', 'admin'),
(2699, 2084, 'standard_seo_post_meta_description', ''),
(2701, 2084, 'original_post_id', '919'),
(2703, 2084, '_wp_old_slug', '919'),
(2705, 2084, '_wxr_import_user_slug', 'admin'),
(2709, 1241, '_publicize_pending', '1'),
(2710, 1241, 'standard_seo_post_level_layout', ''),
(2711, 2085, '_publicize_pending', '1'),
(2712, 2085, 'standard_seo_post_level_layout', ''),
(2713, 1241, 'standard_link_url_field', ''),
(2714, 2085, 'standard_link_url_field', ''),
(2715, 1241, 'standard_seo_post_meta_description', ''),
(2716, 2086, '_publicize_pending', '1'),
(2717, 2085, 'standard_seo_post_meta_description', ''),
(2718, 1241, 'original_post_id', '1241'),
(2719, 2086, 'standard_seo_post_level_layout', ''),
(2720, 1241, '_wp_old_slug', '1241'),
(2721, 2085, '_wp_old_slug', 'twitter-embeds'),
(2722, 2086, 'standard_link_url_field', ''),
(2723, 1241, '_wp_old_slug', 'sticky'),
(2724, 2085, 'original_post_id', '1027'),
(2725, 2086, 'standard_seo_post_meta_description', ''),
(2726, 2085, '_wp_old_slug', '1027'),
(2727, 1241, '_wxr_import_user_slug', 'admin'),
(2728, 2086, 'original_post_id', '1241'),
(2729, 2085, '_oembed_8519f5e46e0f41349a0276b923f38d4e', '<blockquote class=\"twitter-tweet\" data-width=\"550\"><p lang=\"en\" dir=\"ltr\">Really cool to read through and find so much awesomeness added to WordPress 3.6 while I was gone. I should take three weeks off more often.</p>&mdash; Andrew Nacin (@nacin) <a href=\"https://twitter.com/nacin/status/319508408669708289\">April 3, 2013</a></blockquote><script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),
(2730, 2086, '_wp_old_slug', '1241'),
(2731, 2085, '_oembed_time_8519f5e46e0f41349a0276b923f38d4e', '1478845461'),
(2732, 2086, '_wp_old_slug', 'sticky'),
(2733, 2085, '_wxr_import_user_slug', 'admin'),
(2734, 2086, '_wxr_import_user_slug', 'admin'),
(2741, 2087, '_wxr_import_user_slug', 'admin'),
(2742, 1446, '_publicize_pending', '1'),
(2743, 1446, '_wxr_import_user_slug', 'admin'),
(2745, 2088, '_publicize_pending', '1'),
(2747, 2088, '_wxr_import_user_slug', 'admin'),
(2752, 2090, '_thumbnail_id', '1763'),
(2753, 2089, '_wp_old_slug', 'excerpt'),
(2754, 2089, '_wp_old_slug', 'template-excerpt'),
(2755, 2090, '_wxr_import_user_slug', 'admin'),
(2756, 2089, '_publicize_pending', '1'),
(2757, 2091, '_thumbnail_id', '1763'),
(2758, 2089, 'original_post_id', '993'),
(2759, 2091, '_wxr_import_user_slug', 'admin'),
(2760, 2089, '_wp_old_slug', '993'),
(2762, 2089, '_wxr_import_user_slug', 'admin'),
(2766, 1765, '_thumbnail_id', '1766'),
(2768, 1765, '_wxr_import_user_slug', 'admin'),
(2770, 2092, '_thumbnail_id', '1766'),
(2771, 2092, '_wxr_import_user_slug', 'admin'),
(2774, 2093, '_wp_old_slug', 'more-tag'),
(2776, 2093, '_publicize_pending', '1'),
(2778, 2093, 'original_post_id', '996'),
(2779, 2093, '_wp_old_slug', '996'),
(2780, 1768, '_thumbnail_id', '1769'),
(2781, 1768, '_wxr_import_user_slug', 'admin'),
(2782, 2093, '_wxr_import_user_slug', 'admin'),
(2783, 2094, '_thumbnail_id', '1769'),
(2784, 2094, '_wxr_import_user_slug', 'admin'),
(2802, 2096, '_wp_old_slug', 'media-featured-image-horizontal'),
(2804, 2096, '_wp_old_slug', 'featured-image-horizontal'),
(2808, 2096, '_publicize_pending', '1'),
(2811, 2096, '_wp_old_slug', 'featured-image'),
(2814, 2096, '_thumbnail_id', '1022'),
(2817, 2096, 'standard_seo_post_level_layout', ''),
(2819, 2096, 'standard_link_url_field', ''),
(2822, 2096, 'standard_seo_post_meta_description', ''),
(2825, 2096, 'original_post_id', '1011'),
(2828, 2096, '_wp_old_slug', '1011'),
(2832, 2096, '_wxr_import_user_slug', 'admin'),
(2857, 2098, '_wp_old_slug', 'media-featured-image-vertical'),
(2859, 2098, '_wp_old_slug', 'featured-image-vertical'),
(2862, 2098, '_publicize_pending', '1'),
(2865, 2098, '_thumbnail_id', '1027'),
(2867, 2098, 'standard_seo_post_level_layout', ''),
(2869, 2098, 'standard_link_url_field', ''),
(2871, 2098, 'standard_seo_post_meta_description', ''),
(2873, 2098, 'original_post_id', '1016'),
(2875, 2098, '_wp_old_slug', '1016'),
(2877, 2098, '_wxr_import_user_slug', 'admin'),
(2878, 1771, '_thumbnail_id', '1772'),
(2879, 1771, '_wxr_import_user_slug', 'admin'),
(2880, 2099, '_thumbnail_id', '1772'),
(2882, 2099, '_wxr_import_user_slug', 'admin'),
(2932, 2100, '_publicize_pending', '1'),
(2934, 2100, '_wp_old_slug', 'comment-test'),
(2937, 2100, 'original_post_id', '149'),
(2940, 2100, '_wp_old_slug', '149'),
(2943, 2100, '_wp_old_slug', 'comments'),
(2946, 2100, '_wxr_import_user_slug', 'admin'),
(2976, 2102, '_wp_old_slug', 'pingbacks-an-trackbacks'),
(2979, 2102, '_publicize_pending', '1'),
(2982, 2102, '_wp_old_slug', 'many-trackbacks'),
(2985, 2102, 'original_post_id', '151'),
(2987, 2102, '_wp_old_slug', '151'),
(2991, 2102, '_wxr_import_user_slug', 'admin'),
(3012, 2104, '_publicize_pending', '1'),
(3014, 2104, '_wp_old_slug', 'no-comments'),
(3017, 2104, 'original_post_id', '152'),
(3021, 2104, '_wp_old_slug', '152'),
(3024, 2104, '_wp_old_slug', 'comments-disabled-2'),
(3027, 2104, '_wxr_import_user_slug', 'admin'),
(3044, 2105, '_wp_old_slug', 'password-protected'),
(3046, 2105, '_publicize_pending', '1'),
(3050, 2105, '_wp_old_slug', 'test-with-secret-password'),
(3053, 2105, 'original_post_id', '131'),
(3056, 2105, '_wp_old_slug', '131'),
(3059, 2105, '_wxr_import_user_slug', 'admin'),
(3080, 2107, '_publicize_pending', '1'),
(3083, 2107, '_wp_old_slug', 'layout-test'),
(3086, 2107, 'original_post_id', '188'),
(3088, 2107, '_wp_old_slug', '188'),
(3092, 2107, '_wp_old_slug', 'paginated'),
(3095, 2107, '_wxr_import_user_slug', 'admin'),
(3113, 2108, '_publicize_pending', '1'),
(3116, 2108, 'original_post_id', '861'),
(3119, 2108, '_wp_old_slug', '861'),
(3122, 2108, '_wp_old_slug', 'title-with-markup'),
(3125, 2108, '_wxr_import_user_slug', 'admin'),
(3152, 2110, '_publicize_pending', '1'),
(3155, 2110, 'original_post_id', '867'),
(3158, 2110, '_wp_old_slug', '867'),
(3161, 2110, '_wxr_import_user_slug', 'admin'),
(3185, 2111, '_wp_old_slug', 'text-alignment'),
(3187, 2111, '_publicize_pending', '1'),
(3189, 2111, 'original_post_id', '895'),
(3191, 2111, '_wp_old_slug', '895'),
(3194, 2111, '_wxr_import_user_slug', 'admin'),
(3223, 2114, '_thumbnail_id', '1023'),
(3226, 2114, '_wp_old_slug', 'image-alignment'),
(3229, 2114, '_publicize_pending', '1');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3232, 2114, 'standard_seo_post_level_layout', ''),
(3235, 2114, 'standard_link_url_field', ''),
(3237, 2114, 'standard_seo_post_meta_description', ''),
(3240, 2114, 'original_post_id', '903'),
(3243, 2114, '_wp_old_slug', '903'),
(3246, 2114, '_wxr_import_user_slug', 'admin'),
(3249, 2114, '_wxr_import_has_attachment_refs', '1'),
(3271, 1879, '_wxr_import_user_slug', 'admin'),
(3273, 2115, '_wp_old_slug', 'markup-and-formatting'),
(3274, 2116, '_wxr_import_user_slug', 'admin'),
(3275, 2115, '_publicize_pending', '1'),
(3276, 2115, 'standard_seo_post_level_layout', ''),
(3278, 2115, 'standard_link_url_field', ''),
(3281, 2115, 'standard_seo_post_meta_description', ''),
(3283, 2115, 'original_post_id', '919'),
(3284, 2115, '_wp_old_slug', '919'),
(3285, 2117, '_wp_old_slug', 'quis-nostrum-exercitationem'),
(3286, 2115, '_wxr_import_user_slug', 'admin'),
(3287, 2117, '_thumbnail_id', '1943'),
(3288, 2118, '_wp_old_slug', 'quis-nostrum-exercitationem'),
(3289, 2117, '_wxr_import_user_slug', 'admin'),
(3290, 2118, '_thumbnail_id', '1944'),
(3291, 2118, '_wxr_import_user_slug', 'admin'),
(3298, 2119, '_publicize_pending', '1'),
(3299, 2119, 'standard_seo_post_level_layout', ''),
(3300, 2120, '_wp_old_slug', 'voluptate-velit-esse'),
(3301, 2121, '_wp_old_slug', 'voluptate-velit-esse'),
(3302, 2119, 'standard_link_url_field', ''),
(3303, 2120, '_thumbnail_id', '1942'),
(3304, 2121, '_thumbnail_id', '1941'),
(3305, 2119, 'standard_seo_post_meta_description', ''),
(3306, 2120, '_wxr_import_user_slug', 'admin'),
(3307, 2121, '_wxr_import_user_slug', 'admin'),
(3308, 2119, 'original_post_id', '1241'),
(3309, 2119, '_wp_old_slug', '1241'),
(3310, 2119, '_wp_old_slug', 'sticky'),
(3313, 2119, '_wxr_import_user_slug', 'admin'),
(3317, 1893, '_wp_old_slug', 'neque-porro-quisquam-est'),
(3318, 1894, '_wp_old_slug', 'dolorem-ipsum-quia'),
(3320, 1893, '_thumbnail_id', '1945'),
(3321, 1894, '_thumbnail_id', '1946'),
(3322, 1893, '_wxr_import_user_slug', 'admin'),
(3323, 1894, '_wxr_import_user_slug', 'admin'),
(3326, 2122, '_publicize_pending', '1'),
(3329, 2122, '_wxr_import_user_slug', 'admin'),
(3330, 2123, '_wp_old_slug', 'dolorem-ipsum-quia'),
(3331, 1899, '_thumbnail_id', '1929'),
(3333, 1899, '_wxr_import_user_slug', 'admin'),
(3334, 2123, '_thumbnail_id', '1944'),
(3336, 2123, '_wxr_import_user_slug', 'admin'),
(3338, 2124, '_thumbnail_id', '1763'),
(3341, 2124, '_wxr_import_user_slug', 'admin'),
(3343, 1900, '_thumbnail_id', '1927'),
(3345, 1900, '_wxr_import_user_slug', 'admin'),
(3346, 2125, '_thumbnail_id', '1930'),
(3348, 2125, '_wxr_import_user_slug', 'admin'),
(3350, 2126, '_thumbnail_id', '1766'),
(3353, 2126, '_wxr_import_user_slug', 'admin'),
(3355, 1901, '_thumbnail_id', '1925'),
(3357, 1901, '_wxr_import_user_slug', 'admin'),
(3358, 2127, '_thumbnail_id', '1928'),
(3360, 2127, '_wxr_import_user_slug', 'admin'),
(3364, 2128, '_thumbnail_id', '1769'),
(3366, 2128, '_wxr_import_user_slug', 'admin'),
(3367, 2129, '_thumbnail_id', '1923'),
(3368, 2129, '_wxr_import_user_slug', 'admin'),
(3369, 2130, '_thumbnail_id', '1926'),
(3371, 2130, '_wxr_import_user_slug', 'admin'),
(3382, 2132, '_thumbnail_id', '1921'),
(3384, 2132, '_wxr_import_user_slug', 'admin'),
(3385, 2133, '_thumbnail_id', '1924'),
(3387, 2133, '_wxr_import_user_slug', 'admin'),
(3399, 2134, '_thumbnail_id', '1909'),
(3400, 2135, '_thumbnail_id', '1922'),
(3402, 2134, '_wxr_import_user_slug', 'admin'),
(3403, 2135, '_wxr_import_user_slug', 'admin'),
(3416, 2136, '_thumbnail_id', '1907'),
(3418, 2136, '_wxr_import_user_slug', 'admin'),
(3419, 2137, '_thumbnail_id', '1912'),
(3421, 2137, '_wxr_import_user_slug', 'admin'),
(3431, 2138, '_thumbnail_id', '1905'),
(3432, 2138, '_wxr_import_user_slug', 'admin'),
(3433, 2139, '_thumbnail_id', '1908'),
(3435, 2139, '_wxr_import_user_slug', 'admin'),
(3438, 2140, '_thumbnail_id', '1772'),
(3440, 2140, '_wxr_import_user_slug', 'admin'),
(3441, 2141, '_thumbnail_id', '1906'),
(3443, 2141, '_wxr_import_user_slug', 'admin'),
(3601, 2150, '_wxr_import_user_slug', 'admin'),
(3604, 2151, '_wp_old_slug', 'quis-nostrum-exercitationem'),
(3605, 2151, '_thumbnail_id', '1945'),
(3606, 2151, '_wxr_import_user_slug', 'admin'),
(3609, 2152, '_wp_old_slug', 'voluptate-velit-esse'),
(3610, 2152, '_thumbnail_id', '1943'),
(3611, 2152, '_wxr_import_user_slug', 'admin'),
(3614, 2153, '_wp_old_slug', 'neque-porro-quisquam-est'),
(3615, 2153, '_thumbnail_id', '1949'),
(3616, 2153, '_wxr_import_user_slug', 'admin'),
(3619, 2154, '_wp_old_slug', 'dolorem-ipsum-quia'),
(3620, 2154, '_thumbnail_id', '1947'),
(3621, 2154, '_wxr_import_user_slug', 'admin'),
(3624, 2155, '_thumbnail_id', '1912'),
(3625, 2155, '_wxr_import_user_slug', 'admin'),
(3628, 2156, '_thumbnail_id', '1911'),
(3629, 2156, '_wxr_import_user_slug', 'admin'),
(3632, 2157, '_thumbnail_id', '1910'),
(3633, 2157, '_wxr_import_user_slug', 'admin'),
(3636, 2158, '_thumbnail_id', '1909'),
(3637, 2158, '_wxr_import_user_slug', 'admin'),
(3640, 2159, '_thumbnail_id', '1908'),
(3641, 2159, '_wxr_import_user_slug', 'admin'),
(3644, 2160, '_thumbnail_id', '1907'),
(3645, 2160, '_wxr_import_user_slug', 'admin'),
(3648, 2161, '_thumbnail_id', '1906'),
(3649, 2161, '_wxr_import_user_slug', 'admin'),
(3652, 2162, '_thumbnail_id', '1905'),
(3653, 2162, '_wxr_import_user_slug', 'admin'),
(3654, 2165, '_wp_attached_file', '2020/04/log_file_2020-04-07__07-43-05.txt'),
(3655, 2166, '_wp_attached_file', '2020/04/log_file_2020-04-07__07-43-58.txt'),
(3656, 2167, '_wp_attached_file', '2020/04/gallery-03.jpg'),
(3657, 2167, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2020/04/gallery-03.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"gallery-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"gallery-03-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"gallery-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"gallery-03-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-03-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:22:\"gallery-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:22:\"gallery-03-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:22:\"gallery-03-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:22:\"gallery-03-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"gallery-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"gallery-03-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"gallery-03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(3658, 2167, '_wp_attachment_is_custom_header', 'kids-education'),
(3676, 2173, '_wp_attached_file', '2020/04/cropped-connectivism-1.png'),
(3677, 2173, '_wp_attachment_context', 'custom-logo'),
(3678, 2173, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:453;s:6:\"height\";i:84;s:4:\"file\";s:34:\"2020/04/cropped-connectivism-1.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cropped-connectivism-1-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-connectivism-1-150x84.png\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-connectivism-1-320x84.png\";s:5:\"width\";i:320;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:33:\"cropped-connectivism-1-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:33:\"cropped-connectivism-1-400x84.png\";s:5:\"width\";i:400;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:33:\"cropped-connectivism-1-175x84.png\";s:5:\"width\";i:175;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:33:\"cropped-connectivism-1-350x84.png\";s:5:\"width\";i:350;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-connectivism-1-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-connectivism-1-100x84.png\";s:5:\"width\";i:100;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"cropped-connectivism-1-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-connectivism-1-100x84.png\";s:5:\"width\";i:100;s:6:\"height\";i:84;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:{}}}'),
(3689, 2180, '_wp_attached_file', '2020/04/other-small.jpg'),
(3690, 2180, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2020/04/other-small.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"other-small-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"other-small-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"other-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"other-small-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"other-small-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"other-small-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:23:\"other-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:23:\"other-small-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:23:\"other-small-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:23:\"other-small-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"other-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"other-small-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"other-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"other-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"other-small-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"other-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(3691, 2180, '_source_url', 'https://connectivism.in/wp-content/plugins/woocommerce/packages/woocommerce-admin/images/onboarding/other-small.jpg'),
(3694, 2179, '_edit_lock', '1586271219:1'),
(3807, 2219, '_edit_lock', '1586417960:1'),
(3808, 2219, '_wp_trash_meta_status', 'publish'),
(3809, 2219, '_wp_trash_meta_time', '1586417982'),
(3818, 2220, '_wp_trash_meta_status', 'publish'),
(3819, 2220, '_wp_trash_meta_time', '1586418043'),
(3820, 2222, '_edit_lock', '1586418058:1'),
(3821, 2222, '_wp_trash_meta_status', 'publish'),
(3822, 2222, '_wp_trash_meta_time', '1586418078'),
(3823, 2223, '_edit_lock', '1586419428:1'),
(3824, 2057, '_edit_lock', '1586418162:1'),
(3833, 2223, '_wp_trash_meta_status', 'publish'),
(3834, 2223, '_wp_trash_meta_time', '1586419440'),
(3835, 2225, '_wp_trash_meta_status', 'publish'),
(3836, 2225, '_wp_trash_meta_time', '1586419509'),
(3837, 2226, '_menu_item_type', 'custom'),
(3838, 2226, '_menu_item_menu_item_parent', '0'),
(3839, 2226, '_menu_item_object_id', '2226'),
(3840, 2226, '_menu_item_object', 'custom'),
(3841, 2226, '_menu_item_target', ''),
(3842, 2226, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3843, 2226, '_menu_item_xfn', ''),
(3844, 2226, '_menu_item_url', '#'),
(3845, 2226, '_menu_item_orphaned', '1586419673'),
(3846, 2227, '_menu_item_type', 'post_type'),
(3847, 2227, '_menu_item_menu_item_parent', '0'),
(3848, 2227, '_menu_item_object_id', '2057'),
(3849, 2227, '_menu_item_object', 'page'),
(3850, 2227, '_menu_item_target', ''),
(3851, 2227, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3852, 2227, '_menu_item_xfn', ''),
(3853, 2227, '_menu_item_url', ''),
(3854, 2227, '_menu_item_orphaned', '1586419687'),
(3855, 2228, '_menu_item_type', 'custom'),
(3856, 2228, '_menu_item_menu_item_parent', '0'),
(3857, 2228, '_menu_item_object_id', '2228'),
(3858, 2228, '_menu_item_object', 'custom'),
(3859, 2228, '_menu_item_target', ''),
(3860, 2228, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3861, 2228, '_menu_item_xfn', ''),
(3862, 2228, '_menu_item_url', '#'),
(3863, 2228, '_menu_item_orphaned', '1586425268'),
(3864, 2229, '_menu_item_type', 'custom'),
(3865, 2229, '_menu_item_menu_item_parent', '0'),
(3866, 2229, '_menu_item_object_id', '2229'),
(3867, 2229, '_menu_item_object', 'custom'),
(3868, 2229, '_menu_item_target', ''),
(3869, 2229, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3870, 2229, '_menu_item_xfn', ''),
(3871, 2229, '_menu_item_url', '#'),
(3872, 2229, '_menu_item_orphaned', '1586425296'),
(3873, 1153, '_edit_lock', '1586426966:1'),
(3876, 1153, '_edit_last', '1'),
(3878, 1153, '_yoast_wpseo_primary_category', '221'),
(3879, 1153, '_yoast_wpseo_content_score', '60'),
(3880, 2141, '_edit_last', '1'),
(3883, 2141, '_edit_lock', '1586426987:1'),
(3884, 2136, '_edit_last', '1'),
(3887, 2136, '_edit_lock', '1586427004:1'),
(3888, 2137, '_edit_last', '1'),
(3891, 2137, '_edit_lock', '1586427020:1'),
(3892, 2125, '_edit_last', '1'),
(3895, 2125, '_edit_lock', '1586427397:1'),
(3896, 2121, '_edit_last', '1'),
(3899, 2121, '_edit_lock', '1586427083:1'),
(3900, 2236, '_menu_item_type', 'post_type'),
(3901, 2236, '_menu_item_menu_item_parent', '0'),
(3902, 2236, '_menu_item_object_id', '2057'),
(3903, 2236, '_menu_item_object', 'page'),
(3904, 2236, '_menu_item_target', ''),
(3905, 2236, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3906, 2236, '_menu_item_xfn', ''),
(3907, 2236, '_menu_item_url', ''),
(3909, 2237, '_menu_item_type', 'custom'),
(3910, 2237, '_menu_item_menu_item_parent', '0'),
(3911, 2237, '_menu_item_object_id', '2237'),
(3912, 2237, '_menu_item_object', 'custom'),
(3913, 2237, '_menu_item_target', ''),
(3914, 2237, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3915, 2237, '_menu_item_xfn', ''),
(3916, 2237, '_menu_item_url', '#'),
(3918, 2238, '_menu_item_type', 'custom'),
(3919, 2238, '_menu_item_menu_item_parent', '0'),
(3920, 2238, '_menu_item_object_id', '2238'),
(3921, 2238, '_menu_item_object', 'custom'),
(3922, 2238, '_menu_item_target', ''),
(3923, 2238, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3924, 2238, '_menu_item_xfn', ''),
(3925, 2238, '_menu_item_url', '#'),
(3927, 2239, '_menu_item_type', 'custom'),
(3928, 2239, '_menu_item_menu_item_parent', '0'),
(3929, 2239, '_menu_item_object_id', '2239'),
(3930, 2239, '_menu_item_object', 'custom'),
(3931, 2239, '_menu_item_target', ''),
(3932, 2239, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3933, 2239, '_menu_item_xfn', ''),
(3934, 2239, '_menu_item_url', '#'),
(3936, 2043, '_edit_last', '1'),
(3939, 2043, '_edit_lock', '1586427268:1'),
(3940, 2138, '_edit_last', '1'),
(3943, 2138, '_edit_lock', '1586427280:1'),
(3944, 2162, '_edit_last', '1'),
(3947, 2162, '_edit_lock', '1586427291:1'),
(3948, 2139, '_edit_last', '1'),
(3951, 2139, '_edit_lock', '1586427308:1'),
(3954, 2134, '_edit_last', '1'),
(3957, 2134, '_edit_lock', '1586427319:1'),
(3958, 2160, '_edit_last', '1'),
(3961, 2160, '_edit_lock', '1586427331:1'),
(3962, 2159, '_edit_last', '1'),
(3965, 2159, '_edit_lock', '1586427344:1'),
(3966, 2132, '_edit_last', '1'),
(3969, 2132, '_edit_lock', '1586427361:1'),
(3970, 2135, '_edit_last', '1'),
(3973, 2135, '_edit_lock', '1586427371:1'),
(3974, 2133, '_edit_last', '1'),
(3977, 2133, '_edit_lock', '1586427380:1'),
(3978, 2129, '_edit_last', '1'),
(3981, 2129, '_edit_lock', '1586427387:1'),
(3982, 2125, '_pingme', '1'),
(3983, 2125, '_encloseme', '1'),
(4074, 2261, '_menu_item_type', 'taxonomy'),
(4075, 2261, '_menu_item_menu_item_parent', '0'),
(4076, 2261, '_menu_item_object_id', '221'),
(4077, 2261, '_menu_item_object', 'category'),
(4078, 2261, '_menu_item_target', ''),
(4079, 2261, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4080, 2261, '_menu_item_xfn', ''),
(4081, 2261, '_menu_item_url', ''),
(4082, 2261, '_menu_item_orphaned', '1586427530'),
(4083, 2262, '_menu_item_type', 'taxonomy'),
(4084, 2262, '_menu_item_menu_item_parent', '0'),
(4085, 2262, '_menu_item_object_id', '222'),
(4086, 2262, '_menu_item_object', 'category'),
(4087, 2262, '_menu_item_target', ''),
(4088, 2262, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4089, 2262, '_menu_item_xfn', ''),
(4090, 2262, '_menu_item_url', ''),
(4091, 2262, '_menu_item_orphaned', '1586427530'),
(4092, 2263, '_menu_item_type', 'taxonomy'),
(4093, 2263, '_menu_item_menu_item_parent', '0'),
(4094, 2263, '_menu_item_object_id', '219'),
(4095, 2263, '_menu_item_object', 'category'),
(4096, 2263, '_menu_item_target', ''),
(4097, 2263, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4098, 2263, '_menu_item_xfn', ''),
(4099, 2263, '_menu_item_url', ''),
(4100, 2263, '_menu_item_orphaned', '1586427530'),
(4101, 2264, '_menu_item_type', 'taxonomy'),
(4102, 2264, '_menu_item_menu_item_parent', '0'),
(4103, 2264, '_menu_item_object_id', '216'),
(4104, 2264, '_menu_item_object', 'category'),
(4105, 2264, '_menu_item_target', ''),
(4106, 2264, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4107, 2264, '_menu_item_xfn', ''),
(4108, 2264, '_menu_item_url', ''),
(4109, 2264, '_menu_item_orphaned', '1586427530'),
(4110, 2265, '_menu_item_type', 'taxonomy'),
(4111, 2265, '_menu_item_menu_item_parent', '0'),
(4112, 2265, '_menu_item_object_id', '212'),
(4113, 2265, '_menu_item_object', 'category'),
(4114, 2265, '_menu_item_target', ''),
(4115, 2265, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4116, 2265, '_menu_item_xfn', ''),
(4117, 2265, '_menu_item_url', ''),
(4118, 2265, '_menu_item_orphaned', '1586427530'),
(4209, 2276, '_edit_lock', '1586427945:1'),
(4210, 2277, '_menu_item_type', 'post_type'),
(4211, 2277, '_menu_item_menu_item_parent', '0'),
(4212, 2277, '_menu_item_object_id', '2055'),
(4213, 2277, '_menu_item_object', 'page'),
(4214, 2277, '_menu_item_target', ''),
(4215, 2277, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4216, 2277, '_menu_item_xfn', ''),
(4217, 2277, '_menu_item_url', ''),
(4218, 2278, '_menu_item_type', 'post_type'),
(4219, 2278, '_menu_item_menu_item_parent', '0'),
(4220, 2278, '_menu_item_object_id', '1774'),
(4221, 2278, '_menu_item_object', 'page'),
(4222, 2278, '_menu_item_target', ''),
(4223, 2278, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4224, 2278, '_menu_item_xfn', ''),
(4225, 2278, '_menu_item_url', ''),
(4226, 2279, '_menu_item_type', 'post_type'),
(4227, 2279, '_menu_item_menu_item_parent', '0'),
(4228, 2279, '_menu_item_object_id', '2046'),
(4229, 2279, '_menu_item_object', 'page'),
(4230, 2279, '_menu_item_target', ''),
(4231, 2279, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4232, 2279, '_menu_item_xfn', ''),
(4233, 2279, '_menu_item_url', ''),
(4234, 2280, '_menu_item_type', 'post_type'),
(4235, 2280, '_menu_item_menu_item_parent', '0'),
(4236, 2280, '_menu_item_object_id', '1983'),
(4237, 2280, '_menu_item_object', 'page'),
(4238, 2280, '_menu_item_target', ''),
(4239, 2280, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4240, 2280, '_menu_item_xfn', ''),
(4241, 2280, '_menu_item_url', ''),
(4242, 2276, '_wp_trash_meta_status', 'publish'),
(4243, 2276, '_wp_trash_meta_time', '1586427961'),
(4244, 2281, '_wp_trash_meta_status', 'publish'),
(4245, 2281, '_wp_trash_meta_time', '1586427991'),
(4247, 2283, '_edit_lock', '1586592665:1'),
(4249, 2283, '_oembed_34ba79c9fd47785031d46dc43c27cff0', '<iframe title=\"फळांच्या फोडी\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/Wodi6W5syZc?start=342&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4250, 2283, '_oembed_time_34ba79c9fd47785031d46dc43c27cff0', '1586591529'),
(4252, 2283, '_wp_trash_meta_status', 'draft'),
(4253, 2283, '_wp_trash_meta_time', '1586595389'),
(4254, 2283, '_wp_desired_post_slug', ''),
(4255, 2081, '_wp_trash_meta_status', 'publish'),
(4256, 2081, '_wp_trash_meta_time', '1586595628'),
(4257, 2081, '_wp_desired_post_slug', 'markup-image-alignment-2'),
(4258, 1177, '_wp_trash_meta_status', 'publish'),
(4259, 1177, '_wp_trash_meta_time', '1586595628'),
(4260, 1177, '_wp_desired_post_slug', 'markup-image-alignment'),
(4261, 2114, '_wp_trash_meta_status', 'publish'),
(4262, 2114, '_wp_trash_meta_time', '1586595628'),
(4263, 2114, '_wp_desired_post_slug', 'markup-image-alignment-3'),
(4264, 2111, '_wp_trash_meta_status', 'publish'),
(4265, 2111, '_wp_trash_meta_time', '1586595628'),
(4266, 2111, '_wp_desired_post_slug', 'markup-text-alignment-3'),
(4267, 1176, '_wp_trash_meta_status', 'publish'),
(4268, 1176, '_wp_trash_meta_time', '1586595628'),
(4269, 1176, '_wp_desired_post_slug', 'markup-text-alignment'),
(4270, 2079, '_wp_trash_meta_status', 'publish'),
(4271, 2079, '_wp_trash_meta_time', '1586595628'),
(4272, 2079, '_wp_desired_post_slug', 'markup-text-alignment-2'),
(4273, 2110, '_wp_trash_meta_status', 'publish'),
(4274, 2110, '_wp_trash_meta_time', '1586595628'),
(4275, 2110, '_wp_desired_post_slug', 'title-with-special-characters-3'),
(4276, 2078, '_wp_trash_meta_status', 'publish'),
(4277, 2078, '_wp_trash_meta_time', '1586595628'),
(4278, 2078, '_wp_desired_post_slug', 'title-with-special-characters-2'),
(4279, 1174, '_wp_trash_meta_status', 'publish'),
(4280, 1174, '_wp_trash_meta_time', '1586595628'),
(4281, 1174, '_wp_desired_post_slug', 'title-with-special-characters'),
(4282, 2108, '_wp_trash_meta_status', 'publish'),
(4283, 2108, '_wp_trash_meta_time', '1586595629'),
(4284, 2108, '_wp_desired_post_slug', 'markup-title-with-markup-3'),
(4285, 2076, '_wp_trash_meta_status', 'publish'),
(4286, 2076, '_wp_trash_meta_time', '1586595629'),
(4287, 2076, '_wp_desired_post_slug', 'markup-title-with-markup-2'),
(4288, 1173, '_wp_trash_meta_status', 'publish'),
(4289, 1173, '_wp_trash_meta_time', '1586595629'),
(4290, 1173, '_wp_desired_post_slug', 'markup-title-with-markup'),
(4291, 2098, '_wp_trash_meta_status', 'publish'),
(4292, 2098, '_wp_trash_meta_time', '1586595629'),
(4293, 2098, '_wp_desired_post_slug', 'template-featured-image-vertical-2'),
(4294, 1016, '_wp_trash_meta_status', 'publish'),
(4295, 1016, '_wp_trash_meta_time', '1586595629'),
(4296, 1016, '_wp_desired_post_slug', 'template-featured-image-vertical'),
(4297, 2096, '_wp_trash_meta_status', 'publish'),
(4298, 2096, '_wp_trash_meta_time', '1586595629'),
(4299, 2096, '_wp_desired_post_slug', 'template-featured-image-horizontal-2'),
(4300, 1011, '_wp_trash_meta_status', 'publish'),
(4301, 1011, '_wp_trash_meta_time', '1586595629'),
(4302, 1011, '_wp_desired_post_slug', 'template-featured-image-horizontal'),
(4303, 996, '_wp_trash_meta_status', 'publish'),
(4304, 996, '_wp_trash_meta_time', '1586595629'),
(4305, 996, '_wp_desired_post_slug', 'template-more-tag'),
(4306, 2093, '_wp_trash_meta_status', 'publish'),
(4307, 2093, '_wp_trash_meta_time', '1586595629'),
(4308, 2093, '_wp_desired_post_slug', 'template-more-tag-2'),
(4309, 2089, '_wp_trash_meta_status', 'publish'),
(4310, 2089, '_wp_trash_meta_time', '1586595629'),
(4311, 2089, '_wp_desired_post_slug', 'template-excerpt-defined-2'),
(4312, 993, '_wp_trash_meta_status', 'publish'),
(4313, 993, '_wp_trash_meta_time', '1586595629'),
(4314, 993, '_wp_desired_post_slug', 'template-excerpt-defined'),
(4315, 2080, '_wp_trash_meta_status', 'publish'),
(4316, 2080, '_wp_trash_meta_time', '1586595661'),
(4317, 2080, '_wp_desired_post_slug', 'edge-case-no-title-2'),
(4318, 1169, '_wp_trash_meta_status', 'publish'),
(4319, 1169, '_wp_trash_meta_time', '1586595661'),
(4320, 1169, '_wp_desired_post_slug', 'edge-case-no-title'),
(4321, 2083, '_wp_trash_meta_status', 'publish'),
(4322, 2083, '_wp_trash_meta_time', '1586595661'),
(4323, 2083, '_wp_desired_post_slug', 'title-should-not-overflow-the-content-area-2'),
(4324, 1175, '_wp_trash_meta_status', 'publish'),
(4325, 1175, '_wp_trash_meta_time', '1586595661'),
(4326, 1175, '_wp_desired_post_slug', 'title-should-not-overflow-the-content-area'),
(4327, 2092, '_wp_trash_meta_status', 'publish'),
(4328, 2092, '_wp_trash_meta_time', '1586595661'),
(4329, 2092, '_wp_desired_post_slug', 'boy-playing-with-sand-at-beach-2'),
(4330, 2126, '_wp_trash_meta_status', 'publish'),
(4331, 2126, '_wp_trash_meta_time', '1586595661'),
(4332, 2126, '_wp_desired_post_slug', 'boy-playing-with-sand-at-beach-3'),
(4333, 1765, '_wp_trash_meta_status', 'publish'),
(4334, 1765, '_wp_trash_meta_time', '1586595661'),
(4335, 1765, '_wp_desired_post_slug', 'boy-playing-with-sand-at-beach'),
(4336, 2099, '_wp_trash_meta_status', 'publish'),
(4337, 2099, '_wp_trash_meta_time', '1586595661'),
(4338, 2099, '_wp_desired_post_slug', 'bubble-fun-2'),
(4339, 2140, '_wp_trash_meta_status', 'publish'),
(4340, 2140, '_wp_trash_meta_time', '1586595661'),
(4341, 2140, '_wp_desired_post_slug', 'bubble-fun-3'),
(4342, 1771, '_wp_trash_meta_status', 'publish'),
(4343, 1771, '_wp_trash_meta_time', '1586595661'),
(4344, 1771, '_wp_desired_post_slug', 'bubble-fun'),
(4345, 2129, '_wp_trash_meta_status', 'publish'),
(4346, 2129, '_wp_trash_meta_time', '1586595662'),
(4347, 2129, '_wp_desired_post_slug', 'dolorem-ipsum-quia-3'),
(4348, 2130, '_wp_trash_meta_status', 'publish'),
(4349, 2130, '_wp_trash_meta_time', '1586595662'),
(4350, 2130, '_wp_desired_post_slug', 'dolorem-ipsum-quia-2-2'),
(4351, 2133, '_wp_trash_meta_status', 'publish'),
(4352, 2133, '_wp_trash_meta_time', '1586595662'),
(4353, 2133, '_wp_desired_post_slug', 'dolorem-ipsum-quia-3-2'),
(4354, 2136, '_wp_trash_meta_status', 'publish'),
(4355, 2136, '_wp_trash_meta_time', '1586595662'),
(4356, 2136, '_wp_desired_post_slug', 'dolorem-ipsum-quia-4'),
(4357, 2139, '_wp_trash_meta_status', 'publish'),
(4358, 2139, '_wp_trash_meta_time', '1586595662'),
(4359, 2139, '_wp_desired_post_slug', 'dolorem-ipsum-quia-4-2'),
(4360, 1901, '_wp_trash_meta_status', 'publish'),
(4361, 1901, '_wp_trash_meta_time', '1586595662'),
(4362, 1901, '_wp_desired_post_slug', 'dolorem-ipsum-quia-2'),
(4363, 2157, '_wp_trash_meta_status', 'publish'),
(4364, 2157, '_wp_trash_meta_time', '1586595662'),
(4365, 2157, '_wp_desired_post_slug', 'dolorem-ipsum-quia-2-3'),
(4366, 2158, '_wp_trash_meta_status', 'publish'),
(4367, 2158, '_wp_trash_meta_time', '1586595662'),
(4368, 2158, '_wp_desired_post_slug', 'dolorem-ipsum-quia-3-3'),
(4369, 2161, '_wp_trash_meta_status', 'publish'),
(4370, 2161, '_wp_trash_meta_time', '1586595662'),
(4371, 2161, '_wp_desired_post_slug', 'dolorem-ipsum-quia-4-3'),
(4372, 1164, '_wp_trash_meta_status', 'draft'),
(4373, 1164, '_wp_trash_meta_time', '1586595662'),
(4374, 1164, '_wp_desired_post_slug', ''),
(4375, 2044, '_wp_trash_meta_status', 'draft'),
(4376, 2044, '_wp_trash_meta_time', '1586595731'),
(4377, 2044, '_wp_desired_post_slug', ''),
(4378, 2120, '_wp_trash_meta_status', 'publish'),
(4379, 2120, '_wp_trash_meta_time', '1586595731'),
(4380, 2120, '_wp_desired_post_slug', 'drawing-class'),
(4381, 2121, '_wp_trash_meta_status', 'publish'),
(4382, 2121, '_wp_trash_meta_time', '1586595731'),
(4383, 2121, '_wp_desired_post_slug', 'drawing-class-2'),
(4384, 2152, '_wp_trash_meta_status', 'publish'),
(4385, 2152, '_wp_trash_meta_time', '1586595731'),
(4386, 2152, '_wp_desired_post_slug', 'drawing-class-3'),
(4387, 2071, '_wp_trash_meta_status', 'publish'),
(4388, 2071, '_wp_trash_meta_time', '1586595731'),
(4389, 2071, '_wp_desired_post_slug', 'edge-case-many-categories-2'),
(4390, 1152, '_wp_trash_meta_status', 'publish'),
(4391, 1152, '_wp_trash_meta_time', '1586595731'),
(4392, 1152, '_wp_desired_post_slug', 'edge-case-many-categories'),
(4393, 1151, '_wp_trash_meta_status', 'publish'),
(4394, 1151, '_wp_trash_meta_time', '1586595731'),
(4395, 1151, '_wp_desired_post_slug', 'edge-case-many-tags'),
(4396, 2042, '_wp_trash_meta_status', 'publish'),
(4397, 2042, '_wp_trash_meta_time', '1586595731'),
(4398, 2042, '_wp_desired_post_slug', 'edge-case-many-tags-2'),
(4399, 1000, '_wp_trash_meta_status', 'publish'),
(4400, 1000, '_wp_trash_meta_time', '1586595731'),
(4401, 1000, '_wp_desired_post_slug', 'edge-case-nested-and-mixed-lists'),
(4402, 2040, '_wp_trash_meta_status', 'publish'),
(4403, 2040, '_wp_trash_meta_time', '1586595731'),
(4404, 2040, '_wp_desired_post_slug', 'edge-case-nested-and-mixed-lists-2'),
(4405, 2082, '_wp_trash_meta_status', 'publish'),
(4406, 2082, '_wp_trash_meta_time', '1586595731'),
(4407, 2082, '_wp_desired_post_slug', 'edge-case-no-content-2'),
(4408, 2082, '_wp_trash_meta_comments_status', 'a:1:{i:61;s:1:\"1\";}'),
(4409, 1170, '_wp_trash_meta_status', 'publish'),
(4410, 1170, '_wp_trash_meta_time', '1586595731'),
(4411, 1170, '_wp_desired_post_slug', 'edge-case-no-content'),
(4412, 1170, '_wp_trash_meta_comments_status', 'a:1:{i:8;s:1:\"1\";}'),
(4413, 2090, '_wp_trash_meta_status', 'publish'),
(4414, 2090, '_wp_trash_meta_time', '1586595731'),
(4415, 2090, '_wp_desired_post_slug', 'enjoying-swimming'),
(4416, 2091, '_wp_trash_meta_status', 'publish'),
(4417, 2091, '_wp_trash_meta_time', '1586595732'),
(4418, 2091, '_wp_desired_post_slug', 'enjoying-swimming-2'),
(4419, 2124, '_wp_trash_meta_status', 'publish'),
(4420, 2124, '_wp_trash_meta_time', '1586595732'),
(4421, 2124, '_wp_desired_post_slug', 'enjoying-swimming-3'),
(4422, 2117, '_wp_trash_meta_status', 'publish'),
(4423, 2117, '_wp_trash_meta_time', '1586595732'),
(4424, 2117, '_wp_desired_post_slug', 'find-the-rhyme'),
(4425, 2118, '_wp_trash_meta_status', 'publish'),
(4426, 2118, '_wp_trash_meta_time', '1586595732'),
(4427, 2118, '_wp_desired_post_slug', 'find-the-rhyme-2'),
(4428, 2151, '_wp_trash_meta_status', 'publish'),
(4429, 2151, '_wp_trash_meta_time', '1586595732'),
(4430, 2151, '_wp_desired_post_slug', 'find-the-rhyme-3'),
(4431, 1, '_wp_trash_meta_status', 'publish'),
(4432, 1, '_wp_trash_meta_time', '1586595732'),
(4433, 1, '_wp_desired_post_slug', 'hello-world'),
(4434, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:\"1\";}'),
(4435, 2064, '_wp_trash_meta_status', 'publish'),
(4436, 2064, '_wp_trash_meta_time', '1586595732'),
(4437, 2064, '_wp_desired_post_slug', 'hello-world-2'),
(4438, 2064, '_wp_trash_meta_comments_status', 'a:1:{i:9;s:1:\"1\";}'),
(4439, 2087, '_wp_trash_meta_status', 'publish'),
(4440, 2087, '_wp_trash_meta_time', '1586595786'),
(4441, 2087, '_wp_desired_post_slug', 'hello-world-3'),
(4442, 2087, '_wp_trash_meta_comments_status', 'a:1:{i:62;s:1:\"1\";}'),
(4443, 2084, '_wp_trash_meta_status', 'publish'),
(4444, 2084, '_wp_trash_meta_time', '1586595786'),
(4445, 2084, '_wp_desired_post_slug', 'markup-html-tags-and-formatting-2'),
(4446, 2115, '_wp_trash_meta_status', 'publish'),
(4447, 2115, '_wp_trash_meta_time', '1586595786'),
(4448, 2115, '_wp_desired_post_slug', 'markup-html-tags-and-formatting-3'),
(4449, 1178, '_wp_trash_meta_status', 'publish'),
(4450, 1178, '_wp_trash_meta_time', '1586595786'),
(4451, 1178, '_wp_desired_post_slug', 'markup-html-tags-and-formatting'),
(4452, 2085, '_wp_trash_meta_status', 'publish'),
(4453, 2085, '_wp_trash_meta_time', '1586595786'),
(4454, 2085, '_wp_desired_post_slug', 'media-twitter-embeds-2'),
(4455, 1179, '_wp_trash_meta_status', 'publish'),
(4456, 1179, '_wp_trash_meta_time', '1586595786'),
(4457, 1179, '_wp_desired_post_slug', 'media-twitter-embeds'),
(4458, 2127, '_wp_trash_meta_status', 'publish'),
(4459, 2127, '_wp_trash_meta_time', '1586595787'),
(4460, 2127, '_wp_desired_post_slug', 'neque-porro-quisquam-est-2-2'),
(4461, 2134, '_wp_trash_meta_status', 'publish'),
(4462, 2134, '_wp_trash_meta_time', '1586595787'),
(4463, 2134, '_wp_desired_post_slug', 'neque-porro-quisquam-est-3'),
(4464, 2134, '_wp_trash_meta_comments_status', 'a:1:{i:89;s:1:\"0\";}'),
(4465, 2137, '_wp_trash_meta_status', 'publish'),
(4466, 2137, '_wp_trash_meta_time', '1586595787'),
(4467, 2137, '_wp_desired_post_slug', 'neque-porro-quisquam-est-3-2'),
(4468, 2137, '_wp_trash_meta_comments_status', 'a:1:{i:90;s:1:\"0\";}'),
(4469, 1900, '_wp_trash_meta_status', 'publish'),
(4470, 1900, '_wp_trash_meta_time', '1586595787'),
(4471, 1900, '_wp_desired_post_slug', 'neque-porro-quisquam-est-2'),
(4472, 2156, '_wp_trash_meta_status', 'publish'),
(4473, 2156, '_wp_trash_meta_time', '1586595787'),
(4474, 2156, '_wp_desired_post_slug', 'neque-porro-quisquam-est-2-3'),
(4475, 2160, '_wp_trash_meta_status', 'publish'),
(4476, 2160, '_wp_trash_meta_time', '1586595787'),
(4477, 2160, '_wp_desired_post_slug', 'neque-porro-quisquam-est-3-3'),
(4478, 2160, '_wp_trash_meta_comments_status', 'a:1:{i:91;s:1:\"0\";}'),
(4479, 2116, '_wp_trash_meta_status', 'publish'),
(4480, 2116, '_wp_trash_meta_time', '1586595787'),
(4481, 2116, '_wp_desired_post_slug', 'parental-guidance-2'),
(4482, 1879, '_wp_trash_meta_status', 'publish'),
(4483, 1879, '_wp_trash_meta_time', '1586595787'),
(4484, 1879, '_wp_desired_post_slug', 'parental-guidance'),
(4485, 2150, '_wp_trash_meta_status', 'publish'),
(4486, 2150, '_wp_trash_meta_time', '1586595787'),
(4487, 2150, '_wp_desired_post_slug', 'parental-guidance-3'),
(4488, 2060, '_wp_trash_meta_status', 'publish'),
(4489, 2060, '_wp_trash_meta_time', '1586595787'),
(4490, 2060, '_wp_desired_post_slug', 'post-format-aside-2'),
(4491, 559, '_wp_trash_meta_status', 'publish'),
(4492, 559, '_wp_trash_meta_time', '1586595787'),
(4493, 559, '_wp_desired_post_slug', 'post-format-aside'),
(4494, 2068, '_wp_trash_meta_status', 'publish'),
(4495, 2068, '_wp_trash_meta_time', '1586595787'),
(4496, 2068, '_wp_desired_post_slug', 'post-format-audio-2'),
(4497, 587, '_wp_trash_meta_status', 'publish'),
(4498, 587, '_wp_trash_meta_time', '1586595787'),
(4499, 587, '_wp_desired_post_slug', 'post-format-audio'),
(4500, 2061, '_wp_trash_meta_status', 'publish'),
(4501, 2061, '_wp_trash_meta_time', '1586595787'),
(4502, 2061, '_wp_desired_post_slug', 'post-format-chat-2'),
(4503, 562, '_wp_trash_meta_status', 'publish'),
(4504, 562, '_wp_trash_meta_time', '1586595796'),
(4505, 562, '_wp_desired_post_slug', 'post-format-chat'),
(4506, 2059, '_wp_trash_meta_status', 'publish'),
(4507, 2059, '_wp_trash_meta_time', '1586595796'),
(4508, 2059, '_wp_desired_post_slug', 'post-format-gallery-2'),
(4509, 555, '_wp_trash_meta_status', 'publish'),
(4510, 555, '_wp_trash_meta_time', '1586595796'),
(4511, 555, '_wp_desired_post_slug', 'post-format-gallery'),
(4512, 2070, '_wp_trash_meta_status', 'publish'),
(4513, 2070, '_wp_trash_meta_time', '1586595796'),
(4514, 2070, '_wp_desired_post_slug', 'post-format-gallery-tiled-2'),
(4515, 2041, '_wp_trash_meta_status', 'publish'),
(4516, 2041, '_wp_trash_meta_time', '1586595796'),
(4517, 2041, '_wp_desired_post_slug', 'post-format-gallery-tiled'),
(4518, 2077, '_wp_trash_meta_status', 'publish'),
(4519, 2077, '_wp_trash_meta_time', '1586595796'),
(4520, 2077, '_wp_desired_post_slug', 'post-format-image-caption-2'),
(4521, 1163, '_wp_trash_meta_status', 'publish'),
(4522, 1163, '_wp_trash_meta_time', '1586595796'),
(4523, 1163, '_wp_desired_post_slug', 'post-format-image-caption'),
(4524, 2063, '_wp_trash_meta_status', 'publish'),
(4525, 2063, '_wp_trash_meta_time', '1586595796'),
(4526, 2063, '_wp_desired_post_slug', 'post-format-image-linked-2'),
(4527, 568, '_wp_trash_meta_status', 'publish'),
(4528, 568, '_wp_trash_meta_time', '1586595796'),
(4529, 568, '_wp_desired_post_slug', 'post-format-image-linked'),
(4530, 2062, '_wp_trash_meta_status', 'publish'),
(4531, 2062, '_wp_trash_meta_time', '1586595796'),
(4532, 2062, '_wp_desired_post_slug', 'post-format-link-2'),
(4533, 565, '_wp_trash_meta_status', 'publish'),
(4534, 565, '_wp_trash_meta_time', '1586595796'),
(4535, 565, '_wp_desired_post_slug', 'post-format-link'),
(4536, 2065, '_wp_trash_meta_status', 'publish'),
(4537, 2065, '_wp_trash_meta_time', '1586595796'),
(4538, 2065, '_wp_desired_post_slug', 'post-format-quote-2'),
(4539, 575, '_wp_trash_meta_status', 'publish'),
(4540, 575, '_wp_trash_meta_time', '1586595796'),
(4541, 575, '_wp_desired_post_slug', 'post-format-quote'),
(4542, 2058, '_wp_trash_meta_status', 'publish'),
(4543, 2058, '_wp_trash_meta_time', '1586595796'),
(4544, 2058, '_wp_desired_post_slug', 'post-format-standard-2'),
(4545, 358, '_wp_trash_meta_status', 'publish'),
(4546, 358, '_wp_trash_meta_time', '1586595796'),
(4547, 358, '_wp_desired_post_slug', 'post-format-standard'),
(4548, 2066, '_wp_trash_meta_status', 'publish'),
(4549, 2066, '_wp_trash_meta_time', '1586595796'),
(4550, 2066, '_wp_desired_post_slug', 'post-format-status-2'),
(4551, 579, '_wp_trash_meta_status', 'publish'),
(4552, 579, '_wp_trash_meta_time', '1586595796'),
(4553, 579, '_wp_desired_post_slug', 'post-format-status'),
(4554, 2069, '_wp_trash_meta_status', 'publish'),
(4555, 2069, '_wp_trash_meta_time', '1586595796'),
(4556, 2069, '_wp_desired_post_slug', 'post-format-video-videopress-2'),
(4557, 1005, '_wp_trash_meta_status', 'publish'),
(4558, 1005, '_wp_trash_meta_time', '1586595796'),
(4559, 1005, '_wp_desired_post_slug', 'post-format-video-videopress'),
(4560, 2067, '_wp_trash_meta_status', 'publish'),
(4561, 2067, '_wp_trash_meta_time', '1586595796'),
(4562, 2067, '_wp_desired_post_slug', 'post-format-video-wordpresstv-2'),
(4563, 582, '_wp_trash_meta_status', 'publish'),
(4564, 582, '_wp_trash_meta_time', '1586595807'),
(4565, 582, '_wp_desired_post_slug', 'post-format-video-wordpresstv'),
(4566, 2123, '_wp_trash_meta_status', 'publish'),
(4567, 2123, '_wp_trash_meta_time', '1586595807'),
(4568, 2123, '_wp_desired_post_slug', 'quiz-competition-2'),
(4569, 1894, '_wp_trash_meta_status', 'publish'),
(4570, 1894, '_wp_trash_meta_time', '1586595807'),
(4571, 1894, '_wp_desired_post_slug', 'quiz-competition'),
(4572, 2154, '_wp_trash_meta_status', 'publish'),
(4573, 2154, '_wp_trash_meta_time', '1586595807'),
(4574, 2154, '_wp_desired_post_slug', 'quiz-competition-3'),
(4575, 1153, '_wp_trash_meta_status', 'publish'),
(4576, 1153, '_wp_trash_meta_time', '1586595807'),
(4577, 1153, '_wp_desired_post_slug', 'scheduled'),
(4578, 2043, '_wp_trash_meta_status', 'publish'),
(4579, 2043, '_wp_trash_meta_time', '1586595807'),
(4580, 2043, '_wp_desired_post_slug', 'scheduled-2'),
(4581, 1893, '_wp_trash_meta_status', 'publish'),
(4582, 1893, '_wp_trash_meta_time', '1586595807'),
(4583, 1893, '_wp_desired_post_slug', 'sports-day'),
(4584, 2153, '_wp_trash_meta_status', 'publish'),
(4585, 2153, '_wp_trash_meta_time', '1586595807'),
(4586, 2153, '_wp_desired_post_slug', 'sports-day-2'),
(4587, 2100, '_wp_trash_meta_status', 'publish'),
(4588, 2100, '_wp_trash_meta_time', '1586595807'),
(4589, 2100, '_wp_desired_post_slug', 'template-comments-2'),
(4590, 2100, '_wp_trash_meta_comments_status', 'a:20:{i:63;s:1:\"1\";i:64;s:1:\"1\";i:65;s:1:\"1\";i:66;s:1:\"1\";i:67;s:1:\"1\";i:68;s:1:\"1\";i:69;s:1:\"1\";i:70;s:1:\"1\";i:71;s:1:\"1\";i:72;s:1:\"1\";i:73;s:1:\"1\";i:74;s:1:\"1\";i:75;s:1:\"1\";i:76;s:1:\"1\";i:77;s:1:\"1\";i:78;s:1:\"1\";i:79;s:1:\"1\";i:80;s:1:\"1\";i:81;s:1:\"1\";i:82;s:1:\"0\";}'),
(4591, 1148, '_wp_trash_meta_status', 'publish'),
(4592, 1148, '_wp_trash_meta_time', '1586595807'),
(4593, 1148, '_wp_desired_post_slug', 'template-comments'),
(4594, 1148, '_wp_trash_meta_comments_status', 'a:39:{i:10;s:1:\"1\";i:11;s:1:\"1\";i:12;s:1:\"1\";i:13;s:1:\"1\";i:14;s:1:\"1\";i:15;s:1:\"1\";i:16;s:1:\"1\";i:17;s:1:\"1\";i:18;s:1:\"1\";i:19;s:1:\"1\";i:20;s:1:\"1\";i:21;s:1:\"1\";i:22;s:1:\"1\";i:23;s:1:\"1\";i:24;s:1:\"1\";i:25;s:1:\"1\";i:26;s:1:\"1\";i:27;s:1:\"1\";i:28;s:1:\"1\";i:29;s:1:\"1\";i:30;s:1:\"1\";i:31;s:1:\"1\";i:32;s:1:\"1\";i:33;s:1:\"1\";i:34;s:1:\"1\";i:35;s:1:\"1\";i:36;s:1:\"1\";i:37;s:1:\"1\";i:38;s:1:\"1\";i:39;s:1:\"1\";i:40;s:1:\"1\";i:41;s:1:\"1\";i:42;s:1:\"1\";i:43;s:1:\"1\";i:44;s:1:\"1\";i:45;s:1:\"1\";i:46;s:1:\"1\";i:47;s:1:\"0\";i:48;s:1:\"0\";}'),
(4595, 2073, '_wp_trash_meta_status', 'publish'),
(4596, 2073, '_wp_trash_meta_time', '1586595807'),
(4597, 2073, '_wp_desired_post_slug', 'template-comments-disabled-2'),
(4598, 2104, '_wp_trash_meta_status', 'publish'),
(4599, 2104, '_wp_trash_meta_time', '1586595807'),
(4600, 2104, '_wp_desired_post_slug', 'template-comments-disabled-3'),
(4601, 1150, '_wp_trash_meta_status', 'publish'),
(4602, 1150, '_wp_trash_meta_time', '1586595807'),
(4603, 1150, '_wp_desired_post_slug', 'template-comments-disabled'),
(4604, 2088, '_wp_trash_meta_status', 'publish'),
(4605, 2088, '_wp_trash_meta_time', '1586595807'),
(4606, 2088, '_wp_desired_post_slug', 'template-excerpt-generated-2'),
(4607, 2122, '_wp_trash_meta_status', 'publish'),
(4608, 2122, '_wp_trash_meta_time', '1586595807'),
(4609, 2122, '_wp_desired_post_slug', 'template-excerpt-generated-3'),
(4610, 1446, '_wp_trash_meta_status', 'publish'),
(4611, 1446, '_wp_trash_meta_time', '1586595807'),
(4612, 1446, '_wp_desired_post_slug', 'template-excerpt-generated'),
(4613, 2075, '_wp_trash_meta_status', 'publish'),
(4614, 2075, '_wp_trash_meta_time', '1586595807'),
(4615, 2075, '_wp_desired_post_slug', 'template-paginated-2'),
(4616, 2107, '_wp_trash_meta_status', 'publish'),
(4617, 2107, '_wp_trash_meta_time', '1586595807'),
(4618, 2107, '_wp_desired_post_slug', 'template-paginated-3'),
(4619, 1171, '_wp_trash_meta_status', 'publish'),
(4620, 1171, '_wp_trash_meta_time', '1586595807'),
(4621, 1171, '_wp_desired_post_slug', 'template-paginated'),
(4622, 2074, '_wp_trash_meta_status', 'publish'),
(4623, 2074, '_wp_trash_meta_time', '1586595807'),
(4624, 2074, '_wp_desired_post_slug', 'template-password-protected-2'),
(4625, 2074, '_wp_trash_meta_comments_status', 'a:1:{i:60;s:1:\"1\";}'),
(4626, 2105, '_wp_trash_meta_status', 'publish'),
(4627, 2105, '_wp_trash_meta_time', '1586595817'),
(4628, 2105, '_wp_desired_post_slug', 'template-password-protected-3'),
(4629, 2105, '_wp_trash_meta_comments_status', 'a:1:{i:88;s:1:\"1\";}'),
(4630, 1168, '_wp_trash_meta_status', 'publish'),
(4631, 1168, '_wp_trash_meta_time', '1586595817'),
(4632, 1168, '_wp_desired_post_slug', 'template-password-protected'),
(4633, 1168, '_wp_trash_meta_comments_status', 'a:1:{i:59;s:1:\"1\";}'),
(4634, 2072, '_wp_trash_meta_status', 'publish'),
(4635, 2072, '_wp_trash_meta_time', '1586595817'),
(4636, 2072, '_wp_desired_post_slug', 'template-pingbacks-an-trackbacks-2'),
(4637, 2072, '_wp_trash_meta_comments_status', 'a:5:{i:54;s:1:\"1\";i:55;s:1:\"1\";i:56;s:1:\"1\";i:57;s:1:\"1\";i:58;s:1:\"1\";}'),
(4638, 2102, '_wp_trash_meta_status', 'publish'),
(4639, 2102, '_wp_trash_meta_time', '1586595817'),
(4640, 2102, '_wp_desired_post_slug', 'template-pingbacks-an-trackbacks-3'),
(4641, 2102, '_wp_trash_meta_comments_status', 'a:5:{i:83;s:1:\"1\";i:84;s:1:\"1\";i:85;s:1:\"1\";i:86;s:1:\"1\";i:87;s:1:\"1\";}'),
(4642, 1149, '_wp_trash_meta_status', 'publish'),
(4643, 1149, '_wp_trash_meta_time', '1586595817'),
(4644, 1149, '_wp_desired_post_slug', 'template-pingbacks-an-trackbacks'),
(4645, 1149, '_wp_trash_meta_comments_status', 'a:5:{i:49;s:1:\"1\";i:50;s:1:\"1\";i:51;s:1:\"1\";i:52;s:1:\"1\";i:53;s:1:\"1\";}'),
(4646, 2086, '_wp_trash_meta_status', 'publish'),
(4647, 2086, '_wp_trash_meta_time', '1586595817'),
(4648, 2086, '_wp_desired_post_slug', 'template-sticky-2'),
(4649, 2119, '_wp_trash_meta_status', 'publish'),
(4650, 2119, '_wp_trash_meta_time', '1586595817'),
(4651, 2119, '_wp_desired_post_slug', 'template-sticky-3'),
(4652, 1241, '_wp_trash_meta_status', 'publish'),
(4653, 1241, '_wp_trash_meta_time', '1586595817'),
(4654, 1241, '_wp_desired_post_slug', 'template-sticky'),
(4655, 2125, '_wp_trash_meta_status', 'publish'),
(4656, 2125, '_wp_trash_meta_time', '1586595817'),
(4657, 2125, '_wp_desired_post_slug', 'voluptate-velit-esse-2-2'),
(4658, 2132, '_wp_trash_meta_status', 'publish'),
(4659, 2132, '_wp_trash_meta_time', '1586595817'),
(4660, 2132, '_wp_desired_post_slug', 'voluptate-velit-esse-3'),
(4661, 2135, '_wp_trash_meta_status', 'publish'),
(4662, 2135, '_wp_trash_meta_time', '1586595817'),
(4663, 2135, '_wp_desired_post_slug', 'voluptate-velit-esse-3-2'),
(4664, 2138, '_wp_trash_meta_status', 'publish'),
(4665, 2138, '_wp_trash_meta_time', '1586595817'),
(4666, 2138, '_wp_desired_post_slug', 'voluptate-velit-esse-4'),
(4667, 2141, '_wp_trash_meta_status', 'publish'),
(4668, 2141, '_wp_trash_meta_time', '1586595817'),
(4669, 2141, '_wp_desired_post_slug', 'voluptate-velit-esse-4-2'),
(4670, 1899, '_wp_trash_meta_status', 'publish'),
(4671, 1899, '_wp_trash_meta_time', '1586595817'),
(4672, 1899, '_wp_desired_post_slug', 'voluptate-velit-esse-2'),
(4673, 2155, '_wp_trash_meta_status', 'publish'),
(4674, 2155, '_wp_trash_meta_time', '1586595818'),
(4675, 2155, '_wp_desired_post_slug', 'voluptate-velit-esse-2-3'),
(4676, 2159, '_wp_trash_meta_status', 'publish'),
(4677, 2159, '_wp_trash_meta_time', '1586595818'),
(4678, 2159, '_wp_desired_post_slug', 'voluptate-velit-esse-3-3'),
(4679, 2162, '_wp_trash_meta_status', 'publish'),
(4680, 2162, '_wp_trash_meta_time', '1586595818'),
(4681, 2162, '_wp_desired_post_slug', 'voluptate-velit-esse-4-3'),
(4682, 2094, '_wp_trash_meta_status', 'publish'),
(4683, 2094, '_wp_trash_meta_time', '1586595818'),
(4684, 2094, '_wp_desired_post_slug', 'we-provide-quality-education-2'),
(4685, 2128, '_wp_trash_meta_status', 'publish'),
(4686, 2128, '_wp_trash_meta_time', '1586595818'),
(4687, 2128, '_wp_desired_post_slug', 'we-provide-quality-education-3'),
(4688, 1768, '_wp_trash_meta_status', 'publish'),
(4689, 1768, '_wp_trash_meta_time', '1586595818'),
(4690, 1768, '_wp_desired_post_slug', 'we-provide-quality-education'),
(4691, 2417, '_wp_attached_file', '2020/04/banana.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4692, 2417, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:727;s:6:\"height\";i:448;s:4:\"file\";s:18:\"2020/04/banana.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"banana-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"banana-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"banana-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:18:\"banana-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:18:\"banana-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:18:\"banana-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:18:\"banana-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"banana-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"banana-600x370.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"banana-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"banana-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"banana-600x370.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"banana-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4693, 2418, '_wp_attached_file', '2020/04/guava.jpg'),
(4694, 2418, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:238;s:6:\"height\";i:151;s:4:\"file\";s:17:\"2020/04/guava.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"guava-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:17:\"guava-175x151.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"guava-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"guava-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4695, 2419, '_edit_lock', '1588242460:1'),
(4698, 2422, '_wp_attached_file', '2020/04/20200412_233207-e1586973403553.jpg'),
(4699, 2422, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:356;s:6:\"height\";i:200;s:4:\"file\";s:42:\"2020/04/20200412_233207-e1586973403553.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200412_233207-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200412_233207-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200412_233207-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200412_233207-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20200412_233207-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:27:\"20200412_233207-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:27:\"20200412_233207-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:27:\"20200412_233207-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:27:\"20200412_233207-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200412_233207-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200412_233207-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200412_233207-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200412_233207-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200412_233207-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200412_233207-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4700, 2422, '_wp_attachment_backup_sizes', 'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:19:\"20200412_233207.jpg\";}}'),
(4703, 2419, '_thumbnail_id', '2422'),
(4704, 2419, '_edit_last', '1'),
(4707, 2419, '_yoast_wpseo_primary_category', '216'),
(4708, 2419, '_yoast_wpseo_content_score', '30'),
(4709, 2423, '_edit_lock', '1588242413:1'),
(4712, 2425, '_edit_lock', '1588242054:1'),
(4715, 2425, '_edit_last', '1'),
(4718, 2425, '_yoast_wpseo_primary_category', '210'),
(4719, 2425, '_yoast_wpseo_content_score', '30'),
(4720, 2427, '_edit_lock', '1588262719:1'),
(4723, 2427, '_edit_last', '1'),
(4726, 2427, '_yoast_wpseo_primary_category', '222'),
(4727, 2427, '_yoast_wpseo_content_score', '30'),
(4728, 2429, '_edit_lock', '1588241973:1'),
(4731, 2429, '_edit_last', '1'),
(4734, 2429, '_yoast_wpseo_primary_category', '211'),
(4735, 2429, '_yoast_wpseo_content_score', '30'),
(4736, 2431, '_edit_lock', '1588241929:1'),
(4739, 2431, '_edit_last', '1'),
(4742, 2431, '_yoast_wpseo_primary_category', '213'),
(4743, 2431, '_yoast_wpseo_content_score', '30'),
(4745, 2435, '_edit_lock', '1588241865:1'),
(4746, 2436, '_wp_attached_file', '2020/04/20200416_100025.jpg'),
(4747, 2436, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200416_100025.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200416_100025-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200416_100025-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200416_100025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200416_100025-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20200416_100025-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:27:\"20200416_100025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:27:\"20200416_100025-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:27:\"20200416_100025-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:27:\"20200416_100025-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200416_100025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200416_100025-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200416_100025-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200416_100025-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200416_100025-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200416_100025-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4750, 2435, '_thumbnail_id', '2436'),
(4751, 2435, '_edit_last', '1'),
(4754, 2435, '_yoast_wpseo_primary_category', '247'),
(4755, 2435, '_yoast_wpseo_content_score', '30'),
(4756, 2438, '_edit_lock', '1588241753:1'),
(4757, 2439, '_wp_attached_file', '2020/04/20200416_100526.jpg'),
(4758, 2439, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:27:\"2020/04/20200416_100526.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200416_100526-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200416_100526-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200416_100526-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20200416_100526-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:27:\"20200416_100526-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:27:\"20200416_100526-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:27:\"20200416_100526-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:27:\"20200416_100526-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200416_100526-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200416_100526-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200416_100526-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200416_100526-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200416_100526-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200416_100526-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4761, 2438, '_thumbnail_id', '2439'),
(4762, 2438, '_edit_last', '1'),
(4765, 2438, '_yoast_wpseo_primary_category', '216'),
(4766, 2438, '_yoast_wpseo_content_score', '30'),
(4767, 2441, '_wp_attached_file', '2020/04/BALANAND-COVER-SECOND-EDITION-Copy.jpg'),
(4768, 2441, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1502;s:6:\"height\";i:1847;s:4:\"file\";s:46:\"2020/04/BALANAND-COVER-SECOND-EDITION-Copy.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-244x300.jpg\";s:5:\"width\";i:244;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"BALANAND-COVER-SECOND-EDITION-Copy-833x1024.jpg\";s:5:\"width\";i:833;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-768x944.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:944;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"BALANAND-COVER-SECOND-EDITION-Copy-1249x1536.jpg\";s:5:\"width\";i:1249;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-600x738.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-600x738.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"BALANAND-COVER-SECOND-EDITION-Copy-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Administrator\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564260138\";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:{}}}'),
(4771, 2427, '_thumbnail_id', '2441'),
(4774, 2442, '_edit_lock', '1588247134:1'),
(4775, 2442, '_oembed_67e2427f269ec755a7468b1ab15f2cd0', '<iframe title=\"कोरोना से डरोना\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/3HnHxBxM3bk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4776, 2442, '_oembed_time_67e2427f269ec755a7468b1ab15f2cd0', '1587020616'),
(4777, 2444, '_wp_attached_file', '2020/04/20200404_085706.jpg'),
(4778, 2444, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200404_085706.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200404_085706-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200404_085706-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200404_085706-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200404_085706-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20200404_085706-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:27:\"20200404_085706-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:27:\"20200404_085706-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:27:\"20200404_085706-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:27:\"20200404_085706-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200404_085706-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200404_085706-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200404_085706-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200404_085706-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200404_085706-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200404_085706-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4781, 2442, '_thumbnail_id', '2444'),
(4782, 2442, '_edit_last', '1'),
(4785, 2442, '_yoast_wpseo_content_score', '30'),
(4786, 2446, '_edit_lock', '1588245700:1'),
(4787, 2446, '_oembed_1b212f3f193d8c393de369375487e61e', '<iframe title=\"मुळाक्षरे (MARATHI ALPHABETS)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/q2u0QOqXQ9Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4788, 2446, '_oembed_time_1b212f3f193d8c393de369375487e61e', '1587021953'),
(4789, 2448, '_wp_attached_file', '2020/04/20200407_122745.jpg'),
(4790, 2448, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200407_122745.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200407_122745-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200407_122745-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200407_122745-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200407_122745-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"20200407_122745-320x216.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"kids-education-gallery-section-small\";a:4:{s:4:\"file\";s:27:\"20200407_122745-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"kids-education-related-posts-image\";a:4:{s:4:\"file\";s:27:\"20200407_122745-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"kids-education-blog-images\";a:4:{s:4:\"file\";s:27:\"20200407_122745-175x230.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"kids-education-archive-search-image\";a:4:{s:4:\"file\";s:27:\"20200407_122745-350x265.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200407_122745-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200407_122745-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200407_122745-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200407_122745-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200407_122745-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200407_122745-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4793, 2446, '_thumbnail_id', '2448'),
(4794, 2446, '_edit_last', '1'),
(4796, 2446, '_yoast_wpseo_primary_category', '259'),
(4797, 2446, '_yoast_wpseo_content_score', '90'),
(4799, 2446, '_oembed_daa160681aaa9303793fef42f5096bd1', '<iframe title=\"मुळाक्षरे (MARATHI ALPHABETS)\" width=\"819\" height=\"461\" src=\"https://www.youtube.com/embed/q2u0QOqXQ9Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4800, 2446, '_oembed_time_daa160681aaa9303793fef42f5096bd1', '1587060480'),
(4801, 2451, '_wp_trash_meta_status', 'publish'),
(4802, 2451, '_wp_trash_meta_time', '1587235149'),
(4803, 2446, '_oembed_e581eebc031f5de195cd97e14de88ce6', '<iframe title=\"मुळाक्षरे (MARATHI ALPHABETS)\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/q2u0QOqXQ9Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4804, 2446, '_oembed_time_e581eebc031f5de195cd97e14de88ce6', '1587238491'),
(4805, 2452, '_wp_trash_meta_status', 'publish'),
(4806, 2452, '_wp_trash_meta_time', '1587239070'),
(4807, 2446, '_oembed_1535f307460efaf0b02023e7a07c57e2', '<iframe title=\"मुळाक्षरे (MARATHI ALPHABETS)\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/q2u0QOqXQ9Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4808, 2446, '_oembed_time_1535f307460efaf0b02023e7a07c57e2', '1587263367'),
(4809, 2454, '_edit_lock', '1588247107:1'),
(4810, 2455, '_edit_lock', '1588247120:1'),
(4811, 2455, '_oembed_45f1dea1d861f0508f8700181b4651ee', '<iframe title=\"कोरोना ( कविता )  CORONA POEM\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/GrHEbBqJZWQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4812, 2455, '_oembed_time_45f1dea1d861f0508f8700181b4651ee', '1587656199'),
(4815, 2455, '_edit_last', '1'),
(4817, 2455, '_yoast_wpseo_primary_category', '392'),
(4818, 2455, '_yoast_wpseo_content_score', '30'),
(4819, 2455, '_oembed_28aba5172f5a8f79989d56db1844894a', '<iframe title=\"कोरोना ( कविता )  CORONA POEM\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/GrHEbBqJZWQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4820, 2455, '_oembed_time_28aba5172f5a8f79989d56db1844894a', '1587504315'),
(4824, 2460, '_wp_attached_file', '2020/04/20200420_073105.jpg'),
(4825, 2460, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200420_073105.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200420_073105-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200420_073105-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200420_073105-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200420_073105-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200420_073105-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200420_073105-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200420_073105-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200420_073105-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200420_073105-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200420_073105-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200420_073105-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4828, 2455, '_thumbnail_id', '2460'),
(4830, 2461, '_wp_attached_file', '2020/04/20200421_072503.jpg'),
(4831, 2461, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:717;s:4:\"file\";s:27:\"2020/04/20200421_072503.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200421_072503-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200421_072503-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200421_072503-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200421_072503-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200421_072503-400x224.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200421_072503-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200421_072503-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200421_072503-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200421_072503-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200421_072503-600x336.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200421_072503-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4834, 2454, '_thumbnail_id', '2461'),
(4835, 2454, '_edit_last', '1'),
(4838, 2454, '_yoast_wpseo_primary_category', '263'),
(4839, 2454, '_yoast_wpseo_content_score', '30'),
(4840, 2463, '_edit_lock', '1588245541:1'),
(4841, 2464, '_edit_lock', '1588245683:1'),
(4842, 2464, '_oembed_f663e72b3c7dd853ea6a75043d7d2640', '<iframe title=\"ONLINE TEST NO. 2\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/EsWAS_l11Wo?start=208&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4843, 2464, '_oembed_time_f663e72b3c7dd853ea6a75043d7d2640', '1587542251'),
(4844, 2466, '_wp_attached_file', '2020/04/20200418_135953.png'),
(4845, 2466, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200418_135953.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200418_135953-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200418_135953-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200418_135953-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200418_135953-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200418_135953-400x225.png\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200418_135953-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200418_135953-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200418_135953-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200418_135953-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200418_135953-600x338.png\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200418_135953-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4848, 2464, '_thumbnail_id', '2466'),
(4849, 2464, '_edit_last', '1'),
(4851, 2464, '_yoast_wpseo_primary_category', '221'),
(4852, 2464, '_yoast_wpseo_content_score', '60'),
(4853, 2468, '_edit_lock', '1588247364:1'),
(4854, 2468, '_oembed_a4624ae8d4cee9349114ce1813f471e0', '<iframe title=\"वर्ग आणि वर्गमूळ\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/nEXO9RE5x28?start=12&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4855, 2468, '_oembed_time_a4624ae8d4cee9349114ce1813f471e0', '1587543185'),
(4856, 2470, '_wp_attached_file', '2020/04/20200417_175454.jpg'),
(4857, 2470, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200417_175454.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200417_175454-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200417_175454-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200417_175454-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200417_175454-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200417_175454-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200417_175454-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200417_175454-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200417_175454-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200417_175454-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200417_175454-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200417_175454-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4860, 2468, '_thumbnail_id', '2470'),
(4861, 2468, '_edit_last', '1'),
(4863, 2468, '_yoast_wpseo_primary_category', '215'),
(4864, 2468, '_yoast_wpseo_content_score', '30'),
(4865, 2472, '_edit_lock', '1588245844:1'),
(4866, 2472, '_oembed_7588c9a29fdce1abc70f151730511fe9', '<iframe title=\"डॉ. बाबासाहेब आंबेडकर (SPEECH)\" width=\"640\" height=\"480\" src=\"https://www.youtube.com/embed/BGdlmyz0pgw?start=5&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4867, 2472, '_oembed_time_7588c9a29fdce1abc70f151730511fe9', '1587543751'),
(4868, 2474, '_wp_attached_file', '2020/04/20200414_225141.jpg'),
(4869, 2474, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200414_225141.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200414_225141-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200414_225141-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200414_225141-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200414_225141-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200414_225141-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200414_225141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200414_225141-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200414_225141-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200414_225141-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200414_225141-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200414_225141-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4872, 2472, '_thumbnail_id', '2474'),
(4873, 2472, '_edit_last', '1'),
(4875, 2472, '_yoast_wpseo_primary_category', '274'),
(4876, 2472, '_yoast_wpseo_content_score', '30'),
(4877, 2476, '_edit_lock', '1587655131:1'),
(4878, 2476, '_oembed_95a0262efee963bf4d48188bfbda1888', '<iframe title=\"संख्यांवरील प्रश्न ( NUMBERS - 1 ते 100 )\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/Sm0O_gUornE?start=30&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4879, 2476, '_oembed_time_95a0262efee963bf4d48188bfbda1888', '1587546005'),
(4880, 2478, '_wp_attached_file', '2020/04/20200413_222424.jpg'),
(4881, 2478, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200413_222424.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200413_222424-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200413_222424-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200413_222424-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200413_222424-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200413_222424-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200413_222424-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200413_222424-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200413_222424-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200413_222424-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200413_222424-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200413_222424-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4884, 2476, '_thumbnail_id', '2478'),
(4885, 2476, '_edit_last', '1'),
(4887, 2476, '_yoast_wpseo_primary_category', '221'),
(4888, 2476, '_yoast_wpseo_content_score', '30'),
(4889, 2480, '_edit_lock', '1588245660:1'),
(4890, 2480, '_oembed_713d22cf0aa9acce49e367e9a5239638', '<iframe title=\"फळांच्या फोडी\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/Wodi6W5syZc?start=343&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4891, 2480, '_oembed_time_713d22cf0aa9acce49e367e9a5239638', '1587546273'),
(4892, 2482, '_wp_attached_file', '2020/04/20200410_115254.jpg'),
(4893, 2482, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200410_115254.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200410_115254-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200410_115254-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200410_115254-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200410_115254-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200410_115254-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200410_115254-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200410_115254-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200410_115254-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200410_115254-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200410_115254-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200410_115254-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4896, 2480, '_thumbnail_id', '2482'),
(4897, 2480, '_edit_last', '1'),
(4899, 2480, '_yoast_wpseo_primary_category', '221'),
(4900, 2480, '_yoast_wpseo_content_score', '60'),
(4901, 2484, '_edit_lock', '1588245650:1'),
(4902, 2484, '_oembed_77f93c2a8aa98e1c3ff723c0684bfc53', '<iframe title=\"रंग  - COLOURS\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/11XNnEo4EXM?start=10&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4903, 2484, '_oembed_time_77f93c2a8aa98e1c3ff723c0684bfc53', '1587548737'),
(4904, 2486, '_wp_attached_file', '2020/04/20200409_105354.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4905, 2486, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200409_105354.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200409_105354-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200409_105354-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200409_105354-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200409_105354-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200409_105354-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200409_105354-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200409_105354-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200409_105354-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200409_105354-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200409_105354-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200409_105354-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4908, 2484, '_thumbnail_id', '2486'),
(4909, 2484, '_edit_last', '1'),
(4911, 2484, '_yoast_wpseo_primary_category', '221'),
(4912, 2484, '_yoast_wpseo_content_score', '30'),
(4913, 2488, '_edit_lock', '1588245638:1'),
(4914, 2489, '_wp_attached_file', '2020/04/20200408_134111.jpg'),
(4915, 2489, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200408_134111.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200408_134111-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200408_134111-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200408_134111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200408_134111-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200408_134111-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200408_134111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200408_134111-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200408_134111-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200408_134111-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200408_134111-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200408_134111-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4918, 2488, '_thumbnail_id', '2489'),
(4919, 2488, '_oembed_d3cd76c5f1dbe26368166ef5f729bc4c', '<iframe title=\"ALPHABETS  (A to Z)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/YyIbI2w-weY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4920, 2488, '_oembed_time_d3cd76c5f1dbe26368166ef5f729bc4c', '1587549020'),
(4921, 2488, '_edit_last', '1'),
(4923, 2488, '_yoast_wpseo_primary_category', '221'),
(4924, 2488, '_yoast_wpseo_content_score', '30'),
(4925, 2492, '_edit_lock', '1588245625:1'),
(4926, 2492, '_oembed_a85edb59fc17744d2caf599dcdbb9ef5', '<iframe title=\"प्राण्यांची पिल्ले (ANIMALS AND THEIR BABIES)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/2DX0cDMbfFI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4927, 2492, '_oembed_time_a85edb59fc17744d2caf599dcdbb9ef5', '1587549170'),
(4928, 2494, '_wp_attached_file', '2020/04/pranyanchi-pille.jpg'),
(4929, 2494, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:28:\"2020/04/pranyanchi-pille.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"pranyanchi-pille-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"pranyanchi-pille-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"pranyanchi-pille-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"pranyanchi-pille-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:28:\"pranyanchi-pille-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"pranyanchi-pille-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"pranyanchi-pille-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"pranyanchi-pille-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"pranyanchi-pille-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"pranyanchi-pille-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"pranyanchi-pille-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4932, 2492, '_thumbnail_id', '2494'),
(4933, 2492, '_edit_last', '1'),
(4935, 2492, '_yoast_wpseo_primary_category', '221'),
(4936, 2492, '_yoast_wpseo_content_score', '30'),
(4937, 2496, '_edit_lock', '1588247493:1'),
(4938, 2496, '_oembed_3ed528159144a266b0d13ddf9a016697', '<iframe title=\"शैक्षणिक तत्त्वज्ञान भाग - 1 (Educational Philosophy)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/2o_UX8xavaA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4939, 2496, '_oembed_time_3ed528159144a266b0d13ddf9a016697', '1587549536'),
(4940, 2498, '_wp_attached_file', '2020/04/20200401_092914.jpg'),
(4941, 2498, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200401_092914.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200401_092914-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200401_092914-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_092914-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200401_092914-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200401_092914-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200401_092914-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200401_092914-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_092914-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200401_092914-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200401_092914-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_092914-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4944, 2496, '_thumbnail_id', '2498'),
(4945, 2496, '_edit_last', '1'),
(4947, 2496, '_yoast_wpseo_primary_category', '247'),
(4948, 2496, '_yoast_wpseo_content_score', '30'),
(4949, 2500, '_edit_lock', '1588245608:1'),
(4950, 2501, '_wp_attached_file', '2020/04/20200405_170256.jpg'),
(4951, 2501, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200405_170256.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200405_170256-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200405_170256-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200405_170256-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200405_170256-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200405_170256-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200405_170256-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200405_170256-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200405_170256-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200405_170256-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200405_170256-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200405_170256-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4954, 2500, '_thumbnail_id', '2501'),
(4955, 2500, '_oembed_ec0f2e933fee49b3582ec5489a05a2e0', '<iframe title=\"KIDS MODEL QUESTION PAPER 1 (नमुना प्रश्नपत्रिका 1)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/aU4gcObdJXU?start=921&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4956, 2500, '_oembed_time_ec0f2e933fee49b3582ec5489a05a2e0', '1587550008'),
(4957, 2500, '_edit_last', '1'),
(4959, 2500, '_yoast_wpseo_primary_category', '221'),
(4960, 2500, '_yoast_wpseo_content_score', '60'),
(4961, 2504, '_edit_lock', '1588245597:1'),
(4962, 2504, '_oembed_9707ef2b0f3647eeea06c2e743eb9cc7', '<iframe title=\"प्राणी पक्षी फळे फुले भाज्या वाद्ये\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/AKFPG0xGYms?start=45&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4963, 2504, '_oembed_time_9707ef2b0f3647eeea06c2e743eb9cc7', '1587550290'),
(4964, 2506, '_wp_attached_file', '2020/04/20200330_143123.jpg'),
(4965, 2506, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:718;s:4:\"file\";s:27:\"2020/04/20200330_143123.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200330_143123-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200330_143123-1024x574.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200330_143123-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200330_143123-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200330_143123-400x224.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200330_143123-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200330_143123-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200330_143123-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200330_143123-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200330_143123-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200330_143123-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4968, 2504, '_thumbnail_id', '2506'),
(4969, 2504, '_edit_last', '1'),
(4971, 2504, '_yoast_wpseo_primary_category', '221'),
(4972, 2504, '_yoast_wpseo_content_score', '30'),
(4973, 2508, '_edit_lock', '1588245581:1'),
(4974, 2509, '_wp_attached_file', '2020/04/20200327_195000.jpg'),
(4975, 2509, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200327_195000.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200327_195000-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200327_195000-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_195000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200327_195000-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200327_195000-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200327_195000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200327_195000-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_195000-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200327_195000-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200327_195000-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_195000-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4978, 2508, '_thumbnail_id', '2509'),
(4979, 2508, '_oembed_b90f213d6f19a6e42f2071c454832511', '<iframe title=\"पक्ष्यांची घरे\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/Ho0vD3Nf4a0?start=37&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4980, 2508, '_oembed_time_b90f213d6f19a6e42f2071c454832511', '1587550885'),
(4981, 2508, '_edit_last', '1'),
(4983, 2508, '_yoast_wpseo_primary_category', '221'),
(4984, 2508, '_yoast_wpseo_content_score', '30'),
(4985, 2512, '_edit_lock', '1588245571:1'),
(4986, 2513, '_wp_attached_file', '2020/04/20200401_200241.jpg'),
(4987, 2513, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200401_200241.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200401_200241-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200401_200241-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_200241-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200401_200241-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200401_200241-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200401_200241-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200401_200241-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_200241-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200401_200241-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200401_200241-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_200241-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(4990, 2512, '_thumbnail_id', '2513'),
(4991, 2512, '_oembed_184dc04a0e7eb8e3fda02ebc059940db', '<iframe title=\"स्वयंपाकघर (KITCHEN)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/B1je1hylds4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4992, 2512, '_oembed_time_184dc04a0e7eb8e3fda02ebc059940db', '1587551166'),
(4993, 2512, '_edit_last', '1'),
(4995, 2512, '_yoast_wpseo_primary_category', '221'),
(4996, 2512, '_yoast_wpseo_content_score', '30'),
(4997, 2516, '_edit_lock', '1588245554:1'),
(4998, 2516, '_oembed_7bee09c33dd451185b726b31354273c7', '<iframe title=\"वाहने  - VEHICLES\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/xyknP1kzPEE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(4999, 2516, '_oembed_time_7bee09c33dd451185b726b31354273c7', '1587551328'),
(5000, 2518, '_wp_attached_file', '2020/04/20200329_082605.jpg'),
(5001, 2518, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:721;s:4:\"file\";s:27:\"2020/04/20200329_082605.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200329_082605-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200329_082605-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200329_082605-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200329_082605-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200329_082605-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200329_082605-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200329_082605-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200329_082605-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200329_082605-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200329_082605-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200329_082605-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5004, 2516, '_thumbnail_id', '2518'),
(5005, 2516, '_edit_last', '1'),
(5007, 2516, '_yoast_wpseo_primary_category', '221'),
(5008, 2516, '_yoast_wpseo_content_score', '30'),
(5009, 2520, '_wp_attached_file', '2020/04/20200328_153540.jpg'),
(5010, 2520, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200328_153540.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200328_153540-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200328_153540-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200328_153540-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200328_153540-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200328_153540-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200328_153540-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200328_153540-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200328_153540-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200328_153540-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200328_153540-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200328_153540-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5013, 2463, '_thumbnail_id', '2520'),
(5014, 2463, '_oembed_5d78050da6d761bac3ebcbb16629d138', '<iframe title=\"चव\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/GpTqr41oBDY?start=226&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5015, 2463, '_oembed_time_5d78050da6d761bac3ebcbb16629d138', '1587551913'),
(5016, 2463, '_edit_last', '1'),
(5018, 2463, '_yoast_wpseo_primary_category', '259'),
(5019, 2463, '_yoast_wpseo_content_score', '60'),
(5020, 2523, '_edit_lock', '1588245531:1'),
(5021, 2524, '_wp_attached_file', '2020/04/20200403_120031.jpg'),
(5022, 2524, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200403_120031.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200403_120031-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200403_120031-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200403_120031-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200403_120031-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200403_120031-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200403_120031-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200403_120031-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200403_120031-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200403_120031-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200403_120031-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200403_120031-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5025, 2523, '_thumbnail_id', '2524'),
(5026, 2523, '_oembed_ccb3e9f269725300bfaeb793d544cb79', '<iframe title=\"KIDS ONLINE TEST 1\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/S37JaYXvhQM?start=165&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5027, 2523, '_oembed_time_ccb3e9f269725300bfaeb793d544cb79', '1587552176'),
(5028, 2523, '_edit_last', '1'),
(5030, 2523, '_yoast_wpseo_primary_category', '221'),
(5031, 2523, '_yoast_wpseo_content_score', '60'),
(5032, 2527, '_edit_lock', '1588245513:1'),
(5033, 2463, '_oembed_67cd0be15c72d2cc31c0c4497969250b', '<iframe title=\"चव\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/GpTqr41oBDY?start=226&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5034, 2463, '_oembed_time_67cd0be15c72d2cc31c0c4497969250b', '1587552366'),
(5035, 2488, '_oembed_a6761cd3ccabe63211a51763931100d6', '<iframe title=\"ALPHABETS  (A to Z)\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/YyIbI2w-weY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5036, 2488, '_oembed_time_a6761cd3ccabe63211a51763931100d6', '1587552367'),
(5037, 2468, '_oembed_628703f92736cbe7831944180d37f4d8', '<iframe title=\"वर्ग आणि वर्गमूळ\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/nEXO9RE5x28?start=12&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5038, 2468, '_oembed_time_628703f92736cbe7831944180d37f4d8', '1587552393'),
(5039, 2527, '_oembed_ac34b0bb7664d792098fb3da249d5893', '<iframe title=\"ऋतू    SEASONS\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/8odqAUdYyuI?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5040, 2527, '_oembed_time_ac34b0bb7664d792098fb3da249d5893', '1587552569'),
(5041, 2529, '_wp_attached_file', '2020/04/20200401_120403.jpg'),
(5042, 2529, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200401_120403.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200401_120403-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200401_120403-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_120403-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200401_120403-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200401_120403-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200401_120403-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200401_120403-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_120403-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200401_120403-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200401_120403-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_120403-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5045, 2527, '_thumbnail_id', '2529'),
(5046, 2527, '_edit_last', '1'),
(5048, 2527, '_yoast_wpseo_primary_category', '221'),
(5049, 2527, '_yoast_wpseo_content_score', '30'),
(5050, 2531, '_edit_lock', '1588245912:1'),
(5051, 2531, '_oembed_b5cacf0f6436af290bd9e6b21d899804', '<iframe title=\"श्रीकृष्ण आणि राक्षस ( कोरोना ) गोष्ट STORY OF SHRIKRISHNA AND MONSTER ( CORONA )\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/wfWV0RU2kXs?start=6&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5052, 2531, '_oembed_time_b5cacf0f6436af290bd9e6b21d899804', '1587552918'),
(5053, 2533, '_wp_attached_file', '2020/04/20200402_194749.jpg'),
(5054, 2533, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200402_194749.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200402_194749-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200402_194749-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200402_194749-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200402_194749-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200402_194749-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200402_194749-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200402_194749-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200402_194749-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200402_194749-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200402_194749-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200402_194749-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5057, 2531, '_thumbnail_id', '2533'),
(5058, 2531, '_edit_last', '1'),
(5060, 2531, '_yoast_wpseo_primary_category', '263'),
(5061, 2531, '_yoast_wpseo_content_score', '30'),
(5062, 2535, '_edit_lock', '1588245496:1'),
(5063, 2536, '_wp_attached_file', '2020/04/20200401_175604.jpg'),
(5064, 2536, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200401_175604.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200401_175604-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200401_175604-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_175604-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200401_175604-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200401_175604-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200401_175604-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200401_175604-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_175604-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200401_175604-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200401_175604-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200401_175604-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5067, 2535, '_thumbnail_id', '2536'),
(5068, 2535, '_oembed_2ae29f039225246e44bd8b16b6d97f34', '<iframe title=\"प्राण्यांची घरे (HOMES OF ANIMALS)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/zOcUPzTGGAU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5069, 2535, '_oembed_time_2ae29f039225246e44bd8b16b6d97f34', '1587553726'),
(5070, 2535, '_edit_last', '1'),
(5072, 2535, '_yoast_wpseo_primary_category', '221'),
(5073, 2535, '_yoast_wpseo_content_score', '30'),
(5074, 2539, '_edit_lock', '1588245452:1'),
(5075, 2540, '_wp_attached_file', '2020/04/20200327_222819.jpg'),
(5076, 2540, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200327_222819.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200327_222819-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200327_222819-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_222819-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200327_222819-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200327_222819-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200327_222819-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200327_222819-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_222819-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200327_222819-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200327_222819-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_222819-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5079, 2539, '_thumbnail_id', '2540'),
(5080, 2539, '_oembed_c22861dca312599b84d033172c23498f', '<iframe title=\"मेरी पाठशाला - भाषण\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/fpbJFHM3PLw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5081, 2539, '_oembed_time_c22861dca312599b84d033172c23498f', '1587644877'),
(5082, 2539, '_edit_last', '1'),
(5084, 2539, '_yoast_wpseo_primary_category', '288'),
(5085, 2539, '_yoast_wpseo_content_score', '30'),
(5086, 2543, '_edit_lock', '1588247322:1'),
(5087, 2544, '_wp_attached_file', '2020/04/20200327_192655.jpg'),
(5088, 2544, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200327_192655.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200327_192655-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200327_192655-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_192655-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200327_192655-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200327_192655-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200327_192655-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200327_192655-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_192655-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200327_192655-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200327_192655-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_192655-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5089, 2545, '_wp_attached_file', '2020/04/20200327_192655-1.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5090, 2545, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:29:\"2020/04/20200327_192655-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"20200327_192655-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"20200327_192655-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"20200327_192655-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"20200327_192655-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:29:\"20200327_192655-1-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"20200327_192655-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"20200327_192655-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"20200327_192655-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"20200327_192655-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"20200327_192655-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"20200327_192655-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5093, 2543, '_thumbnail_id', '2545'),
(5094, 2543, '_oembed_d8f2ac9f1b3295e3f4092a082500f6a7', '<iframe title=\"सरळव्याज\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/MSOgtQZrRIs?start=3&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5095, 2543, '_oembed_time_d8f2ac9f1b3295e3f4092a082500f6a7', '1587554813'),
(5096, 2543, '_edit_last', '1'),
(5098, 2543, '_yoast_wpseo_primary_category', '215'),
(5099, 2543, '_yoast_wpseo_content_score', '30'),
(5100, 2548, '_edit_lock', '1588245200:1'),
(5101, 2548, '_oembed_e0e7b371ee91a2b65c43b4cc3f2bec83', '<iframe title=\"जोडीच्या वस्तू\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/q9tJdoSNlIc?start=17&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5102, 2548, '_oembed_time_e0e7b371ee91a2b65c43b4cc3f2bec83', '1587554939'),
(5103, 2550, '_wp_attached_file', '2020/04/20200327_140051.jpg'),
(5104, 2550, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200327_140051.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200327_140051-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200327_140051-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_140051-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200327_140051-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200327_140051-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200327_140051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200327_140051-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_140051-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200327_140051-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200327_140051-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_140051-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5107, 2548, '_thumbnail_id', '2550'),
(5108, 2548, '_edit_last', '1'),
(5110, 2548, '_yoast_wpseo_primary_category', '221'),
(5111, 2548, '_yoast_wpseo_content_score', '30'),
(5112, 2552, '_edit_lock', '1588244794:1'),
(5113, 2553, '_wp_attached_file', '2020/04/20200327_081520.jpg'),
(5114, 2553, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200327_081520.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200327_081520-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200327_081520-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_081520-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200327_081520-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"education-soul-thumb\";a:4:{s:4:\"file\";s:27:\"20200327_081520-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200327_081520-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200327_081520-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_081520-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200327_081520-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200327_081520-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200327_081520-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5117, 2552, '_thumbnail_id', '2553'),
(5118, 2552, '_oembed_f9b8be4a34802563f16b35d1f58e19b6', '<iframe title=\"संख्यांचे प्रकार\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/kYdDefN31lM?start=61&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5119, 2552, '_oembed_time_f9b8be4a34802563f16b35d1f58e19b6', '1587555261'),
(5120, 2552, '_edit_last', '1'),
(5122, 2552, '_yoast_wpseo_primary_category', '216'),
(5123, 2552, '_yoast_wpseo_content_score', '30'),
(5124, 2527, '_oembed_655fbf2c6665f2e257a4ff916dfbf19c', '<iframe title=\"ऋतू    SEASONS\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/8odqAUdYyuI?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5125, 2527, '_oembed_time_655fbf2c6665f2e257a4ff916dfbf19c', '1587587988'),
(5126, 2508, '_oembed_029a9c09dcb558be77da642d90d17fbd', '<iframe title=\"पक्ष्यांची घरे\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/Ho0vD3Nf4a0?start=37&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5127, 2508, '_oembed_time_029a9c09dcb558be77da642d90d17fbd', '1587587995'),
(5128, 2480, '_oembed_8067cc70f52e6f43b3087d09501e1237', '<iframe title=\"फळांच्या फोडी\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/Wodi6W5syZc?start=343&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5129, 2480, '_oembed_time_8067cc70f52e6f43b3087d09501e1237', '1587587997'),
(5130, 2472, '_oembed_cad82cb4bb1ff9eba85136fae2c0af32', '<iframe title=\"डॉ. बाबासाहेब आंबेडकर (SPEECH)\" width=\"895\" height=\"671\" src=\"https://www.youtube.com/embed/BGdlmyz0pgw?start=5&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5131, 2472, '_oembed_time_cad82cb4bb1ff9eba85136fae2c0af32', '1587588000'),
(5132, 2484, '_oembed_8ee9a8e6a0c5c2be96b993f60f0241b7', '<iframe title=\"रंग  - COLOURS\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/11XNnEo4EXM?start=10&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5133, 2484, '_oembed_time_8ee9a8e6a0c5c2be96b993f60f0241b7', '1587588002'),
(5134, 2516, '_oembed_db769cc7c85e9d5e31cc978262a5dc18', '<iframe title=\"वाहने  - VEHICLES\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/xyknP1kzPEE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5135, 2516, '_oembed_time_db769cc7c85e9d5e31cc978262a5dc18', '1587588006'),
(5136, 2476, '_oembed_df1521e4401f26d01f3dd92c703047fc', '<iframe title=\"संख्यांवरील प्रश्न ( NUMBERS - 1 ते 100 )\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/Sm0O_gUornE?start=30&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5137, 2476, '_oembed_time_df1521e4401f26d01f3dd92c703047fc', '1587588009'),
(5138, 2512, '_oembed_91a28bfe0c34c9f9b384837c1cd9f84c', '<iframe title=\"स्वयंपाकघर (KITCHEN)\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/B1je1hylds4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5139, 2512, '_oembed_time_91a28bfe0c34c9f9b384837c1cd9f84c', '1587588013'),
(5140, 2523, '_oembed_a97c02c24d0b8f9437720f516156280c', '<iframe title=\"KIDS ONLINE TEST 1\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/S37JaYXvhQM?start=165&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5141, 2523, '_oembed_time_a97c02c24d0b8f9437720f516156280c', '1587588028'),
(5142, 2464, '_oembed_8121c91728decfe4f64a90662e584dc0', '<iframe title=\"ONLINE TEST NO. 2\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/EsWAS_l11Wo?start=208&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5143, 2464, '_oembed_time_8121c91728decfe4f64a90662e584dc0', '1587588030'),
(5144, 2552, '_oembed_1b584d9b3e7db645b739e1334940257a', '<iframe title=\"संख्यांचे प्रकार\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/kYdDefN31lM?start=61&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5145, 2552, '_oembed_time_1b584d9b3e7db645b739e1334940257a', '1587594868'),
(5146, 2543, '_oembed_4b7ff59a76636976567ffe5db97599bf', '<iframe title=\"सरळव्याज\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/MSOgtQZrRIs?start=3&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5147, 2543, '_oembed_time_4b7ff59a76636976567ffe5db97599bf', '1587594868'),
(5148, 2496, '_oembed_a6e9880860cb6ae29c15a28b14ca0ec1', '<iframe title=\"शैक्षणिक तत्त्वज्ञान भाग - 1 (Educational Philosophy)\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/2o_UX8xavaA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5149, 2496, '_oembed_time_a6e9880860cb6ae29c15a28b14ca0ec1', '1587594868'),
(5150, 2548, '_oembed_237475cebbee88539338d0ff51fb29ec', '<iframe title=\"जोडीच्या वस्तू\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/q9tJdoSNlIc?start=17&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5151, 2548, '_oembed_time_237475cebbee88539338d0ff51fb29ec', '1587595022'),
(5152, 2535, '_oembed_466d3a4f199b240aca0694468cff326c', '<iframe title=\"प्राण्यांची घरे (HOMES OF ANIMALS)\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/zOcUPzTGGAU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5153, 2535, '_oembed_time_466d3a4f199b240aca0694468cff326c', '1587595047'),
(5154, 2504, '_oembed_7a49786b22edfcccc16a68e51b7ec77e', '<iframe title=\"प्राणी पक्षी फळे फुले भाज्या वाद्ये\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/AKFPG0xGYms?start=45&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5155, 2504, '_oembed_time_7a49786b22edfcccc16a68e51b7ec77e', '1587621146'),
(5156, 2492, '_oembed_6b00cbca83dceb4602ee87cb12d542d0', '<iframe title=\"प्राण्यांची पिल्ले (ANIMALS AND THEIR BABIES)\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/2DX0cDMbfFI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5157, 2492, '_oembed_time_6b00cbca83dceb4602ee87cb12d542d0', '1587621180'),
(5158, 2539, '_oembed_4991b4de7db76796bfcc53f87a832d97', '<iframe title=\"मेरी पाठशाला - भाषण\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/fpbJFHM3PLw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5159, 2539, '_oembed_time_4991b4de7db76796bfcc53f87a832d97', '1587621255'),
(5160, 2531, '_oembed_29d71e8099cd381e09bb4daed5631d59', '<iframe title=\"श्रीकृष्ण आणि राक्षस ( कोरोना ) गोष्ट STORY OF SHRIKRISHNA AND MONSTER ( CORONA )\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/wfWV0RU2kXs?start=6&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5161, 2531, '_oembed_time_29d71e8099cd381e09bb4daed5631d59', '1587621347'),
(5162, 2556, '_edit_lock', '1587977867:1'),
(5163, 2556, '_edit_last', '1'),
(5164, 2556, '_yoast_wpseo_primary_category', '259'),
(5167, 2500, '_oembed_0e3fdb33b821319c4bdad8c6c13979d3', '<iframe title=\"KIDS MODEL QUESTION PAPER 1 (नमुना प्रश्नपत्रिका 1)\" width=\"895\" height=\"503\" src=\"https://www.youtube.com/embed/aU4gcObdJXU?start=921&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5168, 2500, '_oembed_time_0e3fdb33b821319c4bdad8c6c13979d3', '1587634953'),
(5173, 2539, '_wp_old_slug', '%e0%a4%ae%e0%a5%87%e0%a4%b0%e0%a5%80-%e0%a4%aa%e0%a4%be%e0%a4%a0%e0%a4%b6%e0%a4%be%e0%a4%b2%e0%a4%be-%e0%a4%ad%e0%a4%be%e0%a4%b7%e0%a4%a3'),
(5177, 2552, '_wp_old_slug', '%e0%a4%b8%e0%a4%82%e0%a4%96%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%87-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%95%e0%a4%be%e0%a4%b0'),
(5181, 2548, '_wp_old_slug', '%e0%a4%9c%e0%a5%8b%e0%a4%a1%e0%a5%80%e0%a4%9a%e0%a5%8d%e0%a4%af%e0%a4%be-%e0%a4%b5%e0%a4%b8%e0%a5%8d%e0%a4%a4%e0%a5%82'),
(5185, 2543, '_wp_old_slug', '%e0%a4%b8%e0%a4%b0%e0%a4%b3%e0%a4%b5%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%9c'),
(5188, 2535, '_wp_old_slug', '%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%be%e0%a4%a3%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%80-%e0%a4%98%e0%a4%b0%e0%a5%87-homes-of-animals'),
(5192, 2531, '_wp_old_slug', '%e0%a4%b6%e0%a5%8d%e0%a4%b0%e0%a5%80%e0%a4%95%e0%a5%83%e0%a4%b7%e0%a5%8d%e0%a4%a3-%e0%a4%86%e0%a4%a3%e0%a4%bf-%e0%a4%b0%e0%a4%be%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a4%b8-%e0%a4%95%e0%a5%8b%e0%a4%b0'),
(5195, 2527, '_wp_old_slug', '%e0%a4%8b%e0%a4%a4%e0%a5%82-seasons'),
(5199, 2463, '_wp_old_slug', '%e0%a4%9a%e0%a4%b5-taste'),
(5202, 2516, '_wp_old_slug', '%e0%a4%b5%e0%a4%be%e0%a4%b9%e0%a4%a8%e0%a5%87-vehicles'),
(5206, 2512, '_wp_old_slug', '%e0%a4%b8%e0%a5%8d%e0%a4%b5%e0%a4%af%e0%a4%82%e0%a4%aa%e0%a4%be%e0%a4%95%e0%a4%98%e0%a4%b0-kitchen'),
(5209, 2508, '_wp_old_slug', '%e0%a4%aa%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%80-%e0%a4%98%e0%a4%b0%e0%a5%87'),
(5213, 2504, '_wp_old_slug', '%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%be%e0%a4%a3%e0%a5%80-%e0%a4%aa%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a5%80-%e0%a4%ab%e0%a4%b3%e0%a5%87-%e0%a4%ab%e0%a5%81%e0%a4%b2%e0%a5%87-%e0%a4%ad%e0%a4%be%e0%a4%9c'),
(5216, 2500, '_wp_old_slug', 'kids-model-question-paper-1-%e0%a4%a8%e0%a4%ae%e0%a5%81%e0%a4%a8%e0%a4%be-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%b6%e0%a5%8d%e0%a4%a8%e0%a4%aa%e0%a4%a4%e0%a5%8d%e0%a4%b0%e0%a4%bf%e0%a4%95%e0%a4%be-1'),
(5220, 2496, '_wp_old_slug', '%e0%a4%b6%e0%a5%88%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a4%a3%e0%a4%bf%e0%a4%95-%e0%a4%a4%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a5%8d%e0%a4%b5%e0%a4%9c%e0%a5%8d%e0%a4%9e%e0%a4%be%e0%a4%a8-%e0%a4%ad%e0%a4%be%e0%a4%97'),
(5223, 2492, '_wp_old_slug', '%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%be%e0%a4%a3%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%80-%e0%a4%aa%e0%a4%bf%e0%a4%b2%e0%a5%8d%e0%a4%b2%e0%a5%87-animals-and-their-babies'),
(5227, 2484, '_wp_old_slug', '%e0%a4%b0%e0%a4%82%e0%a4%97-colours'),
(5231, 2480, '_wp_old_slug', '%e0%a4%ab%e0%a4%b3%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%8d%e0%a4%af%e0%a4%be-%e0%a4%ab%e0%a5%8b%e0%a4%a1%e0%a5%80'),
(5234, 2476, '_wp_old_slug', '%e0%a4%b8%e0%a4%82%e0%a4%96%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%b5%e0%a4%b0%e0%a5%80%e0%a4%b2-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%b6%e0%a5%8d%e0%a4%a8'),
(5238, 2472, '_wp_old_slug', '%e0%a4%ad%e0%a4%be%e0%a4%b0%e0%a4%a4%e0%a5%80%e0%a4%af-%e0%a4%b0%e0%a4%be%e0%a4%9c%e0%a5%8d%e0%a4%af%e0%a4%98%e0%a4%9f%e0%a4%a8%e0%a5%87%e0%a4%9a%e0%a5%87-%e0%a4%b6%e0%a4%bf%e0%a4%b2%e0%a5%8d%e0%a4%aa'),
(5242, 2468, '_wp_old_slug', '%e0%a4%b5%e0%a4%b0%e0%a5%8d%e0%a4%97-%e0%a4%86%e0%a4%a3%e0%a4%bf-%e0%a4%b5%e0%a4%b0%e0%a5%8d%e0%a4%97%e0%a4%ae%e0%a5%82%e0%a4%b3'),
(5248, 2454, '_wp_old_slug', '%e0%a4%9c%e0%a4%b0%e0%a4%be-%e0%a4%a5%e0%a4%be%e0%a4%82%e0%a4%ac%e0%a5%82%e0%a4%af%e0%a4%be-%e0%a4%aa%e0%a5%81%e0%a4%a8%e0%a5%8d%e0%a4%b9%e0%a4%be-%e0%a4%a7%e0%a4%be%e0%a4%b5%e0%a5%82%e0%a4%af'),
(5258, 2455, '_wp_old_slug', '%e0%a4%95%e0%a5%8b%e0%a4%b0%e0%a5%8b%e0%a4%a8%e0%a4%be-%e0%a4%95%e0%a4%b5%e0%a4%bf%e0%a4%a4%e0%a4%be'),
(5266, 2446, '_wp_old_slug', '%e0%a4%ae%e0%a5%81%e0%a4%b3%e0%a4%be%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a4%b0%e0%a5%87'),
(5272, 2442, '_wp_old_slug', '%e0%a4%95%e0%a5%8b%e0%a4%b0%e0%a5%8b%e0%a4%a8%e0%a4%be-%e0%a4%b8%e0%a5%87-%e0%a4%a1%e0%a4%b0%e0%a5%8b%e0%a4%a8%e0%a4%be-%e0%a4%95%e0%a4%b5%e0%a4%bf%e0%a4%a4%e0%a4%be'),
(5273, 2442, '_yoast_wpseo_primary_category', '263'),
(5276, 2438, '_wp_old_slug', '%e0%a4%b5%e0%a4%bf%e0%a4%b0%e0%a5%81%e0%a4%a6%e0%a5%8d%e0%a4%a7%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%a5%e0%a5%80-%e0%a4%b6%e0%a4%ac%e0%a5%8d%e0%a4%a6'),
(5281, 2435, '_wp_old_slug', '%e0%a4%b8%e0%a4%ae%e0%a4%be%e0%a4%a8%e0%a4%be%e0%a4%b0%e0%a5%8d%e0%a4%a5%e0%a5%80-%e0%a4%b6%e0%a4%ac%e0%a5%8d%e0%a4%a6'),
(5298, 2429, '_wp_old_slug', '%e0%a4%a6%e0%a4%bf%e0%a4%b6%e0%a4%be'),
(5303, 2427, '_wp_old_slug', '%e0%a4%ac%e0%a4%be%e0%a4%b2%e0%a4%86%e0%a4%a8%e0%a4%82%e0%a4%a6-1'),
(5308, 2425, '_wp_old_slug', '%e0%a4%b6%e0%a4%ac%e0%a5%8d%e0%a4%a6'),
(5313, 2423, '_wp_old_slug', '%e0%a4%b8%e0%a4%82%e0%a4%96%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%b5%e0%a4%be%e0%a4%9a%e0%a4%a8'),
(5314, 2423, '_edit_last', '1'),
(5317, 2423, '_yoast_wpseo_primary_category', '209'),
(5318, 2423, '_yoast_wpseo_content_score', '30'),
(5323, 2566, '_edit_lock', '1588403888:1'),
(5326, 2566, '_edit_last', '1'),
(5329, 2566, '_yoast_wpseo_primary_category', '220'),
(5330, 2566, '_yoast_wpseo_content_score', '30'),
(5333, 2566, '_wp_old_slug', '%e0%a4%af%e0%a5%81%e0%a4%b0%e0%a5%8b%e0%a4%aa%e0%a4%be%e0%a4%a4%e0%a5%80%e0%a4%b2-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%ac%e0%a5%8b%e0%a4%a7%e0%a4%a8-%e0%a4%86%e0%a4%a3%e0%a4%bf-%e0%a4%b5%e0%a4%bf'),
(5367, 2579, '_wp_trash_meta_status', 'publish'),
(5368, 2579, '_wp_trash_meta_time', '1587976652'),
(5369, 2552, '_oembed_69e6bfdbc9921b3eeb22dbb5ca8c7bcc', '<iframe title=\"संख्यांचे प्रकार\" width=\"819\" height=\"461\" src=\"https://www.youtube.com/embed/kYdDefN31lM?start=61&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5370, 2552, '_oembed_time_69e6bfdbc9921b3eeb22dbb5ca8c7bcc', '1587977474'),
(5371, 2552, '_oembed_660699a3032f41fb1668908044dc2ba0', '<iframe title=\"संख्यांचे प्रकार\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/kYdDefN31lM?start=61&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5372, 2552, '_oembed_time_660699a3032f41fb1668908044dc2ba0', '1587978015'),
(5373, 2484, '_oembed_327468332eaf418ebc3512379c6dcb6a', '<iframe title=\"रंग  - COLOURS\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/11XNnEo4EXM?start=10&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5374, 2484, '_oembed_time_327468332eaf418ebc3512379c6dcb6a', '1587978029'),
(5375, 2556, '_wp_trash_meta_status', 'draft'),
(5376, 2556, '_wp_trash_meta_time', '1587978571'),
(5377, 2556, '_wp_desired_post_slug', ''),
(5378, 2531, '_oembed_22a51df8f35f354da7b07718e5ff54e3', '<iframe title=\"श्रीकृष्ण आणि राक्षस ( कोरोना ) गोष्ट STORY OF SHRIKRISHNA AND MONSTER ( CORONA )\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/wfWV0RU2kXs?start=6&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5379, 2531, '_oembed_time_22a51df8f35f354da7b07718e5ff54e3', '1587978633'),
(5380, 2580, '_wp_attached_file', '2020/04/thumbnail-dharmyudhde.jpg'),
(5381, 2580, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:33:\"2020/04/thumbnail-dharmyudhde.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"thumbnail-dharmyudhde-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"thumbnail-dharmyudhde-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"thumbnail-dharmyudhde-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"thumbnail-dharmyudhde-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tutor-homepage-thumb\";a:4:{s:4:\"file\";s:33:\"thumbnail-dharmyudhde-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"thumbnail-dharmyudhde-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"thumbnail-dharmyudhde-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"thumbnail-dharmyudhde-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"thumbnail-dharmyudhde-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"thumbnail-dharmyudhde-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"thumbnail-dharmyudhde-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5382, 2566, '_thumbnail_id', '2632'),
(5389, 2548, '_oembed_24db9747c40df76b75a49adb647695fe', '<iframe title=\"जोडीच्या वस्तू\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/q9tJdoSNlIc?start=17&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5390, 2548, '_oembed_time_24db9747c40df76b75a49adb647695fe', '1587984125'),
(5391, 2535, '_oembed_533a652daf14568c2f425663d8d1658d', '<iframe title=\"प्राण्यांची घरे (HOMES OF ANIMALS)\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/zOcUPzTGGAU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5392, 2535, '_oembed_time_533a652daf14568c2f425663d8d1658d', '1587991361'),
(5393, 2543, '_oembed_61891617cab6e6404648bf4593098440', '<iframe title=\"सरळव्याज\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/MSOgtQZrRIs?start=3&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5394, 2543, '_oembed_time_61891617cab6e6404648bf4593098440', '1587992540'),
(5395, 2539, '_oembed_5c39c3db69ad82ab705b4bbf605a6830', '<iframe title=\"मेरी पाठशाला - भाषण\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/fpbJFHM3PLw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5396, 2539, '_oembed_time_5c39c3db69ad82ab705b4bbf605a6830', '1587992540'),
(5397, 2527, '_oembed_1bdee4e1c060c3e76a754904993c80f0', '<iframe title=\"ऋतू    SEASONS\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/8odqAUdYyuI?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5398, 2527, '_oembed_time_1bdee4e1c060c3e76a754904993c80f0', '1587992540'),
(5399, 2523, '_oembed_c1d6b795ee872eb7ab4df9c6ebdb6933', '<iframe title=\"KIDS ONLINE TEST 1\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/S37JaYXvhQM?start=165&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5400, 2523, '_oembed_time_c1d6b795ee872eb7ab4df9c6ebdb6933', '1587992540'),
(5401, 2463, '_oembed_bd6f00faa877b0dda165d1ad9078b33c', '<iframe title=\"चव\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/GpTqr41oBDY?start=226&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5402, 2463, '_oembed_time_bd6f00faa877b0dda165d1ad9078b33c', '1587992540'),
(5403, 2582, '_edit_lock', '1588003678:1'),
(5404, 2582, '_wp_trash_meta_status', 'publish'),
(5405, 2582, '_wp_trash_meta_time', '1588003695'),
(5406, 2583, '_edit_lock', '1588003787:1'),
(5407, 2583, '_wp_trash_meta_status', 'publish'),
(5408, 2583, '_wp_trash_meta_time', '1588003796'),
(5409, 2584, '_wp_trash_meta_status', 'publish'),
(5410, 2584, '_wp_trash_meta_time', '1588003842'),
(5411, 2585, '_wp_attached_file', '2020/04/cropped-connectivism-2.png'),
(5412, 2585, '_wp_attachment_context', 'custom-logo'),
(5413, 2585, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:34:\"2020/04/cropped-connectivism-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-connectivism-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"tutor-homepage-thumb\";a:4:{s:4:\"file\";s:34:\"cropped-connectivism-2-240x145.png\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-connectivism-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-connectivism-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5415, 2455, '_oembed_09e66511cc8709f5d40e67170cd4d8db', '<iframe title=\"कोरोना ( कविता )  CORONA POEM\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/GrHEbBqJZWQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5416, 2455, '_oembed_time_09e66511cc8709f5d40e67170cd4d8db', '1588029685'),
(5418, 2552, '_oembed_ad38b2c0623e32dcf94806169cdb8754', '<iframe title=\"संख्यांचे प्रकार\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/kYdDefN31lM?start=61&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5419, 2552, '_oembed_time_ad38b2c0623e32dcf94806169cdb8754', '1588049147'),
(5420, 2548, '_oembed_83801f4aefc25e62ce73df32a84a0eb9', '<iframe title=\"जोडीच्या वस्तू\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/q9tJdoSNlIc?start=17&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5421, 2548, '_oembed_time_83801f4aefc25e62ce73df32a84a0eb9', '1588049185'),
(5422, 2587, '_edit_lock', '1588049518:1'),
(5423, 2587, '_wp_trash_meta_status', 'publish'),
(5424, 2587, '_wp_trash_meta_time', '1588049525'),
(5425, 2588, '_edit_lock', '1588049598:1'),
(5426, 2588, '_wp_trash_meta_status', 'publish'),
(5427, 2588, '_wp_trash_meta_time', '1588049622'),
(5428, 2500, '_oembed_3360deb076f175badb45ed8815f0aea4', '<iframe title=\"KIDS MODEL QUESTION PAPER 1 (नमुना प्रश्नपत्रिका 1)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/aU4gcObdJXU?start=921&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5429, 2500, '_oembed_time_3360deb076f175badb45ed8815f0aea4', '1588054245'),
(5434, 2566, '_bam_layout_meta', 'default-layout'),
(5441, 2589, '_menu_item_type', 'custom'),
(5442, 2589, '_menu_item_menu_item_parent', '2239'),
(5443, 2589, '_menu_item_object_id', '2589'),
(5444, 2589, '_menu_item_object', 'custom'),
(5445, 2589, '_menu_item_target', ''),
(5446, 2589, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5447, 2589, '_menu_item_xfn', ''),
(5448, 2589, '_menu_item_url', 'https://connectivism.in/tag/12th-question-papers/'),
(5450, 2590, '_menu_item_type', 'custom'),
(5451, 2590, '_menu_item_menu_item_parent', '2239'),
(5452, 2590, '_menu_item_object_id', '2590'),
(5453, 2590, '_menu_item_object', 'custom'),
(5454, 2590, '_menu_item_target', ''),
(5455, 2590, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5456, 2590, '_menu_item_xfn', ''),
(5457, 2590, '_menu_item_url', 'https://connectivism.in/tag/11th-question-papers/'),
(5459, 2591, '_menu_item_type', 'custom'),
(5460, 2591, '_menu_item_menu_item_parent', '2239'),
(5461, 2591, '_menu_item_object_id', '2591'),
(5462, 2591, '_menu_item_object', 'custom'),
(5463, 2591, '_menu_item_target', ''),
(5464, 2591, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5465, 2591, '_menu_item_xfn', ''),
(5466, 2591, '_menu_item_url', 'https://connectivism.in/tag/10th-question-papers/'),
(5468, 2592, '_menu_item_type', 'custom'),
(5469, 2592, '_menu_item_menu_item_parent', '2239'),
(5470, 2592, '_menu_item_object_id', '2592'),
(5471, 2592, '_menu_item_object', 'custom'),
(5472, 2592, '_menu_item_target', ''),
(5473, 2592, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5474, 2592, '_menu_item_xfn', ''),
(5475, 2592, '_menu_item_url', 'https://connectivism.in/tag/9th-question-papers/'),
(5477, 2593, '_menu_item_type', 'custom'),
(5478, 2593, '_menu_item_menu_item_parent', '2239'),
(5479, 2593, '_menu_item_object_id', '2593'),
(5480, 2593, '_menu_item_object', 'custom'),
(5481, 2593, '_menu_item_target', ''),
(5482, 2593, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5483, 2593, '_menu_item_xfn', ''),
(5484, 2593, '_menu_item_url', 'https://connectivism.in/tag/8th-question-papers/'),
(5486, 2594, '_menu_item_type', 'custom'),
(5487, 2594, '_menu_item_menu_item_parent', '2239'),
(5488, 2594, '_menu_item_object_id', '2594'),
(5489, 2594, '_menu_item_object', 'custom'),
(5490, 2594, '_menu_item_target', ''),
(5491, 2594, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5492, 2594, '_menu_item_xfn', ''),
(5493, 2594, '_menu_item_url', 'https://connectivism.in/tag/7th-question-papers/'),
(5495, 2595, '_menu_item_type', 'custom'),
(5496, 2595, '_menu_item_menu_item_parent', '2239'),
(5497, 2595, '_menu_item_object_id', '2595'),
(5498, 2595, '_menu_item_object', 'custom'),
(5499, 2595, '_menu_item_target', ''),
(5500, 2595, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5501, 2595, '_menu_item_xfn', ''),
(5502, 2595, '_menu_item_url', 'https://connectivism.in/tag/6th-question-papers/'),
(5504, 2596, '_menu_item_type', 'custom'),
(5505, 2596, '_menu_item_menu_item_parent', '2239'),
(5506, 2596, '_menu_item_object_id', '2596'),
(5507, 2596, '_menu_item_object', 'custom'),
(5508, 2596, '_menu_item_target', ''),
(5509, 2596, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5510, 2596, '_menu_item_xfn', ''),
(5511, 2596, '_menu_item_url', 'https://connectivism.in/tag/5th-question-papers/'),
(5513, 2597, '_menu_item_type', 'custom'),
(5514, 2597, '_menu_item_menu_item_parent', '2239'),
(5515, 2597, '_menu_item_object_id', '2597'),
(5516, 2597, '_menu_item_object', 'custom'),
(5517, 2597, '_menu_item_target', ''),
(5518, 2597, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5519, 2597, '_menu_item_xfn', ''),
(5520, 2597, '_menu_item_url', 'https://connectivism.in/tag/4th-question-papers/'),
(5522, 2598, '_menu_item_type', 'custom'),
(5523, 2598, '_menu_item_menu_item_parent', '2239'),
(5524, 2598, '_menu_item_object_id', '2598'),
(5525, 2598, '_menu_item_object', 'custom'),
(5526, 2598, '_menu_item_target', ''),
(5527, 2598, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5528, 2598, '_menu_item_xfn', ''),
(5529, 2598, '_menu_item_url', 'https://connectivism.in/tag/3rd-question-papers/'),
(5531, 2599, '_menu_item_type', 'custom'),
(5532, 2599, '_menu_item_menu_item_parent', '2239'),
(5533, 2599, '_menu_item_object_id', '2599'),
(5534, 2599, '_menu_item_object', 'custom'),
(5535, 2599, '_menu_item_target', ''),
(5536, 2599, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5537, 2599, '_menu_item_xfn', ''),
(5538, 2599, '_menu_item_url', 'https://connectivism.in/tag/2nd-question-papers/'),
(5540, 2600, '_menu_item_type', 'custom'),
(5541, 2600, '_menu_item_menu_item_parent', '2239'),
(5542, 2600, '_menu_item_object_id', '2600'),
(5543, 2600, '_menu_item_object', 'custom'),
(5544, 2600, '_menu_item_target', ''),
(5545, 2600, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5546, 2600, '_menu_item_xfn', ''),
(5547, 2600, '_menu_item_url', 'https://connectivism.in/tag/1st-question-papers/'),
(5549, 2512, '_oembed_41312145c9f5cacaf40c191c368f9609', '<iframe title=\"स्वयंपाकघर (KITCHEN)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/B1je1hylds4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5550, 2512, '_oembed_time_41312145c9f5cacaf40c191c368f9609', '1588058172'),
(5551, 2543, '_oembed_0203717586bed40d7c785f4d1e79bdd3', '<iframe title=\"सरळव्याज\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/MSOgtQZrRIs?start=3&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5552, 2543, '_oembed_time_0203717586bed40d7c785f4d1e79bdd3', '1588059552'),
(5555, 2539, '_oembed_6fe6157087abd10a6bf42f9fb780eab2', '<iframe title=\"मेरी पाठशाला - भाषण\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/fpbJFHM3PLw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5556, 2539, '_oembed_time_6fe6157087abd10a6bf42f9fb780eab2', '1588060887'),
(5557, 2463, '_oembed_0f52e865520bab48a99965d3882730fc', '<iframe title=\"चव\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/GpTqr41oBDY?start=226&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5558, 2463, '_oembed_time_0f52e865520bab48a99965d3882730fc', '1588061580'),
(5559, 2476, '_oembed_42f9b0fb1d395aa1158c9e01a89e3ea7', '<iframe title=\"संख्यांवरील प्रश्न ( NUMBERS - 1 ते 100 )\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/Sm0O_gUornE?start=30&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5560, 2476, '_oembed_time_42f9b0fb1d395aa1158c9e01a89e3ea7', '1588062148'),
(5561, 2484, '_oembed_32efb75647bee6542ced7a06dc9303c2', '<iframe title=\"रंग  - COLOURS\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/11XNnEo4EXM?start=10&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5562, 2484, '_oembed_time_32efb75647bee6542ced7a06dc9303c2', '1588062716'),
(5563, 2527, '_oembed_ee0ac197d4e1594b654773bfef083f51', '<iframe title=\"ऋतू    SEASONS\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/8odqAUdYyuI?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5564, 2527, '_oembed_time_ee0ac197d4e1594b654773bfef083f51', '1588063284'),
(5565, 2516, '_oembed_215fb04c3fcbcbff40773a87f5b37235', '<iframe title=\"वाहने  - VEHICLES\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/xyknP1kzPEE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5566, 2516, '_oembed_time_215fb04c3fcbcbff40773a87f5b37235', '1588063852'),
(5567, 2455, '_oembed_c29ce43f6af212ccd2ac31e2a67b1e81', '<iframe title=\"कोरोना ( कविता )  CORONA POEM\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/GrHEbBqJZWQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5568, 2455, '_oembed_time_c29ce43f6af212ccd2ac31e2a67b1e81', '1588067260'),
(5569, 2531, '_oembed_3ed71e7c68b46dd0a006e5ee62c21edb', '<iframe title=\"श्रीकृष्ण आणि राक्षस ( कोरोना ) गोष्ट STORY OF SHRIKRISHNA AND MONSTER ( CORONA )\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/wfWV0RU2kXs?start=6&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5570, 2531, '_oembed_time_3ed71e7c68b46dd0a006e5ee62c21edb', '1588075606'),
(5571, 2535, '_oembed_a03cd32a8fb56094306bdd0ffd96d5a7', '<iframe title=\"प्राण्यांची घरे (HOMES OF ANIMALS)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/zOcUPzTGGAU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5572, 2535, '_oembed_time_a03cd32a8fb56094306bdd0ffd96d5a7', '1588075780'),
(5573, 2472, '_oembed_6c340faf37dea7b4d4a5782ea3c15214', '<iframe title=\"डॉ. बाबासाहेब आंबेडकर (SPEECH)\" width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/BGdlmyz0pgw?start=5&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5574, 2472, '_oembed_time_6c340faf37dea7b4d4a5782ea3c15214', '1588079756'),
(5575, 2508, '_oembed_17599016fdcc21857ee382e93b5532e9', '<iframe title=\"पक्ष्यांची घरे\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/Ho0vD3Nf4a0?start=37&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5576, 2508, '_oembed_time_17599016fdcc21857ee382e93b5532e9', '1588084868'),
(5577, 2480, '_oembed_614f2bec3ae777f85aa710fe1dea0569', '<iframe title=\"फळांच्या फोडी\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/Wodi6W5syZc?start=343&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5578, 2480, '_oembed_time_614f2bec3ae777f85aa710fe1dea0569', '1588087140'),
(5579, 2468, '_oembed_8e30a809307e72591f04dca158e9a1d7', '<iframe title=\"वर्ग आणि वर्गमूळ\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/nEXO9RE5x28?start=12&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5580, 2468, '_oembed_time_8e30a809307e72591f04dca158e9a1d7', '1588097364'),
(5581, 2492, '_oembed_6e7d15da1ad51e00b4b79272fe74b571', '<iframe title=\"प्राण्यांची पिल्ले (ANIMALS AND THEIR BABIES)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/2DX0cDMbfFI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5582, 2492, '_oembed_time_6e7d15da1ad51e00b4b79272fe74b571', '1588111866'),
(5583, 2446, '_oembed_8a4fb491cb82a4e57af8131fead7cc44', '<iframe title=\"मुळाक्षरे (MARATHI ALPHABETS)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/q2u0QOqXQ9Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5584, 2446, '_oembed_time_8a4fb491cb82a4e57af8131fead7cc44', '1588114706'),
(5585, 2496, '_oembed_37fb20d480ab350d9e780afc29e134e9', '<iframe title=\"शैक्षणिक तत्त्वज्ञान भाग - 1 (Educational Philosophy)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/2o_UX8xavaA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5586, 2496, '_oembed_time_37fb20d480ab350d9e780afc29e134e9', '1588116410'),
(5587, 2504, '_oembed_4fa9379700545de8769fcf8597723644', '<iframe title=\"प्राणी पक्षी फळे फुले भाज्या वाद्ये\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/AKFPG0xGYms?start=45&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5588, 2504, '_oembed_time_4fa9379700545de8769fcf8597723644', '1588126066'),
(5589, 2488, '_oembed_9b9aca8d8e1fd6fd67c16772a5a5a35b', '<iframe title=\"ALPHABETS  (A to Z)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/YyIbI2w-weY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5590, 2488, '_oembed_time_9b9aca8d8e1fd6fd67c16772a5a5a35b', '1588168819'),
(5591, 2523, '_oembed_53c2690f4cb90b05ab0520d2790d7d67', '<iframe title=\"KIDS ONLINE TEST 1\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/S37JaYXvhQM?start=165&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5592, 2523, '_oembed_time_53c2690f4cb90b05ab0520d2790d7d67', '1588170462'),
(5595, 2464, '_oembed_968951637f467aef63325d040cdedb88', '<iframe title=\"ONLINE TEST NO. 2\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/EsWAS_l11Wo?start=208&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5596, 2464, '_oembed_time_968951637f467aef63325d040cdedb88', '1588218192'),
(5603, 2435, '_bam_layout_meta', 'default-layout'),
(5670, 2626, '_edit_lock', '1588262042:1'),
(5672, 2626, '_oembed_031e94396a0d29eca0a71ddc84ced889', '<iframe title=\"12th History युरोपातील प्रबोधन आणि विज्ञानाचा विकास - धर्मयुद्धे\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/wpgUf3w00CQ?start=28&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5673, 2626, '_oembed_time_031e94396a0d29eca0a71ddc84ced889', '1588248735'),
(5676, 2626, '_thumbnail_id', '2631'),
(5677, 2626, '_edit_last', '1'),
(5679, 2626, '_yoast_wpseo_primary_category', '220'),
(5680, 2626, '_bam_layout_meta', 'default-layout'),
(5681, 2626, '_yoast_wpseo_content_score', '30'),
(5686, 2631, '_wp_attached_file', '2020/04/20200430_212026.jpg');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5687, 2631, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200430_212026.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200430_212026-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200430_212026-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200430_212026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200430_212026-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"bam-featured\";a:4:{s:4:\"file\";s:27:\"20200430_212026-890x530.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:27:\"20200430_212026-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:27:\"20200430_212026-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:26:\"20200430_212026-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200430_212026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200430_212026-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200430_212026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200430_212026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200430_212026-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200430_212026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5691, 2632, '_wp_attached_file', '2020/04/20200430_211847.jpg'),
(5692, 2632, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/04/20200430_211847.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200430_211847-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200430_211847-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200430_211847-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200430_211847-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"bam-featured\";a:4:{s:4:\"file\";s:27:\"20200430_211847-890x530.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:27:\"20200430_211847-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:27:\"20200430_211847-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:26:\"20200430_211847-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200430_211847-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200430_211847-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200430_211847-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200430_211847-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200430_211847-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200430_211847-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5734, 2649, '_menu_item_type', 'custom'),
(5735, 2649, '_menu_item_menu_item_parent', '0'),
(5736, 2649, '_menu_item_object_id', '2649'),
(5737, 2649, '_menu_item_object', 'custom'),
(5738, 2649, '_menu_item_target', ''),
(5739, 2649, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5740, 2649, '_menu_item_xfn', ''),
(5741, 2649, '_menu_item_url', 'https://connectivism.in/tag/9th-videos/'),
(5742, 2649, '_menu_item_orphaned', '1588321943'),
(5743, 2650, '_menu_item_type', 'custom'),
(5744, 2650, '_menu_item_menu_item_parent', '2237'),
(5745, 2650, '_menu_item_object_id', '2650'),
(5746, 2650, '_menu_item_object', 'custom'),
(5747, 2650, '_menu_item_target', ''),
(5748, 2650, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5749, 2650, '_menu_item_xfn', ''),
(5750, 2650, '_menu_item_url', 'https://connectivism.in/tag/1st-videos/'),
(5752, 2651, '_menu_item_type', 'custom'),
(5753, 2651, '_menu_item_menu_item_parent', '2237'),
(5754, 2651, '_menu_item_object_id', '2651'),
(5755, 2651, '_menu_item_object', 'custom'),
(5756, 2651, '_menu_item_target', ''),
(5757, 2651, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5758, 2651, '_menu_item_xfn', ''),
(5759, 2651, '_menu_item_url', 'https://connectivism.in/tag/2nd-videos/'),
(5761, 2652, '_menu_item_type', 'custom'),
(5762, 2652, '_menu_item_menu_item_parent', '2237'),
(5763, 2652, '_menu_item_object_id', '2652'),
(5764, 2652, '_menu_item_object', 'custom'),
(5765, 2652, '_menu_item_target', ''),
(5766, 2652, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5767, 2652, '_menu_item_xfn', ''),
(5768, 2652, '_menu_item_url', 'https://connectivism.in/tag/3rd-videos/'),
(5770, 2653, '_menu_item_type', 'custom'),
(5771, 2653, '_menu_item_menu_item_parent', '2237'),
(5772, 2653, '_menu_item_object_id', '2653'),
(5773, 2653, '_menu_item_object', 'custom'),
(5774, 2653, '_menu_item_target', ''),
(5775, 2653, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5776, 2653, '_menu_item_xfn', ''),
(5777, 2653, '_menu_item_url', 'https://connectivism.in/tag/4th-videos/'),
(5779, 2654, '_menu_item_type', 'custom'),
(5780, 2654, '_menu_item_menu_item_parent', '2237'),
(5781, 2654, '_menu_item_object_id', '2654'),
(5782, 2654, '_menu_item_object', 'custom'),
(5783, 2654, '_menu_item_target', ''),
(5784, 2654, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5785, 2654, '_menu_item_xfn', ''),
(5786, 2654, '_menu_item_url', 'https://connectivism.in/tag/5th-videos/'),
(5788, 2655, '_menu_item_type', 'custom'),
(5789, 2655, '_menu_item_menu_item_parent', '2237'),
(5790, 2655, '_menu_item_object_id', '2655'),
(5791, 2655, '_menu_item_object', 'custom'),
(5792, 2655, '_menu_item_target', ''),
(5793, 2655, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5794, 2655, '_menu_item_xfn', ''),
(5795, 2655, '_menu_item_url', 'https://connectivism.in/tag/6th-videos/'),
(5797, 2656, '_menu_item_type', 'custom'),
(5798, 2656, '_menu_item_menu_item_parent', '2237'),
(5799, 2656, '_menu_item_object_id', '2656'),
(5800, 2656, '_menu_item_object', 'custom'),
(5801, 2656, '_menu_item_target', ''),
(5802, 2656, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5803, 2656, '_menu_item_xfn', ''),
(5804, 2656, '_menu_item_url', 'https://connectivism.in/tag/7th-videos/'),
(5806, 2657, '_menu_item_type', 'custom'),
(5807, 2657, '_menu_item_menu_item_parent', '2237'),
(5808, 2657, '_menu_item_object_id', '2657'),
(5809, 2657, '_menu_item_object', 'custom'),
(5810, 2657, '_menu_item_target', ''),
(5811, 2657, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5812, 2657, '_menu_item_xfn', ''),
(5813, 2657, '_menu_item_url', 'https://connectivism.in/tag/8th-videos/'),
(5815, 2658, '_menu_item_type', 'custom'),
(5816, 2658, '_menu_item_menu_item_parent', '2237'),
(5817, 2658, '_menu_item_object_id', '2658'),
(5818, 2658, '_menu_item_object', 'custom'),
(5819, 2658, '_menu_item_target', ''),
(5820, 2658, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5821, 2658, '_menu_item_xfn', ''),
(5822, 2658, '_menu_item_url', 'https://connectivism.in/tag/10th-videos/'),
(5824, 2659, '_menu_item_type', 'custom'),
(5825, 2659, '_menu_item_menu_item_parent', '2237'),
(5826, 2659, '_menu_item_object_id', '2659'),
(5827, 2659, '_menu_item_object', 'custom'),
(5828, 2659, '_menu_item_target', ''),
(5829, 2659, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5830, 2659, '_menu_item_xfn', ''),
(5831, 2659, '_menu_item_url', 'https://connectivism.in/tag/10th-videos/'),
(5833, 2660, '_menu_item_type', 'custom'),
(5834, 2660, '_menu_item_menu_item_parent', '2237'),
(5835, 2660, '_menu_item_object_id', '2660'),
(5836, 2660, '_menu_item_object', 'custom'),
(5837, 2660, '_menu_item_target', ''),
(5838, 2660, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5839, 2660, '_menu_item_xfn', ''),
(5840, 2660, '_menu_item_url', 'https://connectivism.in/tag/11th-videos/'),
(5842, 2661, '_menu_item_type', 'custom'),
(5843, 2661, '_menu_item_menu_item_parent', '2237'),
(5844, 2661, '_menu_item_object_id', '2661'),
(5845, 2661, '_menu_item_object', 'custom'),
(5846, 2661, '_menu_item_target', ''),
(5847, 2661, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5848, 2661, '_menu_item_xfn', ''),
(5849, 2661, '_menu_item_url', 'https://connectivism.in/tag/12th-videos/'),
(5851, 2662, '_menu_item_type', 'custom'),
(5852, 2662, '_menu_item_menu_item_parent', '2237'),
(5853, 2662, '_menu_item_object_id', '2662'),
(5854, 2662, '_menu_item_object', 'custom'),
(5855, 2662, '_menu_item_target', ''),
(5856, 2662, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5857, 2662, '_menu_item_xfn', ''),
(5858, 2662, '_menu_item_url', 'https://connectivism.in/tag/9th-videos/'),
(5868, 2665, '_wp_attached_file', '2020/05/cropped-20200430_134519-e1588334571494.jpg'),
(5869, 2665, '_wp_attachment_context', 'site-icon'),
(5870, 2665, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:50:\"2020/05/cropped-20200430_134519-e1588334571494.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-512x465.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:49:\"cropped-20200430_134519-e1588334571494-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:48:\"cropped-20200430_134519-e1588334571494-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),
(5871, 2666, '_wp_trash_meta_status', 'publish'),
(5872, 2666, '_wp_trash_meta_time', '1588334633'),
(5873, 2667, '_edit_lock', '1588335228:1'),
(5874, 2668, '_wp_attached_file', '2020/05/cropped-20200430_134519-e1588334571494-1.jpg'),
(5875, 2668, '_wp_attachment_context', 'site-icon'),
(5876, 2668, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:52:\"2020/05/cropped-20200430_134519-e1588334571494-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-1-512x465.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-1-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:51:\"cropped-20200430_134519-e1588334571494-1-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-1-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-1-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-1-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),
(5877, 2669, '_wp_attached_file', '2020/05/cropped-20200430_134519-e1588334571494-2.jpg'),
(5878, 2669, '_wp_attachment_context', 'site-icon'),
(5879, 2669, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:52:\"2020/05/cropped-20200430_134519-e1588334571494-2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-2-512x465.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-2-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:51:\"cropped-20200430_134519-e1588334571494-2-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-2-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-2-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-2-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),
(5880, 2670, '_wp_attached_file', '2020/05/cropped-20200430_134519-e1588334571494-3.jpg'),
(5881, 2670, '_wp_attachment_context', 'site-icon'),
(5882, 2670, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:52:\"2020/05/cropped-20200430_134519-e1588334571494-3.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-3-512x465.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-3-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:51:\"cropped-20200430_134519-e1588334571494-3-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-3-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-3-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:52:\"cropped-20200430_134519-e1588334571494-3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:50:\"cropped-20200430_134519-e1588334571494-3-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),
(5883, 2671, '_wp_attached_file', '2020/05/connectivism-512x512-1.jpg'),
(5884, 2671, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2020/05/connectivism-512x512-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"connectivism-512x512-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"connectivism-512x512-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:34:\"connectivism-512x512-1-512x465.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:34:\"connectivism-512x512-1-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:33:\"connectivism-512x512-1-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"connectivism-512x512-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"connectivism-512x512-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"connectivism-512x512-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"connectivism-512x512-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5885, 2672, '_wp_attached_file', '2020/05/cropped-connectivism-512x512-1.jpg'),
(5886, 2672, '_wp_attachment_context', 'site-icon'),
(5887, 2672, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:42:\"2020/05/cropped-connectivism-512x512-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-512x512-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-512x512-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-512x512-1-512x465.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-512x512-1-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:41:\"cropped-connectivism-512x512-1-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"cropped-connectivism-512x512-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-512x512-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-512x512-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-512x512-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-512x512-1-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-512x512-1-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-512x512-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:40:\"cropped-connectivism-512x512-1-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),
(5888, 2667, '_wp_trash_meta_status', 'publish'),
(5889, 2667, '_wp_trash_meta_time', '1588335244'),
(5892, 2674, '_wp_attached_file', '2020/05/connectivism-1024x512-1.jpg'),
(5893, 2674, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1341;s:6:\"height\";i:512;s:4:\"file\";s:35:\"2020/05/connectivism-1024x512-1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"connectivism-1024x512-1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"connectivism-1024x512-1-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"connectivism-1024x512-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"connectivism-1024x512-1-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"bam-featured\";a:4:{s:4:\"file\";s:35:\"connectivism-1024x512-1-890x512.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:35:\"connectivism-1024x512-1-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:35:\"connectivism-1024x512-1-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:34:\"connectivism-1024x512-1-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"connectivism-1024x512-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"connectivism-1024x512-1-600x229.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"connectivism-1024x512-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"connectivism-1024x512-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"connectivism-1024x512-1-600x229.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"connectivism-1024x512-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5894, 2675, '_wp_attached_file', '2020/05/cropped-connectivism-1024x512-1.jpg'),
(5895, 2675, '_wp_attachment_context', 'custom-logo'),
(5896, 2675, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1341;s:6:\"height\";i:428;s:4:\"file\";s:43:\"2020/05/cropped-connectivism-1024x512-1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-1024x512-1-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"cropped-connectivism-1024x512-1-1024x327.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"cropped-connectivism-1024x512-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"cropped-connectivism-1024x512-1-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"bam-featured\";a:4:{s:4:\"file\";s:43:\"cropped-connectivism-1024x512-1-890x428.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:43:\"cropped-connectivism-1024x512-1-700x428.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:43:\"cropped-connectivism-1024x512-1-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:42:\"cropped-connectivism-1024x512-1-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"cropped-connectivism-1024x512-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"cropped-connectivism-1024x512-1-600x191.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"cropped-connectivism-1024x512-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"cropped-connectivism-1024x512-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"cropped-connectivism-1024x512-1-600x191.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"cropped-connectivism-1024x512-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(5897, 2676, '_menu_item_type', 'custom'),
(5898, 2676, '_menu_item_menu_item_parent', '2239'),
(5899, 2676, '_menu_item_object_id', '2676'),
(5900, 2676, '_menu_item_object', 'custom'),
(5901, 2676, '_menu_item_target', ''),
(5902, 2676, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5903, 2676, '_menu_item_xfn', ''),
(5904, 2676, '_menu_item_url', 'https://connectivism.in/tag/anganwadi-question-papers/'),
(5906, 2677, '_menu_item_type', 'custom'),
(5907, 2677, '_menu_item_menu_item_parent', '2239'),
(5908, 2677, '_menu_item_object_id', '2677'),
(5909, 2677, '_menu_item_object', 'custom'),
(5910, 2677, '_menu_item_target', ''),
(5911, 2677, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5912, 2677, '_menu_item_xfn', ''),
(5913, 2677, '_menu_item_url', 'https://connectivism.in/tag/competitive-exam-question-papers/'),
(5915, 2678, '_menu_item_type', 'custom'),
(5916, 2678, '_menu_item_menu_item_parent', '2237'),
(5917, 2678, '_menu_item_object_id', '2678'),
(5918, 2678, '_menu_item_object', 'custom'),
(5919, 2678, '_menu_item_target', ''),
(5920, 2678, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5921, 2678, '_menu_item_xfn', ''),
(5922, 2678, '_menu_item_url', 'https://connectivism.in/tag/anganwadi-videos/'),
(5924, 2679, '_menu_item_type', 'custom'),
(5925, 2679, '_menu_item_menu_item_parent', '2237'),
(5926, 2679, '_menu_item_object_id', '2679'),
(5927, 2679, '_menu_item_object', 'custom'),
(5928, 2679, '_menu_item_target', ''),
(5929, 2679, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5930, 2679, '_menu_item_xfn', ''),
(5931, 2679, '_menu_item_url', 'https://connectivism.in/tag/nursary-videos/'),
(5933, 2680, '_menu_item_type', 'custom'),
(5934, 2680, '_menu_item_menu_item_parent', '2237'),
(5935, 2680, '_menu_item_object_id', '2680'),
(5936, 2680, '_menu_item_object', 'custom'),
(5937, 2680, '_menu_item_target', ''),
(5938, 2680, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5939, 2680, '_menu_item_xfn', ''),
(5940, 2680, '_menu_item_url', 'https://connectivism.in/tag/junior-kg-videos/'),
(5942, 2681, '_menu_item_type', 'custom'),
(5943, 2681, '_menu_item_menu_item_parent', '2237'),
(5944, 2681, '_menu_item_object_id', '2681'),
(5945, 2681, '_menu_item_object', 'custom'),
(5946, 2681, '_menu_item_target', ''),
(5947, 2681, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5948, 2681, '_menu_item_xfn', ''),
(5949, 2681, '_menu_item_url', 'https://connectivism.in/tag/senior-kg-videos/'),
(5951, 2682, '_menu_item_type', 'custom'),
(5952, 2682, '_menu_item_menu_item_parent', '2237'),
(5953, 2682, '_menu_item_object_id', '2682'),
(5954, 2682, '_menu_item_object', 'custom'),
(5955, 2682, '_menu_item_target', ''),
(5956, 2682, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5957, 2682, '_menu_item_xfn', ''),
(5958, 2682, '_menu_item_url', 'https://connectivism.in/tag/competitive-exam-videos/'),
(5960, 2683, '_menu_item_type', 'custom'),
(5961, 2683, '_menu_item_menu_item_parent', '2237'),
(5962, 2683, '_menu_item_object_id', '2683'),
(5963, 2683, '_menu_item_object', 'custom'),
(5964, 2683, '_menu_item_target', ''),
(5965, 2683, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5966, 2683, '_menu_item_xfn', ''),
(5967, 2683, '_menu_item_url', 'https://connectivism.in/tag/entertainment-videos/'),
(5969, 2684, '_edit_lock', '1588396442:1'),
(5972, 2684, '_thumbnail_id', '2550'),
(5973, 2684, '_edit_last', '1'),
(5976, 2684, '_yoast_wpseo_primary_category', '282'),
(5977, 2684, '_bam_layout_meta', 'default-layout'),
(5978, 2684, '_yoast_wpseo_content_score', '30'),
(6013, 2494, '_edit_lock', '1588388038:1'),
(6028, 2697, '_edit_lock', '1588400572:1'),
(6029, 3, '_edit_lock', '1588669827:1'),
(6030, 2055, '_edit_lock', '1588671422:1'),
(6031, 1774, '_edit_lock', '1588653652:1'),
(6032, 2698, '_edit_lock', '1588825733:1'),
(6033, 2699, '_edit_lock', '1588409993:1'),
(6036, 2699, '_edit_last', '1'),
(6039, 2699, '_yoast_wpseo_primary_category', '214'),
(6040, 2699, '_bam_layout_meta', 'default-layout'),
(6041, 2699, '_yoast_wpseo_content_score', '30'),
(6044, 2702, '_wp_attached_file', '2020/05/chair.jpg'),
(6045, 2702, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:17:\"2020/05/chair.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"chair-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:16:\"chair-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"chair-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"chair-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6046, 2703, '_wp_attached_file', '2020/05/comb.jpg'),
(6047, 2703, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:16:\"2020/05/comb.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"comb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:15:\"comb-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"comb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"comb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6048, 2704, '_wp_attached_file', '2020/05/cup.jpg'),
(6049, 2704, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2020/05/cup.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"cup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:14:\"cup-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"cup-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"cup-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6050, 2705, '_wp_attached_file', '2020/05/flowerpot-1.jpg'),
(6051, 2705, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:244;s:6:\"height\";i:201;s:4:\"file\";s:23:\"2020/05/flowerpot-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"flowerpot-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:22:\"flowerpot-1-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"flowerpot-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"flowerpot-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6052, 2706, '_wp_attached_file', '2020/05/flowerpot-2.jpg'),
(6053, 2706, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:23:\"2020/05/flowerpot-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"flowerpot-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:22:\"flowerpot-2-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"flowerpot-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"flowerpot-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6054, 2707, '_wp_attached_file', '2020/05/glass.jpg'),
(6055, 2707, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:17:\"2020/05/glass.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"glass-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:16:\"glass-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"glass-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"glass-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6056, 2708, '_wp_attached_file', '2020/05/key.jpg'),
(6057, 2708, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2020/05/key.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"key-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:14:\"key-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"key-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"key-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6060, 2710, '_wp_attached_file', '2020/05/needle.jpg'),
(6061, 2710, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:18:\"2020/05/needle.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"needle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:17:\"needle-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"needle-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"needle-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6062, 2711, '_wp_attached_file', '2020/05/plate.jpg'),
(6063, 2711, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:17:\"2020/05/plate.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"plate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:16:\"plate-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"plate-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"plate-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6064, 2712, '_wp_attached_file', '2020/05/pot.jpg'),
(6065, 2712, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2020/05/pot.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"pot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:14:\"pot-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"pot-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"pot-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wpqe_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6066, 2713, '_wp_attached_file', '2020/05/rolling-pin.jpg'),
(6067, 2713, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:23:\"2020/05/rolling-pin.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rolling-pin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:22:\"rolling-pin-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"rolling-pin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"rolling-pin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6068, 2714, '_wp_attached_file', '2020/05/rolling-stand.jpg'),
(6069, 2714, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:25:\"2020/05/rolling-stand.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"rolling-stand-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:24:\"rolling-stand-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"rolling-stand-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"rolling-stand-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6070, 2715, '_wp_attached_file', '2020/05/saucer.jpg'),
(6071, 2715, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:18:\"2020/05/saucer.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"saucer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:17:\"saucer-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"saucer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"saucer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6072, 2716, '_wp_attached_file', '2020/05/table.jpg'),
(6073, 2716, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:17:\"2020/05/table.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"table-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:16:\"table-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"table-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"table-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6074, 2717, '_wp_attached_file', '2020/05/thread.jpg'),
(6075, 2717, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:18:\"2020/05/thread.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"thread-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:17:\"thread-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"thread-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"thread-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6078, 2719, '_wp_attached_file', '2020/05/ball.jpg'),
(6079, 2719, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:16:\"2020/05/ball.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ball-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:15:\"ball-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"ball-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"ball-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6080, 2720, '_wp_attached_file', '2020/05/bat.jpg'),
(6081, 2720, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:15:\"2020/05/bat.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:14:\"bat-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"bat-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"bat-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6082, 2720, '_edit_lock', '1588417178:1'),
(6083, 2719, '_edit_lock', '1588417113:1'),
(6084, 2708, '_edit_lock', '1588417735:1'),
(6085, 2708, '_edit_last', '1'),
(6088, 2719, '_edit_last', '1'),
(6089, 2703, '_edit_lock', '1588417925:1'),
(6090, 2703, '_edit_last', '1'),
(6091, 2720, '_edit_last', '1'),
(6092, 2717, '_edit_lock', '1588417194:1'),
(6093, 2717, '_edit_last', '1'),
(6094, 2716, '_edit_lock', '1588417213:1'),
(6095, 2716, '_edit_last', '1'),
(6096, 2715, '_edit_lock', '1588417226:1'),
(6097, 2715, '_edit_last', '1'),
(6098, 2714, '_edit_lock', '1588417258:1'),
(6099, 2714, '_edit_last', '1'),
(6100, 2713, '_edit_lock', '1588417362:1'),
(6101, 2713, '_edit_last', '1'),
(6102, 2712, '_edit_lock', '1588417378:1'),
(6103, 2712, '_edit_last', '1'),
(6104, 2711, '_edit_lock', '1588417709:1'),
(6105, 2711, '_edit_last', '1'),
(6106, 2710, '_edit_lock', '1588417724:1'),
(6107, 2710, '_edit_last', '1'),
(6109, 2721, '_wp_attached_file', '2020/05/lock.jpg'),
(6110, 2721, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:16:\"2020/05/lock.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"lock-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:15:\"lock-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"lock-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"lock-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6111, 2721, '_edit_lock', '1588417652:1'),
(6112, 2721, '_edit_last', '1'),
(6113, 2707, '_edit_lock', '1588417749:1'),
(6114, 2707, '_edit_last', '1'),
(6115, 2706, '_edit_lock', '1588417786:1'),
(6116, 2706, '_edit_last', '1'),
(6117, 2705, '_edit_lock', '1588417803:1'),
(6118, 2705, '_edit_last', '1'),
(6119, 2704, '_edit_lock', '1588419059:1'),
(6120, 2704, '_edit_last', '1'),
(6121, 2702, '_edit_lock', '1588417911:1'),
(6122, 2702, '_edit_last', '1'),
(6126, 2722, '_wp_attached_file', '2020/05/bowl-2.jpg'),
(6127, 2722, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:139;s:6:\"height\";i:97;s:4:\"file\";s:18:\"2020/05/bowl-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"bam-small\";a:4:{s:4:\"file\";s:17:\"bowl-2-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"bowl-2-100x97.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"bowl-2-100x97.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:97;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:{}}}'),
(6129, 2723, '_wp_attached_file', '2020/05/mirror-2.jpg'),
(6130, 2723, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:88;s:6:\"height\";i:130;s:4:\"file\";s:20:\"2020/05/mirror-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"bam-small\";a:4:{s:4:\"file\";s:18:\"mirror-2-88x85.jpg\";s:5:\"width\";i:88;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"mirror-2-88x100.jpg\";s:5:\"width\";i:88;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"mirror-2-88x100.jpg\";s:5:\"width\";i:88;s:6:\"height\";i:100;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:{}}}'),
(6131, 2724, '_edit_lock', '1588440518:1'),
(6134, 2724, '_edit_last', '1'),
(6137, 2724, '_yoast_wpseo_primary_category', '214'),
(6138, 2724, '_bam_layout_meta', 'default-layout'),
(6139, 2724, '_yoast_wpseo_content_score', '30'),
(6140, 2726, '_edit_lock', '1588587453:1'),
(6141, 2727, '_edit_lock', '1588587359:1'),
(6142, 2728, '_edit_lock', '1588589484:1'),
(6145, 2728, '_edit_last', '1'),
(6148, 2728, '_yoast_wpseo_primary_category', '220'),
(6149, 2728, '_bam_layout_meta', 'default-layout'),
(6150, 2728, '_yoast_wpseo_content_score', '30'),
(6153, 2728, '_wp_old_slug', '%e0%a4%af%e0%a5%81%e0%a4%b0%e0%a5%8b%e0%a4%aa%e0%a4%be%e0%a4%a4%e0%a5%80%e0%a4%b2-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%ac%e0%a5%8b%e0%a4%a7%e0%a4%a8-%e0%a4%86%e0%a4%a3%e0%a4%bf-%e0%a4%b5%e0%a4%bf'),
(6160, 2055, '_edit_last', '1'),
(6161, 2055, '_bam_layout_meta', 'default-layout'),
(6162, 2055, '_yoast_wpseo_content_score', '60'),
(6163, 1774, '_edit_last', '1'),
(6164, 1774, '_bam_layout_meta', 'default-layout'),
(6165, 1774, '_yoast_wpseo_content_score', '60'),
(6166, 3, '_edit_last', '1'),
(6167, 3, '_bam_layout_meta', 'default-layout'),
(6168, 3, '_yoast_wpseo_content_score', '30'),
(6169, 2053, '_edit_lock', '1588670224:1'),
(6170, 2053, '_edit_last', '1'),
(6171, 2053, '_bam_layout_meta', 'default-layout'),
(6172, 2053, '_yoast_wpseo_content_score', '30'),
(6173, 2740, '_edit_lock', '1588671179:1'),
(6174, 2740, '_edit_last', '1'),
(6175, 2740, '_bam_layout_meta', 'default-layout'),
(6176, 2740, '_yoast_wpseo_content_score', '30'),
(6177, 2743, '_edit_lock', '1588699317:1'),
(6180, 2743, '_edit_last', '1'),
(6183, 2743, '_bam_layout_meta', 'default-layout'),
(6184, 2743, '_yoast_wpseo_content_score', '30'),
(6189, 2743, '_yoast_wpseo_primary_category', '213'),
(6190, 2748, '_edit_lock', '1588758693:1'),
(6191, 2749, '_edit_lock', '1588790009:1'),
(6194, 2749, '_edit_last', '1'),
(6197, 2749, '_yoast_wpseo_primary_category', '247'),
(6198, 2749, '_bam_layout_meta', 'default-layout'),
(6199, 2749, '_yoast_wpseo_content_score', '30'),
(6204, 2752, '_menu_item_type', 'post_type'),
(6205, 2752, '_menu_item_menu_item_parent', '0'),
(6206, 2752, '_menu_item_object_id', '1774'),
(6207, 2752, '_menu_item_object', 'page'),
(6208, 2752, '_menu_item_target', ''),
(6209, 2752, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6210, 2752, '_menu_item_xfn', ''),
(6211, 2752, '_menu_item_url', ''),
(6213, 2753, '_menu_item_type', 'post_type'),
(6214, 2753, '_menu_item_menu_item_parent', '0'),
(6215, 2753, '_menu_item_object_id', '2740'),
(6216, 2753, '_menu_item_object', 'page'),
(6217, 2753, '_menu_item_target', ''),
(6218, 2753, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6219, 2753, '_menu_item_xfn', ''),
(6220, 2753, '_menu_item_url', ''),
(6222, 2754, '_menu_item_type', 'post_type'),
(6223, 2754, '_menu_item_menu_item_parent', '0'),
(6224, 2754, '_menu_item_object_id', '2055'),
(6225, 2754, '_menu_item_object', 'page'),
(6226, 2754, '_menu_item_target', ''),
(6227, 2754, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6228, 2754, '_menu_item_xfn', ''),
(6229, 2754, '_menu_item_url', ''),
(6231, 2755, '_menu_item_type', 'post_type'),
(6232, 2755, '_menu_item_menu_item_parent', '0'),
(6233, 2755, '_menu_item_object_id', '3'),
(6234, 2755, '_menu_item_object', 'page'),
(6235, 2755, '_menu_item_target', ''),
(6236, 2755, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6237, 2755, '_menu_item_xfn', ''),
(6238, 2755, '_menu_item_url', ''),
(6240, 2756, '_menu_item_type', 'post_type'),
(6241, 2756, '_menu_item_menu_item_parent', '0'),
(6242, 2756, '_menu_item_object_id', '3'),
(6243, 2756, '_menu_item_object', 'page'),
(6244, 2756, '_menu_item_target', ''),
(6245, 2756, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6246, 2756, '_menu_item_xfn', ''),
(6247, 2756, '_menu_item_url', ''),
(6249, 2757, '_menu_item_type', 'post_type'),
(6250, 2757, '_menu_item_menu_item_parent', '0'),
(6251, 2757, '_menu_item_object_id', '2053'),
(6252, 2757, '_menu_item_object', 'page'),
(6253, 2757, '_menu_item_target', ''),
(6254, 2757, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6255, 2757, '_menu_item_xfn', ''),
(6256, 2757, '_menu_item_url', ''),
(6258, 2758, '_menu_item_type', 'post_type'),
(6259, 2758, '_menu_item_menu_item_parent', '0'),
(6260, 2758, '_menu_item_object_id', '2046'),
(6261, 2758, '_menu_item_object', 'page'),
(6262, 2758, '_menu_item_target', ''),
(6263, 2758, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6264, 2758, '_menu_item_xfn', ''),
(6265, 2758, '_menu_item_url', ''),
(6267, 2759, '_menu_item_type', 'custom'),
(6268, 2759, '_menu_item_menu_item_parent', '2239'),
(6269, 2759, '_menu_item_object_id', '2759'),
(6270, 2759, '_menu_item_object', 'custom'),
(6271, 2759, '_menu_item_target', ''),
(6272, 2759, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6273, 2759, '_menu_item_xfn', ''),
(6274, 2759, '_menu_item_url', 'https://connectivism.in/tag/nursary-question-papers/'),
(6276, 2760, '_edit_lock', '1588788924:1'),
(6277, 2761, '_menu_item_type', 'custom'),
(6278, 2761, '_menu_item_menu_item_parent', '2239'),
(6279, 2761, '_menu_item_object_id', '2761'),
(6280, 2761, '_menu_item_object', 'custom'),
(6281, 2761, '_menu_item_target', ''),
(6282, 2761, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6283, 2761, '_menu_item_xfn', ''),
(6284, 2761, '_menu_item_url', 'https://connectivism.in/tag/junior-kg-question-papers/'),
(6286, 2762, '_menu_item_type', 'custom'),
(6287, 2762, '_menu_item_menu_item_parent', '2239'),
(6288, 2762, '_menu_item_object_id', '2762'),
(6289, 2762, '_menu_item_object', 'custom'),
(6290, 2762, '_menu_item_target', ''),
(6291, 2762, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6292, 2762, '_menu_item_xfn', ''),
(6293, 2762, '_menu_item_url', 'https://connectivism.in/tag/anganwadi-question-papers/'),
(6295, 2763, '_edit_lock', '1588789820:1'),
(6296, 2763, '_oembed_c8824b5e29674522a705174c1e65797b', '<iframe title=\"संख्यामाला भाग 1\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/ZaxHAEF57Jc?start=10&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(6297, 2763, '_oembed_time_c8824b5e29674522a705174c1e65797b', '1588789418'),
(6300, 2763, '_edit_last', '1'),
(6302, 2763, '_yoast_wpseo_primary_category', '247'),
(6303, 2763, '_bam_layout_meta', 'default-layout'),
(6304, 2763, '_yoast_wpseo_content_score', '30'),
(6305, 2766, '_wp_attached_file', '2020/05/20200506_233917.jpg'),
(6306, 2766, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/05/20200506_233917.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200506_233917-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200506_233917-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200506_233917-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200506_233917-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"bam-featured\";a:4:{s:4:\"file\";s:27:\"20200506_233917-890x530.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:27:\"20200506_233917-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:27:\"20200506_233917-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:26:\"20200506_233917-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200506_233917-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200506_233917-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200506_233917-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200506_233917-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200506_233917-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200506_233917-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6309, 2763, '_thumbnail_id', '2766'),
(6311, 2760, '_wp_trash_meta_status', 'draft'),
(6312, 2760, '_wp_trash_meta_time', '1588789860'),
(6313, 2760, '_wp_desired_post_slug', ''),
(6314, 2768, '_wp_attached_file', '2020/05/20200506_234018.jpg'),
(6315, 2768, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/05/20200506_234018.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200506_234018-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200506_234018-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200506_234018-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200506_234018-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"bam-featured\";a:4:{s:4:\"file\";s:27:\"20200506_234018-890x530.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:27:\"20200506_234018-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:27:\"20200506_234018-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:26:\"20200506_234018-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200506_234018-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200506_234018-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200506_234018-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200506_234018-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200506_234018-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200506_234018-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6318, 2749, '_thumbnail_id', '2768'),
(6319, 2769, '_edit_lock', '1588826727:1'),
(6320, 2698, '_edit_last', '1'),
(6321, 2698, '_yoast_wpseo_primary_category', '220'),
(6322, 2698, '_bam_layout_meta', 'default-layout'),
(6323, 2698, '_yoast_wpseo_content_score', '60'),
(6324, 2773, '_edit_lock', '1588827618:1'),
(6325, 2773, '_edit_last', '1'),
(6326, 2773, '_bam_layout_meta', 'default-layout'),
(6327, 2773, '_yoast_wpseo_content_score', '60'),
(6328, 2776, '_edit_lock', '1588904008:1'),
(6329, 2777, '_edit_lock', '1588907912:1'),
(6332, 2777, '_edit_last', '1'),
(6335, 2777, '_yoast_wpseo_primary_category', '220'),
(6336, 2777, '_bam_layout_meta', 'default-layout'),
(6337, 2777, '_yoast_wpseo_content_score', '30'),
(6340, 2777, '_wp_old_slug', '%e0%a4%b2%e0%a5%8b%e0%a4%95%e0%a4%b8%e0%a4%82%e0%a4%96%e0%a5%8d%e0%a4%af%e0%a4%be-1'),
(6343, 2780, '_wp_attached_file', '2020/05/20200508_083538.jpg'),
(6344, 2780, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2020/05/20200508_083538.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200508_083538-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200508_083538-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200508_083538-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20200508_083538-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"bam-featured\";a:4:{s:4:\"file\";s:27:\"20200508_083538-890x530.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"bam-list\";a:4:{s:4:\"file\";s:27:\"20200508_083538-700x465.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-thumb\";a:4:{s:4:\"file\";s:27:\"20200508_083538-445x265.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"bam-small\";a:4:{s:4:\"file\";s:26:\"20200508_083538-120x85.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20200508_083538-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"20200508_083538-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200508_083538-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"20200508_083538-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"20200508_083538-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"20200508_083538-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}'),
(6347, 2777, '_thumbnail_id', '2780'),
(6409, 2783, '_edit_lock', '1588952990:1'),
(6410, 10, '_edit_lock', '1588953843:1'),
(6411, 1992, '_edit_lock', '1588960866:1');

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

--
-- Table structure for table `wpqe_posts`
--

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

--
-- Dumping data for table `wpqe_posts`
--

INSERT INTO `wpqe_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
(1, 1, '2020-04-06 13:09:16', '2020-04-06 13:09:16', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world__trashed', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 0, 'https://connectivism.in/?p=1', 0, 'post', '', 1),
(3, 1, '2020-04-06 13:09:16', '2020-04-06 13:09:16', '<!-- wp:paragraph -->\n<p><strong>Privacy Policy for www.connectivism.in</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At www.connectivism.in, accessible from www.connectivism.in, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by www.connectivism.in and how we use it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in www.connectivism.in. This policy is not applicable to any information collected offline or via channels other than this website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Consent</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Information we collect</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>How we use your information</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We use the information we collect in various ways, including to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Provide, operate, and maintain our webste</li><li>Improve, personalize, and expand our webste</li><li>Understand and analyze how you use our webste</li><li>Develop new products, services, features, and functionality</li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the webste, and for marketing and promotional purposes</li><li>Send you emails</li><li>Find and prevent fraud</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Log Files</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>www.connectivism.in follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services\' analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users\' movement on the website, and gathering demographic information. Our Privacy Policy was created with the help of the &lt;a href=\"https://www.privacypolicygenerator.info\">Privacy Policy Generator&lt;/a> and the &lt;a href=\"https://www.disclaimergenerator.org/\">Disclaimer Generator&lt;/a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cookies and Web Beacons</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Like any other website, www.connectivism.in uses \'cookies\'. These cookies are used to store information including visitors\' preferences, and the pages on the website that the visitor accessed or visited. The information is used to optimize the users\' experience by customizing our web page content based on visitors\' browser type and/or other information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more general information on cookies, please read &lt;a href=\"https://www.cookieconsent.com/what-are-cookies/\">\"What Are Cookies\"&lt;/a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Google DoubleClick DART Cookie</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Google is one of a third-party vendor on our site. It also uses cookies, known as DART cookies, to serve ads to our site visitors based upon their visit to www.website.com and other sites on the internet. However, visitors may choose to decline the use of DART cookies by visiting the Google ad and content network Privacy Policy at the following URL – &lt;a href=\"https://policies.google.com/technologies/ads\">https://policies.google.com/technologies/ads&lt;/a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Our Advertising Partners</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Some of advertisers on our site may use cookies and web beacons. Our advertising partners are listed below. Each of our advertising partners has their own Privacy Policy for their policies on user data. For easier access, we hyperlinked to their Privacy Policies below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Google</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>>&lt;a href=\"https://policies.google.com/technologies/ads\">https://policies.google.com/technologies/ads&lt;/a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Advertising Partners Privacy Policies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You may consult this list to find the Privacy Policy for each of the advertising partners of www.connectivism.in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on www.connectivism.in, which are sent directly to users\' browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Note that www.connectivism.in has no access to or control over these cookies that are used by third-party advertisers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Third Party Privacy Policies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>www.connectivism.in\'s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\' respective websites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>CCPA Privacy Rights (Do Not Sell My Personal Information)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Under the CCPA, among other rights, California consumers have the right to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Request that a business that collects a consumer\'s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Request that a business delete any personal data about the consumer that a business has collected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Request that a business that sells a consumer\'s personal data, not sell the consumer\'s personal data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GDPR Data Protection Rights</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to access – You have the right to request copies of your personal data. We may charge you a small fee for this service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to rectification – You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to erasure – You have the right to request that we erase your personal data, under certain conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to restrict processing – You have the right to request that we restrict the processing of your personal data, under certain conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to object to processing – You have the right to object to our processing of your personal data, under certain conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to data portability – You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Children\'s Information</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>www.connectivism.in does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Comments</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Media</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Embedded content from other websites</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->', 'Privacy Policy', '', 'publish', 'closed', 'open', '', 'privacy-policy', '', '', '2020-05-05 09:11:50', '2020-05-05 09:11:50', '', 0, 'https://connectivism.in/?page_id=3', 0, 'page', '', 0),
(5, 1, '2020-04-07 07:06:16', '2020-04-07 07:06:16', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2020-04-07 07:06:16', '2020-04-07 07:06:16', '', 0, 'https://connectivism.in/wp-content/uploads/2020/04/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(6, 1, '2020-04-07 07:33:27', '2020-04-07 07:33:27', '', 'connectivism', '', 'inherit', 'open', 'closed', '', 'connectivism', '', '', '2020-04-07 07:33:27', '2020-04-07 07:33:27', '', 0, 'https://connectivism.in/wp-content/uploads/2020/04/connectivism.png', 0, 'attachment', 'image/png', 0),
(7, 1, '2020-04-07 07:33:53', '2020-04-07 07:33:53', 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism.png', 'cropped-connectivism.png', '', 'inherit', 'open', 'closed', '', 'cropped-connectivism-png', '', '', '2020-04-07 07:33:53', '2020-04-07 07:33:53', '', 0, 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism.png', 0, 'attachment', 'image/png', 0),
(8, 1, '2020-04-07 07:35:42', '2020-04-07 07:35:42', '', 'One Click Demo Import - log_file_2020-04-07__07-35-42', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2020-04-07__07-35-42', '', '', '2020-04-07 07:35:42', '2020-04-07 07:35:42', '', 0, 'https://connectivism.in/wp-content/uploads/2020/04/log_file_2020-04-07__07-35-42.txt', 0, 'attachment', 'text/plain', 0),
(10, 1, '2010-07-25 19:40:01', '2010-07-26 02:40:01', 'This site is using the standard WordPress Theme Unit Test Data for content. The Theme Unit Test is a series of posts and pages that match up with a checklist on the WordPress codex. You can use the data and checklist together to test your theme.\n\n<h2>WordPress Theme Development Resources</h2>\n\n<ol>\n	<li>See <a href=\"http://codex.wordpress.org/Theme_Development\">Theme Development</a> for <a href=\"http://codex.wordpress.org/Theme_Development#Code_Standards\">code standards</a>, examples of best practices, and <a href=\"http://codex.wordpress.org/Theme_Development#Resources_and_References\">resources for Theme development</a>.</li>\n	<li>See <a href=\"http://codex.wordpress.org/Theme_Unit_Test\">Theme Unit Test</a> for a robust test suite for your Theme and get the latest version of the test data you see here.</li>\n	<li>See <a href=\"http://codex.wordpress.org/Theme_Review\">Theme Review</a> for a guide to submitting your Theme to the <a href=\"http://wordpress.org/extend/themes/\">Themes Directory</a>.</li>\n</ol>', 'About The Tests', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2010-07-25 19:40:01', '2010-07-26 02:40:01', '', 0, 'http://wpthemetestdata.wordpress.com/about/', 1, 'page', '', 0),
(146, 1, '2007-09-04 09:52:50', '2007-09-04 16:52:50', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio. Maecenas suscipit, risus et eleifend imperdiet, nisi orci ullamcorper massa, et adipiscing orci velit quis magna. Praesent sit amet ligula id orci venenatis auctor. Phasellus porttitor, metus non tincidunt dapibus, orci pede pretium neque, sit amet adipiscing ipsum lectus et libero. Aenean bibendum. Curabitur mattis quam id urna. Vivamus dui. Donec nonummy lacinia lorem. Cras risus arcu, sodales ac, ultrices ac, mollis quis, justo. Sed a libero. Quisque risus erat, posuere at, tristique non, lacinia quis, eros.\n\nCras volutpat, lacus quis semper pharetra, nisi enim dignissim est, et sollicitudin quam ipsum vel mi. Sed commodo urna ac urna. Nullam eu tortor. Curabitur sodales scelerisque magna. Donec ultricies tristique pede. Nullam libero. Nam sollicitudin felis vel metus. Nullam posuere molestie metus. Nullam molestie, nunc id suscipit rhoncus, felis mi vulputate lacus, a ultrices tortor dolor eget augue. Aenean ultricies felis ut turpis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse placerat tellus ac nulla. Proin adipiscing sem ac risus. Maecenas nisi. Cras semper.\n\nPraesent interdum mollis neque. In egestas nulla eget pede. Integer eu purus sed diam dictum scelerisque. Morbi cursus velit et felis. Maecenas faucibus aliquet erat. In aliquet rhoncus tellus. Integer auctor nibh a nunc fringilla tempus. Cras turpis urna, dignissim vel, suscipit pulvinar, rutrum quis, sem. Ut lobortis convallis dui. Sed nonummy orci a justo. Morbi nec diam eget eros eleifend tincidunt.\n\nCurabitur non elit. Pellentesque iaculis, nisl non aliquet adipiscing, purus urna aliquet orci, sed sodales pede neque at massa. Pellentesque laoreet, enim eget varius mollis, sapien erat suscipit metus, sit amet iaculis nulla sapien id felis. Aliquam erat volutpat. Nam congue nulla a ligula. Morbi tempor hendrerit erat. Curabitur augue. Vestibulum nulla est, commodo et, fringilla quis, bibendum eget, ipsum. Suspendisse pulvinar iaculis ante. Mauris dignissim ante quis nisi. Aliquam ante mi, aliquam et, pellentesque ac, dapibus et, enim. In vulputate justo vel magna. Phasellus imperdiet justo. Proin odio orci, dapibus id, porta a, pellentesque id, erat. Aliquam erat volutpat. Mauris nonummy varius libero. Sed dolor ipsum, tempor non, aliquet et, pulvinar quis, dui. Pellentesque mauris diam, lobortis id, varius varius, facilisis at, nulla.\n\nCras pede. Nullam id velit sit amet turpis tincidunt sagittis. Nunc malesuada. Nunc consequat scelerisque odio. Donec eu leo. Nunc pellentesque felis sed odio. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus lobortis metus in lectus. Cras mollis quam eget sapien. Pellentesque non lorem sit amet sem lacinia euismod.\n\nNulla eget diam eget leo imperdiet consequat. Morbi nunc magna, pellentesque eu, porta at, ultricies ut, neque. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In tincidunt. Praesent ut orci id eros congue ultrices. Mauris non neque. Donec nulla ante, molestie sit amet, fermentum nec, blandit sit amet, purus. Fusce eget diam eu odio iaculis mollis. Phasellus consectetuer pede quis nisi. Proin non sem ut elit pulvinar faucibus. In a turpis nec augue fringilla elementum.\n\nNullam felis. Donec in nulla. Suspendisse sodales, turpis in suscipit ullamcorper, enim nunc sagittis risus, eu auctor velit tortor ut turpis. Mauris id augue at neque aliquam eleifend. Sed eget augue. Nunc faucibus ligula sed massa. Etiam non nulla. Etiam accumsan ullamcorper nisl. In pharetra massa at nunc. Nunc elementum. Duis sodales enim nec libero. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Praesent dapibus eros sodales urna. Duis magna nisi, lobortis quis, tincidunt rutrum, posuere non, ipsum.\n\nAliquam convallis neque vitae diam. In diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis fermentum arcu in tortor. Sed nibh leo, rhoncus eu, fermentum et, scelerisque ac, massa. Cras id turpis. Etiam commodo sem luctus lorem. Morbi at mi. In rutrum. Aenean luctus pede euismod tortor. Phasellus dictum. Cras neque justo, venenatis sit amet, tristique et, vulputate in, dui. Etiam sed mi gravida sapien imperdiet dictum. Aliquam gravida orci a tortor. Donec tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus risus ante, pellentesque vitae, luctus eget, scelerisque sed, libero. Donec massa.\n\nDonec libero mauris, volutpat at, convallis vel, laoreet euismod, augue. In accumsan malesuada risus. Mauris metus magna, condimentum in, nonummy non, ornare eu, velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin posuere. Proin rhoncus rutrum lorem. Phasellus dignissim massa non libero volutpat tincidunt. In hac habitasse platea dictumst. Phasellus eget eros. Nulla in nulla. Vivamus quis mauris. Maecenas pharetra rhoncus tellus. Sed sit amet lacus.\n\nQuisque interdum felis a tellus. Aliquam sed diam ac velit aliquam rutrum. Morbi commodo, risus a pulvinar adipiscing, tortor pede posuere risus, ac ornare tellus massa nec lectus. Vivamus mollis metus ac sapien. Nam sed est a libero ullamcorper dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean a erat ac nibh accumsan volutpat. Phasellus pulvinar consequat turpis. Curabitur ante metus, tempus ut, consequat eu, sollicitudin sit amet, justo. Duis ut libero.\n\nՀայերեն\n\nLorem Ipsum-ը տպագրության և տպագրական արդյունաբերության համար նախատեսված մոդելային տեքստ է: Սկսած 1500-ականներից` Lorem Ipsum-ը հանդիսացել է տպագրական արդյունաբերության ստանդարտ մոդելային տեքստ, ինչը մի անհայտ տպագրիչի կողմից տարբեր տառատեսակների օրինակների գիրք ստեղծելու ջանքերի արդյունք է: Այս տեքստը ոչ միայն կարողացել է գոյատևել հինգ դարաշրջան, այլև ներառվել է էլեկտրոնային տպագրության մեջ` մնալով էապես անփոփոխ: Այն հայտնի է դարձել 1960-ականներին Lorem Ipsum բովանդակող Letraset էջերի թողարկման արդյունքում, իսկ ավելի ուշ համակարգչային տպագրության այնպիսի ծրագրերի թողարկման հետևանքով, ինչպիսին է Aldus PageMaker-ը, որը ներառում է Lorem Ipsum-ի տարատեսակներ:\n\nБългарски\n\nLorem Ipsum е елементарен примерен текст, използван в печатарската и типографската индустрия. Lorem Ipsum е индустриален стандарт от около 1500 година, когато неизвестен печатар взема няколко печатарски букви и ги разбърква, за да напечата с тях книга с примерни шрифтове. Този начин не само е оцелял повече от 5 века, но е навлязъл и в публикуването на електронни издания като е запазен почти без промяна. Популяризиран е през 60те години на 20ти век със издаването на Letraset листи, съдържащи Lorem Ipsum пасажи, популярен е и в наши дни във софтуер за печатни издания като Aldus PageMaker, който включва различни версии на Lorem Ipsum.\n\nCatalà\n\nLorem Ipsum és un text de farciment usat per la indústria de la tipografia i la impremta. Lorem Ipsum ha estat el text estàndard de la indústria des de l\'any 1500, quan un impressor desconegut va fer servir una galerada de text i la va mesclar per crear un llibre de mostres tipogràfiques. No només ha sobreviscut cinc segles, sinó que ha fet el salt cap a la creació de tipus de lletra electrònics, romanent essencialment sense canvis. Es va popularitzar l\'any 1960 amb el llançament de fulls Letraset que contenien passatges de Lorem Ipsum, i més recentment amb programari d\'autoedició com Aldus Pagemaker que inclou versions de Lorem Ipsum.\n\nHrvatski\n\nLorem Ipsum je jednostavno probni tekst koji se koristi u tiskarskoj i slovoslagarskoj industriji. Lorem Ipsum postoji kao industrijski standard još od 16-og stoljeća, kada je nepoznati tiskar uzeo tiskarsku galiju slova i posložio ih da bi napravio knjigu s uzorkom tiska. Taj je tekst ne samo preživio pet stoljeća, već se i vinuo u svijet elektronskog slovoslagarstva, ostajući u suštini nepromijenjen. Postao je popularan tijekom 1960-ih s pojavom Letraset listova s odlomcima Lorem Ipsum-a, a u skorije vrijeme sa software-om za stolno izdavaštvo kao što je Aldus PageMaker koji također sadrži varijante Lorem Ipsum-a.\n\nČesky\n\nLorem Ipsum je demonstrativní výplňový text používaný v tiskařském a knihařském průmyslu. Lorem Ipsum je považováno za standard v této oblasti už od začátku 16. století, kdy dnes neznámý tiskař vzal kusy textu a na jejich základě vytvořil speciální vzorovou knihu. Jeho odkaz nevydržel pouze pět století, on přežil i nástup elektronické sazby v podstatě beze změny. Nejvíce popularizováno bylo Lorem Ipsum v šedesátých letech 20. století, kdy byly vydávány speciální vzorníky s jeho pasážemi a později pak díky počítačovým DTP programům jako Aldus PageMaker.\n\nRomâna\n\nLorem Ipsum este pur şi simplu o machetă pentru text a industriei tipografice. Lorem Ipsum a fost macheta standard a industriei încă din secolul al XVI-lea, când un tipograf anonim a luat o planşetă de litere şi le-a amestecat pentru a crea o carte demonstrativă pentru literele respective. Nu doar că a supravieţuit timp de cinci secole, dar şi a facut saltul în tipografia electronică practic neschimbată. A fost popularizată în anii \'60 odată cu ieşirea colilor Letraset care conţineau pasaje Lorem Ipsum, iar mai recent, prin programele de publicare pentru calculator, ca Aldus PageMaker care includeau versiuni de Lorem Ipsum.\n\nСрпски\n\nLorem Ipsum је једноставно модел текста који се користи у штампарској и словослагачкој индустрији. Lorem ipsum је био стандард за модел текста још од 1500. године, када је непознати штампар узео кутију са словима и сложио их како би направио узорак књиге. Не само што је овај модел опстао пет векова, него је чак почео да се користи и у електронским медијима, непроменивши се. Популаризован је шездесетих година двадесетог века заједно са листовима летерсета који су садржали Lorem Ipsum пасусе, а данас са софтверским пакетом за прелом као што је Aldus PageMaker који је садржао Lorem Ipsum верзије.', 'Lorem Ipsum', '', 'publish', 'closed', 'closed', '', 'lorem-ipsum', '', '', '2007-09-04 09:52:50', '2007-09-04 16:52:50', '', 0, 'http://wpthemetestdata.wordpress.com/lorem-ipsum/', 7, 'page', '', 0),
(155, 1, '2007-09-04 10:47:47', '2007-09-04 17:47:47', 'Repository-hosted Themes are required to support display of comments on static Pages as well as on single blog Posts.  This static Page has comments, and these comments should be displayed.\nIf the Theme includes a custom option to prevent static Pages from displaying comments, such option must be disabled (i.e. so that static Pages display comments) by default.\nAlso, verify that this Page does not display taxonomy information (e.g. categories or tags) or time-stamp information (Page publish date/time).', 'Page with comments', '', 'publish', 'open', 'closed', '', 'page-with-comments', '', '', '2007-09-04 10:47:47', '2007-09-04 17:47:47', '', 10, 'http://wpthemetestdata.wordpress.com/page-with-comments/', 3, 'page', '', 3),
(156, 1, '2007-09-04 10:48:10', '2007-09-04 17:48:10', 'This static Page is set not to allow comments. Verify that the Page does not display a comment list, comment reply links, or comment reply form.\nAlso, verify that the Page does not display a \"comments are closed\" type message. Such messages are not suitable for static Pages, and should only be used on blog Posts.', 'Page with comments disabled', '', 'publish', 'closed', 'closed', '', 'page-with-comments-disabled', '', '', '2007-09-04 10:48:10', '2007-09-04 17:48:10', '', 10, 'http://wpthemetestdata.wordpress.com/page-with-comments-disabled/', 4, 'page', '', 0),
(358, 1, '2010-10-05 00:27:25', '2010-10-05 07:27:25', 'All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, \"Oh, why can\'t you remain like this for ever!\" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end.\n\n<!--more-->\n\nMrs. Darling first heard of Peter when she was tidying up her children\'s minds. It is the nightly custom of every good mother after her children are asleep to rummage in their minds and put things straight for next morning, repacking into their proper places the many articles that have wandered during the day.\n\nIf you could keep awake (but of course you can\'t) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on.\n\nI don\'t know whether you have ever seen a map of a person\'s mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child\'s mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still.\n\nOf course the Neverlands vary a good deal. John\'s, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other\'s nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more.\n\nOf all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights.\n\nOccasionally in her travels through her children\'s minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael\'s minds, while Wendy\'s began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance.', 'Post Format: Standard', '', 'trash', 'closed', 'closed', '', 'post-format-standard__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=358', 0, 'post', '', 0),
(501, 1, '2010-08-01 09:42:26', '2010-08-01 16:42:26', 'The last item in this page\'s content is a floated image. Make sure any elements after it are clearing properly.\n\n<img class=\"alignleft size-thumbnail wp-image-827\" title=\"Camera\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/manhattansummer.jpg?w=150\" alt=\"\" width=\"150\" height=\"112\" />', 'Clearing Floats', '', 'publish', 'closed', 'closed', '', 'clearing-floats', '', '', '2010-08-01 09:42:26', '2010-08-01 16:42:26', '', 10, 'http://wpthemetestdata.wordpress.com/', 2, 'page', '', 0),
(555, 1, '2010-09-10 07:24:14', '2010-09-10 14:24:14', '[gallery]\n\n<!--nextpage-->\n\nYou can use this page to test the Theme\'s handling of the[gallery]\n\nshortcode, including the <code>columns</code> parameter, from 1 to 9 columns. Themes are only required to support the default setting (3 columns), so this page is entirely optional.\n<h2>One Column</h2>\n[gallery columns=\"1\"]\n<h2>Two Columns</h2>\n[gallery columns=\"2\"]\n<h2>Three Columns</h2>\n[gallery columns=\"3\"]\n<h2>Four Columns</h2>\n[gallery columns=\"4\"]\n<h2>Five Columns</h2>\n[gallery columns=\"5\"]\n<h2>Six Columns</h2>\n[gallery columns=\"6\"]\n<h2>Seven Columns</h2>\n[gallery columns=\"7\"]\n<h2>Eight Columns</h2>\n[gallery columns=\"8\"]\n<h2>Nine Columns</h2>\n[gallery columns=\"9\"]', 'Post Format: Gallery', '', 'trash', 'closed', 'closed', '', 'post-format-gallery__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=555', 0, 'post', '', 0),
(559, 1, '2010-05-09 07:51:54', '2010-05-09 14:51:54', '“I never tried to prove nothing, just wanted to give a good show. My life has always been my music, it\'s always come first, but the music ain\'t worth nothing if you can\'t lay it on the public. The main thing is to live for that audience, \'cause what you\'re there for is to please the people.”', 'Post Format: Aside', '', 'trash', 'closed', 'closed', '', 'post-format-aside__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'http://wpthemetestdata.wordpress.com/?p=559', 0, 'post', '', 0),
(562, 1, '2010-01-08 07:59:31', '2010-01-08 14:59:31', 'Abbott: Strange as it may seem, they give ball players nowadays very peculiar names.\n\nCostello: Funny names?\n\nAbbott: Nicknames, nicknames. Now, on the St. Louis team we have Who\'s on first, What\'s on second, I Don\'t Know is on third--\n\nCostello: That\'s what I want to find out. I want you to tell me the names of the fellows on the St. Louis team.\n\nAbbott: I\'m telling you. Who\'s on first, What\'s on second, I Don\'t Know is on third--\n\nCostello: You know the fellows\' names?\n\nAbbott: Yes.\n\nCostello: Well, then who\'s playing first?\n\nAbbott: Yes.\n\nCostello: I mean the fellow\'s name on first base.\n\nAbbott: Who.\n\nCostello: The fellow playin\' first base.\n\nAbbott: Who.\n\nCostello: The guy on first base.\n\nAbbott: Who is on first.\n\nCostello: Well, what are you askin\' me for?\n\nAbbott: I\'m not asking you--I\'m telling you. Who is on first.\n\nCostello: I\'m asking you--who\'s on first?\n\nAbbott: That\'s the man\'s name.\n\nCostello: That\'s who\'s name?\n\nAbbott: Yes.\n\nCostello: When you pay off the first baseman every month, who gets the money?\n\nAbbott: Every dollar of it. And why not, the man\'s entitled to it.\n\nCostello: Who is?\n\nAbbott: Yes.\n\nCostello: So who gets it?\n\nAbbott: Why shouldn\'t he? Sometimes his wife comes down and collects it.\n\nCostello: Who\'s wife?\n\nAbbott: Yes. After all, the man earns it.\n\nCostello: Who does?\n\nAbbott: Absolutely.\n\nCostello: Well, all I\'m trying to find out is what\'s the guy\'s name on first base?\n\nAbbott: Oh, no, no. What is on second base.\n\nCostello: I\'m not asking you who\'s on second.\n\nAbbott: Who\'s on first!\n\nCostello: St. Louis has a good outfield?\n\nAbbott: Oh, absolutely.\n\nCostello: The left fielder\'s name?\n\nAbbott: Why.\n\nCostello: I don\'t know, I just thought I\'d ask.\n\nAbbott: Well, I just thought I\'d tell you.\n\nCostello: Then tell me who\'s playing left field?\n\nAbbott: Who\'s playing first.\n\nCostello: Stay out of the infield! The left fielder\'s name?\n\nAbbott: Why.\n\nCostello: Because.\n\nAbbott: Oh, he\'s center field.\n\nCostello: Wait a minute. You got a pitcher on this team?\n\nAbbott: Wouldn\'t this be a fine team without a pitcher?\n\nCostello: Tell me the pitcher\'s name.\n\nAbbott: Tomorrow.\n\nCostello: Now, when the guy at bat bunts the ball--me being a good catcher--I want to throw the guy out at first base, so I pick up the ball and throw it to who?\n\nAbbott: Now, that\'s he first thing you\'ve said right.\n\nCostello: I DON\'T EVEN KNOW WHAT I\'M TALKING ABOUT!\n\nAbbott: Don\'t get excited. Take it easy.\n\nCostello: I throw the ball to first base, whoever it is grabs the ball, so the guy runs to second. Who picks up the ball and throws it to what. What throws it to I don\'t know. I don\'t know throws it back to tomorrow--a triple play.\n\nAbbott: Yeah, it could be.\n\nCostello: Another guy gets up and it\'s a long ball to center.\n\nAbbott: Because.\n\nCostello: Why? I don\'t know. And I don\'t care.\n\nAbbott: What was that?\n\nCostello: I said, I DON\'T CARE!\n\nAbbott: Oh, that\'s our shortstop!', 'Post Format: Chat', '', 'trash', 'closed', 'closed', '', 'post-format-chat__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=562', 0, 'post', '', 0),
(565, 1, '2010-03-07 08:06:53', '2010-03-07 15:06:53', '<a href=\"http://make.wordpress.org/themes\" title=\"The WordPress Theme Review Team Website\">The WordPress Theme Review Team Website</a>', 'Post Format: Link', '', 'trash', 'closed', 'closed', '', 'post-format-link__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=565', 0, 'post', '', 0),
(568, 1, '2010-08-06 08:09:39', '2010-08-06 15:09:39', '[caption id=\"attachment_612\" align=\"aligncenter\" width=\"640\" caption=\"Chunk of resinous blackboy husk, Clarkson, Western Australia. This burns like a spinifex log.\"]<a href=\"http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg\"><img src=\"http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg\" alt=\"chunk of resinous blackboy husk\" title=\"dsc20040724_152504_532\" width=\"640\" height=\"480\" class=\"size-full wp-image-612\" /></a>[/caption]\n', 'Post Format: Image (Linked)', '', 'trash', 'closed', 'closed', '', 'post-format-image-linked__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=568', 0, 'post', '', 0),
(575, 1, '2010-02-05 08:13:15', '2010-02-05 15:13:15', '<blockquote>Only one thing is impossible for God: To find any sense in any copyright law on the planet.\n<cite><a href=\"http://www.brainyquote.com/quotes/quotes/m/marktwain163473.html\">Mark Twain</a></cite></blockquote>', 'Post Format: Quote', '', 'trash', 'closed', 'closed', '', 'post-format-quote__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=575', 0, 'post', '', 0),
(579, 1, '2010-04-04 08:21:24', '2010-04-04 15:21:24', 'WordPress, how do I love thee? Let me count the ways (in 140 characters or less).', 'Post Format: Status', '', 'trash', 'closed', 'closed', '', 'post-format-status__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=579', 0, 'post', '', 0),
(582, 1, '2010-06-03 08:25:58', '2010-06-03 15:25:58', 'http://wordpress.tv/2009/03/16/anatomy-of-a-wordpress-theme-exploring-the-files-behind-your-theme/\n\nPosted as per the <a href=\"http://codex.wordpress.org/Embeds\" target=\"_blank\" rel=\"noopener noreferrer\">instructions in the Codex</a>.', 'Post Format: Video (WordPress.tv)', '', 'trash', 'closed', 'closed', '', 'post-format-video-wordpresstv__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/?p=582', 0, 'post', '', 0),
(587, 1, '2010-07-02 08:36:44', '2010-07-02 15:36:44', 'Link:\n\n<a href=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3\">St. Louis Blues</a>\n\nAudio shortcode:\n\n[audio https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3]', 'Post Format: Audio', '', 'trash', 'closed', 'closed', '', 'post-format-audio__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'http://wpthemetestdata.wordpress.com/?p=587', 0, 'post', '', 0),
(611, 1, '2011-01-10 06:17:54', '2011-01-10 13:17:54', '', 'canola2', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio. Maecenas suscipit, risus et eleifend imperdiet, nisi orci ullamcorper massa, et adipiscing orci velit quis magna.', 'inherit', 'open', 'closed', '', 'canola2', '', '', '2011-01-10 06:17:54', '2011-01-10 13:17:54', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/01/canola2.jpg', 0, 'attachment', 'image/jpeg', 0),
(616, 1, '2011-01-10 06:20:37', '2011-01-10 13:20:37', '', 'dsc20050727_091048_222', '', 'inherit', 'open', 'closed', '', 'dsc20050727_091048_222', '', '', '2011-01-10 06:20:37', '2011-01-10 13:20:37', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/01/dsc20050727_091048_222.jpg', 0, 'attachment', 'image/jpeg', 0),
(617, 1, '2011-01-10 06:20:57', '2011-01-10 13:20:57', '', 'dsc20050813_115856_52', '', 'inherit', 'open', 'closed', '', 'dsc20050813_115856_52', '', '', '2011-01-10 06:20:57', '2011-01-10 13:20:57', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/01/dsc20050813_115856_52.jpg', 0, 'attachment', 'image/jpeg', 0),
(701, 1, '2011-05-20 18:49:43', '2011-05-21 01:49:43', 'Use this static Page to test the Theme\'s handling of the Front Page template file. \n\nThis is the Front Page content. Use this static Page to test the Front Page output of the Theme. The Theme should properly handle both Blog Posts Index as Front Page and static Page as Front Page.\n\nIf the site is set to display the Blog Posts Index as the Front Page, then this text should not be visible. If the site is set to display a static Page as the Front Page, then this text may or may not be visible. If the Theme does not include a front-page.php template file, then this text should appear on the Front Page when set to display a static Page. If the Theme does include a front-page.php template file, then this text may or may not appear.', 'Front Page', '', 'publish', 'open', 'closed', '', 'front-page', '', '', '2011-05-20 18:49:43', '2011-05-21 01:49:43', '', 0, 'http://wpthemetestdata.wordpress.com/?page_id=701', 0, 'page', '', 0),
(733, 1, '2011-06-23 18:38:52', '2011-06-24 01:38:52', 'Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.', 'Page A', '', 'publish', 'open', 'closed', '', 'page-a', '', '', '2011-06-23 18:38:52', '2011-06-24 01:38:52', '', 0, 'http://wpthemetestdata.wordpress.com/?page_id=733', 10, 'page', '', 0),
(735, 1, '2011-06-23 18:39:14', '2011-06-24 01:39:14', '(lorem ipsum)', 'Page B', '', 'publish', 'open', 'closed', '', 'page-b', '', '', '2011-06-23 18:39:14', '2011-06-24 01:39:14', '', 0, 'http://wpthemetestdata.wordpress.com/?page_id=735', 11, 'page', '', 0),
(754, 1, '2011-07-15 14:34:50', '2011-07-15 21:34:50', 'Public domain via http://www.burningwell.org/gallery2/v/Objects/100_5540.JPG.html', 'Bell on Wharf', 'Bell on wharf in San Francisco', 'inherit', 'open', 'closed', '', '100_5478', '', '', '2011-07-15 14:34:50', '2011-07-15 21:34:50', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/100_5478.jpg', 0, 'attachment', 'image/jpeg', 0),
(755, 1, '2011-07-15 14:35:55', '2011-07-15 21:35:55', 'Public domain via http://www.burningwell.org/gallery2/v/Objects/100_5478.JPG.html', 'Golden Gate Bridge', 'Golden Gate Bridge', 'inherit', 'open', 'closed', '', '100_5540', '', '', '2011-07-15 14:35:55', '2011-07-15 21:35:55', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/100_5540.jpg', 0, 'attachment', 'image/jpeg', 0),
(756, 1, '2011-07-15 14:41:24', '2011-07-15 21:41:24', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/CEP00032.jpg.html', 'Sunburst Over River', 'Sunburst over the Clinch River, Southwest Virginia.', 'inherit', 'open', 'closed', '', 'cep00032', '', '', '2011-07-15 14:41:24', '2011-07-15 21:41:24', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/cep00032.jpg', 0, 'attachment', 'image/jpeg', 0),
(757, 1, '2011-07-15 14:41:27', '2011-07-15 21:41:27', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/DCP_2082.jpg.html', 'Boardwalk', 'Boardwalk at Westport, WA', 'inherit', 'open', 'closed', '', 'dcp_2082', '', '', '2011-07-15 14:41:27', '2011-07-15 21:41:27', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dcp_2082.jpg', 0, 'attachment', 'image/jpeg', 0),
(758, 1, '2011-07-15 14:41:33', '2011-07-15 21:41:33', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/dsc03149.jpg.html', 'Yachtsody in Blue', 'Boats and reflections, Royal Perth Yacht Club', 'inherit', 'open', 'closed', '', 'dsc03149', '', '', '2011-07-15 14:41:33', '2011-07-15 21:41:33', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dsc03149.jpg', 0, 'attachment', 'image/jpeg', 0),
(759, 1, '2011-07-15 14:41:37', '2011-07-15 21:41:37', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/dsc04563.jpg.html', 'Rain Ripples', 'Raindrop ripples on a pond', 'inherit', 'open', 'closed', '', 'dsc04563', '', '', '2011-07-15 14:41:37', '2011-07-15 21:41:37', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dsc04563.jpg', 0, 'attachment', 'image/jpeg', 0),
(760, 1, '2011-07-15 14:41:41', '2011-07-15 21:41:41', 'Public domain via http://www.burningwell.org/gallery2/v/Objects/dsc09114.jpg.html', 'Sydney Harbor Bridge', 'Sydney Harbor Bridge', 'inherit', 'open', 'closed', '', 'dsc09114', '', '', '2011-07-15 14:41:41', '2011-07-15 21:41:41', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dsc09114.jpg', 0, 'attachment', 'image/jpeg', 0),
(761, 1, '2011-07-15 14:41:41', '2011-07-15 21:41:41', 'Public domain via http://www.burningwell.org/gallery2/v/Objects/dsc09114.jpg.html', 'Sydney Harbor Bridge', 'Sydney Harbor Bridge', 'inherit', 'open', 'closed', '', 'dsc09114-2', '', '', '2011-07-15 14:41:41', '2011-07-15 21:41:41', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dsc09114.jpg', 0, 'attachment', 'image/jpeg', 0),
(762, 1, '2011-07-15 14:41:42', '2011-07-15 21:41:42', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/dsc20050102_192118_51.jpg.html', 'Wind Farm', 'Albany wind-farm against the sunset, Western Australia', 'inherit', 'open', 'closed', '', 'dsc20050102_192118_51', '', '', '2011-07-15 14:41:42', '2011-07-15 21:41:42', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dsc20050102_192118_51.jpg', 0, 'attachment', 'image/jpeg', 0),
(763, 1, '2011-07-15 14:41:42', '2011-07-15 21:41:42', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/dsc20050102_192118_51.jpg.html', 'Wind Farm', 'Albany wind-farm against the sunset, Western Australia', 'inherit', 'open', 'closed', '', 'dsc20050102_192118_51-2', '', '', '2011-07-15 14:41:42', '2011-07-15 21:41:42', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dsc20050102_192118_51.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpqe_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
(764, 1, '2011-07-15 14:41:45', '2011-07-15 21:41:45', 'Public domain via http://www.burningwell.org/gallery2/v/Objects/dsc20051220_160808_102.jpg.html', 'Antique Farm Machinery', 'Antique farm machinery, Mount Barker Museum, Western Australia', 'inherit', 'open', 'closed', '', 'dsc20051220_160808_102', '', '', '2011-07-15 14:41:45', '2011-07-15 21:41:45', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dsc20051220_160808_102.jpg', 0, 'attachment', 'image/jpeg', 0),
(765, 1, '2011-07-15 14:41:45', '2011-07-15 21:41:45', 'Public domain via http://www.burningwell.org/gallery2/v/Objects/dsc20051220_160808_102.jpg.html', 'Antique Farm Machinery', 'Antique farm machinery, Mount Barker Museum, Western Australia', 'inherit', 'open', 'closed', '', 'dsc20051220_160808_102-2', '', '', '2011-07-15 14:41:45', '2011-07-15 21:41:45', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dsc20051220_160808_102.jpg', 0, 'attachment', 'image/jpeg', 0),
(766, 1, '2011-07-15 14:46:27', '2011-07-15 21:46:27', 'Public domain via http://www.burningwell.org/gallery2/main.php?g2_view=dynamicalbum.UpdatesAlbum&amp;g2_itemId=25895', 'Orange Iris', 'Orange Iris', 'inherit', 'open', 'closed', '', 'dsc02085', '', '', '2011-07-15 14:46:27', '2011-07-15 21:46:27', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dsc02085.jpg', 0, 'attachment', 'image/jpeg', 0),
(767, 1, '2011-07-15 14:46:27', '2011-07-15 21:46:27', 'Public domain via http://www.burningwell.org/gallery2/main.php?g2_view=dynamicalbum.UpdatesAlbum&amp;g2_itemId=25895', 'Orange Iris', 'Orange Iris', 'inherit', 'open', 'closed', '', 'dsc02085-2', '', '', '2011-07-15 14:46:27', '2011-07-15 21:46:27', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dsc02085.jpg', 0, 'attachment', 'image/jpeg', 0),
(768, 1, '2011-07-15 14:47:17', '2011-07-15 21:47:17', 'Public domain via http://www.burningwell.org/gallery2/v/Objects/dsc20051220_173257_119.jpg.html', 'Rusty Rail', 'Rusty rails with fishplate, Kojonup', 'inherit', 'open', 'closed', '', 'dsc20051220_173257_119', '', '', '2011-07-15 14:47:17', '2011-07-15 21:47:17', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dsc20051220_173257_119.jpg', 0, 'attachment', 'image/jpeg', 0),
(769, 1, '2011-07-15 14:47:20', '2011-07-15 21:47:20', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/dscn3316.jpg.html', 'Sea and Rocks', 'Sea and rocks, Plimmerton, New Zealand', 'inherit', 'open', 'closed', '', 'dscn3316', '', '', '2011-07-15 14:47:20', '2011-07-15 21:47:20', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/dscn3316.jpg', 0, 'attachment', 'image/jpeg', 0),
(770, 1, '2011-07-15 14:47:23', '2011-07-15 21:47:23', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/michelle_049.jpg.html', 'Big Sur', 'Beach at Big Sur, CA', 'inherit', 'open', 'closed', '', 'michelle_049', '', '', '2011-07-15 14:47:23', '2011-07-15 21:47:23', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/michelle_049.jpg', 0, 'attachment', 'image/jpeg', 0),
(771, 1, '2011-07-15 14:47:26', '2011-07-15 21:47:26', 'Public domain via http://www.burningwell.org/gallery2/v/Objects/Windmill.jpg.html', 'Windmill', 'Windmill shrouded in fog at a farm outside of Walker, Iowa', 'inherit', 'open', 'closed', '', 'dcf-1-0', '', '', '2011-07-15 14:47:26', '2011-07-15 21:47:26', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/windmill.jpg', 0, 'attachment', 'image/jpeg', 0),
(772, 1, '2011-07-15 14:47:26', '2011-07-15 21:47:26', 'Public domain via http://www.burningwell.org/gallery2/v/Objects/Windmill.jpg.html', 'Windmill', 'Windmill shrouded in fog at a farm outside of Walker, Iowa', 'inherit', 'open', 'closed', '', 'dcf-1-0-2', '', '', '2011-07-15 14:47:26', '2011-07-15 21:47:26', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/windmill.jpg', 0, 'attachment', 'image/jpeg', 0),
(773, 1, '2011-07-15 14:49:48', '2011-07-15 21:49:48', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/IMG_0513-1.JPG.html', 'Huatulco Coastline', 'Sunrise over the coast in Huatulco, Oaxaca, Mexico', 'inherit', 'open', 'closed', '', 'alas-i-have-found-my-shangri-la', '', '', '2011-07-15 14:49:48', '2011-07-15 21:49:48', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/img_0513-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(774, 1, '2011-07-15 14:49:48', '2011-07-15 21:49:48', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/IMG_0513-1.JPG.html', 'Huatulco Coastline', 'Sunrise over the coast in Huatulco, Oaxaca, Mexico', 'inherit', 'open', 'closed', '', 'alas-i-have-found-my-shangri-la-2', '', '', '2011-07-15 14:49:48', '2011-07-15 21:49:48', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/img_0513-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(775, 1, '2011-07-15 14:50:37', '2011-07-15 21:50:37', 'Public domain via http://www.burningwell.org/gallery2/main.php?g2_view=dynamicalbum.UpdatesAlbum&amp;g2_itemId=25770', 'Brazil Beach', 'Jericoacoara Ceara Brasil', 'inherit', 'open', 'closed', '', 'img_0747', '', '', '2011-07-15 14:50:37', '2011-07-15 21:50:37', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/img_0747.jpg', 0, 'attachment', 'image/jpeg', 0),
(776, 1, '2011-07-15 14:50:37', '2011-07-15 21:50:37', 'Public domain via http://www.burningwell.org/gallery2/main.php?g2_view=dynamicalbum.UpdatesAlbum&amp;g2_itemId=25770', 'Brazil Beach', 'Jericoacoara Ceara Brasil', 'inherit', 'open', 'closed', '', 'img_0747-2', '', '', '2011-07-15 14:50:37', '2011-07-15 21:50:37', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/img_0747.jpg', 0, 'attachment', 'image/jpeg', 0),
(777, 1, '2011-07-15 14:51:19', '2011-07-15 21:51:19', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/IMG_0767.JPG.html', 'Huatulco Coastline', 'Coastline in Huatulco, Oaxaca, Mexico', 'inherit', 'open', 'closed', '', 'img_0767', '', '', '2011-07-15 14:51:19', '2011-07-15 21:51:19', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/img_0767.jpg', 0, 'attachment', 'image/jpeg', 0),
(778, 1, '2011-07-15 14:51:19', '2011-07-15 21:51:19', 'Public domain via http://www.burningwell.org/gallery2/v/Landscapes/ocean/IMG_0767.JPG.html', 'Huatulco Coastline', 'Coastline in Huatulco, Oaxaca, Mexico', 'inherit', 'open', 'closed', '', 'img_0767-2', '', '', '2011-07-15 14:51:19', '2011-07-15 21:51:19', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/img_0767.jpg', 0, 'attachment', 'image/jpeg', 0),
(779, 1, '2011-07-15 14:51:57', '2011-07-15 21:51:57', 'Public domain via http://www.burningwell.org/gallery2/main.php?g2_view=dynamicalbum.UpdatesAlbum&amp;g2_itemId=25774', 'Boat Barco Texture', 'Boat BW PB Barco Texture Beautiful Fishing', 'inherit', 'open', 'closed', '', 'img_8399', '', '', '2011-07-15 14:51:57', '2011-07-15 21:51:57', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/img_8399.jpg', 0, 'attachment', 'image/jpeg', 0),
(780, 1, '2011-07-15 14:51:57', '2011-07-15 21:51:57', 'Public domain via http://www.burningwell.org/gallery2/main.php?g2_view=dynamicalbum.UpdatesAlbum&amp;g2_itemId=25774', 'Boat Barco Texture', 'Boat BW PB Barco Texture Beautiful Fishing', 'inherit', 'open', 'closed', '', 'img_8399-2', '', '', '2011-07-15 14:51:57', '2011-07-15 21:51:57', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/img_8399.jpg', 0, 'attachment', 'image/jpeg', 0),
(807, 1, '2012-06-04 11:36:56', '2012-06-04 18:36:56', '', 'dsc20040724_152504_532', '', 'inherit', 'open', 'closed', '', 'dsc20040724_152504_532-2', '', '', '2012-06-04 11:36:56', '2012-06-04 18:36:56', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/06/dsc20040724_152504_532.jpg', 0, 'attachment', 'image/jpeg', 0),
(808, 1, '2012-06-04 11:36:56', '2012-06-04 18:36:56', '', 'dsc20040724_152504_532', '', 'inherit', 'open', 'closed', '', 'dsc20040724_152504_532-2-2', '', '', '2012-06-04 11:36:56', '2012-06-04 18:36:56', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/06/dsc20040724_152504_532.jpg', 0, 'attachment', 'image/jpeg', 0),
(809, 1, '2012-06-04 11:36:56', '2012-06-04 18:36:56', '', 'dsc20040724_152504_532', '', 'inherit', 'open', 'closed', '', 'dsc20040724_152504_532-2-3', '', '', '2012-06-04 11:36:56', '2012-06-04 18:36:56', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/06/dsc20040724_152504_532.jpg', 0, 'attachment', 'image/jpeg', 0),
(811, 1, '2012-06-04 11:58:15', '2012-06-04 18:58:15', '', 'dsc20050604_133440_3421', '', 'inherit', 'open', 'closed', '', 'dsc20050604_133440_3421', '', '', '2012-06-04 11:58:15', '2012-06-04 18:58:15', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/06/dsc20050604_133440_34211.jpg', 0, 'attachment', 'image/jpeg', 0),
(812, 1, '2012-06-04 11:58:15', '2012-06-04 18:58:15', '', 'dsc20050604_133440_3421', '', 'inherit', 'open', 'closed', '', 'dsc20050604_133440_3421-2', '', '', '2012-06-04 11:58:15', '2012-06-04 18:58:15', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/06/dsc20050604_133440_34211.jpg', 0, 'attachment', 'image/jpeg', 0),
(813, 1, '2012-06-04 11:58:15', '2012-06-04 18:58:15', '', 'dsc20050604_133440_3421', '', 'inherit', 'open', 'closed', '', 'dsc20050604_133440_3421-3', '', '', '2012-06-04 11:58:15', '2012-06-04 18:58:15', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/06/dsc20050604_133440_34211.jpg', 0, 'attachment', 'image/jpeg', 0),
(821, 1, '2012-07-05 09:49:29', '2012-07-05 16:49:29', 'St. Louis Blues, by Original Dixieland Jazz Band with Al Bernard (public domain)', 'St. Louis Blues', 'St. Louis Blues, by Original Dixieland Jazz Band with Al Bernard (public domain)', 'inherit', 'open', 'closed', '', 'originaldixielandjazzbandwithalbernard-stlouisblues', '', '', '2012-07-05 09:49:29', '2012-07-05 16:49:29', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3', 0, 'attachment', 'audio/mpeg', 0),
(822, 1, '2012-07-05 09:49:29', '2012-07-05 16:49:29', 'St. Louis Blues, by Original Dixieland Jazz Band with Al Bernard (public domain)', 'St. Louis Blues', 'St. Louis Blues, by Original Dixieland Jazz Band with Al Bernard (public domain)', 'inherit', 'open', 'closed', '', 'originaldixielandjazzbandwithalbernard-stlouisblues-2', '', '', '2012-07-05 09:49:29', '2012-07-05 16:49:29', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3', 0, 'attachment', 'audio/mpeg', 0),
(827, 1, '2012-07-05 11:07:34', '2012-07-05 18:07:34', '', 'OLYMPUS DIGITAL CAMERA', '', 'inherit', 'open', 'closed', '', 'olympus-digital-camera', '', '', '2012-07-05 11:07:34', '2012-07-05 18:07:34', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/manhattansummer.jpg', 0, 'attachment', 'image/jpeg', 0),
(828, 1, '2012-07-05 09:49:29', '2012-07-05 16:49:29', 'St. Louis Blues, by Original Dixieland Jazz Band with Al Bernard (public domain)', 'St. Louis Blues', 'St. Louis Blues, by Original Dixieland Jazz Band with Al Bernard (public domain)', 'inherit', 'open', 'closed', '', 'originaldixielandjazzbandwithalbernard-stlouisblues-3', '', '', '2012-07-05 09:49:29', '2012-07-05 16:49:29', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3', 0, 'attachment', 'audio/mpeg', 0),
(829, 1, '2012-07-05 11:07:34', '2012-07-05 18:07:34', '', 'OLYMPUS DIGITAL CAMERA', '', 'inherit', 'open', 'closed', '', 'olympus-digital-camera-2', '', '', '2012-07-05 11:07:34', '2012-07-05 18:07:34', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/manhattansummer.jpg', 0, 'attachment', 'image/jpeg', 0),
(967, 1, '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 'Image Alignment 580x300', '', 'inherit', 'open', 'open', '', 'image-alignment-580x300', '', '', '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(968, 1, '2012-07-05 11:07:34', '2012-07-05 18:07:34', '', 'OLYMPUS DIGITAL CAMERA', '', 'inherit', 'open', 'closed', '', 'olympus-digital-camera-3', '', '', '2012-07-05 11:07:34', '2012-07-05 18:07:34', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/manhattansummer.jpg', 0, 'attachment', 'image/jpeg', 0),
(969, 1, '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 'Image Alignment 580x300', '', 'inherit', 'open', 'open', '', 'image-alignment-580x300-2', '', '', '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(970, 1, '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 'Image Alignment 150x150', '', 'inherit', 'open', 'open', '', 'image-alignment-150x150', '', '', '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg', 0, 'attachment', 'image/jpeg', 0),
(971, 1, '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 'Image Alignment 150x150', '', 'inherit', 'open', 'open', '', 'image-alignment-150x150-2', '', '', '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg', 0, 'attachment', 'image/jpeg', 0),
(972, 1, '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 'Image Alignment 580x300', '', 'inherit', 'open', 'open', '', 'image-alignment-580x300-3', '', '', '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(993, 1, '2012-03-15 14:38:08', '2012-03-15 21:38:08', 'This is the post content. It should be displayed in place of the user-defined excerpt in single-page views.', 'Template: Excerpt (Defined)', 'This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages.', 'trash', 'closed', 'closed', '', 'template-excerpt-defined__trashed', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 0, 'http://wptest.io/demo/?p=993', 0, 'post', '', 0),
(996, 1, '2012-03-15 14:41:11', '2012-03-15 21:41:11', 'This content is before the <a title=\"The More Tag\" href=\"http://en.support.wordpress.com/splitting-content/more-tag/\" target=\"_blank\" rel=\"noopener noreferrer\">more tag</a>.\n\nRight after this sentence should be a \"continue reading\" button of some sort.\n\n<!--more-->\n\nAnd this content is after the more tag.', 'Template: More Tag', '', 'trash', 'closed', 'closed', '', 'template-more-tag__trashed', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 0, 'http://wptest.io/demo/?p=996', 0, 'post', '', 0),
(1000, 1, '2009-05-15 14:48:32', '2009-05-15 21:48:32', 'Nested and mixed lists are an interesting beast. It\'s a corner case to make sure that\n<ul>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">Lists within lists do not break the ordered list numbering order</span></li>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">Your list styles go deep enough.</span></li>\n</ul>\n<h3>Ordered - Unordered - Ordered</h3>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item\n<ul>\n	<li><strong>unordered</strong></li>\n	<li><strong>unordered</strong>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n</li>\n</ul>\n</li>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n<h3>Ordered - Unordered - Unordered</h3>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item\n<ul>\n	<li><strong>unordered</strong></li>\n	<li><strong>unordered</strong>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n</li>\n</ul>\n</li>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n<h3>Unordered - Ordered - Unordered</h3>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item\n<ol>\n	<li>ordered</li>\n	<li>ordered\n<ul>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n</li>\n</ol>\n</li>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n<h3>Unordered - Unordered - Ordered</h3>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item\n<ul>\n	<li>unordered</li>\n	<li>unordered\n<ol>\n	<li><strong>ordered item</strong></li>\n	<li><strong>ordered item</strong></li>\n</ol>\n</li>\n</ul>\n</li>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>', 'Edge Case: Nested And Mixed Lists', '', 'trash', 'closed', 'closed', '', 'edge-case-nested-and-mixed-lists__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'http://wptest.io/demo/?p=1000', 0, 'post', '', 0),
(1005, 1, '2010-06-02 03:00:34', '2010-06-02 10:00:34', '[wpvideo tFnqC9XQ w=680]\n\n<a title=\"VideoPress Plugin for WordPress\" href=\"http://videopress.com/\" target=\"_blank\" rel=\"noopener noreferrer\">VideoPress</a>, especially as a video post format, usually provides some unique styling issues.\n\nYou will need to install <a title=\"Jetpack for WordPress\" href=\"http://jetpack.me/\" target=\"_blank\" rel=\"noopener noreferrer\">Jetpack</a> or <a title=\"Slim Jetpack\" href=\"http://wordpress.org/extend/plugins/slimjetpack/\" target=\"_blank\" rel=\"noopener noreferrer\">Slim Jetpack</a> plugin to turn the shortcode into a viewable video.', 'Post Format: Video (VideoPress)', '', 'trash', 'closed', 'closed', '', 'post-format-video-videopress__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wptest.io/demo/?p=1005', 0, 'post', '', 0),
(1011, 1, '2012-03-15 15:15:12', '2012-03-15 22:15:12', 'This post should display a <a title=\"Featured Images\" href=\"http://en.support.wordpress.com/featured-images/#setting-a-featured-image\" target=\"_blank\" rel=\"noopener noreferrer\">featured image</a>, if the theme <a title=\"Post Thumbnails\" href=\"http://codex.wordpress.org/Post_Thumbnails\" target=\"_blank\" rel=\"noopener noreferrer\">supports it</a>.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a horizontal featured image.', 'Template: Featured Image (Horizontal)', '', 'trash', 'closed', 'closed', '', 'template-featured-image-horizontal__trashed', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 0, 'http://wptest.io/demo/?p=1011', 0, 'post', '', 0),
(1016, 1, '2012-03-15 15:36:32', '2012-03-15 22:36:32', 'This post should display a <a title=\"Featured Images\" href=\"http://en.support.wordpress.com/featured-images/#setting-a-featured-image\" target=\"_blank\" rel=\"noopener noreferrer\">featured image</a>, if the theme <a title=\"Post Thumbnails\" href=\"http://codex.wordpress.org/Post_Thumbnails\" target=\"_blank\" rel=\"noopener noreferrer\">supports it</a>.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a vertical featured image.', 'Template: Featured Image (Vertical)', '', 'trash', 'closed', 'closed', '', 'template-featured-image-vertical__trashed', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 0, 'http://wptest.io/demo/?p=1016', 0, 'post', '', 0),
(1022, 1, '2013-03-15 15:40:38', '2013-03-15 20:40:38', '', 'Horizontal Featured Image', '', 'inherit', 'open', 'open', '', 'featured-image-horizontal-2', '', '', '2013-03-15 15:40:38', '2013-03-15 20:40:38', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/featured-image-horizontal.jpg', 0, 'attachment', 'image/jpeg', 0),
(1023, 1, '2013-03-15 15:40:38', '2013-03-15 20:40:38', '', 'Horizontal Featured Image', '', 'inherit', 'open', 'open', '', 'featured-image-horizontal-2-2', '', '', '2013-03-15 15:40:38', '2013-03-15 20:40:38', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/featured-image-horizontal.jpg', 0, 'attachment', 'image/jpeg', 0),
(1024, 1, '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 'Image Alignment 150x150', '', 'inherit', 'open', 'open', '', 'image-alignment-150x150-3', '', '', '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg', 0, 'attachment', 'image/jpeg', 0),
(1025, 1, '2013-03-14 09:58:24', '2013-03-14 14:58:24', '', 'I Am Worth Loving Wallpaper', '', 'inherit', 'open', 'open', '', 'soworthloving-wallpaper', '', '', '2013-03-14 09:58:24', '2013-03-14 14:58:24', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/soworthloving-wallpaper.jpg', 0, 'attachment', 'image/jpeg', 0),
(1026, 1, '2013-03-15 15:40:38', '2013-03-15 20:40:38', '', 'Horizontal Featured Image', '', 'inherit', 'open', 'open', '', 'featured-image-horizontal-2-3', '', '', '2013-03-15 15:40:38', '2013-03-15 20:40:38', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/featured-image-horizontal.jpg', 0, 'attachment', 'image/jpeg', 0),
(1027, 1, '2013-03-14 09:58:24', '2013-03-14 14:58:24', '', 'I Am Worth Loving Wallpaper', '', 'inherit', 'open', 'open', '', 'soworthloving-wallpaper-2', '', '', '2013-03-14 09:58:24', '2013-03-14 14:58:24', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/soworthloving-wallpaper.jpg', 0, 'attachment', 'image/jpeg', 0),
(1028, 1, '2013-03-14 09:58:24', '2013-03-14 14:58:24', '', 'I Am Worth Loving Wallpaper', '', 'inherit', 'open', 'open', '', 'soworthloving-wallpaper-3', '', '', '2013-03-14 09:58:24', '2013-03-14 14:58:24', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/soworthloving-wallpaper.jpg', 0, 'attachment', 'image/jpeg', 0),
(1029, 1, '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 'Image Alignment 300x200', '', 'inherit', 'open', 'open', '', 'image-alignment-300x200', '', '', '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg', 0, 'attachment', 'image/jpeg', 0),
(1030, 1, '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 'Image Alignment 300x200', '', 'inherit', 'open', 'open', '', 'image-alignment-300x200-2', '', '', '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg', 0, 'attachment', 'image/jpeg', 0),
(1031, 1, '2013-03-15 15:41:09', '2013-03-15 20:41:09', '', 'Vertical Featured Image', '', 'inherit', 'open', 'open', '', 'featured-image-vertical-2', '', '', '2013-03-15 15:41:09', '2013-03-15 20:41:09', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/featured-image-vertical.jpg', 0, 'attachment', 'image/jpeg', 0),
(1032, 1, '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 'Image Alignment 300x200', '', 'inherit', 'open', 'open', '', 'image-alignment-300x200-3', '', '', '2013-03-14 19:44:49', '2013-03-15 00:44:49', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg', 0, 'attachment', 'image/jpeg', 0),
(1033, 1, '2013-03-15 15:41:09', '2013-03-15 20:41:09', '', 'Vertical Featured Image', '', 'inherit', 'open', 'open', '', 'featured-image-vertical-2-2', '', '', '2013-03-15 15:41:09', '2013-03-15 20:41:09', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/featured-image-vertical.jpg', 0, 'attachment', 'image/jpeg', 0),
(1034, 1, '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 'Image Alignment 1200x4002', '', 'inherit', 'open', 'open', '', 'image-alignment-1200x4002', '', '', '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1035, 1, '2013-03-15 15:41:09', '2013-03-15 20:41:09', '', 'Vertical Featured Image', '', 'inherit', 'open', 'open', '', 'featured-image-vertical-2-3', '', '', '2013-03-15 15:41:09', '2013-03-15 20:41:09', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/featured-image-vertical.jpg', 0, 'attachment', 'image/jpeg', 0),
(1036, 1, '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 'Image Alignment 1200x4002', '', 'inherit', 'open', 'open', '', 'image-alignment-1200x4002-2', '', '', '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1037, 1, '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 'Image Alignment 1200x4002', '', 'inherit', 'open', 'open', '', 'image-alignment-1200x4002-3', '', '', '2013-03-14 19:44:50', '2013-03-15 00:44:50', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg', 0, 'attachment', 'image/jpeg', 0),
(1045, 1, '2013-03-14 22:10:39', '2013-03-15 03:10:39', '', 'Unicorn Wallpaper', '', 'inherit', 'open', 'open', '', 'unicorn-wallpaper', '', '', '2013-03-14 22:10:39', '2013-03-15 03:10:39', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/unicorn-wallpaper.jpg', 0, 'attachment', 'image/jpeg', 0),
(1046, 1, '2013-03-14 22:10:39', '2013-03-15 03:10:39', '', 'Unicorn Wallpaper', '', 'inherit', 'open', 'open', '', 'unicorn-wallpaper-2', '', '', '2013-03-14 22:10:39', '2013-03-15 03:10:39', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/unicorn-wallpaper.jpg', 0, 'attachment', 'image/jpeg', 0),
(1047, 1, '2013-03-14 22:10:39', '2013-03-15 03:10:39', '', 'Unicorn Wallpaper', '', 'inherit', 'open', 'open', '', 'unicorn-wallpaper-3', '', '', '2013-03-14 22:10:39', '2013-03-15 03:10:39', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/unicorn-wallpaper.jpg', 0, 'attachment', 'image/jpeg', 0),
(1051, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Depth', '', 'publish', 'closed', 'closed', '', 'depth', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/depth/', 29, 'nav_menu_item', '', 0),
(1052, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 01', '', 'publish', 'closed', 'closed', '', 'level-01', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-01/', 30, 'nav_menu_item', '', 0),
(1053, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 02', '', 'publish', 'closed', 'closed', '', 'level-02', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-02/', 31, 'nav_menu_item', '', 0),
(1054, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 03', '', 'publish', 'closed', 'closed', '', 'level-03', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-03/', 32, 'nav_menu_item', '', 0),
(1055, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 04', '', 'publish', 'closed', 'closed', '', 'level-04', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-04/', 33, 'nav_menu_item', '', 0),
(1056, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 05', '', 'publish', 'closed', 'closed', '', 'level-05', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-05/', 34, 'nav_menu_item', '', 0),
(1057, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 06', '', 'publish', 'closed', 'closed', '', 'level-06', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-06/', 35, 'nav_menu_item', '', 0),
(1058, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 07', '', 'publish', 'closed', 'closed', '', 'level-07', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-07/', 36, 'nav_menu_item', '', 0),
(1059, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 08', '', 'publish', 'closed', 'closed', '', 'level-08', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-08/', 37, 'nav_menu_item', '', 0),
(1060, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 09', '', 'publish', 'closed', 'closed', '', 'level-09', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-09/', 38, 'nav_menu_item', '', 0),
(1061, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 10', '', 'publish', 'closed', 'closed', '', 'level-10', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-10/', 39, 'nav_menu_item', '', 0),
(1062, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Advanced', '', 'publish', 'closed', 'closed', '', 'advanced', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/advanced/', 40, 'nav_menu_item', '', 0),
(1063, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', 'Custom Menu Description', 'Menu Description', '', 'publish', 'closed', 'closed', '', 'menu-description', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/menu-description/', 44, 'nav_menu_item', '', 0),
(1064, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Menu Title Attribute', 'Custom Title Attribute', 'publish', 'closed', 'closed', '', 'menu-title-attribute', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/menu-title-attribute/', 41, 'nav_menu_item', '', 0),
(1065, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Menu CSS Class', '', 'publish', 'closed', 'closed', '', 'menu-css-class', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/menu-css-class/', 42, 'nav_menu_item', '', 0),
(1066, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'New Window / Tab', '', 'publish', 'closed', 'closed', '', 'new-window-tab', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/new-window-tab/', 43, 'nav_menu_item', '', 0),
(1133, 1, '2013-03-15 18:19:23', '2013-03-15 23:19:23', 'Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let\'s get started.\n\nOn the topic of alignment, it should be noted that users can choose from the options of <em>None</em>, <em>Left</em>, <em>Right, </em>and <em>Center</em>. In addition, they also get the options of <em>Thumbnail</em>, <em>Medium</em>, <em>Large</em> &amp; <em>Fullsize</em>.\n<p style=\"text-align:center\"><img class=\"size-full wp-image-906 aligncenter\" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /></p>\nThe image above happens to be <em><strong>centered</strong></em>.\n\n<strong><img class=\"size-full wp-image-904 alignleft\" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n<img class=\"alignnone  wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" />\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n<img class=\"size-full wp-image-905 alignright\" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" />\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd just when you thought we were done, we\'re going to do them all over again with captions!\n\n[caption id=\"attachment_906\" align=\"aligncenter\" width=\"580\"]<img class=\"size-full wp-image-906  \" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /> Look at 580x300 getting some <a title=\"Image Settings\" href=\"http://en.support.wordpress.com/images/image-settings/\">caption</a> love.[/caption]\n\nThe image above happens to be <em><strong>centered</strong></em>. The caption also has a link in it, just to see if it does anything funky.\n\n[caption id=\"attachment_904\" align=\"alignleft\" width=\"150\"]<img class=\"size-full wp-image-904  \" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /> Itty-bitty caption.[/caption]\n\n<strong></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n[caption id=\"attachment_907\" align=\"alignnone\" width=\"1200\"]<img class=\" wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" /> Massive image comment for your eyeballs.[/caption]\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n[caption id=\"attachment_905\" align=\"alignright\" width=\"300\"]<img class=\"size-full wp-image-905 \" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" /> Feels good to be right all the time.[/caption]\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd that\'s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!', 'Page Image Alignment', '', 'publish', 'open', 'open', '', 'page-image-alignment', '', '', '2013-03-15 18:19:23', '2013-03-15 23:19:23', '', 10, 'http://wptest.io/demo/?page_id=1080', 0, 'page', '', 0),
(1134, 1, '2013-03-15 18:20:05', '2013-03-15 23:20:05', '<strong>Headings</strong>\n<h1>Header one</h1>\n<h2>Header two</h2>\n<h3>Header three</h3>\n<h4>Header four</h4>\n<h5>Header five</h5>\n<h6>Header six</h6>\n<h2>Blockquotes</h2>\nSingle line blockquote:\n<blockquote>Stay hungry. Stay foolish.</blockquote>\nMulti line blockquote with a cite reference:\n<blockquote>People think focus means saying yes to the thing you\'ve got to focus on. But that\'s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I\'m actually as proud of the things we haven\'t done as the things I have done. Innovation is saying no to 1,000 things. <cite>Steve Jobs - Apple Worldwide Developers\' Conference, 1997</cite></blockquote>\n<h2>Tables</h2>\n<table>\n<tbody>\n<tr>\n<th>Employee</th>\n<th class=\"views\">Salary</th>\n<th></th>\n</tr>\n<tr class=\"odd\">\n<td><a href=\"http://example.com/\">Jane</a></td>\n<td>$1</td>\n<td>Because that\'s all Steve Job\' needed for a salary.</td>\n</tr>\n<tr class=\"even\">\n<td><a href=\"http://example.com\">John</a></td>\n<td>$100K</td>\n<td>For all the blogging he does.</td>\n</tr>\n<tr class=\"odd\">\n<td><a href=\"http://example.com/\">Jane</a></td>\n<td>$100M</td>\n<td>Pictures are worth a thousand words, right? So Tom x 1,000.</td>\n</tr>\n<tr class=\"even\">\n<td><a href=\"http://example.com/\">Jane</a></td>\n<td>$100B</td>\n<td>With hair like that?! Enough said...</td>\n</tr>\n</tbody>\n</table>\n<h2>Definition Lists</h2>\n<dl><dt>Definition List Title</dt><dd>Definition list division.</dd><dt>Startup</dt><dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd><dt>#dowork</dt><dd>Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.</dd><dt>Do It Live</dt><dd>I\'ll let Bill O\'Reilly will <a title=\"We\'ll Do It Live\" href=\"https://www.youtube.com/watch?v=O_HyZ5aW76c\">explain</a> this one.</dd></dl>\n<h2>Unordered Lists (Nested)</h2>\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n<h2>Ordered List (Nested)</h2>\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n<h2>HTML Tags</h2>\nThese supported tags come from the WordPress.com code <a title=\"Code\" href=\"http://en.support.wordpress.com/code/\">FAQ</a>.\n\n<strong>Address Tag</strong>\n\n<address>1 Infinite Loop\nCupertino, CA 95014\nUnited States</address><strong>Anchor Tag (aka. Link)</strong>\n\nThis is an example of a <a title=\"Apple\" href=\"http://apple.com\">link</a>.\n\n<strong>Abbreviation Tag</strong>\n\nThe abbreviation <abbr title=\"Seriously\">srsly</abbr> stands for \"seriously\".\n\n<strong>Acronym Tag</strong>\n\nThe acronym <acronym title=\"For The Win\">ftw</acronym> stands for \"for the win\".\n\n<strong>Big Tag</strong>\n\nThese tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.\n\n<strong>Cite Tag</strong>\n\n\"Code is poetry.\" --<cite>Automattic</cite>\n\n<strong>Code Tag</strong>\n\nYou will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.\n\n<strong>Delete Tag</strong>\n\nThis tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).\n\n<strong>Emphasize Tag</strong>\n\nThe emphasize tag should <em>italicize</em> text.\n\n<strong>Insert Tag</strong>\n\nThis tag should denote <ins>inserted</ins> text.\n\n<strong>Keyboard Tag</strong>\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Preformatted Tag</strong>\n\nThis tag styles large blocks of code.\n<pre>.post-title {\n	margin: 0 0 5px;\n	font-weight: bold;\n	font-size: 38px;\n	line-height: 1.2;\n}</pre>\n<strong>Quote Tag</strong>\n\n<q>Developers, developers, developers...</q> --Steve Ballmer\n\n<strong>Strong Tag</strong>\n\nThis tag shows <strong>bold<strong> text.</strong></strong>\n\n<strong>Subscript Tag</strong>\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n<strong>Superscript Tag</strong>\n\nStill sticking with science and Isaac Newton\'s E = MC<sup>2</sup>, which should lift the 2 up.\n\n<strong>Teletype Tag</strong>\n\nThis rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Variable Tag</strong>\n\nThis allows you to denote <var>variables</var>.', 'Page Markup And Formatting', '', 'publish', 'open', 'open', '', 'page-markup-and-formatting', '', '', '2013-03-15 18:20:05', '2013-03-15 23:20:05', '', 10, 'http://wptest.io/demo/?page_id=1083', 0, 'page', '', 0),
(1148, 1, '2012-01-03 10:11:37', '2012-01-03 17:11:37', 'This post tests comments in the following ways.\n<ul>\n	<li>Threaded comments up to 10 levels deep</li>\n	<li>Paginated comments (set <em><strong>Settings &gt; Discussion &gt; Break comments into pages</strong></em> to <em><strong>5</strong></em> top level comments per page)</li>\n	<li>Comment markup / formatting</li>\n	<li>Comment images</li>\n	<li>Comment videos</li>\n	<li>Author comments</li>\n	<li>Gravatars and default fallbacks</li>\n</ul>', 'Template: Comments', '', 'trash', 'open', 'closed', '', 'template-comments__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/comment-test/', 0, 'post', '', 37),
(1149, 1, '2012-01-01 10:17:18', '2012-01-01 17:17:18', 'This post has many pingpacks and trackbacks.\n\nThere are a few ways to list them.\n<ol>\n	<li>Above the comments</li>\n	<li>Below the comments</li>\n	<li>Included within the normal flow of comments</li>\n</ol>', 'Template: Pingbacks And Trackbacks', '', 'trash', 'closed', 'closed', '', 'template-pingbacks-an-trackbacks__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/many-trackbacks/', 0, 'post', '', 5),
(1150, 1, '2012-01-02 10:21:15', '2012-01-02 17:21:15', 'This post has its comments, pingbacks, and trackbacks disabled.\n\nThere should be no comment reply form, but <em>should</em> display pingbacks and trackbacks.', 'Template: Comments Disabled', '', 'trash', 'closed', 'closed', '', 'template-comments-disabled__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/no-comments/', 0, 'post', '', 0),
(1151, 1, '2009-06-01 01:00:34', '2009-06-01 08:00:34', 'This post has many tags.', 'Edge Case: Many Tags', '', 'trash', 'closed', 'closed', '', 'edge-case-many-tags__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'http://wpthemetestdata.wordpress.com/2007/11/24/many-tags/', 0, 'post', '', 0),
(1152, 1, '2009-07-02 02:00:03', '2009-07-02 02:00:03', 'This post has many categories.', 'Edge Case: Many Categories', '', 'trash', 'closed', 'closed', '', 'edge-case-many-categories__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'http://wpthemetestdata.wordpress.com/2007/11/24/many-categories/', 0, 'post', '', 0),
(1153, 1, '2020-01-01 12:00:18', '2020-01-01 19:00:18', 'This post is scheduled to be published in the future.\n\nIt should not be displayed by the theme.', 'Scheduled', '', 'trash', 'closed', 'closed', '', 'scheduled__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/?p=418', 0, 'post', '', 0),
(1163, 1, '2010-08-07 06:00:19', '2010-08-07 13:00:19', '[caption id=\"attachment_754\" align=\"alignnone\" width=\"604\"]<a href=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/100_5478.jpg\"><img class=\"wp-image-754 size-large\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/100_5478.jpg?w=604\" alt=\"Bell on Wharf\" width=\"604\" height=\"453\" /></a> Bell on wharf in San Francisco[/caption]', 'Post Format: Image (Caption)', '', 'trash', 'closed', 'closed', '', 'post-format-image-caption__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=674', 0, 'post', '', 0),
(1164, 1, '2013-04-09 11:20:39', '2013-04-09 18:20:39', 'This post is drafted and not published yet.\n\nIt should not be displayed by the theme.', 'Draft', '', 'trash', 'closed', 'closed', '', '__trashed-2', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 0, 'http://wptest.io/demo/?p=922', 0, 'post', '', 0),
(1168, 1, '2012-01-04 09:38:05', '2012-01-04 16:38:05', 'This content, comments, pingbacks, and trackbacks should not be visible until the password is entered.', 'Template: Password Protected (the password is \"enter\")', '', 'trash', 'closed', 'closed', 'enter', 'template-password-protected__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/test-with-secret-password/', 0, 'post', '', 1),
(1169, 1, '2009-09-05 09:00:23', '2009-09-05 16:00:23', 'This post has no title, but it still must link to the single post view somehow.\n\nThis is typically done by placing the permalink on the post date.', '', '', 'trash', 'closed', 'closed', '', 'edge-case-no-title__trashed', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/14/', 0, 'post', '', 0),
(1170, 1, '2009-08-06 09:39:56', '2009-08-06 16:39:56', '', 'Edge Case: No Content', '', 'trash', 'closed', 'closed', '', 'edge-case-no-content__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/this-post-has-no-body/', 0, 'post', '', 1),
(1171, 1, '2012-01-08 10:00:20', '2012-01-08 17:00:20', 'Post Page 1\n\n<!--nextpage-->\n\nPost Page 2\n\n<!--nextpage-->\n\nPost Page 3', 'Template: Paginated', '', 'trash', 'closed', 'closed', '', 'template-paginated__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://noeltest.wordpress.com/?p=188', 0, 'post', '', 0),
(1173, 1, '2013-01-05 10:00:49', '2013-01-05 17:00:49', 'Verify that:\n<ul>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title renders the word \"with\" in </span><em style=\"line-height:1.714285714;font-size:1rem\">italics</em><span style=\"line-height:1.714285714;font-size:1rem\"> and the word \"markup\" in </span><strong style=\"line-height:1.714285714;font-size:1rem\">bold</strong><span style=\"line-height:1.714285714;font-size:1rem\">.</span></li>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title markup should be removed from the browser window / tab.</span></li>\n</ul>', 'Markup: Title With Markup', '', 'trash', 'closed', 'closed', '', 'markup-title-with-markup__trashed', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 0, 'http://wptest.io/demo/?p=861', 0, 'post', '', 0);
INSERT INTO `wpqe_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
(1174, 1, '2013-01-05 11:00:20', '2013-01-05 18:00:20', 'Putting special characters in the title should have no adverse effect on the layout or functionality.\n\nSpecial characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.).\n<h2>Latin Character Tests</h2>\nThis is a test to see if the fonts used in this theme support basic Latin characters.\n<table>\n<tbody>\n<tr>\n<td>!</td>\n<td>\"</td>\n<td>#</td>\n<td>$</td>\n<td>%</td>\n<td>&amp;</td>\n<td>\'</td>\n<td>(</td>\n<td>)</td>\n<td>*</td>\n</tr>\n<tr>\n<td>+</td>\n<td>,</td>\n<td>-</td>\n<td>.</td>\n<td>/</td>\n<td>0</td>\n<td>1</td>\n<td>2</td>\n<td>3</td>\n<td>4</td>\n</tr>\n<tr>\n<td>5</td>\n<td>6</td>\n<td>7</td>\n<td>8</td>\n<td>9</td>\n<td>:</td>\n<td>;</td>\n<td>&gt;</td>\n<td>=</td>\n<td>&lt;</td>\n</tr>\n<tr>\n<td>?</td>\n<td>@</td>\n<td>A</td>\n<td>B</td>\n<td>C</td>\n<td>D</td>\n<td>E</td>\n<td>F</td>\n<td>G</td>\n<td>H</td>\n</tr>\n<tr>\n<td>I</td>\n<td>J</td>\n<td>K</td>\n<td>L</td>\n<td>M</td>\n<td>N</td>\n<td>O</td>\n<td>P</td>\n<td>Q</td>\n<td>R</td>\n</tr>\n<tr>\n<td>S</td>\n<td>T</td>\n<td>U</td>\n<td>V</td>\n<td>W</td>\n<td>X</td>\n<td>Y</td>\n<td>Z</td>\n<td>[</td>\n<td></td>\n</tr>\n<tr>\n<td>]</td>\n<td>^</td>\n<td>_</td>\n<td>`</td>\n<td>a</td>\n<td>b</td>\n<td>c</td>\n<td>d</td>\n<td>e</td>\n<td>f</td>\n</tr>\n<tr>\n<td>g</td>\n<td>h</td>\n<td>i</td>\n<td>j</td>\n<td>k</td>\n<td>l</td>\n<td>m</td>\n<td>n</td>\n<td>o</td>\n<td>p</td>\n</tr>\n<tr>\n<td>q</td>\n<td>r</td>\n<td>s</td>\n<td>t</td>\n<td>u</td>\n<td>v</td>\n<td>w</td>\n<td>x</td>\n<td>y</td>\n<td>z</td>\n</tr>\n<tr>\n<td>{</td>\n<td>|</td>\n<td>}</td>\n<td>~</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>', 'Markup: Title With Special Characters', '', 'trash', 'closed', 'closed', '', 'title-with-special-characters__trashed', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 0, 'http://wptest.io/demo/?p=867', 0, 'post', '', 0),
(1175, 1, '2009-10-05 12:00:59', '2009-10-05 19:00:59', '<h2>Title should not overflow the content area</h2>\n\nA few things to check for:\n<ul>\n	<li>Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality.</li>\n	<li>Check the browser window / tab title.</li>\n	<li>If you are a plugin or widget developer, check that this text does not break anything.</li>\n</ul>\n\nThe following CSS properties will help you support non-breaking text.\n\n<pre>-ms-word-wrap: break-word;\nword-wrap: break-word;</pre>\n&nbsp;', 'Antidisestablishmentarianism', '', 'trash', 'closed', 'closed', '', 'title-should-not-overflow-the-content-area__trashed', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 0, 'http://wptest.io/demo/?p=877', 0, 'post', '', 0),
(1176, 1, '2013-01-09 09:00:39', '2013-01-09 16:00:39', '<h3>Default</h3>\nThis is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me.\n<h3>Left Align</h3>\n<p style=\"text-align:left\">This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it\'s views. It\'s favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment.</p>\n\n<h3>Center Align</h3>\n<p style=\"text-align:center\">This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes.</p>\n\n<h3>Right Align</h3>\n<p style=\"text-align:right\">This is a paragraph. It is right aligned. It is a bit more conservative in it\'s views. It\'s prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it\'s a pretty good shot from at least four or five football fields away. Dead on. So boss.</p>\n\n<h3>Justify Align</h3>\n<p style=\"text-align:justify\">This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it\'s place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude.</p>', 'Markup: Text Alignment', '', 'trash', 'closed', 'closed', '', 'markup-text-alignment__trashed', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 0, 'http://wptest.io/demo/?p=895', 0, 'post', '', 0),
(1177, 1, '2013-01-10 20:15:40', '2013-01-11 03:15:40', 'Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let\'s get started.\n\nOn the topic of alignment, it should be noted that users can choose from the options of <em>None</em>, <em>Left</em>, <em>Right, </em>and <em>Center</em>. In addition, they also get the options of <em>Thumbnail</em>, <em>Medium</em>, <em>Large</em> &amp; <em>Fullsize</em>.\n<p style=\"text-align:center\"><img class=\"size-full wp-image-906 aligncenter\" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /></p>\nThe image above happens to be <em><strong>centered</strong></em>.\n\n<strong><img class=\"size-full wp-image-904 alignleft\" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n<img class=\"alignnone  wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" />\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n<img class=\"size-full wp-image-905 alignright\" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" />\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd just when you thought we were done, we\'re going to do them all over again with captions!\n\n[caption id=\"attachment_906\" align=\"aligncenter\" width=\"580\"]<img class=\"size-full wp-image-906  \" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /> Look at 580x300 getting some <a title=\"Image Settings\" href=\"http://en.support.wordpress.com/images/image-settings/\">caption</a> love.[/caption]\n\nThe image above happens to be <em><strong>centered</strong></em>. The caption also has a link in it, just to see if it does anything funky.\n\n[caption id=\"attachment_904\" align=\"alignleft\" width=\"150\"]<img class=\"size-full wp-image-904  \" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /> Itty-bitty caption.[/caption]\n\n<strong></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n[caption id=\"attachment_907\" align=\"alignnone\" width=\"1200\"]<img class=\" wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" /> Massive image comment for your eyeballs.[/caption]\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n[caption id=\"attachment_905\" align=\"alignright\" width=\"300\"]<img class=\"size-full wp-image-905 \" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" /> Feels good to be right all the time.[/caption]\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd that\'s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!', 'Markup: Image Alignment', '', 'trash', 'closed', 'closed', '', 'markup-image-alignment__trashed', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 0, 'http://wptest.io/demo/?p=903', 0, 'post', '', 0),
(1178, 1, '2013-01-11 20:22:19', '2013-01-12 03:22:19', '<h2>Headings</h2>\n<h1>Header one</h1>\n<h2>Header two</h2>\n<h3>Header three</h3>\n<h4>Header four</h4>\n<h5>Header five</h5>\n<h6>Header six</h6>\n<h2>Blockquotes</h2>\nSingle line blockquote:\n<blockquote>Stay hungry. Stay foolish.</blockquote>\nMulti line blockquote with a cite reference:\n<blockquote>People think focus means saying yes to the thing you\'ve got to focus on. But that\'s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I\'m actually as proud of the things we haven\'t done as the things I have done. Innovation is saying no to 1,000 things. </blockquote>\n<cite>Steve Jobs</cite> - Apple Worldwide Developers\' Conference, 1997\n<h2>Tables</h2>\n<table>\n<thead>\n<tr>\n<th>Employee</th>\n<th>Salary</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th><a href=\"http://example.org/\">John Doe</a></th>\n<td>$1</td>\n<td>Because that\'s all Steve Jobs needed for a salary.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Doe</a></th>\n<td>$100K</td>\n<td>For all the blogging she does.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Fred Bloggs</a></th>\n<td>$100M</td>\n<td>Pictures are worth a thousand words, right? So Jane x 1,000.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Bloggs</a></th>\n<td>$100B</td>\n<td>With hair like that?! Enough said...</td>\n</tr>\n</tbody>\n</table>\n<h2>Definition Lists</h2>\n<dl><dt>Definition List Title</dt><dd>Definition list division.</dd><dt>Startup</dt><dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd><dt>#dowork</dt><dd>Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.</dd><dt>Do It Live</dt><dd>I\'ll let Bill O\'Reilly will <a title=\"We\'ll Do It Live\" href=\"https://www.youtube.com/watch?v=O_HyZ5aW76c\">explain</a> this one.</dd></dl>\n<h2>Unordered Lists (Nested)</h2>\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n<h2>Ordered List (Nested)</h2>\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n<h2>HTML Tags</h2>\nThese supported tags come from the WordPress.com code <a title=\"Code\" href=\"http://en.support.wordpress.com/code/\">FAQ</a>.\n\n<strong>Address Tag</strong>\n\n<address>1 Infinite Loop\nCupertino, CA 95014\nUnited States</address><strong>Anchor Tag (aka. Link)</strong>\n\nThis is an example of a <a title=\"Apple\" href=\"http://apple.com\">link</a>.\n\n<strong>Abbreviation Tag</strong>\n\nThe abbreviation <abbr title=\"Seriously\">srsly</abbr> stands for \"seriously\".\n\n<strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong>\n\nThe acronym <acronym title=\"For The Win\">ftw</acronym> stands for \"for the win\".\n\n<strong>Big Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThese tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.\n\n<strong>Cite Tag</strong>\n\n\"Code is poetry.\" --<cite>Automattic</cite>\n\n<strong>Code Tag</strong>\n\nYou will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.\n\n<strong>Delete Tag</strong>\n\nThis tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).\n\n<strong>Emphasize Tag</strong>\n\nThe emphasize tag should <em>italicize</em> text.\n\n<strong>Insert Tag</strong>\n\nThis tag should denote <ins>inserted</ins> text.\n\n<strong>Keyboard Tag</strong>\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Preformatted Tag</strong>\n\nThis tag styles large blocks of code.\n<pre>.post-title {\n	margin: 0 0 5px;\n	font-weight: bold;\n	font-size: 38px;\n	line-height: 1.2;\n	and here\'s a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;\n}</pre>\n<strong>Quote Tag</strong>\n\n<q>Developers, developers, developers...</q> --Steve Ballmer\n\n<strong>Strike Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis tag shows <span style=\"text-decoration:line-through\">strike-through text</span>\n\n<strong>Strong Tag</strong>\n\nThis tag shows <strong>bold<strong> text.</strong></strong>\n\n<strong>Subscript Tag</strong>\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n<strong>Superscript Tag</strong>\n\nStill sticking with science and Isaac Newton\'s E = MC<sup>2</sup>, which should lift the 2 up.\n\n<strong>Teletype Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Variable Tag</strong>\n\nThis allows you to denote <var>variables</var>.', 'Markup: HTML Tags and Formatting', '', 'trash', 'closed', 'closed', '', 'markup-html-tags-and-formatting__trashed', '', '', '2020-04-11 09:03:06', '2020-04-11 09:03:06', '', 0, 'http://wptest.io/demo/?p=919', 0, 'post', '', 0),
(1179, 1, '2011-03-15 15:47:16', '2011-03-15 22:47:16', 'https://twitter.com/nacin/status/319508408669708289\n\nThis post tests WordPress\' <a title=\"Twitter Embeds\" href=\"http://en.support.wordpress.com/twitter/twitter-embeds/\" target=\"_blank\" rel=\"noopener noreferrer\">Twitter Embeds</a> feature.', 'Media: Twitter Embeds', '', 'trash', 'closed', 'closed', '', 'media-twitter-embeds__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'http://wptest.io/demo/?p=1027', 0, 'post', '', 0),
(1241, 1, '2012-01-07 07:07:21', '2012-01-07 14:07:21', 'This is a sticky post.\n\nThere are a few things to verify:\n<ul>\n	<li>The sticky post should be distinctly recognizable in some way in comparison to normal posts. You can style the <code>.sticky</code> class if you are using the <a title=\"WordPress Codex post_class() Function\" href=\"http://codex.wordpress.org/Function_Reference/post_class\" target=\"_blank\" rel=\"noopener noreferrer\">post_class()</a> function to generate your post classes, which is a best practice.</li>\n	<li>They should show at the very top of the blog index page, even though they could be several posts back chronologically.</li>\n	<li>They should still show up again in their chronologically correct postion in time, but without the sticky indicator.</li>\n	<li>If you have a plugin or widget that lists popular posts or comments, make sure that this sticky post is not always at the top of those lists unless it really is popular.</li>\n</ul>', 'Template: Sticky', '', 'trash', 'closed', 'closed', '', 'template-sticky__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'http://wptest.io/demo/?p=1241', 0, 'post', '', 0),
(1446, 1, '2012-03-14 09:49:22', '2012-03-14 16:49:22', 'This is the post content. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. Depending on Theme-defined filters, the length of the auto-generated excerpt will vary from Theme-to-Theme. The default length for auto-generated excerpts is 55 words, so to test the excerpt auto-generation, this post must have more than 55 words.\n\nBe sure to test the formatting of the auto-generated excerpt, to ensure that it doesn\'t create any layout problems. Also, ensure that any filters applied to the excerpt, such as &lt;code&gt;excerpt_length&lt;/code&gt; and &lt;code&gt;excerpt_more&lt;/code&gt;, display properly.', 'Template: Excerpt (Generated)', '', 'trash', 'closed', 'closed', '', 'template-excerpt-generated__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/?p=1446', 0, 'post', '', 0),
(1628, 1, '2013-04-09 13:17:31', '2013-04-09 20:17:31', '', 'triforce-wallpaper', 'It’s dangerous to go alone! Take this.', 'inherit', 'open', 'closed', '', 'triforce-wallpaper', '', '', '2013-04-09 13:17:31', '2013-04-09 20:17:31', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/04/triforce-wallpaper.jpg', 0, 'attachment', 'image/jpeg', 0),
(1629, 1, '2013-04-09 13:17:31', '2013-04-09 20:17:31', '', 'triforce-wallpaper', 'It’s dangerous to go alone! Take this.', 'inherit', 'open', 'closed', '', 'triforce-wallpaper-2', '', '', '2013-04-09 13:17:31', '2013-04-09 20:17:31', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/04/triforce-wallpaper.jpg', 0, 'attachment', 'image/jpeg', 0),
(1630, 1, '2013-04-09 13:17:31', '2013-04-09 20:17:31', '', 'triforce-wallpaper', 'It’s dangerous to go alone! Take this.', 'inherit', 'open', 'closed', '', 'triforce-wallpaper-3', '', '', '2013-04-09 13:17:31', '2013-04-09 20:17:31', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/04/triforce-wallpaper.jpg', 0, 'attachment', 'image/jpeg', 0),
(1636, 1, '2016-11-09 14:45:03', '2016-11-09 14:45:03', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2016-11-09 14:45:03', '2016-11-09 14:45:03', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/home-2/', 1, 'nav_menu_item', '', 0),
(1686, 1, '2013-09-18 14:37:05', '2013-09-18 21:37:05', '', 'dsc20040724_152504_532', '', 'inherit', 'open', 'closed', '', 'dsc20040724_152504_532', '', '', '2013-09-18 14:37:05', '2013-09-18 21:37:05', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/09/dsc20040724_152504_532.jpg', 0, 'attachment', 'image/jpeg', 0),
(1687, 1, '2013-09-18 14:37:05', '2013-09-18 21:37:05', '', 'dsc20040724_152504_532', '', 'inherit', 'open', 'closed', '', 'dsc20040724_152504_532-3', '', '', '2013-09-18 14:37:05', '2013-09-18 21:37:05', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/09/dsc20040724_152504_532.jpg', 0, 'attachment', 'image/jpeg', 0),
(1688, 1, '2013-09-18 14:37:07', '2013-09-18 21:37:07', '', 'dsc20050604_133440_34211', '', 'inherit', 'open', 'closed', '', 'dsc20050604_133440_34211', '', '', '2013-09-18 14:37:07', '2013-09-18 21:37:07', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/09/dsc20050604_133440_34211.jpg', 0, 'attachment', 'image/jpeg', 0),
(1689, 1, '2013-09-18 14:37:07', '2013-09-18 21:37:07', '', 'dsc20050604_133440_34211', '', 'inherit', 'open', 'closed', '', 'dsc20050604_133440_34211-2', '', '', '2013-09-18 14:37:07', '2013-09-18 21:37:07', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/09/dsc20050604_133440_34211.jpg', 0, 'attachment', 'image/jpeg', 0),
(1690, 1, '2013-09-18 14:37:05', '2013-09-18 21:37:05', '', 'dsc20040724_152504_532', '', 'inherit', 'open', 'closed', '', 'dsc20040724_152504_532-4', '', '', '2013-09-18 14:37:05', '2013-09-18 21:37:05', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/09/dsc20040724_152504_532.jpg', 0, 'attachment', 'image/jpeg', 0),
(1691, 1, '2014-01-05 11:45:21', '2014-01-05 18:45:21', '', 'dsc20050315_145007_132', '', 'inherit', 'open', 'closed', '', 'dsc20050315_145007_132-2', '', '', '2014-01-05 11:45:21', '2014-01-05 18:45:21', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2014/01/dsc20050315_145007_132.jpg', 0, 'attachment', 'image/jpeg', 0),
(1692, 1, '2014-01-05 11:45:21', '2014-01-05 18:45:21', '', 'dsc20050315_145007_132', '', 'inherit', 'open', 'closed', '', 'dsc20050315_145007_132-2-2', '', '', '2014-01-05 11:45:21', '2014-01-05 18:45:21', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2014/01/dsc20050315_145007_132.jpg', 0, 'attachment', 'image/jpeg', 0),
(1693, 1, '2013-09-18 14:37:07', '2013-09-18 21:37:07', '', 'dsc20050604_133440_34211', '', 'inherit', 'open', 'closed', '', 'dsc20050604_133440_34211-3', '', '', '2013-09-18 14:37:07', '2013-09-18 21:37:07', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/09/dsc20050604_133440_34211.jpg', 0, 'attachment', 'image/jpeg', 0),
(1694, 1, '2014-01-05 11:45:36', '2014-01-05 18:45:36', '', 'spectacles', '', 'inherit', 'open', 'closed', '', 'spectacles-2', '', '', '2014-01-05 11:45:36', '2014-01-05 18:45:36', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2014/01/spectacles.gif', 0, 'attachment', 'image/gif', 0),
(1695, 1, '2014-01-05 11:45:36', '2014-01-05 18:45:36', '', 'spectacles', '', 'inherit', 'open', 'closed', '', 'spectacles-2-2', '', '', '2014-01-05 11:45:36', '2014-01-05 18:45:36', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2014/01/spectacles.gif', 0, 'attachment', 'image/gif', 0),
(1696, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1696', '', '', '2020-04-07 07:43:00', '2020-04-07 07:43:00', '', 10, 'https://themepalacedemo.com/kids-education/2016/11/09/1696/', 9, 'nav_menu_item', '', 0),
(1697, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1697', '', '', '2020-04-07 07:43:00', '2020-04-07 07:43:00', '', 10, 'https://themepalacedemo.com/kids-education/2016/11/09/1697/', 5, 'nav_menu_item', '', 0),
(1698, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1698', '', '', '2020-04-07 07:43:00', '2020-04-07 07:43:00', '', 10, 'https://themepalacedemo.com/kids-education/2016/11/09/1698/', 6, 'nav_menu_item', '', 0),
(1703, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1703', '', '', '2016-11-09 14:45:05', '2016-11-09 14:45:05', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/1703/', 18, 'nav_menu_item', '', 0),
(1704, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1704', '', '', '2016-11-09 14:45:05', '2016-11-09 14:45:05', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/1704/', 19, 'nav_menu_item', '', 0),
(1706, 1, '2016-11-09 15:03:14', '2016-11-09 15:03:14', '<img class=\"alignnone wp-image-1812 size-full\" src=\"https://connectivism.in/wp-content/uploads/2016/11/learn-1468406_1920-min.jpg\" alt=\"learn-1468406_1920-min\" width=\"1920\" height=\"855\" />It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.', 'What we do?', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-04-07 07:43:00', '2020-04-07 07:43:00', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1706', 0, 'page', '', 0),
(1718, 1, '2016-11-09 15:27:21', '2016-11-09 15:27:21', '', 'header-logo', '', 'inherit', 'open', 'closed', '', 'header-logo', '', '', '2016-11-09 15:27:21', '2016-11-09 15:27:21', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/header-logo.png', 0, 'attachment', 'image/png', 0),
(1719, 1, '2014-01-05 11:45:21', '2014-01-05 18:45:21', '', 'dsc20050315_145007_132', '', 'inherit', 'open', 'closed', '', 'dsc20050315_145007_132-2-3', '', '', '2014-01-05 11:45:21', '2014-01-05 18:45:21', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2014/01/dsc20050315_145007_132.jpg', 0, 'attachment', 'image/jpeg', 0),
(1720, 1, '2016-11-09 15:27:21', '2016-11-09 15:27:21', '', 'header-logo', '', 'inherit', 'open', 'closed', '', 'header-logo-2', '', '', '2016-11-09 15:27:21', '2016-11-09 15:27:21', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/header-logo.png', 0, 'attachment', 'image/png', 0),
(1721, 1, '2014-01-05 11:45:36', '2014-01-05 18:45:36', '', 'spectacles', '', 'inherit', 'open', 'closed', '', 'spectacles-2-3', '', '', '2014-01-05 11:45:36', '2014-01-05 18:45:36', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2014/01/spectacles.gif', 0, 'attachment', 'image/gif', 0),
(1728, 1, '2016-11-09 16:17:00', '2016-11-09 16:17:00', '', 'photo-1453749024858-4bca89bd9edc', '', 'inherit', 'open', 'closed', '', 'photo-1453749024858-4bca89bd9edc', '', '', '2016-11-09 16:17:00', '2016-11-09 16:17:00', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1453749024858-4bca89bd9edc.jpg', 0, 'attachment', 'image/jpeg', 0),
(1729, 1, '2016-11-09 15:27:21', '2016-11-09 15:27:21', '', 'header-logo', '', 'inherit', 'open', 'closed', '', 'header-logo-3', '', '', '2016-11-09 15:27:21', '2016-11-09 15:27:21', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/header-logo.png', 0, 'attachment', 'image/png', 0),
(1730, 1, '2016-11-09 16:17:00', '2016-11-09 16:17:00', '', 'photo-1453749024858-4bca89bd9edc', '', 'inherit', 'open', 'closed', '', 'photo-1453749024858-4bca89bd9edc-2', '', '', '2016-11-09 16:17:00', '2016-11-09 16:17:00', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1453749024858-4bca89bd9edc.jpg', 0, 'attachment', 'image/jpeg', 0),
(1731, 1, '2016-11-09 16:17:00', '2016-11-09 16:17:00', '', 'photo-1453749024858-4bca89bd9edc', '', 'inherit', 'open', 'closed', '', 'photo-1453749024858-4bca89bd9edc-3', '', '', '2016-11-09 16:17:00', '2016-11-09 16:17:00', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1453749024858-4bca89bd9edc.jpg', 0, 'attachment', 'image/jpeg', 0),
(1732, 1, '2016-11-09 16:21:36', '2016-11-09 16:21:36', '', 'photo-1470487274665-5c67dce2beca', '', 'inherit', 'open', 'closed', '', 'photo-1470487274665-5c67dce2beca', '', '', '2016-11-09 16:21:36', '2016-11-09 16:21:36', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1470487274665-5c67dce2beca.jpg', 0, 'attachment', 'image/jpeg', 0),
(1733, 1, '2016-11-09 16:21:36', '2016-11-09 16:21:36', '', 'photo-1470487274665-5c67dce2beca', '', 'inherit', 'open', 'closed', '', 'photo-1470487274665-5c67dce2beca-2', '', '', '2016-11-09 16:21:36', '2016-11-09 16:21:36', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1470487274665-5c67dce2beca.jpg', 0, 'attachment', 'image/jpeg', 0),
(1734, 1, '2016-11-09 16:33:16', '2016-11-09 16:33:16', '', 'photo-1469276093774-c273601c8b02', '', 'inherit', 'open', 'closed', '', 'photo-1469276093774-c273601c8b02', '', '', '2016-11-09 16:33:16', '2016-11-09 16:33:16', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1469276093774-c273601c8b02.jpg', 0, 'attachment', 'image/jpeg', 0),
(1735, 1, '2016-11-09 16:35:38', '2016-11-09 16:35:38', '', 'photo-1466298356323-f84bed7b3475', '', 'inherit', 'open', 'closed', '', 'photo-1466298356323-f84bed7b3475-2', '', '', '2016-11-09 16:35:38', '2016-11-09 16:35:38', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1466298356323-f84bed7b3475-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1737, 1, '2016-11-09 16:41:48', '2016-11-09 16:41:48', '', 'photo-1464967569081-adaf461b4ea5', '', 'inherit', 'open', 'closed', '', 'photo-1464967569081-adaf461b4ea5', '', '', '2016-11-09 16:41:48', '2016-11-09 16:41:48', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1464967569081-adaf461b4ea5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1738, 1, '2016-11-09 16:41:48', '2016-11-09 16:41:48', '', 'photo-1464967569081-adaf461b4ea5', '', 'inherit', 'open', 'closed', '', 'photo-1464967569081-adaf461b4ea5-2', '', '', '2016-11-09 16:41:48', '2016-11-09 16:41:48', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1464967569081-adaf461b4ea5.jpg', 0, 'attachment', 'image/jpeg', 0),
(1739, 1, '2016-11-09 16:45:15', '2016-11-09 16:45:15', '', 'photo-1470202327289-19cfeb711e7a', '', 'inherit', 'open', 'closed', '', 'photo-1470202327289-19cfeb711e7a', '', '', '2016-11-09 16:45:15', '2016-11-09 16:45:15', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1470202327289-19cfeb711e7a.jpg', 0, 'attachment', 'image/jpeg', 0),
(1740, 1, '2016-11-09 16:45:15', '2016-11-09 16:45:15', '', 'photo-1470202327289-19cfeb711e7a', '', 'inherit', 'open', 'closed', '', 'photo-1470202327289-19cfeb711e7a-2', '', '', '2016-11-09 16:45:15', '2016-11-09 16:45:15', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1470202327289-19cfeb711e7a.jpg', 0, 'attachment', 'image/jpeg', 0),
(1741, 1, '2016-11-09 16:45:15', '2016-11-09 16:45:15', '', 'photo-1470202327289-19cfeb711e7a', '', 'inherit', 'open', 'closed', '', 'photo-1470202327289-19cfeb711e7a-3', '', '', '2016-11-09 16:45:15', '2016-11-09 16:45:15', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1470202327289-19cfeb711e7a.jpg', 0, 'attachment', 'image/jpeg', 0),
(1742, 1, '2016-11-09 16:45:15', '2016-11-09 16:45:15', '', 'photo-1470202327289-19cfeb711e7a', '', 'inherit', 'open', 'closed', '', 'photo-1470202327289-19cfeb711e7a-4', '', '', '2016-11-09 16:45:15', '2016-11-09 16:45:15', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1470202327289-19cfeb711e7a.jpg', 0, 'attachment', 'image/jpeg', 0),
(1743, 1, '2016-11-09 16:54:25', '2016-11-09 16:54:25', '', 'photo-1431605695381-f4a9c3cdd150', '', 'inherit', 'open', 'closed', '', 'photo-1431605695381-f4a9c3cdd150', '', '', '2016-11-09 16:54:25', '2016-11-09 16:54:25', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1431605695381-f4a9c3cdd150.jpg', 0, 'attachment', 'image/jpeg', 0),
(1744, 1, '2016-11-09 16:54:25', '2016-11-09 16:54:25', '', 'photo-1431605695381-f4a9c3cdd150', '', 'inherit', 'open', 'closed', '', 'photo-1431605695381-f4a9c3cdd150-2', '', '', '2016-11-09 16:54:25', '2016-11-09 16:54:25', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1431605695381-f4a9c3cdd150.jpg', 0, 'attachment', 'image/jpeg', 0),
(1745, 1, '2016-11-09 17:24:17', '2016-11-09 17:24:17', '', 'photo-1431540015161-0bf868a2d407', '', 'inherit', 'open', 'closed', '', 'photo-1431540015161-0bf868a2d407', '', '', '2016-11-09 17:24:17', '2016-11-09 17:24:17', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1431540015161-0bf868a2d407.jpg', 0, 'attachment', 'image/jpeg', 0),
(1746, 1, '2016-11-09 17:27:01', '2016-11-09 17:27:01', '', 'photo-1446034730750-a0b64d06ad13', '', 'inherit', 'open', 'closed', '', 'photo-1446034730750-a0b64d06ad13', '', '', '2016-11-09 17:27:01', '2016-11-09 17:27:01', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1446034730750-a0b64d06ad13.jpg', 0, 'attachment', 'image/jpeg', 0),
(1747, 1, '2016-11-09 17:36:15', '2016-11-09 17:36:15', '', 'alexi-lamm-1176208_1920', '', 'inherit', 'open', 'closed', '', 'alexi-lamm-1176208_1920', '', '', '2016-11-09 17:36:15', '2016-11-09 17:36:15', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/alexi-lamm-1176208_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(1748, 1, '2016-11-09 17:27:01', '2016-11-09 17:27:01', '', 'photo-1446034730750-a0b64d06ad13', '', 'inherit', 'open', 'closed', '', 'photo-1446034730750-a0b64d06ad13-2', '', '', '2016-11-09 17:27:01', '2016-11-09 17:27:01', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1446034730750-a0b64d06ad13.jpg', 0, 'attachment', 'image/jpeg', 0),
(1749, 1, '2016-11-09 17:43:24', '2016-11-09 17:43:24', '', 'workplace-1245776_1920', '', 'inherit', 'open', 'closed', '', 'workplace-1245776_1920', '', '', '2016-11-09 17:43:24', '2016-11-09 17:43:24', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/workplace-1245776_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(1750, 1, '2016-11-09 17:43:24', '2016-11-09 17:43:24', '', 'workplace-1245776_1920', '', 'inherit', 'open', 'closed', '', 'workplace-1245776_1920-2', '', '', '2016-11-09 17:43:24', '2016-11-09 17:43:24', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/workplace-1245776_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(1751, 1, '2016-11-09 17:43:24', '2016-11-09 17:43:24', '', 'workplace-1245776_1920', '', 'inherit', 'open', 'closed', '', 'workplace-1245776_1920-3', '', '', '2016-11-09 17:43:24', '2016-11-09 17:43:24', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/workplace-1245776_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(1752, 1, '2016-11-09 17:48:44', '2016-11-09 17:48:44', '', 'softball-1593816_1280', '', 'inherit', 'open', 'closed', '', 'softball-1593816_1280', '', '', '2016-11-09 17:48:44', '2016-11-09 17:48:44', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/softball-1593816_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1753, 1, '2016-11-09 17:48:44', '2016-11-09 17:48:44', '', 'softball-1593816_1280', '', 'inherit', 'open', 'closed', '', 'softball-1593816_1280-2', '', '', '2016-11-09 17:48:44', '2016-11-09 17:48:44', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/softball-1593816_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1754, 1, '2016-11-09 17:48:44', '2016-11-09 17:48:44', '', 'softball-1593816_1280', '', 'inherit', 'open', 'closed', '', 'softball-1593816_1280-3', '', '', '2016-11-09 17:48:44', '2016-11-09 17:48:44', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/softball-1593816_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1755, 1, '2016-11-09 17:36:15', '2016-11-09 17:36:15', '', 'alexi-lamm-1176208_1920', '', 'inherit', 'open', 'closed', '', 'alexi-lamm-1176208_1920-2', '', '', '2016-11-09 17:36:15', '2016-11-09 17:36:15', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/alexi-lamm-1176208_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(1756, 1, '2016-11-09 17:59:39', '2016-11-09 17:59:39', '', 'photo-1473662711507-13345f9d447c-min', '', 'inherit', 'open', 'closed', '', 'photo-1473662711507-13345f9d447c-min', '', '', '2016-11-09 17:59:39', '2016-11-09 17:59:39', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1473662711507-13345f9d447c-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1757, 1, '2016-11-09 17:59:39', '2016-11-09 17:59:39', '', 'photo-1473662711507-13345f9d447c-min', '', 'inherit', 'open', 'closed', '', 'photo-1473662711507-13345f9d447c-min-2', '', '', '2016-11-09 17:59:39', '2016-11-09 17:59:39', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1473662711507-13345f9d447c-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1758, 1, '2016-11-09 17:59:39', '2016-11-09 17:59:39', '', 'photo-1473662711507-13345f9d447c-min', '', 'inherit', 'open', 'closed', '', 'photo-1473662711507-13345f9d447c-min-3', '', '', '2016-11-09 17:59:39', '2016-11-09 17:59:39', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1473662711507-13345f9d447c-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1759, 1, '2016-11-09 17:43:24', '2016-11-09 17:43:24', '', 'workplace-1245776_1920', '', 'inherit', 'open', 'closed', '', 'workplace-1245776_1920-4', '', '', '2016-11-09 17:43:24', '2016-11-09 17:43:24', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/workplace-1245776_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(1760, 1, '2016-11-11 03:49:03', '2016-11-11 03:49:03', '', 'pexels-photo-225017', '', 'inherit', 'open', 'closed', '', 'pexels-photo-225017', '', '', '2016-11-11 03:49:03', '2016-11-11 03:49:03', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-225017.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1761, 1, '2016-11-11 04:18:38', '2016-11-11 04:18:38', '', 'pexels-photo-128893-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-128893-min', '', '', '2016-11-11 04:18:38', '2016-11-11 04:18:38', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-128893-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1762, 1, '2016-11-11 04:24:01', '2016-11-11 04:24:01', '', 'gallery-03', '', 'inherit', 'open', 'closed', '', 'gallery-03', '', '', '2016-11-11 04:24:01', '2016-11-11 04:24:01', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(1763, 1, '2016-11-11 04:52:56', '2016-11-11 04:52:56', '', 'pexels-photo-61129-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-61129-min', '', '', '2016-11-11 04:52:56', '2016-11-11 04:52:56', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-61129-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1765, 1, '2016-11-11 04:56:36', '2016-11-11 04:56:36', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Boy playing with sand at Beach.', '', 'trash', 'open', 'open', '', 'boy-playing-with-sand-at-beach__trashed', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 0, 'https://themepalacedemo.com/kids-education/?p=1765', 0, 'post', '', 0),
(1766, 1, '2016-11-11 04:56:05', '2016-11-11 04:56:05', '', 'boy-child-fun-beach-min', '', 'inherit', 'open', 'closed', '', 'boy-child-fun-beach-min', '', '', '2016-11-11 04:56:05', '2016-11-11 04:56:05', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/boy-child-fun-beach-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1768, 1, '2016-11-11 04:59:17', '2016-11-11 04:59:17', '\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.\"', 'We Provide Quality education.', '', 'trash', 'open', 'open', '', 'we-provide-quality-education__trashed', '', '', '2020-04-11 09:03:38', '2020-04-11 09:03:38', '', 0, 'https://themepalacedemo.com/kids-education/?p=1768', 0, 'post', '', 0),
(1769, 1, '2016-11-11 04:59:02', '2016-11-11 04:59:02', '', 'pexels-photo-225957-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-225957-min', '', '', '2016-11-11 04:59:02', '2016-11-11 04:59:02', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-225957-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1771, 1, '2016-11-11 05:00:16', '2016-11-11 05:00:16', '\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.\"', 'Bubble fun.', '', 'trash', 'open', 'open', '', 'bubble-fun__trashed', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 0, 'https://themepalacedemo.com/kids-education/?p=1771', 0, 'post', '', 0),
(1772, 1, '2016-11-11 05:00:07', '2016-11-11 05:00:07', '', 'pexels-photo-27040-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-27040-min', '', '', '2016-11-11 05:00:07', '2016-11-11 05:00:07', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-27040-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1774, 1, '2016-11-11 05:07:54', '2016-11-11 05:07:54', 'कोणतीही व्यक्ती एकटी सर्व ज्ञान मिळवू शकत नाही. कोणालाही सर्वच भौगोलिक क्षेत्रात प्रत्यक्ष फिरणे शक्य नाही. यासाठी Connectivism theory (जुळणीवाद प्रणाली) चा वापर केल्यास त्या-त्या ठिकाणचे नेटवर्कमधील संबंधित व्यक्ती उदाहरणार्थ शिक्षक, विद्यार्थी व पालक हे विशिष्ट घटकाशी संबंधित माहिती, फोटो, व्हिडीओ शेअर करतील. त्यामुळे कमी वेळात योग्य माहिती मिळून विशिष्ट घटक विद्यार्थ्यांना समजावून देता येईल. यासाठीच connectivism.in या वेबसाईटच्या माध्यमातून विद्यार्थ्यांना अद्ययावत व परिपूर्ण शिक्षण देण्याच्या उद्देशाने आम्ही कार्य करत आहोत.\n\nजॉर्ज सायमन आणि स्टीफन डाउन्स यांनी आधुनिक युगासाठी connectivism (जुळणीवाद) हा नवीन शिक्षण सिध्दांत विकसित केला आहे. या सिद्धांताचा वापर करून वेगवेगळ्या शाळांतील शिक्षक, विद्यार्थी, पालक व इतर संबंधित व्यक्ती एकमेकांना इंटरनेटद्वारे जोडून त्यांच्या ज्ञानाचा सर्व विद्यार्थ्यांना उपयोग करून देण्याचा आमचा उद्देश आहे.\n\nमुलांना वर्गाच्या साचेबद्द चौकटीतून मोकळे करून, त्यांच्या विचारांवर मर्यादा घालणाऱ्या पारंपरिक मानसिक बंधनातून त्यांना सोडवण्याची गरज आहे. तरच शिक्षणाचा खरा अर्थ आणि हेतू साध्य होईल. सततच्या बदलणाऱ्या माहितीमुळे जे आज बरोबर आहे ते उद्या चूकीचे असू शकते. अशा परिस्थितीत Connectivism theory (जुळणीवाद प्रणाली) मुळे अचूक व अद्ययावत ज्ञान विद्यार्थ्यांना मिळू शकेल. विद्यार्थी स्वयं अध्ययनाने ज्ञान मिळवतील व स्वतःच्या ज्ञानकक्षा रूंदावतील.', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2020-05-05 04:40:51', '2020-05-05 04:40:51', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1774', 0, 'page', '', 0),
(1777, 1, '2016-11-11 07:37:07', '2016-11-11 07:37:07', '', 'pexels-photo-173666-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-173666-min', '', '', '2016-11-11 07:37:07', '2016-11-11 07:37:07', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-173666-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1778, 1, '2016-11-11 07:37:07', '2016-11-11 07:37:07', '', 'pexels-photo-173666-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-173666-min-2', '', '', '2016-11-11 07:37:07', '2016-11-11 07:37:07', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-173666-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1779, 1, '2016-11-11 07:37:07', '2016-11-11 07:37:07', '', 'pexels-photo-173666-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-173666-min-3', '', '', '2016-11-11 07:37:07', '2016-11-11 07:37:07', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-173666-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1780, 1, '2016-11-11 07:40:07', '2016-11-11 07:40:07', '', 'child-childrens-baby-children-s-min', '', 'inherit', 'open', 'closed', '', 'child-childrens-baby-children-s-min', '', '', '2016-11-11 07:40:07', '2016-11-11 07:40:07', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/child-childrens-baby-children-s-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1783, 1, '2016-11-11 07:54:04', '2016-11-11 07:54:04', '', 'girls_PNG6481', '', 'inherit', 'open', 'closed', '', 'girls_png6481', '', '', '2016-11-11 07:54:04', '2016-11-11 07:54:04', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/girls_PNG6481.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wpqe_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
(1786, 1, '2016-11-11 08:08:15', '2016-11-11 08:08:15', '', 'girls_PNG6463', '', 'inherit', 'open', 'closed', '', 'girls_png6463', '', '', '2016-11-11 08:08:15', '2016-11-11 08:08:15', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/girls_PNG6463.png', 0, 'attachment', 'image/png', 0),
(1787, 1, '2016-11-11 07:40:07', '2016-11-11 07:40:07', '', 'child-childrens-baby-children-s-min', '', 'inherit', 'open', 'closed', '', 'child-childrens-baby-children-s-min-2', '', '', '2016-11-11 07:40:07', '2016-11-11 07:40:07', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/child-childrens-baby-children-s-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1788, 1, '2016-11-11 07:40:07', '2016-11-11 07:40:07', '', 'child-childrens-baby-children-s-min', '', 'inherit', 'open', 'closed', '', 'child-childrens-baby-children-s-min-3', '', '', '2016-11-11 07:40:07', '2016-11-11 07:40:07', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/child-childrens-baby-children-s-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1789, 1, '2016-11-11 07:54:04', '2016-11-11 07:54:04', '', 'girls_PNG6481', '', 'inherit', 'open', 'closed', '', 'girls_png6481-2', '', '', '2016-11-11 07:54:04', '2016-11-11 07:54:04', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/girls_PNG6481.png', 0, 'attachment', 'image/png', 0),
(1790, 1, '2016-11-11 07:54:04', '2016-11-11 07:54:04', '', 'girls_PNG6481', '', 'inherit', 'open', 'closed', '', 'girls_png6481-3', '', '', '2016-11-11 07:54:04', '2016-11-11 07:54:04', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/girls_PNG6481.png', 0, 'attachment', 'image/png', 0),
(1791, 1, '2016-11-11 08:12:00', '2016-11-11 08:12:00', '', 'businessman_PNG6587', '', 'inherit', 'open', 'closed', '', 'businessman_png6587', '', '', '2016-11-11 08:12:00', '2016-11-11 08:12:00', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/businessman_PNG6587.png', 0, 'attachment', 'image/png', 0),
(1792, 1, '2016-11-11 08:17:19', '2016-11-11 08:17:19', '', 'sitting_man_PNG11483', '', 'inherit', 'open', 'closed', '', 'sitting_man_png11483', '', '', '2016-11-11 08:17:19', '2016-11-11 08:17:19', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/sitting_man_PNG11483.png', 0, 'attachment', 'image/png', 0),
(1793, 1, '2016-11-11 08:21:09', '2016-11-11 08:21:09', '', 'businessman_PNG6540', '', 'inherit', 'open', 'closed', '', 'businessman_png6540', '', '', '2016-11-11 08:21:09', '2016-11-11 08:21:09', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/businessman_PNG6540.png', 0, 'attachment', 'image/png', 0),
(1794, 1, '2016-11-11 08:25:02', '2016-11-11 08:25:02', '', 'thinking_woman_PNG11627', '', 'inherit', 'open', 'closed', '', 'thinking_woman_png11627', '', '', '2016-11-11 08:25:02', '2016-11-11 08:25:02', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/thinking_woman_PNG11627.png', 0, 'attachment', 'image/png', 0),
(1798, 1, '2016-11-11 09:46:33', '2016-11-11 09:46:33', '', 'pexels-photo (3)-min-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-3-min-min', '', '', '2016-11-11 09:46:33', '2016-11-11 09:46:33', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-3-min-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1800, 1, '2016-11-11 09:48:35', '2016-11-11 09:48:35', '', 'pexels-photo-97353-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-97353-min', '', '', '2016-11-11 09:48:35', '2016-11-11 09:48:35', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-97353-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1802, 1, '2016-11-11 09:50:08', '2016-11-11 09:50:08', '', 'pexels-photo (2)-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-2-min', '', '', '2016-11-11 09:50:08', '2016-11-11 09:50:08', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-2-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1804, 1, '2016-11-11 09:51:13', '2016-11-11 09:51:13', '', 'pexels-photo (1)-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-1-min', '', '', '2016-11-11 09:51:13', '2016-11-11 09:51:13', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-1-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1805, 1, '2016-11-11 09:51:13', '2016-11-11 09:51:13', '', 'pexels-photo (1)-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-1-min-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-1-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1806, 1, '2016-11-11 09:56:48', '2016-11-11 09:56:48', '', 'magic-cube-cube-puzzle-play-54101-min', '', 'inherit', 'open', 'closed', '', 'magic-cube-cube-puzzle-play-54101-min', '', '', '2016-11-11 09:56:48', '2016-11-11 09:56:48', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/magic-cube-cube-puzzle-play-54101-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1807, 1, '2016-11-11 09:57:04', '2016-11-11 09:57:04', '', 'pexels-photo-90548-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-90548-min', '', '', '2016-11-11 09:57:04', '2016-11-11 09:57:04', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-90548-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1808, 1, '2016-11-11 09:56:48', '2016-11-11 09:56:48', '', 'magic-cube-cube-puzzle-play-54101-min', '', 'inherit', 'open', 'closed', '', 'magic-cube-cube-puzzle-play-54101-min-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/magic-cube-cube-puzzle-play-54101-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1809, 1, '2016-11-11 09:57:04', '2016-11-11 09:57:04', '', 'pexels-photo-90548-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-90548-min-2', '', '', '2016-11-11 09:57:04', '2016-11-11 09:57:04', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-90548-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1810, 1, '2016-11-11 09:59:29', '2016-11-11 09:59:29', '', 'pexels-photo-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-min', '', '', '2016-11-11 09:59:29', '2016-11-11 09:59:29', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1811, 1, '2016-11-11 10:03:16', '2016-11-11 10:03:16', '', 'teddy-1435804_1920-min', '', 'inherit', 'open', 'closed', '', 'teddy-1435804_1920-min', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/teddy-1435804_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1812, 1, '2016-11-11 10:03:16', '2016-11-11 10:03:16', '', 'teddy-1435804_1920-min', '', 'inherit', 'open', 'closed', '', 'teddy-1435804_1920-min-2', '', '', '2016-11-11 10:03:16', '2016-11-11 10:03:16', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/teddy-1435804_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1813, 1, '2016-11-11 10:03:28', '2016-11-11 10:03:28', '', 'teddy-1444649_1920-min', '', 'inherit', 'open', 'closed', '', 'teddy-1444649_1920-min', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/teddy-1444649_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1814, 1, '2016-11-11 10:03:28', '2016-11-11 10:03:28', '', 'teddy-1444649_1920-min', '', 'inherit', 'open', 'closed', '', 'teddy-1444649_1920-min-2', '', '', '2016-11-11 10:03:28', '2016-11-11 10:03:28', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/teddy-1444649_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1815, 1, '2016-11-11 10:17:58', '2016-11-11 10:17:58', '', 'learn-1468406_1920-min', '', 'inherit', 'open', 'closed', '', 'learn-1468406_1920-min', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 1774, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/learn-1468406_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1816, 1, '2016-11-11 10:17:58', '2016-11-11 10:17:58', '', 'learn-1468406_1920-min', '', 'inherit', 'open', 'closed', '', 'learn-1468406_1920-min-2', '', '', '2016-11-11 10:17:58', '2016-11-11 10:17:58', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/learn-1468406_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1823, 1, '2016-11-13 08:27:59', '2016-11-13 08:27:59', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home-3', '', '', '2016-11-13 08:27:59', '2016-11-13 08:27:59', '', 0, 'https://themepalacedemo.com/kids-education/?p=1823', 1, 'nav_menu_item', '', 0),
(1827, 1, '2016-11-13 08:27:59', '2016-11-13 08:27:59', '', 'Classes', '', 'publish', 'closed', 'closed', '', 'classes-2', '', '', '2016-11-13 08:27:59', '2016-11-13 08:27:59', '', 0, 'https://themepalacedemo.com/kids-education/?p=1827', 5, 'nav_menu_item', '', 0),
(1829, 1, '2016-11-13 08:27:59', '2016-11-13 08:27:59', '', 'Events', '', 'publish', 'closed', 'closed', '', 'events-2', '', '', '2016-11-13 08:27:59', '2016-11-13 08:27:59', '', 0, 'https://themepalacedemo.com/kids-education/?p=1829', 7, 'nav_menu_item', '', 0),
(1830, 1, '2016-11-13 08:27:59', '2016-11-13 08:27:59', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2016-11-13 08:27:59', '2016-11-13 08:27:59', '', 0, 'https://themepalacedemo.com/kids-education/?p=1830', 8, 'nav_menu_item', '', 0),
(1832, 1, '2016-11-13 08:54:50', '2016-11-13 08:54:50', '', 'slider-01', '', 'inherit', 'open', 'closed', '', 'slider-01', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/slider-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(1833, 1, '2016-11-13 08:54:50', '2016-11-13 08:54:50', '', 'slider-01', '', 'inherit', 'open', 'closed', '', 'slider-01-2', '', '', '2016-11-13 08:54:50', '2016-11-13 08:54:50', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/slider-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(1835, 1, '2016-11-13 10:27:13', '2016-11-13 10:27:13', '', 'photo-1474899351970-ee05f7dd1334-min', '', 'inherit', 'open', 'closed', '', 'photo-1474899351970-ee05f7dd1334-min', '', '', '2016-11-13 10:27:13', '2016-11-13 10:27:13', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1474899351970-ee05f7dd1334-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1837, 1, '2016-11-13 10:34:07', '2016-11-13 10:34:07', '', 'people-1439791_1920-min', '', 'inherit', 'open', 'closed', '', 'people-1439791_1920-min', '', '', '2016-11-13 10:34:07', '2016-11-13 10:34:07', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/people-1439791_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1838, 1, '2016-11-13 10:34:12', '2016-11-13 10:34:12', '', 'people-1439790_1920-min', '', 'inherit', 'open', 'closed', '', 'people-1439790_1920-min', '', '', '2016-11-13 10:34:12', '2016-11-13 10:34:12', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/people-1439790_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1839, 1, '2016-11-13 10:34:18', '2016-11-13 10:34:18', '', 'water-fight-442257_1920-min', '', 'inherit', 'open', 'closed', '', 'water-fight-442257_1920-min', '', '', '2016-11-13 10:34:18', '2016-11-13 10:34:18', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/water-fight-442257_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1840, 1, '2016-11-13 10:34:24', '2016-11-13 10:34:24', '', 'amusement-park-237200_1920-min', '', 'inherit', 'open', 'closed', '', 'amusement-park-237200_1920-min', '', '', '2016-11-13 10:34:24', '2016-11-13 10:34:24', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/amusement-park-237200_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1843, 1, '2016-11-13 10:41:22', '2016-11-13 10:41:22', '', 'pexels-photo-128906-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-128906-min', '', '', '2016-11-13 10:41:22', '2016-11-13 10:41:22', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-128906-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1844, 1, '2016-11-13 10:42:26', '2016-11-13 10:42:26', '', 'pexels-photo (4)-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-4-min', '', '', '2016-11-13 10:42:26', '2016-11-13 10:42:26', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-4-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1845, 1, '2016-11-13 10:42:26', '2016-11-13 10:42:26', '', 'pexels-photo (4)-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-4-min-2', '', '', '2016-11-13 10:42:26', '2016-11-13 10:42:26', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-4-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1846, 1, '2016-11-13 10:53:03', '2016-11-13 10:53:03', '', 'photo-1444210971048-6130cf0c46cf-min', '', 'inherit', 'open', 'closed', '', 'photo-1444210971048-6130cf0c46cf-min', '', '', '2016-11-13 10:53:03', '2016-11-13 10:53:03', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1444210971048-6130cf0c46cf-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1847, 1, '2016-11-13 10:53:03', '2016-11-13 10:53:03', '', 'photo-1444210971048-6130cf0c46cf-min', '', 'inherit', 'open', 'closed', '', 'photo-1444210971048-6130cf0c46cf-min-2', '', '', '2016-11-13 10:53:03', '2016-11-13 10:53:03', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1444210971048-6130cf0c46cf-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1848, 1, '2016-11-13 10:53:43', '2016-11-13 10:53:43', '', 'photo-1472586662442-3eec04b9dbda-min', '', 'inherit', 'open', 'closed', '', 'photo-1472586662442-3eec04b9dbda-min', '', '', '2016-11-13 10:53:43', '2016-11-13 10:53:43', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1472586662442-3eec04b9dbda-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1849, 1, '2016-11-13 10:53:43', '2016-11-13 10:53:43', '', 'photo-1472586662442-3eec04b9dbda-min', '', 'inherit', 'open', 'closed', '', 'photo-1472586662442-3eec04b9dbda-min-2', '', '', '2016-11-13 10:53:43', '2016-11-13 10:53:43', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1472586662442-3eec04b9dbda-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1850, 1, '2016-11-13 10:53:49', '2016-11-13 10:53:49', '', 'beach-1573473_1920-min', '', 'inherit', 'open', 'closed', '', 'beach-1573473_1920-min', '', '', '2016-11-13 10:53:49', '2016-11-13 10:53:49', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/beach-1573473_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1851, 1, '2016-11-13 10:53:53', '2016-11-13 10:53:53', '', 'beach-sea-holiday-child-160655-min', '', 'inherit', 'open', 'closed', '', 'beach-sea-holiday-child-160655-min', '', '', '2016-11-13 10:53:53', '2016-11-13 10:53:53', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/beach-sea-holiday-child-160655-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1852, 1, '2016-11-13 10:53:49', '2016-11-13 10:53:49', '', 'beach-1573473_1920-min', '', 'inherit', 'open', 'closed', '', 'beach-1573473_1920-min-2', '', '', '2016-11-13 10:53:49', '2016-11-13 10:53:49', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/beach-1573473_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1853, 1, '2016-11-13 10:53:49', '2016-11-13 10:53:49', '', 'beach-1573473_1920-min', '', 'inherit', 'open', 'closed', '', 'beach-1573473_1920-min-3', '', '', '2016-11-13 10:53:49', '2016-11-13 10:53:49', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/beach-1573473_1920-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1854, 1, '2016-11-13 10:57:31', '2016-11-13 10:57:31', '', 'pexels-photo-198993-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-198993-min', '', '', '2016-11-13 10:57:31', '2016-11-13 10:57:31', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-198993-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1855, 1, '2016-11-13 11:08:49', '2016-11-13 11:08:49', '', 'photo-1468818438311-4bab781ab9b8-min', '', 'inherit', 'open', 'closed', '', 'photo-1468818438311-4bab781ab9b8-min', '', '', '2016-11-13 11:08:49', '2016-11-13 11:08:49', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1468818438311-4bab781ab9b8-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1856, 1, '2016-11-13 11:09:23', '2016-11-13 11:09:23', '', 'photo-1464198016405-33fd4527b89d-min', '', 'inherit', 'open', 'closed', '', 'photo-1464198016405-33fd4527b89d-min', '', '', '2016-11-13 11:09:23', '2016-11-13 11:09:23', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1464198016405-33fd4527b89d-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1857, 1, '2016-11-13 11:08:49', '2016-11-13 11:08:49', '', 'photo-1468818438311-4bab781ab9b8-min', '', 'inherit', 'open', 'closed', '', 'photo-1468818438311-4bab781ab9b8-min-2', '', '', '2016-11-13 11:08:49', '2016-11-13 11:08:49', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1468818438311-4bab781ab9b8-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1858, 1, '2016-11-13 10:57:31', '2016-11-13 10:57:31', '', 'pexels-photo-198993-min', '', 'inherit', 'open', 'closed', '', 'pexels-photo-198993-min-2', '', '', '2016-11-13 10:57:31', '2016-11-13 10:57:31', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/pexels-photo-198993-min.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1859, 1, '2016-11-13 11:09:23', '2016-11-13 11:09:23', '', 'photo-1464198016405-33fd4527b89d-min', '', 'inherit', 'open', 'closed', '', 'photo-1464198016405-33fd4527b89d-min-2', '', '', '2016-11-13 11:09:23', '2016-11-13 11:09:23', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1464198016405-33fd4527b89d-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1860, 1, '2016-11-13 11:09:30', '2016-11-13 11:09:30', '', 'photo-1445282650865-52d8ea4e110b-min', '', 'inherit', 'open', 'closed', '', 'photo-1445282650865-52d8ea4e110b-min', '', '', '2016-11-13 11:09:30', '2016-11-13 11:09:30', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1445282650865-52d8ea4e110b-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1861, 1, '2016-11-13 11:09:39', '2016-11-13 11:09:39', '', 'photo-1465188162913-8fb5709d6d57-min', '', 'inherit', 'open', 'closed', '', 'photo-1465188162913-8fb5709d6d57-min', '', '', '2016-11-13 11:09:39', '2016-11-13 11:09:39', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1465188162913-8fb5709d6d57-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1862, 1, '2016-11-13 11:09:39', '2016-11-13 11:09:39', '', 'photo-1465188162913-8fb5709d6d57-min', '', 'inherit', 'open', 'closed', '', 'photo-1465188162913-8fb5709d6d57-min-2', '', '', '2016-11-13 11:09:39', '2016-11-13 11:09:39', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/photo-1465188162913-8fb5709d6d57-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(1873, 1, '2016-11-14 04:28:54', '2016-11-14 04:28:54', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home-4-2', '', '', '2016-11-14 04:28:54', '2016-11-14 04:28:54', '', 0, 'https://themepalacedemo.com/kids-education/?p=1873', 1, 'nav_menu_item', '', 0),
(1874, 1, '2016-11-14 04:28:54', '2016-11-14 04:28:54', ' ', '', '', 'publish', 'closed', 'closed', '', '1874', '', '', '2016-11-14 04:28:54', '2016-11-14 04:28:54', '', 0, 'https://themepalacedemo.com/kids-education/?p=1874', 2, 'nav_menu_item', '', 0),
(1879, 1, '2016-11-14 04:30:42', '2016-11-14 04:30:42', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.\n<p style=\"text-align: center\"><strong>Provide your feedback using comment section below.</strong></p>', 'Parental Guidance', '', 'trash', 'open', 'open', '', 'parental-guidance__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'https://themepalacedemo.com/kids-education/?p=1879', 0, 'post', '', 0),
(1882, 1, '2016-11-14 04:31:43', '2016-11-14 04:31:43', ' ', '', '', 'publish', 'closed', 'closed', '', '1882', '', '', '2016-11-14 04:31:43', '2016-11-14 04:31:43', '', 0, 'https://themepalacedemo.com/kids-education/?p=1882', 5, 'nav_menu_item', '', 0),
(1889, 1, '2016-11-28 03:34:04', '2016-11-28 03:34:04', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2016-11-28 03:34:04', '2016-11-28 03:34:04', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/logo.png', 0, 'attachment', 'image/png', 0),
(1890, 1, '2016-11-28 03:34:16', '2016-11-28 03:34:16', 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/cropped-logo.png', 'cropped-logo.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-png', '', '', '2016-11-28 03:34:16', '2016-11-28 03:34:16', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/cropped-logo.png', 0, 'attachment', 'image/png', 0),
(1891, 1, '2016-11-28 03:34:04', '2016-11-28 03:34:04', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2016-11-28 03:34:04', '2016-11-28 03:34:04', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/logo.png', 0, 'attachment', 'image/png', 0),
(1892, 1, '2016-11-28 03:34:16', '2016-11-28 03:34:16', 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/cropped-logo.png', 'cropped-logo.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-png-2', '', '', '2016-11-28 03:34:16', '2016-11-28 03:34:16', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/cropped-logo.png', 0, 'attachment', 'image/png', 0),
(1893, 1, '2016-11-29 11:35:18', '2016-11-29 11:35:18', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Sports Day', '', 'trash', 'open', 'open', '', 'sports-day__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'https://themepalacedemo.com/kids-education/?p=1893', 0, 'post', '', 0),
(1894, 1, '2016-11-29 11:35:16', '2016-11-29 11:35:16', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Quiz Competition', '', 'trash', 'open', 'open', '', 'quiz-competition__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'https://themepalacedemo.com/kids-education/?p=1894', 0, 'post', '', 0),
(1899, 1, '2016-11-30 03:38:36', '2016-11-30 03:38:36', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Voluptate velit esse', '', 'trash', 'open', 'open', '', 'voluptate-velit-esse-2__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'https://themepalacedemo.com/kids-education/?p=1899', 0, 'post', '', 0),
(1900, 1, '2016-11-30 03:38:34', '2016-11-30 03:38:34', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Neque Porro Quisquam Est', '', 'trash', 'open', 'open', '', 'neque-porro-quisquam-est-2__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'https://themepalacedemo.com/kids-education/?p=1900', 0, 'post', '', 0),
(1901, 1, '2016-11-30 03:38:36', '2016-11-30 03:38:36', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Dolorem ipsum quia', '', 'trash', 'open', 'open', '', 'dolorem-ipsum-quia-2__trashed', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 0, 'https://themepalacedemo.com/kids-education/?p=1901', 0, 'post', '', 0),
(1905, 1, '2016-11-30 03:39:38', '2016-11-30 03:39:38', '', 'gallery-01', '', 'inherit', 'open', 'closed', '', 'gallery-01', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 1899, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(1906, 1, '2016-11-30 03:39:38', '2016-11-30 03:39:38', '', 'gallery-01', '', 'inherit', 'open', 'closed', '', 'gallery-01-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 2125, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-01.jpg', 0, 'attachment', 'image/jpeg', 0),
(1907, 1, '2016-11-30 03:39:40', '2016-11-30 03:39:40', '', 'gallery-02', '', 'inherit', 'open', 'closed', '', 'gallery-02', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 1899, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(1908, 1, '2016-11-30 03:39:40', '2016-11-30 03:39:40', '', 'gallery-02', '', 'inherit', 'open', 'closed', '', 'gallery-02-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 2125, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(1909, 1, '2016-11-30 03:39:53', '2016-11-30 03:39:53', '', 'gallery-03', '', 'inherit', 'open', 'closed', '', 'gallery-03-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 1899, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-03-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1910, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Pages', '', 'publish', 'closed', 'closed', '', 'pages', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/pages/', 2, 'nav_menu_item', '', 0),
(1911, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Categories', '', 'publish', 'closed', 'closed', '', 'categories', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/categories/', 10, 'nav_menu_item', '', 0),
(1912, 1, '2016-11-30 03:39:53', '2016-11-30 03:39:53', '', 'gallery-03', '', 'inherit', 'open', 'closed', '', 'gallery-03-2-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 2125, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-03-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1913, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Pages', '', 'publish', 'closed', 'closed', '', 'pages-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/pages/', 2, 'nav_menu_item', '', 0),
(1914, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Categories', '', 'publish', 'closed', 'closed', '', 'categories-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/categories/', 10, 'nav_menu_item', '', 0),
(1916, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Depth', '', 'publish', 'closed', 'closed', '', 'depth-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/depth/', 29, 'nav_menu_item', '', 0),
(1917, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 01', '', 'publish', 'closed', 'closed', '', 'level-01-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-01/', 30, 'nav_menu_item', '', 0),
(1918, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 02', '', 'publish', 'closed', 'closed', '', 'level-02-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-02/', 31, 'nav_menu_item', '', 0),
(1919, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 03', '', 'publish', 'closed', 'closed', '', 'level-03-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-03/', 32, 'nav_menu_item', '', 0),
(1920, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 04', '', 'publish', 'closed', 'closed', '', 'level-04-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-04/', 33, 'nav_menu_item', '', 0),
(1921, 1, '2016-11-30 03:39:55', '2016-11-30 03:39:55', '', 'gallery-04', '', 'inherit', 'open', 'closed', '', 'gallery-04', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 1899, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-04.jpg', 0, 'attachment', 'image/jpeg', 0),
(1922, 1, '2016-11-30 03:39:55', '2016-11-30 03:39:55', '', 'gallery-04', '', 'inherit', 'open', 'closed', '', 'gallery-04-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 2125, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-04.jpg', 0, 'attachment', 'image/jpeg', 0),
(1923, 1, '2016-11-30 03:40:09', '2016-11-30 03:40:09', '', 'gallery-05', '', 'inherit', 'open', 'closed', '', 'gallery-05', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 1899, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-05.jpg', 0, 'attachment', 'image/jpeg', 0),
(1924, 1, '2016-11-30 03:40:09', '2016-11-30 03:40:09', '', 'gallery-05', '', 'inherit', 'open', 'closed', '', 'gallery-05-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 2125, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-05.jpg', 0, 'attachment', 'image/jpeg', 0),
(1925, 1, '2016-11-30 03:40:10', '2016-11-30 03:40:10', '', 'gallery-06', '', 'inherit', 'open', 'closed', '', 'gallery-06', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 1899, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-06.jpg', 0, 'attachment', 'image/jpeg', 0),
(1926, 1, '2016-11-30 03:40:10', '2016-11-30 03:40:10', '', 'gallery-06', '', 'inherit', 'open', 'closed', '', 'gallery-06-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 2125, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-06.jpg', 0, 'attachment', 'image/jpeg', 0),
(1927, 1, '2016-11-30 03:40:18', '2016-11-30 03:40:18', '', 'gallery-07', '', 'inherit', 'open', 'closed', '', 'gallery-07', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 1899, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-07.jpg', 0, 'attachment', 'image/jpeg', 0),
(1928, 1, '2016-11-30 03:40:18', '2016-11-30 03:40:18', '', 'gallery-07', '', 'inherit', 'open', 'closed', '', 'gallery-07-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 2125, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-07.jpg', 0, 'attachment', 'image/jpeg', 0),
(1929, 1, '2016-11-30 03:40:20', '2016-11-30 03:40:20', '', 'gallery-08', '', 'inherit', 'open', 'closed', '', 'gallery-08', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 1899, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-08.jpg', 0, 'attachment', 'image/jpeg', 0),
(1930, 1, '2016-11-30 03:40:20', '2016-11-30 03:40:20', '', 'gallery-08', '', 'inherit', 'open', 'closed', '', 'gallery-08-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 2125, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/gallery-08.jpg', 0, 'attachment', 'image/jpeg', 0),
(1941, 1, '2017-04-07 07:29:13', '2017-04-07 07:29:13', '', 'boy-366311_1280', '', 'inherit', 'open', 'closed', '', 'boy-366311_1280', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 2121, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/boy-366311_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1942, 1, '2017-04-07 07:29:13', '2017-04-07 07:29:13', '', 'boy-366311_1280', '', 'inherit', 'open', 'closed', '', 'boy-366311_1280-2', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 2120, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/boy-366311_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1943, 1, '2017-04-07 07:29:13', '2017-04-07 07:29:13', '', 'boy-366311_1280', '', 'inherit', 'open', 'closed', '', 'boy-366311_1280-3', '', '', '2020-04-07 07:43:01', '2020-04-07 07:43:01', '', 2152, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/boy-366311_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1944, 1, '2017-04-07 07:29:57', '2017-04-07 07:29:57', '', 'children-50209_1280', '', 'inherit', 'open', 'closed', '', 'children-50209_1280', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 2118, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/children-50209_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1945, 1, '2017-04-07 07:29:57', '2017-04-07 07:29:57', '', 'children-50209_1280', '', 'inherit', 'open', 'closed', '', 'children-50209_1280-2', '', '', '2020-04-07 07:43:01', '2020-04-07 07:43:01', '', 2151, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/children-50209_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1946, 1, '2017-04-07 07:30:23', '2017-04-07 07:30:23', '', 'boys-1782427_1280', '', 'inherit', 'open', 'closed', '', 'boys-1782427_1280', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 1894, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/boys-1782427_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1947, 1, '2017-04-07 07:30:23', '2017-04-07 07:30:23', '', 'boys-1782427_1280', '', 'inherit', 'open', 'closed', '', 'boys-1782427_1280-2', '', '', '2020-04-07 07:43:01', '2020-04-07 07:43:01', '', 2154, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/boys-1782427_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1948, 1, '2017-04-07 07:30:55', '2017-04-07 07:30:55', '', 'water-fight-442257_1280', '', 'inherit', 'open', 'closed', '', 'water-fight-442257_1280', '', '', '2017-04-07 07:30:55', '2017-04-07 07:30:55', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/water-fight-442257_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1949, 1, '2017-04-07 07:30:55', '2017-04-07 07:30:55', '', 'water-fight-442257_1280', '', 'inherit', 'open', 'closed', '', 'water-fight-442257_1280-2', '', '', '2020-04-07 07:43:01', '2020-04-07 07:43:01', '', 2153, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/water-fight-442257_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(1950, 1, '2018-07-26 05:36:26', '2018-07-26 05:36:26', '', 'pexels-photo-207891', '', 'inherit', 'open', 'closed', '', 'pexels-photo-207891', '', '', '2020-04-07 07:42:59', '2020-04-07 07:42:59', '', 0, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2018/07/pexels-photo-207891.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1951, 1, '2018-07-26 05:36:26', '2018-07-26 05:36:26', '', 'pexels-photo-207891', '', 'inherit', 'open', 'closed', '', 'pexels-photo-207891-2', '', '', '2020-04-07 07:43:01', '2020-04-07 07:43:01', '', 2052, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2018/07/pexels-photo-207891.jpeg', 0, 'attachment', 'image/jpeg', 0),
(1952, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-05-06 15:26:57', '2020-05-06 15:26:57', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/home/', 1, 'nav_menu_item', '', 0),
(1953, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1693', '', '', '2020-04-07 07:43:00', '2020-04-07 07:43:00', '', 10, 'https://themepalacedemo.com/kids-education/2016/11/09/1693/', 8, 'nav_menu_item', '', 0),
(1954, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1694', '', '', '2020-04-07 07:43:00', '2020-04-07 07:43:00', '', 10, 'https://themepalacedemo.com/kids-education/2016/11/09/1694/', 9, 'nav_menu_item', '', 0),
(1955, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1695', '', '', '2020-04-07 07:43:00', '2020-04-07 07:43:00', '', 10, 'https://themepalacedemo.com/kids-education/2016/11/09/1695/', 8, 'nav_menu_item', '', 0),
(1956, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 05', '', 'publish', 'closed', 'closed', '', 'level-05-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-05/', 34, 'nav_menu_item', '', 0),
(1957, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 06', '', 'publish', 'closed', 'closed', '', 'level-06-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-06/', 35, 'nav_menu_item', '', 0),
(1958, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 07', '', 'publish', 'closed', 'closed', '', 'level-07-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-07/', 36, 'nav_menu_item', '', 0),
(1959, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 08', '', 'publish', 'closed', 'closed', '', 'level-08-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-08/', 37, 'nav_menu_item', '', 0),
(1960, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 09', '', 'publish', 'closed', 'closed', '', 'level-09-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-09/', 38, 'nav_menu_item', '', 0),
(1961, 1, '2016-11-09 15:47:33', '2016-11-09 15:47:33', '', 'Classes', '', 'publish', 'closed', 'closed', '', 'classes', '', '', '2020-04-09 07:39:42', '2020-04-09 07:39:42', '', 0, 'https://themepalacedemo.com/kids-education/?p=1720', 1, 'nav_menu_item', '', 0),
(1962, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Level 10', '', 'publish', 'closed', 'closed', '', 'level-10-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/level-10/', 39, 'nav_menu_item', '', 0),
(1964, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Advanced', '', 'publish', 'closed', 'closed', '', 'advanced-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/advanced/', 40, 'nav_menu_item', '', 0),
(1966, 1, '2016-11-09 18:03:02', '2016-11-09 18:03:02', ' ', '', '', 'publish', 'closed', 'closed', '', '1754', '', '', '2016-11-09 18:03:02', '2016-11-09 18:03:02', '', 0, 'https://themepalacedemo.com/kids-education/?p=1754', 4, 'nav_menu_item', '', 0),
(1967, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Menu Title Attribute', 'Custom Title Attribute', 'publish', 'closed', 'closed', '', 'menu-title-attribute-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/menu-title-attribute/', 41, 'nav_menu_item', '', 0),
(1968, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'Menu CSS Class', '', 'publish', 'closed', 'closed', '', 'menu-css-class-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/menu-css-class/', 42, 'nav_menu_item', '', 0),
(1969, 1, '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 'New Window / Tab', '', 'publish', 'closed', 'closed', '', 'new-window-tab-2', '', '', '2016-11-09 14:45:02', '2016-11-09 14:45:02', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/new-window-tab/', 43, 'nav_menu_item', '', 0),
(1971, 1, '2016-11-09 14:45:03', '2016-11-09 14:45:03', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2-2', '', '', '2016-11-09 14:45:03', '2016-11-09 14:45:03', '', 0, 'https://themepalacedemo.com/kids-education/2016/11/09/home-2/', 1, 'nav_menu_item', '', 0),
(1978, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1699-2', '', '', '2020-04-07 07:43:01', '2020-04-07 07:43:01', '', 2024, 'https://themepalacedemo.com/kids-education/2016/11/09/1699/', 13, 'nav_menu_item', '', 0),
(1979, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1700-2', '', '', '2020-04-07 07:43:01', '2020-04-07 07:43:01', '', 2024, 'https://themepalacedemo.com/kids-education/2016/11/09/1700/', 14, 'nav_menu_item', '', 0),
(1980, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1701-2', '', '', '2020-04-07 07:43:01', '2020-04-07 07:43:01', '', 2025, 'https://themepalacedemo.com/kids-education/2016/11/09/1701/', 15, 'nav_menu_item', '', 0),
(1981, 1, '2016-11-09 14:45:05', '2016-11-09 14:45:05', ' ', '', '', 'publish', 'closed', 'closed', '', '1702-2', '', '', '2020-04-07 07:43:01', '2020-04-07 07:43:01', '', 2025, 'https://themepalacedemo.com/kids-education/2016/11/09/1702/', 16, 'nav_menu_item', '', 0),
(1983, 1, '2016-11-09 05:59:34', '2016-11-09 05:59:34', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2016-11-09 05:59:34', '2016-11-09 05:59:34', '', 0, 'https://themepalacedemo.com/kids-education/shop/', 0, 'page', '', 0),
(1991, 1, '2016-11-09 15:47:33', '2016-11-09 15:47:33', '', 'Events', '', 'publish', 'closed', 'closed', '', 'events-3', '', '', '2020-04-09 07:39:42', '2020-04-09 07:39:42', '', 0, 'https://themepalacedemo.com/kids-education/?p=1722', 2, 'nav_menu_item', '', 0),
(1992, 1, '2016-11-09 05:59:34', '2016-11-09 05:59:34', '[woocommerce_cart]', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2016-11-09 05:59:34', '2016-11-09 05:59:34', '', 0, 'https://themepalacedemo.com/kids-education/cart/', 0, 'page', '', 0),
(1993, 1, '2016-11-09 05:59:34', '2016-11-09 05:59:34', '[woocommerce_checkout]', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2016-11-09 05:59:34', '2016-11-09 05:59:34', '', 0, 'https://themepalacedemo.com/kids-education/checkout/', 0, 'page', '', 0),
(1994, 1, '2016-11-09 05:59:34', '2016-11-09 05:59:34', '[woocommerce_my_account]', 'My Account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2016-11-09 05:59:34', '2016-11-09 05:59:34', '', 0, 'https://themepalacedemo.com/kids-education/my-account/', 0, 'page', '', 0),
(2000, 1, '2016-11-13 08:27:59', '2016-11-13 08:27:59', '', 'Team', '', 'publish', 'closed', 'closed', '', 'team-2', '', '', '2016-11-13 08:27:59', '2016-11-13 08:27:59', '', 0, 'https://themepalacedemo.com/kids-education/?p=1826', 4, 'nav_menu_item', '', 0),
(2017, 1, '2016-11-09 05:59:12', '2016-11-09 05:59:12', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"https://themepalacedemo.com/kids-education/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page-3', '', '', '2016-11-09 05:59:12', '2016-11-09 05:59:12', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=2', 0, 'page', '', 0),
(2023, 1, '2007-12-11 16:23:16', '2007-12-11 06:23:16', 'Level 3 of the reverse hierarchy test.', 'Level 3', '', 'publish', 'closed', 'closed', '', 'level-3-2', '', '', '2020-04-07 07:43:02', '2020-04-07 07:43:02', '', 2024, 'http://wpthemetestdata.wordpress.com/level-3/', 0, 'page', '', 0),
(2024, 1, '2007-12-11 16:23:33', '2007-12-11 06:23:33', 'Level 2 of the reverse hierarchy test.', 'Level 2', '', 'publish', 'closed', 'closed', '', 'level-2-2', '', '', '2020-04-07 07:43:02', '2020-04-07 07:43:02', '', 2025, 'http://wpthemetestdata.wordpress.com/level-2/', 0, 'page', '', 0),
(2025, 1, '2007-12-11 16:25:40', '2007-12-11 23:25:40', 'Level 1 of the reverse hierarchy test.  This is to make sure the importer correctly assigns parents and children even when the children come first in the export file.', 'Level 1', '', 'publish', 'closed', 'closed', '', 'level-1-2', '', '', '2007-12-11 16:25:40', '2007-12-11 23:25:40', '', 0, 'http://wpthemetestdata.wordpress.com/level-1/', 5, 'page', '', 0),
(2030, 1, '2011-06-23 19:03:33', '2011-06-24 02:03:33', '(lorem ipsum)', 'Level 2a', '', 'publish', 'open', 'closed', '', 'level-2a', '', '', '2011-06-23 19:03:33', '2011-06-24 02:03:33', '', 2025, 'http://wpthemetestdata.wordpress.com/?page_id=742', 0, 'page', '', 0),
(2031, 1, '2011-06-23 19:04:03', '2011-06-24 02:04:03', '(lorem ipsum)', 'Level 2b', '', 'publish', 'open', 'closed', '', 'level-2b', '', '', '2011-06-23 19:04:03', '2011-06-24 02:04:03', '', 2025, 'http://wpthemetestdata.wordpress.com/?page_id=744', 0, 'page', '', 0),
(2032, 1, '2011-06-23 19:04:24', '2011-06-24 02:04:24', '(lorem ipsum)', 'Level 3a', '', 'publish', 'open', 'closed', '', 'level-3a', '', '', '2011-06-23 19:04:24', '2011-06-24 02:04:24', '', 2024, 'http://wpthemetestdata.wordpress.com/?page_id=746', 0, 'page', '', 0),
(2033, 1, '2011-06-23 19:04:46', '2011-06-24 02:04:46', '(lorem ipsum)', 'Level 3b', '', 'publish', 'open', 'closed', '', 'level-3b', '', '', '2011-06-23 19:04:46', '2011-06-24 02:04:46', '', 2024, 'http://wpthemetestdata.wordpress.com/?page_id=748', 0, 'page', '', 0),
(2040, 1, '2009-05-15 14:48:32', '2009-05-15 21:48:32', 'Nested and mixed lists are an interesting beast. It\'s a corner case to make sure that\n<ul>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">Lists within lists do not break the ordered list numbering order</span></li>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">Your list styles go deep enough.</span></li>\n</ul>\n<h3>Ordered - Unordered - Ordered</h3>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item\n<ul>\n	<li><strong>unordered</strong></li>\n	<li><strong>unordered</strong>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n</li>\n</ul>\n</li>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n<h3>Ordered - Unordered - Unordered</h3>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item\n<ul>\n	<li><strong>unordered</strong></li>\n	<li><strong>unordered</strong>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n</li>\n</ul>\n</li>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n<h3>Unordered - Ordered - Unordered</h3>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item\n<ol>\n	<li>ordered</li>\n	<li>ordered\n<ul>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n</li>\n</ol>\n</li>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n<h3>Unordered - Unordered - Ordered</h3>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item\n<ul>\n	<li>unordered</li>\n	<li>unordered\n<ol>\n	<li><strong>ordered item</strong></li>\n	<li><strong>ordered item</strong></li>\n</ol>\n</li>\n</ul>\n</li>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>', 'Edge Case: Nested And Mixed Lists', '', 'trash', 'closed', 'closed', '', 'edge-case-nested-and-mixed-lists-2__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'http://wptest.io/demo/?p=1000', 0, 'post', '', 0),
(2041, 1, '2010-09-09 17:23:27', '2010-09-10 00:23:27', 'This is a test for Jetpack\'s Tiled Gallery.\n\nInstall <a title=\"Jetpack for WordPress\" href=\"http://wordpress.org/plugins/jetpack/\" target=\"_blank\" rel=\"noopener noreferrer\">Jetpack</a> to test.\n\n[gallery type=\"rectangular\" columns=\"4\" ids=\"755,757,758,760,766,763\" orderby=\"rand\"]\n\nThis is some text after the Tiled Gallery just to make sure that everything spaces nicely.', 'Post Format: Gallery (Tiled)', '', 'trash', 'closed', 'closed', '', 'post-format-gallery-tiled__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wptest.io/demo/?p=1031', 0, 'post', '', 0);
INSERT INTO `wpqe_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
(2042, 1, '2009-06-01 01:00:34', '2009-06-01 08:00:34', 'This post has many tags.', 'Edge Case: Many Tags', '', 'trash', 'closed', 'closed', '', 'edge-case-many-tags-2__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'http://wpthemetestdata.wordpress.com/2007/11/24/many-tags/', 0, 'post', '', 0),
(2043, 1, '2020-01-01 12:00:18', '2020-01-01 12:00:18', 'This post is scheduled to be published in the future.\n\nIt should not be displayed by the theme.', 'Scheduled', '', 'trash', 'closed', 'closed', '', 'scheduled-2__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/?p=418', 0, 'post', '', 0),
(2044, 1, '2013-04-09 11:20:39', '2013-04-09 18:20:39', 'This post is drafted and not published yet.\n\nIt should not be displayed by the theme.', 'Draft', '', 'trash', 'closed', 'closed', '', '__trashed-3', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'http://wptest.io/demo/?p=922', 0, 'post', '', 0),
(2046, 1, '2016-11-09 15:03:59', '2016-11-09 15:03:59', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog-2', '', '', '2016-11-09 15:03:59', '2016-11-09 15:03:59', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1708', 0, 'page', '', 0),
(2047, 1, '2016-11-09 15:09:01', '2016-11-09 15:09:01', '', 'Pre School', '', 'publish', 'closed', 'closed', '', 'pre-school-2', '', '', '2016-11-09 15:09:01', '2016-11-09 15:09:01', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1710', 0, 'page', '', 0),
(2048, 1, '2016-11-09 15:15:13', '2016-11-09 15:15:13', '\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n\n<img class=\"alignright wp-image-1779\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/child-childrens-baby-children-s-min-300x197.jpg\" alt=\"child-childrens-baby-children-s-min\" width=\"320\" height=\"210\" />\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae.\"', 'Environment', '', 'publish', 'closed', 'closed', '', 'environment-2', '', '', '2016-11-09 15:15:13', '2016-11-09 15:15:13', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1712', 0, 'page', '', 0),
(2049, 1, '2016-11-11 03:51:39', '2016-11-11 03:51:39', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 'Live, Love, Learn, Teach', '', 'publish', 'closed', 'closed', '', 'live-love-learn-teach-2', '', '', '2016-11-11 03:51:39', '2016-11-11 03:51:39', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1755', 0, 'page', '', 0),
(2050, 1, '2016-11-11 04:19:09', '2016-11-11 04:19:09', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 'Homely Environment.', '', 'publish', 'closed', 'closed', '', 'homely-environment-2', '', '', '2016-11-11 04:19:09', '2016-11-11 04:19:09', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1758', 0, 'page', '', 0),
(2052, 1, '2016-11-13 08:55:41', '2016-11-13 08:55:41', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 'We provide quality education to our kids.', '', 'publish', 'closed', 'closed', '', 'we-provide-quality-education-to-our-kids-2', '', '', '2016-11-13 08:55:41', '2016-11-13 08:55:41', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1831', 0, 'page', '', 0),
(2053, 1, '2016-11-14 04:01:09', '2016-11-14 04:01:09', '<!-- wp:heading -->\n<h2><strong><strong>Introduction</strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Website Standard Terms and Conditions written on this webpage shall manage your use of our website, www.connectivism.in accessible at www.connectivism.in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These Terms will be applied fully and affect to your use of this Website. By using this Website, you agreed to accept all terms and conditions written in here. You must not use this Website if you disagree with any of these Website Standard Terms and Conditions. These Terms and Conditions have been generated with the help of the &lt;a href=\"https://www.termsandcondiitionssample.com\">Terms And Conditions Template&lt;/a> and the &lt;a href=\"https://www.terms-conditions-generator.com\">Terms and Conditions Generator&lt;/a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minors or people below 18 years old are not allowed to use this Website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Intellectual Property Rights</h2>\n<!-- /wp:heading -->\n\n<p>Other than the content you own, under these Terms, www.connectivism.in and/or its licensors own all the intellectual property rights and materials contained in this Website.</p>\n<p>You are granted limited license only for purposes of viewing the material contained on this Website.</p>\n<p></p>\n\n<!-- wp:heading -->\n<h2>Restrictions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You are specifically restricted from all of the following:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>publishing any Website material in any other media;</li><li>selling, sublicensing and/or otherwise commercializing any Website material;</li><li>publicly performing and/or showing any Website material;</li><li>using this Website in any way that is or may be damaging to this Website;</li><li>using this Website in any way that impacts user access to this Website;</li><li>using this Website contrary to applicable laws and regulations, or in any way may cause harm to the Website, or to any person or business entity;</li><li>engaging in any data mining, data harvesting, data extracting or any other similar activity in relation to this Website;</li><li>using this Website to engage in any advertising or marketing.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Certain areas of this Website are restricted from being access by you and www.connectivism.in may further restrict access by you to any areas of this Website, at any time, in absolute discretion. Any user ID and password you may have for this Website are confidential and you must maintain confidentiality as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Your Content</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In these Website Standard Terms and Conditions, \"Your Content\" shall mean any audio, video text, images or other material you choose to display on this Website. By displaying Your Content, you grant www.connectivism.in a non-exclusive, worldwide irrevocable, sub licensable license to use, reproduce, adapt, publish, translate and distribute it in any and all media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your Content must be your own and must not be invading any third-party’s rights. www.connectivism.in reserves the right to remove any of Your Content from this Website at any time without notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Your Privacy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Please read Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>No warranties</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This Website is provided \"as is,\" with all faults, and www.connectivism.in express no representations or warranties, of any kind related to this Website or the materials contained on this Website. Also, nothing contained on this Website shall be interpreted as advising you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Limitation of liability</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In no event shall www.connectivism.in, nor any of its officers, directors and employees, shall be held liable for anything arising out of or in any way connected with your use of this Website whether such liability is under contract. &nbsp;www.connectivism.in, including its officers, directors and employees shall not be held liable for any indirect, consequential or special liability arising out of or in any way related to your use of this Website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Indemnification</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You hereby indemnify to the fullest extent www.connectivism.in from and against any and/or all liabilities, costs, demands, causes of action, damages and expenses arising in any way related to your breach of any of the provisions of these Terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Severability</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If any provision of these Terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Variation of Terms</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>www.connectivism.in is permitted to revise these Terms at any time as it sees fit, and by using this Website you are expected to review these Terms on a regular basis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Assignment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The www.connectivism.in is allowed to assign, transfer, and subcontract its rights and/or obligations under these Terms without any notification. However, you are not allowed to assign, transfer, or subcontract any of your rights and/or obligations under these Terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Entire Agreement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms constitute the entire agreement between www.connectivism.in and you in relation to your use of this Website, and supersede all prior agreements and understandings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Governing Law &amp; Jurisdiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms will be governed by and interpreted in accordance with the laws of the State of in, and you submit to the non-exclusive jurisdiction of the state and federal courts located in in for the resolution of any disputes.</p>\n<!-- /wp:paragraph -->', 'Terms and Conditions', '', 'publish', 'closed', 'closed', '', 'terms-of-use-2', '', '', '2020-05-05 09:17:03', '2020-05-05 09:17:03', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1858', 0, 'page', '', 0),
(2055, 1, '2016-11-14 04:14:13', '2016-11-14 04:14:13', 'Find us now..\n<p style=\"text-align: center;\"><strong>location: Palus, tal - Palus, Dist - Sangli,</strong></p>\n<p style=\"text-align: center;\">Maharashtra, India</p>\n<p style=\"text-align: center;\"><strong>Email: </strong>ladsunil1981@gmail.com</p>\n<p style=\"text-align: center;\"><strong>Mobile: </strong>8421705211</p>', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us-2', '', '', '2020-05-05 09:37:01', '2020-05-05 09:37:01', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1862', 0, 'page', '', 0),
(2056, 1, '2016-11-14 04:24:44', '2016-11-14 04:24:44', '<h3>The standard Lorem Ipsum passage, used since the 1500s</h3>\n\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\"\n<h3>Section 1.10.32 of \"de Finibus Bonorum et Malorum\", written by Cicero in 45 BC</h3>\n\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?\"\n<h3>1914 translation by H. Rackham</h3>\n\"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?\"\n<h3>Section 1.10.33 of \"de Finibus Bonorum et Malorum\", written by Cicero in 45 BC</h3>\n\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.\"\n<h3>1914 translation by H. Rackham</h3>\n\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.\"', 'Help', '', 'publish', 'closed', 'closed', '', 'help-2', '', '', '2016-11-14 04:24:44', '2016-11-14 04:24:44', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1869', 0, 'page', '', 0),
(2057, 1, '2018-08-06 07:19:38', '2018-08-06 07:19:38', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2-2', '', '', '2018-08-06 07:19:38', '2018-08-06 07:19:38', '', 0, 'https://themepalacedemo.com/kids-education/?page_id=1951', 0, 'page', '', 0),
(2058, 1, '2010-10-05 00:27:25', '2010-10-05 07:27:25', 'All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, \"Oh, why can\'t you remain like this for ever!\" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end.\n\n<!--more-->\n\nMrs. Darling first heard of Peter when she was tidying up her children\'s minds. It is the nightly custom of every good mother after her children are asleep to rummage in their minds and put things straight for next morning, repacking into their proper places the many articles that have wandered during the day.\n\nIf you could keep awake (but of course you can\'t) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on.\n\nI don\'t know whether you have ever seen a map of a person\'s mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child\'s mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still.\n\nOf course the Neverlands vary a good deal. John\'s, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other\'s nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more.\n\nOf all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights.\n\nOccasionally in her travels through her children\'s minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael\'s minds, while Wendy\'s began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance.', 'Post Format: Standard', '', 'trash', 'closed', 'closed', '', 'post-format-standard-2__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=358', 0, 'post', '', 0),
(2059, 1, '2010-09-10 07:24:14', '2010-09-10 14:24:14', '[gallery]\n\n<!--nextpage-->\n\nYou can use this page to test the Theme\'s handling of the[gallery]\n\nshortcode, including the <code>columns</code> parameter, from 1 to 9 columns. Themes are only required to support the default setting (3 columns), so this page is entirely optional.\n<h2>One Column</h2>\n[gallery columns=\"1\"]\n<h2>Two Columns</h2>\n[gallery columns=\"2\"]\n<h2>Three Columns</h2>\n[gallery columns=\"3\"]\n<h2>Four Columns</h2>\n[gallery columns=\"4\"]\n<h2>Five Columns</h2>\n[gallery columns=\"5\"]\n<h2>Six Columns</h2>\n[gallery columns=\"6\"]\n<h2>Seven Columns</h2>\n[gallery columns=\"7\"]\n<h2>Eight Columns</h2>\n[gallery columns=\"8\"]\n<h2>Nine Columns</h2>\n[gallery columns=\"9\"]', 'Post Format: Gallery', '', 'trash', 'closed', 'closed', '', 'post-format-gallery-2__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=555', 0, 'post', '', 0),
(2060, 1, '2010-05-09 07:51:54', '2010-05-09 14:51:54', '“I never tried to prove nothing, just wanted to give a good show. My life has always been my music, it\'s always come first, but the music ain\'t worth nothing if you can\'t lay it on the public. The main thing is to live for that audience, \'cause what you\'re there for is to please the people.”', 'Post Format: Aside', '', 'trash', 'closed', 'closed', '', 'post-format-aside-2__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'http://wpthemetestdata.wordpress.com/?p=559', 0, 'post', '', 0),
(2061, 1, '2010-01-08 07:59:31', '2010-01-08 14:59:31', 'Abbott: Strange as it may seem, they give ball players nowadays very peculiar names.\n\nCostello: Funny names?\n\nAbbott: Nicknames, nicknames. Now, on the St. Louis team we have Who\'s on first, What\'s on second, I Don\'t Know is on third--\n\nCostello: That\'s what I want to find out. I want you to tell me the names of the fellows on the St. Louis team.\n\nAbbott: I\'m telling you. Who\'s on first, What\'s on second, I Don\'t Know is on third--\n\nCostello: You know the fellows\' names?\n\nAbbott: Yes.\n\nCostello: Well, then who\'s playing first?\n\nAbbott: Yes.\n\nCostello: I mean the fellow\'s name on first base.\n\nAbbott: Who.\n\nCostello: The fellow playin\' first base.\n\nAbbott: Who.\n\nCostello: The guy on first base.\n\nAbbott: Who is on first.\n\nCostello: Well, what are you askin\' me for?\n\nAbbott: I\'m not asking you--I\'m telling you. Who is on first.\n\nCostello: I\'m asking you--who\'s on first?\n\nAbbott: That\'s the man\'s name.\n\nCostello: That\'s who\'s name?\n\nAbbott: Yes.\n\nCostello: When you pay off the first baseman every month, who gets the money?\n\nAbbott: Every dollar of it. And why not, the man\'s entitled to it.\n\nCostello: Who is?\n\nAbbott: Yes.\n\nCostello: So who gets it?\n\nAbbott: Why shouldn\'t he? Sometimes his wife comes down and collects it.\n\nCostello: Who\'s wife?\n\nAbbott: Yes. After all, the man earns it.\n\nCostello: Who does?\n\nAbbott: Absolutely.\n\nCostello: Well, all I\'m trying to find out is what\'s the guy\'s name on first base?\n\nAbbott: Oh, no, no. What is on second base.\n\nCostello: I\'m not asking you who\'s on second.\n\nAbbott: Who\'s on first!\n\nCostello: St. Louis has a good outfield?\n\nAbbott: Oh, absolutely.\n\nCostello: The left fielder\'s name?\n\nAbbott: Why.\n\nCostello: I don\'t know, I just thought I\'d ask.\n\nAbbott: Well, I just thought I\'d tell you.\n\nCostello: Then tell me who\'s playing left field?\n\nAbbott: Who\'s playing first.\n\nCostello: Stay out of the infield! The left fielder\'s name?\n\nAbbott: Why.\n\nCostello: Because.\n\nAbbott: Oh, he\'s center field.\n\nCostello: Wait a minute. You got a pitcher on this team?\n\nAbbott: Wouldn\'t this be a fine team without a pitcher?\n\nCostello: Tell me the pitcher\'s name.\n\nAbbott: Tomorrow.\n\nCostello: Now, when the guy at bat bunts the ball--me being a good catcher--I want to throw the guy out at first base, so I pick up the ball and throw it to who?\n\nAbbott: Now, that\'s he first thing you\'ve said right.\n\nCostello: I DON\'T EVEN KNOW WHAT I\'M TALKING ABOUT!\n\nAbbott: Don\'t get excited. Take it easy.\n\nCostello: I throw the ball to first base, whoever it is grabs the ball, so the guy runs to second. Who picks up the ball and throws it to what. What throws it to I don\'t know. I don\'t know throws it back to tomorrow--a triple play.\n\nAbbott: Yeah, it could be.\n\nCostello: Another guy gets up and it\'s a long ball to center.\n\nAbbott: Because.\n\nCostello: Why? I don\'t know. And I don\'t care.\n\nAbbott: What was that?\n\nCostello: I said, I DON\'T CARE!\n\nAbbott: Oh, that\'s our shortstop!', 'Post Format: Chat', '', 'trash', 'closed', 'closed', '', 'post-format-chat-2__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'http://wpthemetestdata.wordpress.com/?p=562', 0, 'post', '', 0),
(2062, 1, '2010-03-07 08:06:53', '2010-03-07 15:06:53', '<a href=\"http://make.wordpress.org/themes\" title=\"The WordPress Theme Review Team Website\">The WordPress Theme Review Team Website</a>', 'Post Format: Link', '', 'trash', 'closed', 'closed', '', 'post-format-link-2__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=565', 0, 'post', '', 0),
(2063, 1, '2010-08-06 08:09:39', '2010-08-06 15:09:39', '[caption id=\"attachment_612\" align=\"aligncenter\" width=\"640\" caption=\"Chunk of resinous blackboy husk, Clarkson, Western Australia. This burns like a spinifex log.\"]<a href=\"http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg\"><img src=\"http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg\" alt=\"chunk of resinous blackboy husk\" title=\"dsc20040724_152504_532\" width=\"640\" height=\"480\" class=\"size-full wp-image-612\" /></a>[/caption]\n', 'Post Format: Image (Linked)', '', 'trash', 'closed', 'closed', '', 'post-format-image-linked-2__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=568', 0, 'post', '', 0),
(2064, 1, '2016-11-09 05:59:12', '2016-11-09 05:59:12', 'Welcome to <a href=\"https://themepalacedemo.com/\">Theme Palace Demo</a>. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world-2__trashed', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 0, 'https://themepalacedemo.com/kids-education/?p=1', 0, 'post', '', 1),
(2065, 1, '2010-02-05 08:13:15', '2010-02-05 15:13:15', '<blockquote>Only one thing is impossible for God: To find any sense in any copyright law on the planet.\n<cite><a href=\"http://www.brainyquote.com/quotes/quotes/m/marktwain163473.html\">Mark Twain</a></cite></blockquote>', 'Post Format: Quote', '', 'trash', 'closed', 'closed', '', 'post-format-quote-2__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=575', 0, 'post', '', 0),
(2066, 1, '2010-04-04 08:21:24', '2010-04-04 15:21:24', 'WordPress, how do I love thee? Let me count the ways (in 140 characters or less).', 'Post Format: Status', '', 'trash', 'closed', 'closed', '', 'post-format-status-2__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=579', 0, 'post', '', 0),
(2067, 1, '2010-06-03 08:25:58', '2010-06-03 15:25:58', 'http://wordpress.tv/2009/03/16/anatomy-of-a-wordpress-theme-exploring-the-files-behind-your-theme/\n\nPosted as per the <a href=\"http://codex.wordpress.org/Embeds\" target=\"_blank\" rel=\"noopener noreferrer\">instructions in the Codex</a>.', 'Post Format: Video (WordPress.tv)', '', 'trash', 'closed', 'closed', '', 'post-format-video-wordpresstv-2__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=582', 0, 'post', '', 0),
(2068, 1, '2010-07-02 08:36:44', '2010-07-02 15:36:44', 'Link:\n\n<a href=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3\">St. Louis Blues</a>\n\nAudio shortcode:\n\n[audio https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3]', 'Post Format: Audio', '', 'trash', 'closed', 'closed', '', 'post-format-audio-2__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'http://wpthemetestdata.wordpress.com/?p=587', 0, 'post', '', 0),
(2069, 1, '2010-06-02 03:00:34', '2010-06-02 10:00:34', '[wpvideo tFnqC9XQ w=680]\n\n<a title=\"VideoPress Plugin for WordPress\" href=\"http://videopress.com/\" target=\"_blank\" rel=\"noopener noreferrer\">VideoPress</a>, especially as a video post format, usually provides some unique styling issues.\n\nYou will need to install <a title=\"Jetpack for WordPress\" href=\"http://jetpack.me/\" target=\"_blank\" rel=\"noopener noreferrer\">Jetpack</a> or <a title=\"Slim Jetpack\" href=\"http://wordpress.org/extend/plugins/slimjetpack/\" target=\"_blank\" rel=\"noopener noreferrer\">Slim Jetpack</a> plugin to turn the shortcode into a viewable video.', 'Post Format: Video (VideoPress)', '', 'trash', 'closed', 'closed', '', 'post-format-video-videopress-2__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wptest.io/demo/?p=1005', 0, 'post', '', 0),
(2070, 1, '2010-09-09 17:23:27', '2010-09-10 00:23:27', 'This is a test for Jetpack\'s Tiled Gallery.\n\nInstall <a title=\"Jetpack for WordPress\" href=\"http://wordpress.org/plugins/jetpack/\" target=\"_blank\" rel=\"noopener noreferrer\">Jetpack</a> to test.\n\n[gallery type=\"rectangular\" columns=\"4\" ids=\"755,757,758,760,766,763\" orderby=\"rand\"]\n\nThis is some text after the Tiled Gallery just to make sure that everything spaces nicely.', 'Post Format: Gallery (Tiled)', '', 'trash', 'closed', 'closed', '', 'post-format-gallery-tiled-2__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wptest.io/demo/?p=1031', 0, 'post', '', 0),
(2071, 1, '2009-07-02 02:00:03', '2009-07-02 02:00:03', 'This post has many categories.', 'Edge Case: Many Categories', '', 'trash', 'closed', 'closed', '', 'edge-case-many-categories-2__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'http://wpthemetestdata.wordpress.com/2007/11/24/many-categories/', 0, 'post', '', 0),
(2072, 1, '2012-01-01 10:17:18', '2012-01-01 17:17:18', 'This post has many pingpacks and trackbacks.\n\nThere are a few ways to list them.\n<ol>\n	<li>Above the comments</li>\n	<li>Below the comments</li>\n	<li>Included within the normal flow of comments</li>\n</ol>', 'Template: Pingbacks And Trackbacks', '', 'trash', 'closed', 'closed', '', 'template-pingbacks-an-trackbacks-2__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/many-trackbacks/', 0, 'post', '', 5),
(2073, 1, '2012-01-02 10:21:15', '2012-01-02 17:21:15', 'This post has its comments, pingbacks, and trackbacks disabled.\n\nThere should be no comment reply form, but <em>should</em> display pingbacks and trackbacks.', 'Template: Comments Disabled', '', 'trash', 'closed', 'closed', '', 'template-comments-disabled-2__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/no-comments/', 0, 'post', '', 0),
(2074, 1, '2012-01-04 09:38:05', '2012-01-04 16:38:05', 'This content, comments, pingbacks, and trackbacks should not be visible until the password is entered.', 'Template: Password Protected (the password is \"enter\")', '', 'trash', 'closed', 'closed', 'enter', 'template-password-protected-2__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/test-with-secret-password/', 0, 'post', '', 1),
(2075, 1, '2012-01-08 10:00:20', '2012-01-08 17:00:20', 'Post Page 1\n\n<!--nextpage-->\n\nPost Page 2\n\n<!--nextpage-->\n\nPost Page 3', 'Template: Paginated', '', 'trash', 'closed', 'closed', '', 'template-paginated-2__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://noeltest.wordpress.com/?p=188', 0, 'post', '', 0),
(2076, 1, '2013-01-05 10:00:49', '2013-01-05 17:00:49', 'Verify that:\n<ul>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title renders the word \"with\" in </span><em style=\"line-height:1.714285714;font-size:1rem\">italics</em><span style=\"line-height:1.714285714;font-size:1rem\"> and the word \"markup\" in </span><strong style=\"line-height:1.714285714;font-size:1rem\">bold</strong><span style=\"line-height:1.714285714;font-size:1rem\">.</span></li>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title markup should be removed from the browser window / tab.</span></li>\n</ul>', 'Markup: Title With Markup', '', 'trash', 'closed', 'closed', '', 'markup-title-with-markup-2__trashed', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 0, 'http://wptest.io/demo/?p=861', 0, 'post', '', 0),
(2077, 1, '2010-08-07 06:00:19', '2010-08-07 13:00:19', '[caption id=\"attachment_754\" align=\"alignnone\" width=\"604\"]<a href=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/100_5478.jpg\"><img class=\"wp-image-754 size-large\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/100_5478.jpg?w=604\" alt=\"Bell on Wharf\" width=\"604\" height=\"453\" /></a> Bell on wharf in San Francisco[/caption]', 'Post Format: Image (Caption)', '', 'trash', 'closed', 'closed', '', 'post-format-image-caption-2__trashed', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 0, 'http://wpthemetestdata.wordpress.com/?p=674', 0, 'post', '', 0),
(2078, 1, '2013-01-05 11:00:20', '2013-01-05 18:00:20', 'Putting special characters in the title should have no adverse effect on the layout or functionality.\n\nSpecial characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.).\n<h2>Latin Character Tests</h2>\nThis is a test to see if the fonts used in this theme support basic Latin characters.\n<table>\n<tbody>\n<tr>\n<td>!</td>\n<td>\"</td>\n<td>#</td>\n<td>$</td>\n<td>%</td>\n<td>&amp;</td>\n<td>\'</td>\n<td>(</td>\n<td>)</td>\n<td>*</td>\n</tr>\n<tr>\n<td>+</td>\n<td>,</td>\n<td>-</td>\n<td>.</td>\n<td>/</td>\n<td>0</td>\n<td>1</td>\n<td>2</td>\n<td>3</td>\n<td>4</td>\n</tr>\n<tr>\n<td>5</td>\n<td>6</td>\n<td>7</td>\n<td>8</td>\n<td>9</td>\n<td>:</td>\n<td>;</td>\n<td>&gt;</td>\n<td>=</td>\n<td>&lt;</td>\n</tr>\n<tr>\n<td>?</td>\n<td>@</td>\n<td>A</td>\n<td>B</td>\n<td>C</td>\n<td>D</td>\n<td>E</td>\n<td>F</td>\n<td>G</td>\n<td>H</td>\n</tr>\n<tr>\n<td>I</td>\n<td>J</td>\n<td>K</td>\n<td>L</td>\n<td>M</td>\n<td>N</td>\n<td>O</td>\n<td>P</td>\n<td>Q</td>\n<td>R</td>\n</tr>\n<tr>\n<td>S</td>\n<td>T</td>\n<td>U</td>\n<td>V</td>\n<td>W</td>\n<td>X</td>\n<td>Y</td>\n<td>Z</td>\n<td>[</td>\n<td></td>\n</tr>\n<tr>\n<td>]</td>\n<td>^</td>\n<td>_</td>\n<td>`</td>\n<td>a</td>\n<td>b</td>\n<td>c</td>\n<td>d</td>\n<td>e</td>\n<td>f</td>\n</tr>\n<tr>\n<td>g</td>\n<td>h</td>\n<td>i</td>\n<td>j</td>\n<td>k</td>\n<td>l</td>\n<td>m</td>\n<td>n</td>\n<td>o</td>\n<td>p</td>\n</tr>\n<tr>\n<td>q</td>\n<td>r</td>\n<td>s</td>\n<td>t</td>\n<td>u</td>\n<td>v</td>\n<td>w</td>\n<td>x</td>\n<td>y</td>\n<td>z</td>\n</tr>\n<tr>\n<td>{</td>\n<td>|</td>\n<td>}</td>\n<td>~</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>', 'Markup: Title With Special Characters', '', 'trash', 'closed', 'closed', '', 'title-with-special-characters-2__trashed', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 0, 'http://wptest.io/demo/?p=867', 0, 'post', '', 0),
(2079, 1, '2013-01-09 09:00:39', '2013-01-09 16:00:39', '<h3>Default</h3>\nThis is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me.\n<h3>Left Align</h3>\n<p style=\"text-align:left\">This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it\'s views. It\'s favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment.</p>\n\n<h3>Center Align</h3>\n<p style=\"text-align:center\">This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes.</p>\n\n<h3>Right Align</h3>\n<p style=\"text-align:right\">This is a paragraph. It is right aligned. It is a bit more conservative in it\'s views. It\'s prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it\'s a pretty good shot from at least four or five football fields away. Dead on. So boss.</p>\n\n<h3>Justify Align</h3>\n<p style=\"text-align:justify\">This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it\'s place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude.</p>', 'Markup: Text Alignment', '', 'trash', 'closed', 'closed', '', 'markup-text-alignment-2__trashed', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 0, 'http://wptest.io/demo/?p=895', 0, 'post', '', 0),
(2080, 1, '2009-09-05 09:00:23', '2009-09-05 16:00:23', 'This post has no title, but it still must link to the single post view somehow.\n\nThis is typically done by placing the permalink on the post date.', '', '', 'trash', 'closed', 'closed', '', 'edge-case-no-title-2__trashed', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/14/', 0, 'post', '', 0),
(2081, 1, '2013-01-10 20:15:40', '2013-01-11 03:15:40', 'Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let\'s get started.\n\nOn the topic of alignment, it should be noted that users can choose from the options of <em>None</em>, <em>Left</em>, <em>Right, </em>and <em>Center</em>. In addition, they also get the options of <em>Thumbnail</em>, <em>Medium</em>, <em>Large</em> &amp; <em>Fullsize</em>.\n<p style=\"text-align:center\"><img class=\"size-full wp-image-906 aligncenter\" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /></p>\nThe image above happens to be <em><strong>centered</strong></em>.\n\n<strong><img class=\"size-full wp-image-904 alignleft\" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n<img class=\"alignnone  wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" />\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n<img class=\"size-full wp-image-905 alignright\" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" />\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd just when you thought we were done, we\'re going to do them all over again with captions!\n\n[caption id=\"attachment_906\" align=\"aligncenter\" width=\"580\"]<img class=\"size-full wp-image-906  \" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /> Look at 580x300 getting some <a title=\"Image Settings\" href=\"http://en.support.wordpress.com/images/image-settings/\">caption</a> love.[/caption]\n\nThe image above happens to be <em><strong>centered</strong></em>. The caption also has a link in it, just to see if it does anything funky.\n\n[caption id=\"attachment_904\" align=\"alignleft\" width=\"150\"]<img class=\"size-full wp-image-904  \" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /> Itty-bitty caption.[/caption]\n\n<strong></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n[caption id=\"attachment_907\" align=\"alignnone\" width=\"1200\"]<img class=\" wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" /> Massive image comment for your eyeballs.[/caption]\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n[caption id=\"attachment_905\" align=\"alignright\" width=\"300\"]<img class=\"size-full wp-image-905 \" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" /> Feels good to be right all the time.[/caption]\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd that\'s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!', 'Markup: Image Alignment', '', 'trash', 'closed', 'closed', '', 'markup-image-alignment-2__trashed', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 0, 'http://wptest.io/demo/?p=903', 0, 'post', '', 0);
INSERT INTO `wpqe_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
(2082, 1, '2009-08-06 09:39:56', '2009-08-06 16:39:56', '', 'Edge Case: No Content', '', 'trash', 'closed', 'closed', '', 'edge-case-no-content-2__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/this-post-has-no-body/', 0, 'post', '', 1),
(2083, 1, '2009-10-05 12:00:59', '2009-10-05 19:00:59', '<h2>Title should not overflow the content area</h2>\n\nA few things to check for:\n<ul>\n	<li>Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality.</li>\n	<li>Check the browser window / tab title.</li>\n	<li>If you are a plugin or widget developer, check that this text does not break anything.</li>\n</ul>\n\nThe following CSS properties will help you support non-breaking text.\n\n<pre>-ms-word-wrap: break-word;\nword-wrap: break-word;</pre>\n&nbsp;', 'Antidisestablishmentarianism', '', 'trash', 'closed', 'closed', '', 'title-should-not-overflow-the-content-area-2__trashed', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 0, 'http://wptest.io/demo/?p=877', 0, 'post', '', 0),
(2084, 1, '2013-01-11 20:22:19', '2013-01-12 03:22:19', '<h2>Headings</h2>\n<h1>Header one</h1>\n<h2>Header two</h2>\n<h3>Header three</h3>\n<h4>Header four</h4>\n<h5>Header five</h5>\n<h6>Header six</h6>\n<h2>Blockquotes</h2>\nSingle line blockquote:\n<blockquote>Stay hungry. Stay foolish.</blockquote>\nMulti line blockquote with a cite reference:\n<blockquote>People think focus means saying yes to the thing you\'ve got to focus on. But that\'s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I\'m actually as proud of the things we haven\'t done as the things I have done. Innovation is saying no to 1,000 things. </blockquote>\n<cite>Steve Jobs</cite> - Apple Worldwide Developers\' Conference, 1997\n<h2>Tables</h2>\n<table>\n<thead>\n<tr>\n<th>Employee</th>\n<th>Salary</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th><a href=\"http://example.org/\">John Doe</a></th>\n<td>$1</td>\n<td>Because that\'s all Steve Jobs needed for a salary.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Doe</a></th>\n<td>$100K</td>\n<td>For all the blogging she does.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Fred Bloggs</a></th>\n<td>$100M</td>\n<td>Pictures are worth a thousand words, right? So Jane x 1,000.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Bloggs</a></th>\n<td>$100B</td>\n<td>With hair like that?! Enough said...</td>\n</tr>\n</tbody>\n</table>\n<h2>Definition Lists</h2>\n<dl><dt>Definition List Title</dt><dd>Definition list division.</dd><dt>Startup</dt><dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd><dt>#dowork</dt><dd>Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.</dd><dt>Do It Live</dt><dd>I\'ll let Bill O\'Reilly will <a title=\"We\'ll Do It Live\" href=\"https://www.youtube.com/watch?v=O_HyZ5aW76c\">explain</a> this one.</dd></dl>\n<h2>Unordered Lists (Nested)</h2>\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n<h2>Ordered List (Nested)</h2>\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n<h2>HTML Tags</h2>\nThese supported tags come from the WordPress.com code <a title=\"Code\" href=\"http://en.support.wordpress.com/code/\">FAQ</a>.\n\n<strong>Address Tag</strong>\n\n<address>1 Infinite Loop\nCupertino, CA 95014\nUnited States</address><strong>Anchor Tag (aka. Link)</strong>\n\nThis is an example of a <a title=\"Apple\" href=\"http://apple.com\">link</a>.\n\n<strong>Abbreviation Tag</strong>\n\nThe abbreviation <abbr title=\"Seriously\">srsly</abbr> stands for \"seriously\".\n\n<strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong>\n\nThe acronym <acronym title=\"For The Win\">ftw</acronym> stands for \"for the win\".\n\n<strong>Big Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThese tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.\n\n<strong>Cite Tag</strong>\n\n\"Code is poetry.\" --<cite>Automattic</cite>\n\n<strong>Code Tag</strong>\n\nYou will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.\n\n<strong>Delete Tag</strong>\n\nThis tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).\n\n<strong>Emphasize Tag</strong>\n\nThe emphasize tag should <em>italicize</em> text.\n\n<strong>Insert Tag</strong>\n\nThis tag should denote <ins>inserted</ins> text.\n\n<strong>Keyboard Tag</strong>\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Preformatted Tag</strong>\n\nThis tag styles large blocks of code.\n<pre>.post-title {\n	margin: 0 0 5px;\n	font-weight: bold;\n	font-size: 38px;\n	line-height: 1.2;\n	and here\'s a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;\n}</pre>\n<strong>Quote Tag</strong>\n\n<q>Developers, developers, developers...</q> --Steve Ballmer\n\n<strong>Strike Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis tag shows <span style=\"text-decoration:line-through\">strike-through text</span>\n\n<strong>Strong Tag</strong>\n\nThis tag shows <strong>bold<strong> text.</strong></strong>\n\n<strong>Subscript Tag</strong>\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n<strong>Superscript Tag</strong>\n\nStill sticking with science and Isaac Newton\'s E = MC<sup>2</sup>, which should lift the 2 up.\n\n<strong>Teletype Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Variable Tag</strong>\n\nThis allows you to denote <var>variables</var>.', 'Markup: HTML Tags and Formatting', '', 'trash', 'closed', 'closed', '', 'markup-html-tags-and-formatting-2__trashed', '', '', '2020-04-11 09:03:06', '2020-04-11 09:03:06', '', 0, 'http://wptest.io/demo/?p=919', 0, 'post', '', 0),
(2085, 1, '2011-03-15 15:47:16', '2011-03-15 22:47:16', 'https://twitter.com/nacin/status/319508408669708289\n\nThis post tests WordPress\' <a title=\"Twitter Embeds\" href=\"http://en.support.wordpress.com/twitter/twitter-embeds/\" target=\"_blank\" rel=\"noopener noreferrer\">Twitter Embeds</a> feature.', 'Media: Twitter Embeds', '', 'trash', 'closed', 'closed', '', 'media-twitter-embeds-2__trashed', '', '', '2020-04-11 09:03:06', '2020-04-11 09:03:06', '', 0, 'http://wptest.io/demo/?p=1027', 0, 'post', '', 0),
(2086, 1, '2012-01-07 07:07:21', '2012-01-07 14:07:21', 'This is a sticky post.\n\nThere are a few things to verify:\n<ul>\n	<li>The sticky post should be distinctly recognizable in some way in comparison to normal posts. You can style the <code>.sticky</code> class if you are using the <a title=\"WordPress Codex post_class() Function\" href=\"http://codex.wordpress.org/Function_Reference/post_class\" target=\"_blank\" rel=\"noopener noreferrer\">post_class()</a> function to generate your post classes, which is a best practice.</li>\n	<li>They should show at the very top of the blog index page, even though they could be several posts back chronologically.</li>\n	<li>They should still show up again in their chronologically correct postion in time, but without the sticky indicator.</li>\n	<li>If you have a plugin or widget that lists popular posts or comments, make sure that this sticky post is not always at the top of those lists unless it really is popular.</li>\n</ul>', 'Template: Sticky', '', 'trash', 'closed', 'closed', '', 'template-sticky-2__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'http://wptest.io/demo/?p=1241', 0, 'post', '', 0),
(2087, 1, '2016-11-09 05:59:12', '2016-11-09 05:59:12', 'Welcome to <a href=\"https://themepalacedemo.com/\">Theme Palace Demo</a>. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world-3__trashed', '', '', '2020-04-11 09:03:06', '2020-04-11 09:03:06', '', 0, 'https://themepalacedemo.com/kids-education/?p=1', 0, 'post', '', 1),
(2088, 1, '2012-03-14 09:49:22', '2012-03-14 16:49:22', 'This is the post content. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. Depending on Theme-defined filters, the length of the auto-generated excerpt will vary from Theme-to-Theme. The default length for auto-generated excerpts is 55 words, so to test the excerpt auto-generation, this post must have more than 55 words.\n\nBe sure to test the formatting of the auto-generated excerpt, to ensure that it doesn\'t create any layout problems. Also, ensure that any filters applied to the excerpt, such as &lt;code&gt;excerpt_length&lt;/code&gt; and &lt;code&gt;excerpt_more&lt;/code&gt;, display properly.', 'Template: Excerpt (Generated)', '', 'trash', 'closed', 'closed', '', 'template-excerpt-generated-2__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/?p=1446', 0, 'post', '', 0),
(2089, 1, '2012-03-15 14:38:08', '2012-03-15 21:38:08', 'This is the post content. It should be displayed in place of the user-defined excerpt in single-page views.', 'Template: Excerpt (Defined)', 'This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages.', 'trash', 'closed', 'closed', '', 'template-excerpt-defined-2__trashed', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 0, 'http://wptest.io/demo/?p=993', 0, 'post', '', 0),
(2090, 1, '2016-11-11 04:53:07', '2016-11-11 04:53:07', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Enjoying swimming', '', 'trash', 'open', 'open', '', 'enjoying-swimming__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'https://themepalacedemo.com/kids-education/?p=1762', 0, 'post', '', 0),
(2091, 1, '2016-11-11 04:53:07', '2016-11-11 04:53:07', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Enjoying swimming', '', 'trash', 'open', 'open', '', 'enjoying-swimming-2__trashed', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 0, 'https://themepalacedemo.com/kids-education/?p=1762', 0, 'post', '', 0),
(2092, 1, '2016-11-11 04:56:36', '2016-11-11 04:56:36', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Boy playing with sand at Beach.', '', 'trash', 'open', 'open', '', 'boy-playing-with-sand-at-beach-2__trashed', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 0, 'https://themepalacedemo.com/kids-education/?p=1765', 0, 'post', '', 0),
(2093, 1, '2012-03-15 14:41:11', '2012-03-15 21:41:11', 'This content is before the <a title=\"The More Tag\" href=\"http://en.support.wordpress.com/splitting-content/more-tag/\" target=\"_blank\" rel=\"noopener noreferrer\">more tag</a>.\n\nRight after this sentence should be a \"continue reading\" button of some sort.\n\n<!--more-->\n\nAnd this content is after the more tag.', 'Template: More Tag', '', 'trash', 'closed', 'closed', '', 'template-more-tag-2__trashed', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 0, 'http://wptest.io/demo/?p=996', 0, 'post', '', 0),
(2094, 1, '2016-11-11 04:59:17', '2016-11-11 04:59:17', '\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.\"', 'We Provide Quality education.', '', 'trash', 'open', 'open', '', 'we-provide-quality-education-2__trashed', '', '', '2020-04-11 09:03:38', '2020-04-11 09:03:38', '', 0, 'https://themepalacedemo.com/kids-education/?p=1768', 0, 'post', '', 0),
(2096, 1, '2012-03-15 15:15:12', '2012-03-15 22:15:12', 'This post should display a <a title=\"Featured Images\" href=\"http://en.support.wordpress.com/featured-images/#setting-a-featured-image\" target=\"_blank\" rel=\"noopener noreferrer\">featured image</a>, if the theme <a title=\"Post Thumbnails\" href=\"http://codex.wordpress.org/Post_Thumbnails\" target=\"_blank\" rel=\"noopener noreferrer\">supports it</a>.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a horizontal featured image.', 'Template: Featured Image (Horizontal)', '', 'trash', 'closed', 'closed', '', 'template-featured-image-horizontal-2__trashed', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 0, 'http://wptest.io/demo/?p=1011', 0, 'post', '', 0),
(2098, 1, '2012-03-15 15:36:32', '2012-03-15 22:36:32', 'This post should display a <a title=\"Featured Images\" href=\"http://en.support.wordpress.com/featured-images/#setting-a-featured-image\" target=\"_blank\" rel=\"noopener noreferrer\">featured image</a>, if the theme <a title=\"Post Thumbnails\" href=\"http://codex.wordpress.org/Post_Thumbnails\" target=\"_blank\" rel=\"noopener noreferrer\">supports it</a>.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a vertical featured image.', 'Template: Featured Image (Vertical)', '', 'trash', 'closed', 'closed', '', 'template-featured-image-vertical-2__trashed', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 0, 'http://wptest.io/demo/?p=1016', 0, 'post', '', 0),
(2099, 1, '2016-11-11 05:00:16', '2016-11-11 05:00:16', '\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.\"', 'Bubble fun.', '', 'trash', 'open', 'open', '', 'bubble-fun-2__trashed', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 0, 'https://themepalacedemo.com/kids-education/?p=1771', 0, 'post', '', 0),
(2100, 1, '2012-01-03 10:11:37', '2012-01-03 17:11:37', 'This post tests comments in the following ways.\n<ul>\n	<li>Threaded comments up to 10 levels deep</li>\n	<li>Paginated comments (set <em><strong>Settings &gt; Discussion &gt; Break comments into pages</strong></em> to <em><strong>5</strong></em> top level comments per page)</li>\n	<li>Comment markup / formatting</li>\n	<li>Comment images</li>\n	<li>Comment videos</li>\n	<li>Author comments</li>\n	<li>Gravatars and default fallbacks</li>\n</ul>', 'Template: Comments', '', 'trash', 'open', 'closed', '', 'template-comments-2__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/comment-test/', 0, 'post', '', 19),
(2102, 1, '2012-01-01 10:17:18', '2012-01-01 17:17:18', 'This post has many pingpacks and trackbacks.\n\nThere are a few ways to list them.\n<ol>\n	<li>Above the comments</li>\n	<li>Below the comments</li>\n	<li>Included within the normal flow of comments</li>\n</ol>', 'Template: Pingbacks And Trackbacks', '', 'trash', 'closed', 'closed', '', 'template-pingbacks-an-trackbacks-3__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/many-trackbacks/', 0, 'post', '', 5),
(2104, 1, '2012-01-02 10:21:15', '2012-01-02 17:21:15', 'This post has its comments, pingbacks, and trackbacks disabled.\n\nThere should be no comment reply form, but <em>should</em> display pingbacks and trackbacks.', 'Template: Comments Disabled', '', 'trash', 'closed', 'closed', '', 'template-comments-disabled-3__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/no-comments/', 0, 'post', '', 0),
(2105, 1, '2012-01-04 09:38:05', '2012-01-04 16:38:05', 'This content, comments, pingbacks, and trackbacks should not be visible until the password is entered.', 'Template: Password Protected (the password is \"enter\")', '', 'trash', 'closed', 'closed', 'enter', 'template-password-protected-3__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'http://wpthemetestdata.wordpress.com/2007/09/04/test-with-secret-password/', 0, 'post', '', 1),
(2107, 1, '2012-01-08 10:00:20', '2012-01-08 17:00:20', 'Post Page 1\n\n<!--nextpage-->\n\nPost Page 2\n\n<!--nextpage-->\n\nPost Page 3', 'Template: Paginated', '', 'trash', 'closed', 'closed', '', 'template-paginated-3__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://noeltest.wordpress.com/?p=188', 0, 'post', '', 0),
(2108, 1, '2013-01-05 10:00:49', '2013-01-05 17:00:49', 'Verify that:\n<ul>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title renders the word \"with\" in </span><em style=\"line-height:1.714285714;font-size:1rem\">italics</em><span style=\"line-height:1.714285714;font-size:1rem\"> and the word \"markup\" in </span><strong style=\"line-height:1.714285714;font-size:1rem\">bold</strong><span style=\"line-height:1.714285714;font-size:1rem\">.</span></li>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title markup should be removed from the browser window / tab.</span></li>\n</ul>', 'Markup: Title With Markup', '', 'trash', 'closed', 'closed', '', 'markup-title-with-markup-3__trashed', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 0, 'http://wptest.io/demo/?p=861', 0, 'post', '', 0),
(2110, 1, '2013-01-05 11:00:20', '2013-01-05 18:00:20', 'Putting special characters in the title should have no adverse effect on the layout or functionality.\n\nSpecial characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.).\n<h2>Latin Character Tests</h2>\nThis is a test to see if the fonts used in this theme support basic Latin characters.\n<table>\n<tbody>\n<tr>\n<td>!</td>\n<td>\"</td>\n<td>#</td>\n<td>$</td>\n<td>%</td>\n<td>&amp;</td>\n<td>\'</td>\n<td>(</td>\n<td>)</td>\n<td>*</td>\n</tr>\n<tr>\n<td>+</td>\n<td>,</td>\n<td>-</td>\n<td>.</td>\n<td>/</td>\n<td>0</td>\n<td>1</td>\n<td>2</td>\n<td>3</td>\n<td>4</td>\n</tr>\n<tr>\n<td>5</td>\n<td>6</td>\n<td>7</td>\n<td>8</td>\n<td>9</td>\n<td>:</td>\n<td>;</td>\n<td>&gt;</td>\n<td>=</td>\n<td>&lt;</td>\n</tr>\n<tr>\n<td>?</td>\n<td>@</td>\n<td>A</td>\n<td>B</td>\n<td>C</td>\n<td>D</td>\n<td>E</td>\n<td>F</td>\n<td>G</td>\n<td>H</td>\n</tr>\n<tr>\n<td>I</td>\n<td>J</td>\n<td>K</td>\n<td>L</td>\n<td>M</td>\n<td>N</td>\n<td>O</td>\n<td>P</td>\n<td>Q</td>\n<td>R</td>\n</tr>\n<tr>\n<td>S</td>\n<td>T</td>\n<td>U</td>\n<td>V</td>\n<td>W</td>\n<td>X</td>\n<td>Y</td>\n<td>Z</td>\n<td>[</td>\n<td></td>\n</tr>\n<tr>\n<td>]</td>\n<td>^</td>\n<td>_</td>\n<td>`</td>\n<td>a</td>\n<td>b</td>\n<td>c</td>\n<td>d</td>\n<td>e</td>\n<td>f</td>\n</tr>\n<tr>\n<td>g</td>\n<td>h</td>\n<td>i</td>\n<td>j</td>\n<td>k</td>\n<td>l</td>\n<td>m</td>\n<td>n</td>\n<td>o</td>\n<td>p</td>\n</tr>\n<tr>\n<td>q</td>\n<td>r</td>\n<td>s</td>\n<td>t</td>\n<td>u</td>\n<td>v</td>\n<td>w</td>\n<td>x</td>\n<td>y</td>\n<td>z</td>\n</tr>\n<tr>\n<td>{</td>\n<td>|</td>\n<td>}</td>\n<td>~</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>', 'Markup: Title With Special Characters', '', 'trash', 'closed', 'closed', '', 'title-with-special-characters-3__trashed', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 0, 'http://wptest.io/demo/?p=867', 0, 'post', '', 0),
(2111, 1, '2013-01-09 09:00:39', '2013-01-09 16:00:39', '<h3>Default</h3>\nThis is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me.\n<h3>Left Align</h3>\n<p style=\"text-align:left\">This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it\'s views. It\'s favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment.</p>\n\n<h3>Center Align</h3>\n<p style=\"text-align:center\">This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes.</p>\n\n<h3>Right Align</h3>\n<p style=\"text-align:right\">This is a paragraph. It is right aligned. It is a bit more conservative in it\'s views. It\'s prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it\'s a pretty good shot from at least four or five football fields away. Dead on. So boss.</p>\n\n<h3>Justify Align</h3>\n<p style=\"text-align:justify\">This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it\'s place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude.</p>', 'Markup: Text Alignment', '', 'trash', 'closed', 'closed', '', 'markup-text-alignment-3__trashed', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 0, 'http://wptest.io/demo/?p=895', 0, 'post', '', 0),
(2114, 1, '2013-01-10 20:15:40', '2013-01-11 03:15:40', 'Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let\'s get started.\n\nOn the topic of alignment, it should be noted that users can choose from the options of <em>None</em>, <em>Left</em>, <em>Right, </em>and <em>Center</em>. In addition, they also get the options of <em>Thumbnail</em>, <em>Medium</em>, <em>Large</em> &amp; <em>Fullsize</em>.\n<p style=\"text-align:center\"><img class=\"size-full wp-image-906 aligncenter\" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /></p>\nThe image above happens to be <em><strong>centered</strong></em>.\n\n<strong><img class=\"size-full wp-image-904 alignleft\" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n<img class=\"alignnone  wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" />\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n<img class=\"size-full wp-image-905 alignright\" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" />\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd just when you thought we were done, we\'re going to do them all over again with captions!\n\n[caption id=\"attachment_906\" align=\"aligncenter\" width=\"580\"]<img class=\"size-full wp-image-906  \" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /> Look at 580x300 getting some <a title=\"Image Settings\" href=\"http://en.support.wordpress.com/images/image-settings/\">caption</a> love.[/caption]\n\nThe image above happens to be <em><strong>centered</strong></em>. The caption also has a link in it, just to see if it does anything funky.\n\n[caption id=\"attachment_904\" align=\"alignleft\" width=\"150\"]<img class=\"size-full wp-image-904  \" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /> Itty-bitty caption.[/caption]\n\n<strong></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n[caption id=\"attachment_907\" align=\"alignnone\" width=\"1200\"]<img class=\" wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" /> Massive image comment for your eyeballs.[/caption]\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n[caption id=\"attachment_905\" align=\"alignright\" width=\"300\"]<img class=\"size-full wp-image-905 \" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" /> Feels good to be right all the time.[/caption]\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd that\'s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!', 'Markup: Image Alignment', '', 'trash', 'closed', 'closed', '', 'markup-image-alignment-3__trashed', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 0, 'http://wptest.io/demo/?p=903', 0, 'post', '', 0),
(2115, 1, '2013-01-11 20:22:19', '2013-01-12 03:22:19', '<h2>Headings</h2>\n<h1>Header one</h1>\n<h2>Header two</h2>\n<h3>Header three</h3>\n<h4>Header four</h4>\n<h5>Header five</h5>\n<h6>Header six</h6>\n<h2>Blockquotes</h2>\nSingle line blockquote:\n<blockquote>Stay hungry. Stay foolish.</blockquote>\nMulti line blockquote with a cite reference:\n<blockquote>People think focus means saying yes to the thing you\'ve got to focus on. But that\'s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I\'m actually as proud of the things we haven\'t done as the things I have done. Innovation is saying no to 1,000 things. </blockquote>\n<cite>Steve Jobs</cite> - Apple Worldwide Developers\' Conference, 1997\n<h2>Tables</h2>\n<table>\n<thead>\n<tr>\n<th>Employee</th>\n<th>Salary</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th><a href=\"http://example.org/\">John Doe</a></th>\n<td>$1</td>\n<td>Because that\'s all Steve Jobs needed for a salary.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Doe</a></th>\n<td>$100K</td>\n<td>For all the blogging she does.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Fred Bloggs</a></th>\n<td>$100M</td>\n<td>Pictures are worth a thousand words, right? So Jane x 1,000.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Bloggs</a></th>\n<td>$100B</td>\n<td>With hair like that?! Enough said...</td>\n</tr>\n</tbody>\n</table>\n<h2>Definition Lists</h2>\n<dl><dt>Definition List Title</dt><dd>Definition list division.</dd><dt>Startup</dt><dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd><dt>#dowork</dt><dd>Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.</dd><dt>Do It Live</dt><dd>I\'ll let Bill O\'Reilly will <a title=\"We\'ll Do It Live\" href=\"https://www.youtube.com/watch?v=O_HyZ5aW76c\">explain</a> this one.</dd></dl>\n<h2>Unordered Lists (Nested)</h2>\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n<h2>Ordered List (Nested)</h2>\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n<h2>HTML Tags</h2>\nThese supported tags come from the WordPress.com code <a title=\"Code\" href=\"http://en.support.wordpress.com/code/\">FAQ</a>.\n\n<strong>Address Tag</strong>\n\n<address>1 Infinite Loop\nCupertino, CA 95014\nUnited States</address><strong>Anchor Tag (aka. Link)</strong>\n\nThis is an example of a <a title=\"Apple\" href=\"http://apple.com\">link</a>.\n\n<strong>Abbreviation Tag</strong>\n\nThe abbreviation <abbr title=\"Seriously\">srsly</abbr> stands for \"seriously\".\n\n<strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong>\n\nThe acronym <acronym title=\"For The Win\">ftw</acronym> stands for \"for the win\".\n\n<strong>Big Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThese tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.\n\n<strong>Cite Tag</strong>\n\n\"Code is poetry.\" --<cite>Automattic</cite>\n\n<strong>Code Tag</strong>\n\nYou will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.\n\n<strong>Delete Tag</strong>\n\nThis tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).\n\n<strong>Emphasize Tag</strong>\n\nThe emphasize tag should <em>italicize</em> text.\n\n<strong>Insert Tag</strong>\n\nThis tag should denote <ins>inserted</ins> text.\n\n<strong>Keyboard Tag</strong>\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Preformatted Tag</strong>\n\nThis tag styles large blocks of code.\n<pre>.post-title {\n	margin: 0 0 5px;\n	font-weight: bold;\n	font-size: 38px;\n	line-height: 1.2;\n	and here\'s a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;\n}</pre>\n<strong>Quote Tag</strong>\n\n<q>Developers, developers, developers...</q> --Steve Ballmer\n\n<strong>Strike Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis tag shows <span style=\"text-decoration:line-through\">strike-through text</span>\n\n<strong>Strong Tag</strong>\n\nThis tag shows <strong>bold<strong> text.</strong></strong>\n\n<strong>Subscript Tag</strong>\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n<strong>Superscript Tag</strong>\n\nStill sticking with science and Isaac Newton\'s E = MC<sup>2</sup>, which should lift the 2 up.\n\n<strong>Teletype Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Variable Tag</strong>\n\nThis allows you to denote <var>variables</var>.', 'Markup: HTML Tags and Formatting', '', 'trash', 'closed', 'closed', '', 'markup-html-tags-and-formatting-3__trashed', '', '', '2020-04-11 09:03:06', '2020-04-11 09:03:06', '', 0, 'http://wptest.io/demo/?p=919', 0, 'post', '', 0),
(2116, 1, '2016-11-14 04:30:42', '2016-11-14 04:30:42', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.\n<p style=\"text-align: center\"><strong>Provide your feedback using comment section below.</strong></p>', 'Parental Guidance', '', 'trash', 'open', 'open', '', 'parental-guidance-2__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'https://themepalacedemo.com/kids-education/?p=1879', 0, 'post', '', 0),
(2117, 1, '2016-11-29 11:34:21', '2016-11-29 11:34:21', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Find The Rhyme', '', 'trash', 'open', 'open', '', 'find-the-rhyme__trashed', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 0, 'https://themepalacedemo.com/kids-education/?p=1891', 0, 'post', '', 0),
(2118, 1, '2016-11-29 11:34:21', '2016-11-29 11:34:21', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Find The Rhyme', '', 'trash', 'open', 'open', '', 'find-the-rhyme-2__trashed', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 0, 'https://themepalacedemo.com/kids-education/?p=1891', 0, 'post', '', 0),
(2119, 1, '2012-01-07 07:07:21', '2012-01-07 14:07:21', 'This is a sticky post.\n\nThere are a few things to verify:\n<ul>\n	<li>The sticky post should be distinctly recognizable in some way in comparison to normal posts. You can style the <code>.sticky</code> class if you are using the <a title=\"WordPress Codex post_class() Function\" href=\"http://codex.wordpress.org/Function_Reference/post_class\" target=\"_blank\" rel=\"noopener noreferrer\">post_class()</a> function to generate your post classes, which is a best practice.</li>\n	<li>They should show at the very top of the blog index page, even though they could be several posts back chronologically.</li>\n	<li>They should still show up again in their chronologically correct postion in time, but without the sticky indicator.</li>\n	<li>If you have a plugin or widget that lists popular posts or comments, make sure that this sticky post is not always at the top of those lists unless it really is popular.</li>\n</ul>', 'Template: Sticky', '', 'trash', 'closed', 'closed', '', 'template-sticky-3__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'http://wptest.io/demo/?p=1241', 0, 'post', '', 0),
(2120, 1, '2016-11-29 11:35:21', '2016-11-29 11:35:21', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Drawing Class', '', 'trash', 'open', 'open', '', 'drawing-class__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'https://themepalacedemo.com/kids-education/?p=1892', 0, 'post', '', 0),
(2121, 1, '2016-11-29 11:35:21', '2016-11-29 11:35:21', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Drawing Class', '', 'trash', 'open', 'open', '', 'drawing-class-2__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'https://themepalacedemo.com/kids-education/?p=1892', 0, 'post', '', 0),
(2122, 1, '2012-03-14 09:49:22', '2012-03-14 16:49:22', 'This is the post content. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. Depending on Theme-defined filters, the length of the auto-generated excerpt will vary from Theme-to-Theme. The default length for auto-generated excerpts is 55 words, so to test the excerpt auto-generation, this post must have more than 55 words.\n\nBe sure to test the formatting of the auto-generated excerpt, to ensure that it doesn\'t create any layout problems. Also, ensure that any filters applied to the excerpt, such as &lt;code&gt;excerpt_length&lt;/code&gt; and &lt;code&gt;excerpt_more&lt;/code&gt;, display properly.', 'Template: Excerpt (Generated)', '', 'trash', 'closed', 'closed', '', 'template-excerpt-generated-3__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'http://wpthemetestdata.wordpress.com/?p=1446', 0, 'post', '', 0),
(2123, 1, '2016-11-29 11:35:16', '2016-11-29 11:35:16', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Quiz Competition', '', 'trash', 'open', 'open', '', 'quiz-competition-2__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'https://themepalacedemo.com/kids-education/?p=1894', 0, 'post', '', 0),
(2124, 1, '2016-11-11 04:53:07', '2016-11-11 04:53:07', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Enjoying swimming', '', 'trash', 'open', 'open', '', 'enjoying-swimming-3__trashed', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 0, 'https://themepalacedemo.com/kids-education/?p=1762', 0, 'post', '', 0),
(2125, 1, '2016-11-30 03:38:36', '2016-11-30 03:38:36', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Voluptate velit esse', '', 'trash', 'open', 'open', '', 'voluptate-velit-esse-2-2__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'https://themepalacedemo.com/kids-education/?p=1899', 0, 'post', '', 0),
(2126, 1, '2016-11-11 04:56:36', '2016-11-11 04:56:36', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Boy playing with sand at Beach.', '', 'trash', 'open', 'open', '', 'boy-playing-with-sand-at-beach-3__trashed', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 0, 'https://themepalacedemo.com/kids-education/?p=1765', 0, 'post', '', 0),
(2127, 1, '2016-11-30 03:38:34', '2016-11-30 03:38:34', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Neque Porro Quisquam Est', '', 'trash', 'open', 'open', '', 'neque-porro-quisquam-est-2-2__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'https://themepalacedemo.com/kids-education/?p=1900', 0, 'post', '', 0),
(2128, 1, '2016-11-11 04:59:17', '2016-11-11 04:59:17', '\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.\"', 'We Provide Quality education.', '', 'trash', 'open', 'open', '', 'we-provide-quality-education-3__trashed', '', '', '2020-04-11 09:03:38', '2020-04-11 09:03:38', '', 0, 'https://themepalacedemo.com/kids-education/?p=1768', 0, 'post', '', 0),
(2129, 1, '2016-11-30 03:43:42', '2016-11-30 03:43:42', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'trash', 'open', 'open', '', 'dolorem-ipsum-quia-3__trashed', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 0, 'https://themepalacedemo.com/kids-education/?p=1913', 0, 'post', '', 0),
(2130, 1, '2016-11-30 03:38:36', '2016-11-30 03:38:36', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Dolorem ipsum quia', '', 'trash', 'open', 'open', '', 'dolorem-ipsum-quia-2-2__trashed', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 0, 'https://themepalacedemo.com/kids-education/?p=1901', 0, 'post', '', 0),
(2132, 1, '2016-11-30 03:43:55', '2016-11-30 03:43:55', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'trash', 'open', 'open', '', 'voluptate-velit-esse-3__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'https://themepalacedemo.com/kids-education/?p=1914', 0, 'post', '', 0),
(2133, 1, '2016-11-30 03:43:42', '2016-11-30 03:43:42', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'trash', 'open', 'open', '', 'dolorem-ipsum-quia-3-2__trashed', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 0, 'https://themepalacedemo.com/kids-education/?p=1913', 0, 'post', '', 0),
(2134, 1, '2016-11-30 03:44:11', '2016-11-30 03:44:11', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Neque Porro Quisquam Est', '', 'trash', 'open', 'open', '', 'neque-porro-quisquam-est-3__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'https://themepalacedemo.com/kids-education/?p=1915', 0, 'post', '', 0),
(2135, 1, '2016-11-30 03:43:55', '2016-11-30 03:43:55', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'trash', 'open', 'open', '', 'voluptate-velit-esse-3-2__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'https://themepalacedemo.com/kids-education/?p=1914', 0, 'post', '', 0),
(2136, 1, '2016-11-30 03:44:33', '2016-11-30 03:44:33', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'trash', 'open', 'open', '', 'dolorem-ipsum-quia-4__trashed', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 0, 'https://themepalacedemo.com/kids-education/?p=1916', 0, 'post', '', 0),
(2137, 1, '2016-11-30 03:44:11', '2016-11-30 03:44:11', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Neque Porro Quisquam Est', '', 'trash', 'open', 'open', '', 'neque-porro-quisquam-est-3-2__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'https://themepalacedemo.com/kids-education/?p=1915', 0, 'post', '', 0),
(2138, 1, '2016-11-30 03:44:47', '2016-11-30 03:44:47', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'trash', 'open', 'open', '', 'voluptate-velit-esse-4__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'https://themepalacedemo.com/kids-education/?p=1917', 0, 'post', '', 0);
INSERT INTO `wpqe_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
(2139, 1, '2016-11-30 03:44:33', '2016-11-30 03:44:33', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'trash', 'open', 'open', '', 'dolorem-ipsum-quia-4-2__trashed', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 0, 'https://themepalacedemo.com/kids-education/?p=1916', 0, 'post', '', 0),
(2140, 1, '2016-11-11 05:00:16', '2016-11-11 05:00:16', '\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.\"', 'Bubble fun.', '', 'trash', 'open', 'open', '', 'bubble-fun-3__trashed', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 0, 'https://themepalacedemo.com/kids-education/?p=1771', 0, 'post', '', 0),
(2141, 1, '2016-11-30 03:44:47', '2016-11-30 03:44:47', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'trash', 'open', 'open', '', 'voluptate-velit-esse-4-2__trashed', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 0, 'https://themepalacedemo.com/kids-education/?p=1917', 0, 'post', '', 0),
(2148, 1, '2016-11-09 15:03:14', '2016-11-09 15:03:14', '<img class=\"alignnone wp-image-1812 size-full\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2016/11/learn-1468406_1920-min.jpg\" alt=\"learn-1468406_1920-min\" width=\"1920\" height=\"855\" />It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English.', 'What we do?', '', 'inherit', 'closed', 'closed', '', '1706-revision-v1', '', '', '2016-11-09 15:03:14', '2016-11-09 15:03:14', '', 1706, 'https://connectivism.in/2016/11/09/1706-revision-v1/', 0, 'revision', '', 0),
(2150, 1, '2016-11-14 04:30:42', '2016-11-14 04:30:42', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.\n<p style=\"text-align: center\"><strong>Provide your feedback using comment section below.</strong></p>', 'Parental Guidance', '', 'trash', 'open', 'open', '', 'parental-guidance-3__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'https://themepalacedemo.com/kids-education/?p=1879', 0, 'post', '', 0),
(2151, 1, '2016-11-29 11:34:21', '2016-11-29 11:34:21', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Find The Rhyme', '', 'trash', 'open', 'open', '', 'find-the-rhyme-3__trashed', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 0, 'https://themepalacedemo.com/kids-education/?p=1891', 0, 'post', '', 0),
(2152, 1, '2016-11-29 11:35:21', '2016-11-29 11:35:21', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Drawing Class', '', 'trash', 'open', 'open', '', 'drawing-class-3__trashed', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 0, 'https://themepalacedemo.com/kids-education/?p=1892', 0, 'post', '', 0),
(2153, 1, '2016-11-29 11:35:18', '2016-11-29 11:35:18', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Sports Day', '', 'trash', 'open', 'open', '', 'sports-day-2__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'https://themepalacedemo.com/kids-education/?p=1893', 0, 'post', '', 0),
(2154, 1, '2016-11-29 11:35:16', '2016-11-29 11:35:16', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Quiz Competition', '', 'trash', 'open', 'open', '', 'quiz-competition-3__trashed', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 0, 'https://themepalacedemo.com/kids-education/?p=1894', 0, 'post', '', 0),
(2155, 1, '2016-11-30 03:38:36', '2016-11-30 03:38:36', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Voluptate velit esse', '', 'trash', 'open', 'open', '', 'voluptate-velit-esse-2-3__trashed', '', '', '2020-04-11 09:03:38', '2020-04-11 09:03:38', '', 0, 'https://themepalacedemo.com/kids-education/?p=1899', 0, 'post', '', 0),
(2156, 1, '2016-11-30 03:38:34', '2016-11-30 03:38:34', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Neque Porro Quisquam Est', '', 'trash', 'open', 'open', '', 'neque-porro-quisquam-est-2-3__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'https://themepalacedemo.com/kids-education/?p=1900', 0, 'post', '', 0),
(2157, 1, '2016-11-30 03:38:36', '2016-11-30 03:38:36', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Dolorem ipsum quia', '', 'trash', 'open', 'open', '', 'dolorem-ipsum-quia-2-3__trashed', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 0, 'https://themepalacedemo.com/kids-education/?p=1901', 0, 'post', '', 0),
(2158, 1, '2016-11-30 03:43:42', '2016-11-30 03:43:42', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'trash', 'open', 'open', '', 'dolorem-ipsum-quia-3-3__trashed', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 0, 'https://themepalacedemo.com/kids-education/?p=1913', 0, 'post', '', 0),
(2159, 1, '2016-11-30 03:43:55', '2016-11-30 03:43:55', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'trash', 'open', 'open', '', 'voluptate-velit-esse-3-3__trashed', '', '', '2020-04-11 09:03:38', '2020-04-11 09:03:38', '', 0, 'https://themepalacedemo.com/kids-education/?p=1914', 0, 'post', '', 0),
(2160, 1, '2016-11-30 03:44:11', '2016-11-30 03:44:11', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Neque Porro Quisquam Est', '', 'trash', 'open', 'open', '', 'neque-porro-quisquam-est-3-3__trashed', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 0, 'https://themepalacedemo.com/kids-education/?p=1915', 0, 'post', '', 0),
(2161, 1, '2016-11-30 03:44:33', '2016-11-30 03:44:33', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'trash', 'open', 'open', '', 'dolorem-ipsum-quia-4-3__trashed', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 0, 'https://themepalacedemo.com/kids-education/?p=1916', 0, 'post', '', 0),
(2162, 1, '2016-11-30 03:44:47', '2016-11-30 03:44:47', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'trash', 'open', 'open', '', 'voluptate-velit-esse-4-3__trashed', '', '', '2020-04-11 09:03:38', '2020-04-11 09:03:38', '', 0, 'https://themepalacedemo.com/kids-education/?p=1917', 0, 'post', '', 0),
(2163, 1, '2007-12-11 16:23:16', '2007-12-11 06:23:16', 'Level 3 of the reverse hierarchy test.', 'Level 3', '', 'inherit', 'closed', 'closed', '', '2023-revision-v1', '', '', '2007-12-11 16:23:16', '2007-12-11 06:23:16', '', 2023, 'https://connectivism.in/2007/12/11/2023-revision-v1/', 0, 'revision', '', 0),
(2164, 1, '2007-12-11 16:23:33', '2007-12-11 06:23:33', 'Level 2 of the reverse hierarchy test.', 'Level 2', '', 'inherit', 'closed', 'closed', '', '2024-revision-v1', '', '', '2007-12-11 16:23:33', '2007-12-11 06:23:33', '', 2024, 'https://connectivism.in/2007/12/11/2024-revision-v1/', 0, 'revision', '', 0),
(2165, 1, '2020-04-07 07:43:05', '2020-04-07 07:43:05', '', 'One Click Demo Import - log_file_2020-04-07__07-43-05', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2020-04-07__07-43-05', '', '', '2020-04-07 07:43:05', '2020-04-07 07:43:05', '', 0, 'https://connectivism.in/wp-content/uploads/2020/04/log_file_2020-04-07__07-43-05.txt', 0, 'attachment', 'text/plain', 0),
(2166, 1, '2020-04-07 07:43:58', '2020-04-07 07:43:58', '', 'One Click Demo Import - log_file_2020-04-07__07-43-58', '', 'inherit', 'open', 'closed', '', 'one-click-demo-import-log_file_2020-04-07__07-43-58', '', '', '2020-04-07 07:43:58', '2020-04-07 07:43:58', '', 0, 'https://connectivism.in/wp-content/uploads/2020/04/log_file_2020-04-07__07-43-58.txt', 0, 'attachment', 'text/plain', 0),
(2167, 1, '2020-04-07 07:43:59', '2020-04-07 07:43:59', '', 'gallery-03', '', 'inherit', 'open', 'closed', '', 'gallery-03-3', '', '', '2020-04-07 07:43:59', '2020-04-07 07:43:59', '', 0, 'https://connectivism.in/wp-content/uploads/2020/04/gallery-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(2173, 1, '2020-04-07 08:08:11', '2020-04-07 08:08:11', 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism-1.png', 'cropped-connectivism-1.png', '', 'inherit', 'open', 'closed', '', 'cropped-connectivism-1-png', '', '', '2020-04-07 08:08:11', '2020-04-07 08:08:11', '', 0, 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism-1.png', 0, 'attachment', 'image/png', 0),
(2179, 1, '2020-04-07 10:50:38', '2020-04-07 10:50:38', '<!-- wp:cover {\"url\":\"https://connectivism.in/wp-content/uploads/2020/04/other-small.jpg\",\"id\":2180,\"dimRatio\":0} -->\n			<div class=\"wp-block-cover\" style=\"background-image:url(https://connectivism.in/wp-content/uploads/2020/04/other-small.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"textColor\":\"white\",\"fontSize\":\"large\"} -->\n			<p class=\"has-text-align-center has-large-font-size\">Welcome to the store</p>\n			<!-- /wp:paragraph -->\n\n			<!-- wp:paragraph {\"align\":\"center\",\"textColor\":\"white\"} -->\n			<p class=\"has-text-color has-text-align-center\">Write a short welcome message here</p>\n			<!-- /wp:paragraph -->\n\n			<!-- wp:button {\"align\":\"center\"} -->\n			<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\">Go shopping</a></div>\n			<!-- /wp:button --></div></div>\n			<!-- /wp:cover -->\n				<!-- wp:heading {\"align\":\"center\"} -->\n				<h2 style=\"text-align:center\">Shop by Category</h2>\n				<!-- /wp:heading -->\n				<!-- wp:shortcode -->\n				[product_categories limit=\"3\" columns=\"3\" orderby=\"menu_order\"]\n				<!-- /wp:shortcode -->\n				<!-- wp:heading {\"align\":\"center\"} -->\n				<h2 style=\"text-align:center\">New In</h2>\n				<!-- /wp:heading -->\n				<!-- wp:woocommerce/product-new {\"columns\":4} -->\n				<div class=\"wp-block-woocommerce-product-new\">[products limit=\"4\" columns=\"4\" orderby=\"date\" order=\"DESC\"]</div>\n				<!-- /wp:woocommerce/product-new -->\n				<!-- wp:heading {\"align\":\"center\"} -->\n				<h2 style=\"text-align:center\">Fan Favorites</h2>\n				<!-- /wp:heading -->\n				<!-- wp:woocommerce/product-top-rated {\"columns\":4} -->\n				<div class=\"wp-block-woocommerce-product-top-rated\">[products limit=\"4\" columns=\"4\" orderby=\"rating\"]</div>\n				<!-- /wp:woocommerce/product-top-rated -->\n				<!-- wp:heading {\"align\":\"center\"} -->\n				<h2 style=\"text-align:center\">On Sale</h2>\n				<!-- /wp:heading -->\n				<!-- wp:woocommerce/product-on-sale {\"columns\":4} -->\n				<div class=\"wp-block-woocommerce-product-on-sale\">[products limit=\"4\" columns=\"4\" orderby=\"date\" order=\"DESC\" on_sale=\"1\"]</div>\n				<!-- /wp:woocommerce/product-on-sale -->\n				<!-- wp:heading {\"align\":\"center\"} -->\n				<h2 style=\"text-align:center\">Best Sellers</h2>\n				<!-- /wp:heading -->\n				<!-- wp:woocommerce/product-best-sellers {\"columns\":4} -->\n				<div class=\"wp-block-woocommerce-product-best-sellers\">[products limit=\"4\" columns=\"4\" best_selling=\"1\"]</div>\n				<!-- /wp:woocommerce/product-best-sellers -->\n			', 'Homepage', '', 'publish', 'closed', 'closed', '', 'homepage', '', '', '2020-04-07 10:50:39', '2020-04-07 10:50:39', '', 0, 'https://connectivism.in/homepage/', 0, 'page', '', 0),
(2180, 1, '2020-04-07 10:50:38', '2020-04-07 10:50:38', '', 'other-small', '', 'inherit', 'open', 'closed', '', 'other-small', '', '', '2020-04-07 10:50:38', '2020-04-07 10:50:38', '', 2179, 'https://connectivism.in/wp-content/uploads/2020/04/other-small.jpg', 0, 'attachment', 'image/jpeg', 0),
(2181, 1, '2020-04-07 10:50:39', '2020-04-07 10:50:39', '<!-- wp:cover {\"url\":\"https://connectivism.in/wp-content/uploads/2020/04/other-small.jpg\",\"id\":2180,\"dimRatio\":0} -->\n			<div class=\"wp-block-cover\" style=\"background-image:url(https://connectivism.in/wp-content/uploads/2020/04/other-small.jpg)\"><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"textColor\":\"white\",\"fontSize\":\"large\"} -->\n			<p class=\"has-text-align-center has-large-font-size\">Welcome to the store</p>\n			<!-- /wp:paragraph -->\n\n			<!-- wp:paragraph {\"align\":\"center\",\"textColor\":\"white\"} -->\n			<p class=\"has-text-color has-text-align-center\">Write a short welcome message here</p>\n			<!-- /wp:paragraph -->\n\n			<!-- wp:button {\"align\":\"center\"} -->\n			<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\">Go shopping</a></div>\n			<!-- /wp:button --></div></div>\n			<!-- /wp:cover -->\n				<!-- wp:heading {\"align\":\"center\"} -->\n				<h2 style=\"text-align:center\">Shop by Category</h2>\n				<!-- /wp:heading -->\n				<!-- wp:shortcode -->\n				[product_categories limit=\"3\" columns=\"3\" orderby=\"menu_order\"]\n				<!-- /wp:shortcode -->\n				<!-- wp:heading {\"align\":\"center\"} -->\n				<h2 style=\"text-align:center\">New In</h2>\n				<!-- /wp:heading -->\n				<!-- wp:woocommerce/product-new {\"columns\":4} -->\n				<div class=\"wp-block-woocommerce-product-new\">[products limit=\"4\" columns=\"4\" orderby=\"date\" order=\"DESC\"]</div>\n				<!-- /wp:woocommerce/product-new -->\n				<!-- wp:heading {\"align\":\"center\"} -->\n				<h2 style=\"text-align:center\">Fan Favorites</h2>\n				<!-- /wp:heading -->\n				<!-- wp:woocommerce/product-top-rated {\"columns\":4} -->\n				<div class=\"wp-block-woocommerce-product-top-rated\">[products limit=\"4\" columns=\"4\" orderby=\"rating\"]</div>\n				<!-- /wp:woocommerce/product-top-rated -->\n				<!-- wp:heading {\"align\":\"center\"} -->\n				<h2 style=\"text-align:center\">On Sale</h2>\n				<!-- /wp:heading -->\n				<!-- wp:woocommerce/product-on-sale {\"columns\":4} -->\n				<div class=\"wp-block-woocommerce-product-on-sale\">[products limit=\"4\" columns=\"4\" orderby=\"date\" order=\"DESC\" on_sale=\"1\"]</div>\n				<!-- /wp:woocommerce/product-on-sale -->\n				<!-- wp:heading {\"align\":\"center\"} -->\n				<h2 style=\"text-align:center\">Best Sellers</h2>\n				<!-- /wp:heading -->\n				<!-- wp:woocommerce/product-best-sellers {\"columns\":4} -->\n				<div class=\"wp-block-woocommerce-product-best-sellers\">[products limit=\"4\" columns=\"4\" best_selling=\"1\"]</div>\n				<!-- /wp:woocommerce/product-best-sellers -->\n			', 'Homepage', '', 'inherit', 'closed', 'closed', '', '2179-revision-v1', '', '', '2020-04-07 10:50:39', '2020-04-07 10:50:39', '', 2179, 'https://connectivism.in/2020/04/07/2179-revision-v1/', 0, 'revision', '', 0),
(2219, 1, '2020-04-09 07:39:42', '2020-04-09 07:39:42', '{\n    \"kids-education::nav_menu_locations[left-header-menu]\": {\n        \"value\": 199,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:38:57\"\n    },\n    \"kids-education::nav_menu_locations[right-header-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:38:57\"\n    },\n    \"nav_menu_item[1961]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 1961,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Classes\",\n            \"url\": \"https://connectivism.in/classes\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"classes\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 197,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:39:42\"\n    },\n    \"nav_menu_item[1991]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 1991,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Events\",\n            \"url\": \"https://connectivism.in/events\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"fa-calendar-check-o\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 197,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:39:42\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a39c6e84-83c5-46a6-b8de-c514e527aa6d', '', '', '2020-04-09 07:39:42', '2020-04-09 07:39:42', '', 0, 'https://connectivism.in/?p=2219', 0, 'customize_changeset', '', 0),
(2220, 1, '2020-04-09 07:40:43', '2020-04-09 07:40:43', '{\n    \"kids-education::nav_menu_locations[left-header-menu]\": {\n        \"value\": 196,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:40:43\"\n    },\n    \"nav_menu_item[-1303629226526621700]\": {\n        \"value\": {\n            \"object_id\": 2046,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"Blog\",\n            \"url\": \"https://connectivism.in/blog-2/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Blog\",\n            \"nav_menu_term_id\": 196,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:40:43\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'ed8aa1f0-1a90-47f6-ab4b-d1c1bef55a39', '', '', '2020-04-09 07:40:43', '2020-04-09 07:40:43', '', 0, 'https://connectivism.in/ed8aa1f0-1a90-47f6-ab4b-d1c1bef55a39/', 0, 'customize_changeset', '', 0),
(2222, 1, '2020-04-09 07:41:18', '2020-04-09 07:41:18', '{\n    \"kids-education::nav_menu_locations[right-header-menu]\": {\n        \"value\": 197,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:40:58\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1da69ff7-428d-4dbd-9b8d-197c86c09741', '', '', '2020-04-09 07:41:18', '2020-04-09 07:41:18', '', 0, 'https://connectivism.in/?p=2222', 0, 'customize_changeset', '', 0),
(2223, 1, '2020-04-09 08:03:59', '2020-04-09 08:03:59', '{\n    \"nav_menu_item[1715]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:43:56\"\n    },\n    \"nav_menu_item[1996]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:43:56\"\n    },\n    \"nav_menu_item[2221]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:43:56\"\n    },\n    \"nav_menu_item[-8899737604861016000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 08:01:48\"\n    },\n    \"nav_menu_item[-2274298916532060200]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:57:02\"\n    },\n    \"nav_menu_item[-6284968264305009000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:57:02\"\n    },\n    \"nav_menu_item[-6303638973654493000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 08:03:59\"\n    },\n    \"nav_menu_item[-4015976596829921300]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:57:48\"\n    },\n    \"nav_menu_item[-8080443038982617000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:57:48\"\n    },\n    \"nav_menu_item[-6463870789210685000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:57:48\"\n    },\n    \"nav_menu_item[-1644931511256447000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:57:48\"\n    },\n    \"nav_menu_item[-2979878600127312000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 07:57:48\"\n    },\n    \"nav_menu_item[-4538325515529812000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 08:01:48\"\n    },\n    \"nav_menu_item[-8600102608985760000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 08:01:48\"\n    },\n    \"nav_menu_item[-6898382381577818000]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"custom\",\n            \"menu_item_parent\": 0,\n            \"position\": 2,\n            \"type\": \"custom\",\n            \"title\": \"\\u0935\\u094d\\u0939\\u093f\\u0921\\u0940\\u0913\",\n            \"url\": \"https://connectivism.in/videos\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"\\u0935\\u094d\\u0939\\u093f\\u0921\\u0940\\u0913\",\n            \"nav_menu_term_id\": 196,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 08:03:48\"\n    },\n    \"nav_menu_item[-8462725163834294000]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"custom\",\n            \"menu_item_parent\": -8600102608985760000,\n            \"position\": 3,\n            \"type\": \"custom\",\n            \"title\": \"\\u092a\\u0942\\u0930\\u094d\\u0935 \\u092a\\u094d\\u0930\\u093e\\u0925\\u092e\\u093f\\u0915 \",\n            \"url\": \"#\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"\\u092a\\u0942\\u0930\\u094d\\u0935 \\u092a\\u094d\\u0930\\u093e\\u0925\\u092e\\u093f\\u0915 \",\n            \"nav_menu_term_id\": 196,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 08:03:48\"\n    },\n    \"nav_menu_item[-5359871751797395000]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"custom\",\n            \"menu_item_parent\": -8600102608985760000,\n            \"position\": 4,\n            \"type\": \"custom\",\n            \"title\": \"\\u092a\\u094d\\u0930\\u093e\\u0925\\u092e\\u093f\\u0915\",\n            \"url\": \"#\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"\\u092a\\u094d\\u0930\\u093e\\u0925\\u092e\\u093f\\u0915\",\n            \"nav_menu_term_id\": 196,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 08:03:48\"\n    },\n    \"nav_menu_item[-7956725399116786000]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"custom\",\n            \"menu_item_parent\": -8600102608985760000,\n            \"position\": 5,\n            \"type\": \"custom\",\n            \"title\": \"\\u092e\\u093e\\u0927\\u094d\\u092f\\u092e\\u093f\\u0915\",\n            \"url\": \"#\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"\\u092e\\u093e\\u0927\\u094d\\u092f\\u092e\\u093f\\u0915\",\n            \"nav_menu_term_id\": 196,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 08:03:48\"\n    },\n    \"nav_menu_item[-6408925310133893000]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"custom\",\n            \"menu_item_parent\": -8600102608985760000,\n            \"position\": 6,\n            \"type\": \"custom\",\n            \"title\": \"\\u0909\\u091a\\u094d\\u091a \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e\\u093f\\u0915\",\n            \"url\": \"#\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"\\u0909\\u091a\\u094d\\u091a \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e\\u093f\\u0915\",\n            \"nav_menu_term_id\": 196,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 08:03:59\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '627bf7e3-e5be-4816-ad38-9ec3e5d7ef93', '', '', '2020-04-09 08:03:59', '2020-04-09 08:03:59', '', 0, 'https://connectivism.in/?p=2223', 0, 'customize_changeset', '', 0),
(2225, 1, '2020-04-09 08:05:09', '2020-04-09 08:05:09', '{\n    \"kids-education::nav_menu_locations[left-header-menu]\": {\n        \"value\": 193,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 08:05:09\"\n    },\n    \"kids-education::nav_menu_locations[right-header-menu]\": {\n        \"value\": 193,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 08:05:09\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'af750916-997d-44cb-a13c-3f20cf4da1c6', '', '', '2020-04-09 08:05:09', '2020-04-09 08:05:09', '', 0, 'https://connectivism.in/af750916-997d-44cb-a13c-3f20cf4da1c6/', 0, 'customize_changeset', '', 0),
(2226, 1, '2020-04-09 08:07:53', '0000-00-00 00:00:00', '', 'व्हिडीओ', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-04-09 08:07:53', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2226', 1, 'nav_menu_item', '', 0),
(2227, 1, '2020-04-09 08:08:07', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-04-09 08:08:07', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2227', 1, 'nav_menu_item', '', 0),
(2228, 1, '2020-04-09 09:41:08', '0000-00-00 00:00:00', '', 'पुस्तके', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-04-09 09:41:08', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2228', 1, 'nav_menu_item', '', 0),
(2229, 1, '2020-04-09 09:41:36', '0000-00-00 00:00:00', '', 'प्रश्नपत्रिका', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-04-09 09:41:36', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2229', 1, 'nav_menu_item', '', 0),
(2230, 1, '2020-04-09 10:09:23', '2020-04-09 10:09:23', 'This post is scheduled to be published in the future.\n\nIt should not be displayed by the theme.', 'Scheduled', '', 'inherit', 'closed', 'closed', '', '1153-revision-v1', '', '', '2020-04-09 10:09:23', '2020-04-09 10:09:23', '', 1153, 'https://connectivism.in/1153-revision-v1/', 0, 'revision', '', 0),
(2231, 1, '2020-04-09 10:09:47', '2020-04-09 10:09:47', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'inherit', 'closed', 'closed', '', '2141-revision-v1', '', '', '2020-04-09 10:09:47', '2020-04-09 10:09:47', '', 2141, 'https://connectivism.in/2141-revision-v1/', 0, 'revision', '', 0),
(2232, 1, '2020-04-09 10:10:04', '2020-04-09 10:10:04', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'inherit', 'closed', 'closed', '', '2136-revision-v1', '', '', '2020-04-09 10:10:04', '2020-04-09 10:10:04', '', 2136, 'https://connectivism.in/2136-revision-v1/', 0, 'revision', '', 0),
(2233, 1, '2020-04-09 10:10:20', '2020-04-09 10:10:20', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Neque Porro Quisquam Est', '', 'inherit', 'closed', 'closed', '', '2137-revision-v1', '', '', '2020-04-09 10:10:20', '2020-04-09 10:10:20', '', 2137, 'https://connectivism.in/2137-revision-v1/', 0, 'revision', '', 0),
(2234, 1, '2020-04-09 10:11:09', '2020-04-09 10:11:09', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Voluptate velit esse', '', 'inherit', 'closed', 'closed', '', '2125-revision-v1', '', '', '2020-04-09 10:11:09', '2020-04-09 10:11:09', '', 2125, 'https://connectivism.in/2125-revision-v1/', 0, 'revision', '', 0),
(2235, 1, '2020-04-09 10:11:23', '2020-04-09 10:11:23', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Drawing Class', '', 'inherit', 'closed', 'closed', '', '2121-revision-v1', '', '', '2020-04-09 10:11:23', '2020-04-09 10:11:23', '', 2121, 'https://connectivism.in/2121-revision-v1/', 0, 'revision', '', 0),
(2236, 1, '2020-04-09 10:14:00', '2020-04-09 10:14:00', ' ', '', '', 'publish', 'closed', 'closed', '', '2236', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2236', 1, 'nav_menu_item', '', 0),
(2237, 1, '2020-04-09 10:14:00', '2020-04-09 10:14:00', '', 'Videos', '', 'publish', 'closed', 'closed', '', '%e0%a4%b5%e0%a5%8d%e0%a4%b9%e0%a4%bf%e0%a4%a1%e0%a4%bf%e0%a4%93', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2237', 21, 'nav_menu_item', '', 0),
(2238, 1, '2020-04-09 10:14:00', '2020-04-09 10:14:00', '', 'Books', '', 'publish', 'closed', 'closed', '', '%e0%a4%aa%e0%a5%81%e0%a4%b8%e0%a5%8d%e0%a4%a4%e0%a4%95%e0%a5%87', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2238', 2, 'nav_menu_item', '', 0),
(2239, 1, '2020-04-09 10:14:00', '2020-04-09 10:14:00', '', 'Question Papers', '', 'publish', 'closed', 'closed', '', '%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%b6%e0%a5%8d%e0%a4%a8%e0%a4%aa%e0%a4%a4%e0%a5%8d%e0%a4%b0%e0%a4%bf%e0%a4%95%e0%a4%be', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2239', 3, 'nav_menu_item', '', 0),
(2240, 1, '2020-04-09 10:14:28', '2020-04-09 10:14:28', 'This post is scheduled to be published in the future.\n\nIt should not be displayed by the theme.', 'Scheduled', '', 'inherit', 'closed', 'closed', '', '2043-revision-v1', '', '', '2020-04-09 10:14:28', '2020-04-09 10:14:28', '', 2043, 'https://connectivism.in/2043-revision-v1/', 0, 'revision', '', 0),
(2241, 1, '2020-04-09 10:14:40', '2020-04-09 10:14:40', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'inherit', 'closed', 'closed', '', '2138-revision-v1', '', '', '2020-04-09 10:14:40', '2020-04-09 10:14:40', '', 2138, 'https://connectivism.in/2138-revision-v1/', 0, 'revision', '', 0),
(2242, 1, '2020-04-09 10:14:51', '2020-04-09 10:14:51', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'inherit', 'closed', 'closed', '', '2162-revision-v1', '', '', '2020-04-09 10:14:51', '2020-04-09 10:14:51', '', 2162, 'https://connectivism.in/2162-revision-v1/', 0, 'revision', '', 0),
(2243, 1, '2020-04-09 10:15:01', '2020-04-09 10:15:01', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'inherit', 'closed', 'closed', '', '2139-revision-v1', '', '', '2020-04-09 10:15:01', '2020-04-09 10:15:01', '', 2139, 'https://connectivism.in/2139-revision-v1/', 0, 'revision', '', 0),
(2244, 1, '2020-04-09 10:15:19', '2020-04-09 10:15:19', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Neque Porro Quisquam Est', '', 'inherit', 'closed', 'closed', '', '2134-revision-v1', '', '', '2020-04-09 10:15:19', '2020-04-09 10:15:19', '', 2134, 'https://connectivism.in/2134-revision-v1/', 0, 'revision', '', 0),
(2245, 1, '2020-04-09 10:15:31', '2020-04-09 10:15:31', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Neque Porro Quisquam Est', '', 'inherit', 'closed', 'closed', '', '2160-revision-v1', '', '', '2020-04-09 10:15:31', '2020-04-09 10:15:31', '', 2160, 'https://connectivism.in/2160-revision-v1/', 0, 'revision', '', 0),
(2246, 1, '2020-04-09 10:15:44', '2020-04-09 10:15:44', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'inherit', 'closed', 'closed', '', '2159-revision-v1', '', '', '2020-04-09 10:15:44', '2020-04-09 10:15:44', '', 2159, 'https://connectivism.in/2159-revision-v1/', 0, 'revision', '', 0),
(2247, 1, '2020-04-09 10:16:01', '2020-04-09 10:16:01', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'inherit', 'closed', 'closed', '', '2132-revision-v1', '', '', '2020-04-09 10:16:01', '2020-04-09 10:16:01', '', 2132, 'https://connectivism.in/2132-revision-v1/', 0, 'revision', '', 0),
(2248, 1, '2020-04-09 10:16:11', '2020-04-09 10:16:11', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Voluptate velit esse', '', 'inherit', 'closed', 'closed', '', '2135-revision-v1', '', '', '2020-04-09 10:16:11', '2020-04-09 10:16:11', '', 2135, 'https://connectivism.in/2135-revision-v1/', 0, 'revision', '', 0),
(2249, 1, '2020-04-09 10:16:20', '2020-04-09 10:16:20', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'inherit', 'closed', 'closed', '', '2133-revision-v1', '', '', '2020-04-09 10:16:20', '2020-04-09 10:16:20', '', 2133, 'https://connectivism.in/2133-revision-v1/', 0, 'revision', '', 0),
(2250, 1, '2020-04-09 10:16:27', '2020-04-09 10:16:27', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'inherit', 'closed', 'closed', '', '2129-revision-v1', '', '', '2020-04-09 10:16:27', '2020-04-09 10:16:27', '', 2129, 'https://connectivism.in/2129-revision-v1/', 0, 'revision', '', 0),
(2261, 1, '2020-04-09 10:18:50', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-04-09 10:18:50', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2261', 1, 'nav_menu_item', '', 0),
(2262, 1, '2020-04-09 10:18:50', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-04-09 10:18:50', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2262', 1, 'nav_menu_item', '', 0),
(2263, 1, '2020-04-09 10:18:50', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-04-09 10:18:50', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2263', 1, 'nav_menu_item', '', 0),
(2264, 1, '2020-04-09 10:18:50', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-04-09 10:18:50', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2264', 1, 'nav_menu_item', '', 0),
(2265, 1, '2020-04-09 10:18:50', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-04-09 10:18:50', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2265', 1, 'nav_menu_item', '', 0),
(2276, 1, '2020-04-09 10:26:01', '2020-04-09 10:26:01', '{\n    \"kids-education::nav_menu_locations[right-header-menu]\": {\n        \"value\": 196,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 10:24:34\"\n    },\n    \"nav_menu_item[2224]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 10:24:34\"\n    },\n    \"nav_menu_item[-2545860475727530000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 10:25:34\"\n    },\n    \"nav_menu_item[-6927632221090228000]\": {\n        \"value\": {\n            \"object_id\": 2055,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"Contact Us\",\n            \"url\": \"https://connectivism.in/contact-us-2/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Contact Us\",\n            \"nav_menu_term_id\": 196,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 10:26:01\"\n    },\n    \"nav_menu_item[-2166613753591795700]\": {\n        \"value\": {\n            \"object_id\": 1774,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"post_type\",\n            \"title\": \"About Us\",\n            \"url\": \"https://connectivism.in/about-us/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"About Us\",\n            \"nav_menu_term_id\": 196,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 10:25:34\"\n    },\n    \"nav_menu_item[1716]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 10:25:34\"\n    },\n    \"nav_menu_item[-2603015652879675400]\": {\n        \"value\": {\n            \"object_id\": 2046,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 1,\n            \"type\": \"post_type\",\n            \"title\": \"Blog\",\n            \"url\": \"https://connectivism.in/blog-2/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Blog\",\n            \"nav_menu_term_id\": 196,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 10:26:01\"\n    },\n    \"nav_menu_item[-7478541754407494000]\": {\n        \"value\": {\n            \"object_id\": 1983,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 2,\n            \"type\": \"post_type\",\n            \"title\": \"Shop\",\n            \"url\": \"https://connectivism.in/shop/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Shop\",\n            \"nav_menu_term_id\": 196,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 10:26:01\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f8b8ff70-a9bf-425a-a80f-fced75b4a354', '', '', '2020-04-09 10:26:01', '2020-04-09 10:26:01', '', 0, 'https://connectivism.in/?p=2276', 0, 'customize_changeset', '', 0),
(2277, 1, '2020-04-09 10:26:01', '2020-04-09 10:26:01', ' ', '', '', 'publish', 'closed', 'closed', '', '2277', '', '', '2020-04-09 10:26:01', '2020-04-09 10:26:01', '', 0, 'https://connectivism.in/2277/', 4, 'nav_menu_item', '', 0),
(2278, 1, '2020-04-09 10:26:01', '2020-04-09 10:26:01', ' ', '', '', 'publish', 'closed', 'closed', '', '2278', '', '', '2020-04-09 10:26:01', '2020-04-09 10:26:01', '', 0, 'https://connectivism.in/2278/', 3, 'nav_menu_item', '', 0),
(2279, 1, '2020-04-09 10:26:01', '2020-04-09 10:26:01', ' ', '', '', 'publish', 'closed', 'closed', '', '2279', '', '', '2020-04-09 10:26:01', '2020-04-09 10:26:01', '', 0, 'https://connectivism.in/2279/', 1, 'nav_menu_item', '', 0),
(2280, 1, '2020-04-09 10:26:01', '2020-04-09 10:26:01', ' ', '', '', 'publish', 'closed', 'closed', '', '2280', '', '', '2020-04-09 10:26:01', '2020-04-09 10:26:01', '', 0, 'https://connectivism.in/2280/', 2, 'nav_menu_item', '', 0),
(2281, 1, '2020-04-09 10:26:31', '2020-04-09 10:26:31', '{\n    \"nav_menu_item[2236]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 2057,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://connectivism.in/home-2-2/\",\n            \"title\": \"\\u092e\\u0941\\u0916\\u094d\\u092f\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"Home\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-09 10:26:31\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c3f05388-3809-4337-b8d7-ff5a33628b4f', '', '', '2020-04-09 10:26:31', '2020-04-09 10:26:31', '', 0, 'https://connectivism.in/c3f05388-3809-4337-b8d7-ff5a33628b4f/', 0, 'customize_changeset', '', 0),
(2283, 1, '2020-04-11 08:56:29', '2020-04-11 08:56:29', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=Wodi6W5syZc\\u0026t=342s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Wodi6W5syZc&amp;t=342s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 's', '', 'trash', 'open', 'open', '', '__trashed', '', '', '2020-04-11 08:56:29', '2020-04-11 08:56:29', '', 0, 'https://connectivism.in/?p=2283', 0, 'post', '', 0),
(2285, 1, '2020-04-11 07:52:09', '2020-04-11 07:52:09', '<iframe title=\"फळांच्या फोडी\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/Wodi6W5syZc?start=342&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '34ba79c9fd47785031d46dc43c27cff0', '', '', '2020-04-11 07:52:09', '2020-04-11 07:52:09', '', 0, 'https://connectivism.in/34ba79c9fd47785031d46dc43c27cff0/', 0, 'oembed_cache', '', 0),
(2293, 1, '2020-04-11 08:56:29', '2020-04-11 08:56:29', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=Wodi6W5syZc\\u0026t=342s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Wodi6W5syZc&amp;t=342s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 's', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-04-11 08:56:29', '2020-04-11 08:56:29', '', 2283, 'https://connectivism.in/2283-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpqe_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
(2294, 1, '2020-04-11 09:00:28', '2020-04-11 09:00:28', 'Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let\'s get started.\n\nOn the topic of alignment, it should be noted that users can choose from the options of <em>None</em>, <em>Left</em>, <em>Right, </em>and <em>Center</em>. In addition, they also get the options of <em>Thumbnail</em>, <em>Medium</em>, <em>Large</em> &amp; <em>Fullsize</em>.\n<p style=\"text-align:center\"><img class=\"size-full wp-image-906 aligncenter\" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /></p>\nThe image above happens to be <em><strong>centered</strong></em>.\n\n<strong><img class=\"size-full wp-image-904 alignleft\" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n<img class=\"alignnone  wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" />\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n<img class=\"size-full wp-image-905 alignright\" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" />\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd just when you thought we were done, we\'re going to do them all over again with captions!\n\n[caption id=\"attachment_906\" align=\"aligncenter\" width=\"580\"]<img class=\"size-full wp-image-906  \" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /> Look at 580x300 getting some <a title=\"Image Settings\" href=\"http://en.support.wordpress.com/images/image-settings/\">caption</a> love.[/caption]\n\nThe image above happens to be <em><strong>centered</strong></em>. The caption also has a link in it, just to see if it does anything funky.\n\n[caption id=\"attachment_904\" align=\"alignleft\" width=\"150\"]<img class=\"size-full wp-image-904  \" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /> Itty-bitty caption.[/caption]\n\n<strong></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n[caption id=\"attachment_907\" align=\"alignnone\" width=\"1200\"]<img class=\" wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" /> Massive image comment for your eyeballs.[/caption]\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n[caption id=\"attachment_905\" align=\"alignright\" width=\"300\"]<img class=\"size-full wp-image-905 \" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" /> Feels good to be right all the time.[/caption]\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd that\'s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!', 'Markup: Image Alignment', '', 'inherit', 'closed', 'closed', '', '2081-revision-v1', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 2081, 'https://connectivism.in/2081-revision-v1/', 0, 'revision', '', 0),
(2295, 1, '2020-04-11 09:00:28', '2020-04-11 09:00:28', 'Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let\'s get started.\n\nOn the topic of alignment, it should be noted that users can choose from the options of <em>None</em>, <em>Left</em>, <em>Right, </em>and <em>Center</em>. In addition, they also get the options of <em>Thumbnail</em>, <em>Medium</em>, <em>Large</em> &amp; <em>Fullsize</em>.\n<p style=\"text-align:center\"><img class=\"size-full wp-image-906 aligncenter\" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /></p>\nThe image above happens to be <em><strong>centered</strong></em>.\n\n<strong><img class=\"size-full wp-image-904 alignleft\" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n<img class=\"alignnone  wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" />\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n<img class=\"size-full wp-image-905 alignright\" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" />\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd just when you thought we were done, we\'re going to do them all over again with captions!\n\n[caption id=\"attachment_906\" align=\"aligncenter\" width=\"580\"]<img class=\"size-full wp-image-906  \" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /> Look at 580x300 getting some <a title=\"Image Settings\" href=\"http://en.support.wordpress.com/images/image-settings/\">caption</a> love.[/caption]\n\nThe image above happens to be <em><strong>centered</strong></em>. The caption also has a link in it, just to see if it does anything funky.\n\n[caption id=\"attachment_904\" align=\"alignleft\" width=\"150\"]<img class=\"size-full wp-image-904  \" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /> Itty-bitty caption.[/caption]\n\n<strong></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n[caption id=\"attachment_907\" align=\"alignnone\" width=\"1200\"]<img class=\" wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" /> Massive image comment for your eyeballs.[/caption]\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n[caption id=\"attachment_905\" align=\"alignright\" width=\"300\"]<img class=\"size-full wp-image-905 \" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" /> Feels good to be right all the time.[/caption]\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd that\'s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!', 'Markup: Image Alignment', '', 'inherit', 'closed', 'closed', '', '1177-revision-v1', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 1177, 'https://connectivism.in/1177-revision-v1/', 0, 'revision', '', 0),
(2296, 1, '2020-04-11 09:00:28', '2020-04-11 09:00:28', 'Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let\'s get started.\n\nOn the topic of alignment, it should be noted that users can choose from the options of <em>None</em>, <em>Left</em>, <em>Right, </em>and <em>Center</em>. In addition, they also get the options of <em>Thumbnail</em>, <em>Medium</em>, <em>Large</em> &amp; <em>Fullsize</em>.\n<p style=\"text-align:center\"><img class=\"size-full wp-image-906 aligncenter\" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /></p>\nThe image above happens to be <em><strong>centered</strong></em>.\n\n<strong><img class=\"size-full wp-image-904 alignleft\" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n<img class=\"alignnone  wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" />\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n<img class=\"size-full wp-image-905 alignright\" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" />\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd just when you thought we were done, we\'re going to do them all over again with captions!\n\n[caption id=\"attachment_906\" align=\"aligncenter\" width=\"580\"]<img class=\"size-full wp-image-906  \" title=\"Image Alignment 580x300\" alt=\"Image Alignment 580x300\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg\" width=\"580\" height=\"300\" /> Look at 580x300 getting some <a title=\"Image Settings\" href=\"http://en.support.wordpress.com/images/image-settings/\">caption</a> love.[/caption]\n\nThe image above happens to be <em><strong>centered</strong></em>. The caption also has a link in it, just to see if it does anything funky.\n\n[caption id=\"attachment_904\" align=\"alignleft\" width=\"150\"]<img class=\"size-full wp-image-904  \" title=\"Image Alignment 150x150\" alt=\"Image Alignment 150x150\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-150x150.jpg\" width=\"150\" height=\"150\" /> Itty-bitty caption.[/caption]\n\n<strong></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150x150 image, which is <em><strong>left aligned</strong></em>. <strong></strong>\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we\'ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it\'s thang. Mission accomplished!\n\nAnd now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.\n\n[caption id=\"attachment_907\" align=\"alignnone\" width=\"1200\"]<img class=\" wp-image-907\" title=\"Image Alignment 1200x400\" alt=\"Image Alignment 1200x400\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-1200x4002.jpg\" width=\"1200\" height=\"400\" /> Massive image comment for your eyeballs.[/caption]\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n[caption id=\"attachment_905\" align=\"alignright\" width=\"300\"]<img class=\"size-full wp-image-905 \" title=\"Image Alignment 300x200\" alt=\"Image Alignment 300x200\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-300x200.jpg\" width=\"300\" height=\"200\" /> Feels good to be right all the time.[/caption]\n\nAnd now we\'re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there... Hey guy! Way to rock that right side. I don\'t care what the left aligned image says, you look great. Don\'t let anyone else tell you differently.\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah... Just like that. It never felt so good to be right.\n\nAnd that\'s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!', 'Markup: Image Alignment', '', 'inherit', 'closed', 'closed', '', '2114-revision-v1', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 2114, 'https://connectivism.in/2114-revision-v1/', 0, 'revision', '', 0),
(2297, 1, '2020-04-11 09:00:28', '2020-04-11 09:00:28', '<h3>Default</h3>\nThis is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me.\n<h3>Left Align</h3>\n<p style=\"text-align:left\">This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it\'s views. It\'s favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment.</p>\n\n<h3>Center Align</h3>\n<p style=\"text-align:center\">This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes.</p>\n\n<h3>Right Align</h3>\n<p style=\"text-align:right\">This is a paragraph. It is right aligned. It is a bit more conservative in it\'s views. It\'s prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it\'s a pretty good shot from at least four or five football fields away. Dead on. So boss.</p>\n\n<h3>Justify Align</h3>\n<p style=\"text-align:justify\">This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it\'s place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude.</p>', 'Markup: Text Alignment', '', 'inherit', 'closed', 'closed', '', '2111-revision-v1', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 2111, 'https://connectivism.in/2111-revision-v1/', 0, 'revision', '', 0),
(2298, 1, '2020-04-11 09:00:28', '2020-04-11 09:00:28', '<h3>Default</h3>\nThis is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me.\n<h3>Left Align</h3>\n<p style=\"text-align:left\">This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it\'s views. It\'s favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment.</p>\n\n<h3>Center Align</h3>\n<p style=\"text-align:center\">This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes.</p>\n\n<h3>Right Align</h3>\n<p style=\"text-align:right\">This is a paragraph. It is right aligned. It is a bit more conservative in it\'s views. It\'s prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it\'s a pretty good shot from at least four or five football fields away. Dead on. So boss.</p>\n\n<h3>Justify Align</h3>\n<p style=\"text-align:justify\">This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it\'s place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude.</p>', 'Markup: Text Alignment', '', 'inherit', 'closed', 'closed', '', '1176-revision-v1', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 1176, 'https://connectivism.in/1176-revision-v1/', 0, 'revision', '', 0),
(2299, 1, '2020-04-11 09:00:28', '2020-04-11 09:00:28', '<h3>Default</h3>\nThis is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me.\n<h3>Left Align</h3>\n<p style=\"text-align:left\">This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it\'s views. It\'s favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment.</p>\n\n<h3>Center Align</h3>\n<p style=\"text-align:center\">This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes.</p>\n\n<h3>Right Align</h3>\n<p style=\"text-align:right\">This is a paragraph. It is right aligned. It is a bit more conservative in it\'s views. It\'s prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it\'s a pretty good shot from at least four or five football fields away. Dead on. So boss.</p>\n\n<h3>Justify Align</h3>\n<p style=\"text-align:justify\">This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it\'s place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude.</p>', 'Markup: Text Alignment', '', 'inherit', 'closed', 'closed', '', '2079-revision-v1', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 2079, 'https://connectivism.in/2079-revision-v1/', 0, 'revision', '', 0),
(2300, 1, '2020-04-11 09:00:28', '2020-04-11 09:00:28', 'Putting special characters in the title should have no adverse effect on the layout or functionality.\n\nSpecial characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.).\n<h2>Latin Character Tests</h2>\nThis is a test to see if the fonts used in this theme support basic Latin characters.\n<table>\n<tbody>\n<tr>\n<td>!</td>\n<td>\"</td>\n<td>#</td>\n<td>$</td>\n<td>%</td>\n<td>&amp;</td>\n<td>\'</td>\n<td>(</td>\n<td>)</td>\n<td>*</td>\n</tr>\n<tr>\n<td>+</td>\n<td>,</td>\n<td>-</td>\n<td>.</td>\n<td>/</td>\n<td>0</td>\n<td>1</td>\n<td>2</td>\n<td>3</td>\n<td>4</td>\n</tr>\n<tr>\n<td>5</td>\n<td>6</td>\n<td>7</td>\n<td>8</td>\n<td>9</td>\n<td>:</td>\n<td>;</td>\n<td>&gt;</td>\n<td>=</td>\n<td>&lt;</td>\n</tr>\n<tr>\n<td>?</td>\n<td>@</td>\n<td>A</td>\n<td>B</td>\n<td>C</td>\n<td>D</td>\n<td>E</td>\n<td>F</td>\n<td>G</td>\n<td>H</td>\n</tr>\n<tr>\n<td>I</td>\n<td>J</td>\n<td>K</td>\n<td>L</td>\n<td>M</td>\n<td>N</td>\n<td>O</td>\n<td>P</td>\n<td>Q</td>\n<td>R</td>\n</tr>\n<tr>\n<td>S</td>\n<td>T</td>\n<td>U</td>\n<td>V</td>\n<td>W</td>\n<td>X</td>\n<td>Y</td>\n<td>Z</td>\n<td>[</td>\n<td></td>\n</tr>\n<tr>\n<td>]</td>\n<td>^</td>\n<td>_</td>\n<td>`</td>\n<td>a</td>\n<td>b</td>\n<td>c</td>\n<td>d</td>\n<td>e</td>\n<td>f</td>\n</tr>\n<tr>\n<td>g</td>\n<td>h</td>\n<td>i</td>\n<td>j</td>\n<td>k</td>\n<td>l</td>\n<td>m</td>\n<td>n</td>\n<td>o</td>\n<td>p</td>\n</tr>\n<tr>\n<td>q</td>\n<td>r</td>\n<td>s</td>\n<td>t</td>\n<td>u</td>\n<td>v</td>\n<td>w</td>\n<td>x</td>\n<td>y</td>\n<td>z</td>\n</tr>\n<tr>\n<td>{</td>\n<td>|</td>\n<td>}</td>\n<td>~</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>', 'Markup: Title With Special Characters', '', 'inherit', 'closed', 'closed', '', '2110-revision-v1', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 2110, 'https://connectivism.in/2110-revision-v1/', 0, 'revision', '', 0),
(2301, 1, '2020-04-11 09:00:28', '2020-04-11 09:00:28', 'Putting special characters in the title should have no adverse effect on the layout or functionality.\n\nSpecial characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.).\n<h2>Latin Character Tests</h2>\nThis is a test to see if the fonts used in this theme support basic Latin characters.\n<table>\n<tbody>\n<tr>\n<td>!</td>\n<td>\"</td>\n<td>#</td>\n<td>$</td>\n<td>%</td>\n<td>&amp;</td>\n<td>\'</td>\n<td>(</td>\n<td>)</td>\n<td>*</td>\n</tr>\n<tr>\n<td>+</td>\n<td>,</td>\n<td>-</td>\n<td>.</td>\n<td>/</td>\n<td>0</td>\n<td>1</td>\n<td>2</td>\n<td>3</td>\n<td>4</td>\n</tr>\n<tr>\n<td>5</td>\n<td>6</td>\n<td>7</td>\n<td>8</td>\n<td>9</td>\n<td>:</td>\n<td>;</td>\n<td>&gt;</td>\n<td>=</td>\n<td>&lt;</td>\n</tr>\n<tr>\n<td>?</td>\n<td>@</td>\n<td>A</td>\n<td>B</td>\n<td>C</td>\n<td>D</td>\n<td>E</td>\n<td>F</td>\n<td>G</td>\n<td>H</td>\n</tr>\n<tr>\n<td>I</td>\n<td>J</td>\n<td>K</td>\n<td>L</td>\n<td>M</td>\n<td>N</td>\n<td>O</td>\n<td>P</td>\n<td>Q</td>\n<td>R</td>\n</tr>\n<tr>\n<td>S</td>\n<td>T</td>\n<td>U</td>\n<td>V</td>\n<td>W</td>\n<td>X</td>\n<td>Y</td>\n<td>Z</td>\n<td>[</td>\n<td></td>\n</tr>\n<tr>\n<td>]</td>\n<td>^</td>\n<td>_</td>\n<td>`</td>\n<td>a</td>\n<td>b</td>\n<td>c</td>\n<td>d</td>\n<td>e</td>\n<td>f</td>\n</tr>\n<tr>\n<td>g</td>\n<td>h</td>\n<td>i</td>\n<td>j</td>\n<td>k</td>\n<td>l</td>\n<td>m</td>\n<td>n</td>\n<td>o</td>\n<td>p</td>\n</tr>\n<tr>\n<td>q</td>\n<td>r</td>\n<td>s</td>\n<td>t</td>\n<td>u</td>\n<td>v</td>\n<td>w</td>\n<td>x</td>\n<td>y</td>\n<td>z</td>\n</tr>\n<tr>\n<td>{</td>\n<td>|</td>\n<td>}</td>\n<td>~</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>', 'Markup: Title With Special Characters', '', 'inherit', 'closed', 'closed', '', '2078-revision-v1', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 2078, 'https://connectivism.in/2078-revision-v1/', 0, 'revision', '', 0),
(2302, 1, '2020-04-11 09:00:28', '2020-04-11 09:00:28', 'Putting special characters in the title should have no adverse effect on the layout or functionality.\n\nSpecial characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.).\n<h2>Latin Character Tests</h2>\nThis is a test to see if the fonts used in this theme support basic Latin characters.\n<table>\n<tbody>\n<tr>\n<td>!</td>\n<td>\"</td>\n<td>#</td>\n<td>$</td>\n<td>%</td>\n<td>&amp;</td>\n<td>\'</td>\n<td>(</td>\n<td>)</td>\n<td>*</td>\n</tr>\n<tr>\n<td>+</td>\n<td>,</td>\n<td>-</td>\n<td>.</td>\n<td>/</td>\n<td>0</td>\n<td>1</td>\n<td>2</td>\n<td>3</td>\n<td>4</td>\n</tr>\n<tr>\n<td>5</td>\n<td>6</td>\n<td>7</td>\n<td>8</td>\n<td>9</td>\n<td>:</td>\n<td>;</td>\n<td>&gt;</td>\n<td>=</td>\n<td>&lt;</td>\n</tr>\n<tr>\n<td>?</td>\n<td>@</td>\n<td>A</td>\n<td>B</td>\n<td>C</td>\n<td>D</td>\n<td>E</td>\n<td>F</td>\n<td>G</td>\n<td>H</td>\n</tr>\n<tr>\n<td>I</td>\n<td>J</td>\n<td>K</td>\n<td>L</td>\n<td>M</td>\n<td>N</td>\n<td>O</td>\n<td>P</td>\n<td>Q</td>\n<td>R</td>\n</tr>\n<tr>\n<td>S</td>\n<td>T</td>\n<td>U</td>\n<td>V</td>\n<td>W</td>\n<td>X</td>\n<td>Y</td>\n<td>Z</td>\n<td>[</td>\n<td></td>\n</tr>\n<tr>\n<td>]</td>\n<td>^</td>\n<td>_</td>\n<td>`</td>\n<td>a</td>\n<td>b</td>\n<td>c</td>\n<td>d</td>\n<td>e</td>\n<td>f</td>\n</tr>\n<tr>\n<td>g</td>\n<td>h</td>\n<td>i</td>\n<td>j</td>\n<td>k</td>\n<td>l</td>\n<td>m</td>\n<td>n</td>\n<td>o</td>\n<td>p</td>\n</tr>\n<tr>\n<td>q</td>\n<td>r</td>\n<td>s</td>\n<td>t</td>\n<td>u</td>\n<td>v</td>\n<td>w</td>\n<td>x</td>\n<td>y</td>\n<td>z</td>\n</tr>\n<tr>\n<td>{</td>\n<td>|</td>\n<td>}</td>\n<td>~</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>', 'Markup: Title With Special Characters', '', 'inherit', 'closed', 'closed', '', '1174-revision-v1', '', '', '2020-04-11 09:00:28', '2020-04-11 09:00:28', '', 1174, 'https://connectivism.in/1174-revision-v1/', 0, 'revision', '', 0),
(2303, 1, '2020-04-11 09:00:29', '2020-04-11 09:00:29', 'Verify that:\n<ul>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title renders the word \"with\" in </span><em style=\"line-height:1.714285714;font-size:1rem\">italics</em><span style=\"line-height:1.714285714;font-size:1rem\"> and the word \"markup\" in </span><strong style=\"line-height:1.714285714;font-size:1rem\">bold</strong><span style=\"line-height:1.714285714;font-size:1rem\">.</span></li>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title markup should be removed from the browser window / tab.</span></li>\n</ul>', 'Markup: Title With Markup', '', 'inherit', 'closed', 'closed', '', '2108-revision-v1', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 2108, 'https://connectivism.in/2108-revision-v1/', 0, 'revision', '', 0),
(2304, 1, '2020-04-11 09:00:29', '2020-04-11 09:00:29', 'Verify that:\n<ul>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title renders the word \"with\" in </span><em style=\"line-height:1.714285714;font-size:1rem\">italics</em><span style=\"line-height:1.714285714;font-size:1rem\"> and the word \"markup\" in </span><strong style=\"line-height:1.714285714;font-size:1rem\">bold</strong><span style=\"line-height:1.714285714;font-size:1rem\">.</span></li>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title markup should be removed from the browser window / tab.</span></li>\n</ul>', 'Markup: Title With Markup', '', 'inherit', 'closed', 'closed', '', '2076-revision-v1', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 2076, 'https://connectivism.in/2076-revision-v1/', 0, 'revision', '', 0),
(2305, 1, '2020-04-11 09:00:29', '2020-04-11 09:00:29', 'Verify that:\n<ul>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title renders the word \"with\" in </span><em style=\"line-height:1.714285714;font-size:1rem\">italics</em><span style=\"line-height:1.714285714;font-size:1rem\"> and the word \"markup\" in </span><strong style=\"line-height:1.714285714;font-size:1rem\">bold</strong><span style=\"line-height:1.714285714;font-size:1rem\">.</span></li>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">The post title markup should be removed from the browser window / tab.</span></li>\n</ul>', 'Markup: Title With Markup', '', 'inherit', 'closed', 'closed', '', '1173-revision-v1', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 1173, 'https://connectivism.in/1173-revision-v1/', 0, 'revision', '', 0),
(2306, 1, '2020-04-11 09:00:29', '2020-04-11 09:00:29', 'This post should display a <a title=\"Featured Images\" href=\"http://en.support.wordpress.com/featured-images/#setting-a-featured-image\" target=\"_blank\" rel=\"noopener noreferrer\">featured image</a>, if the theme <a title=\"Post Thumbnails\" href=\"http://codex.wordpress.org/Post_Thumbnails\" target=\"_blank\" rel=\"noopener noreferrer\">supports it</a>.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a vertical featured image.', 'Template: Featured Image (Vertical)', '', 'inherit', 'closed', 'closed', '', '2098-revision-v1', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 2098, 'https://connectivism.in/2098-revision-v1/', 0, 'revision', '', 0),
(2307, 1, '2020-04-11 09:00:29', '2020-04-11 09:00:29', 'This post should display a <a title=\"Featured Images\" href=\"http://en.support.wordpress.com/featured-images/#setting-a-featured-image\" target=\"_blank\" rel=\"noopener noreferrer\">featured image</a>, if the theme <a title=\"Post Thumbnails\" href=\"http://codex.wordpress.org/Post_Thumbnails\" target=\"_blank\" rel=\"noopener noreferrer\">supports it</a>.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a vertical featured image.', 'Template: Featured Image (Vertical)', '', 'inherit', 'closed', 'closed', '', '1016-revision-v1', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 1016, 'https://connectivism.in/1016-revision-v1/', 0, 'revision', '', 0),
(2308, 1, '2020-04-11 09:00:29', '2020-04-11 09:00:29', 'This post should display a <a title=\"Featured Images\" href=\"http://en.support.wordpress.com/featured-images/#setting-a-featured-image\" target=\"_blank\" rel=\"noopener noreferrer\">featured image</a>, if the theme <a title=\"Post Thumbnails\" href=\"http://codex.wordpress.org/Post_Thumbnails\" target=\"_blank\" rel=\"noopener noreferrer\">supports it</a>.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a horizontal featured image.', 'Template: Featured Image (Horizontal)', '', 'inherit', 'closed', 'closed', '', '2096-revision-v1', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 2096, 'https://connectivism.in/2096-revision-v1/', 0, 'revision', '', 0),
(2309, 1, '2020-04-11 09:00:29', '2020-04-11 09:00:29', 'This post should display a <a title=\"Featured Images\" href=\"http://en.support.wordpress.com/featured-images/#setting-a-featured-image\" target=\"_blank\" rel=\"noopener noreferrer\">featured image</a>, if the theme <a title=\"Post Thumbnails\" href=\"http://codex.wordpress.org/Post_Thumbnails\" target=\"_blank\" rel=\"noopener noreferrer\">supports it</a>.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a horizontal featured image.', 'Template: Featured Image (Horizontal)', '', 'inherit', 'closed', 'closed', '', '1011-revision-v1', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 1011, 'https://connectivism.in/1011-revision-v1/', 0, 'revision', '', 0),
(2310, 1, '2020-04-11 09:00:29', '2020-04-11 09:00:29', 'This content is before the <a title=\"The More Tag\" href=\"http://en.support.wordpress.com/splitting-content/more-tag/\" target=\"_blank\" rel=\"noopener noreferrer\">more tag</a>.\n\nRight after this sentence should be a \"continue reading\" button of some sort.\n\n<!--more-->\n\nAnd this content is after the more tag.', 'Template: More Tag', '', 'inherit', 'closed', 'closed', '', '996-revision-v1', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 996, 'https://connectivism.in/996-revision-v1/', 0, 'revision', '', 0),
(2311, 1, '2020-04-11 09:00:29', '2020-04-11 09:00:29', 'This content is before the <a title=\"The More Tag\" href=\"http://en.support.wordpress.com/splitting-content/more-tag/\" target=\"_blank\" rel=\"noopener noreferrer\">more tag</a>.\n\nRight after this sentence should be a \"continue reading\" button of some sort.\n\n<!--more-->\n\nAnd this content is after the more tag.', 'Template: More Tag', '', 'inherit', 'closed', 'closed', '', '2093-revision-v1', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 2093, 'https://connectivism.in/2093-revision-v1/', 0, 'revision', '', 0),
(2312, 1, '2020-04-11 09:00:29', '2020-04-11 09:00:29', 'This is the post content. It should be displayed in place of the user-defined excerpt in single-page views.', 'Template: Excerpt (Defined)', 'This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages.', 'inherit', 'closed', 'closed', '', '2089-revision-v1', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 2089, 'https://connectivism.in/2089-revision-v1/', 0, 'revision', '', 0),
(2313, 1, '2020-04-11 09:00:29', '2020-04-11 09:00:29', 'This is the post content. It should be displayed in place of the user-defined excerpt in single-page views.', 'Template: Excerpt (Defined)', 'This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages.', 'inherit', 'closed', 'closed', '', '993-revision-v1', '', '', '2020-04-11 09:00:29', '2020-04-11 09:00:29', '', 993, 'https://connectivism.in/993-revision-v1/', 0, 'revision', '', 0),
(2314, 1, '2020-04-11 09:01:01', '2020-04-11 09:01:01', 'This post has no title, but it still must link to the single post view somehow.\n\nThis is typically done by placing the permalink on the post date.', '', '', 'inherit', 'closed', 'closed', '', '2080-revision-v1', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 2080, 'https://connectivism.in/2080-revision-v1/', 0, 'revision', '', 0),
(2315, 1, '2020-04-11 09:01:01', '2020-04-11 09:01:01', 'This post has no title, but it still must link to the single post view somehow.\n\nThis is typically done by placing the permalink on the post date.', '', '', 'inherit', 'closed', 'closed', '', '1169-revision-v1', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 1169, 'https://connectivism.in/1169-revision-v1/', 0, 'revision', '', 0),
(2316, 1, '2020-04-11 09:01:01', '2020-04-11 09:01:01', '<h2>Title should not overflow the content area</h2>\n\nA few things to check for:\n<ul>\n	<li>Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality.</li>\n	<li>Check the browser window / tab title.</li>\n	<li>If you are a plugin or widget developer, check that this text does not break anything.</li>\n</ul>\n\nThe following CSS properties will help you support non-breaking text.\n\n<pre>-ms-word-wrap: break-word;\nword-wrap: break-word;</pre>\n&nbsp;', 'Antidisestablishmentarianism', '', 'inherit', 'closed', 'closed', '', '2083-revision-v1', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 2083, 'https://connectivism.in/2083-revision-v1/', 0, 'revision', '', 0),
(2317, 1, '2020-04-11 09:01:01', '2020-04-11 09:01:01', '<h2>Title should not overflow the content area</h2>\n\nA few things to check for:\n<ul>\n	<li>Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality.</li>\n	<li>Check the browser window / tab title.</li>\n	<li>If you are a plugin or widget developer, check that this text does not break anything.</li>\n</ul>\n\nThe following CSS properties will help you support non-breaking text.\n\n<pre>-ms-word-wrap: break-word;\nword-wrap: break-word;</pre>\n&nbsp;', 'Antidisestablishmentarianism', '', 'inherit', 'closed', 'closed', '', '1175-revision-v1', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 1175, 'https://connectivism.in/1175-revision-v1/', 0, 'revision', '', 0),
(2318, 1, '2020-04-11 09:01:01', '2020-04-11 09:01:01', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Boy playing with sand at Beach.', '', 'inherit', 'closed', 'closed', '', '2092-revision-v1', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 2092, 'https://connectivism.in/2092-revision-v1/', 0, 'revision', '', 0),
(2319, 1, '2020-04-11 09:01:01', '2020-04-11 09:01:01', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Boy playing with sand at Beach.', '', 'inherit', 'closed', 'closed', '', '2126-revision-v1', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 2126, 'https://connectivism.in/2126-revision-v1/', 0, 'revision', '', 0),
(2320, 1, '2020-04-11 09:01:01', '2020-04-11 09:01:01', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Boy playing with sand at Beach.', '', 'inherit', 'closed', 'closed', '', '1765-revision-v1', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 1765, 'https://connectivism.in/1765-revision-v1/', 0, 'revision', '', 0),
(2321, 1, '2020-04-11 09:01:01', '2020-04-11 09:01:01', '\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.\"', 'Bubble fun.', '', 'inherit', 'closed', 'closed', '', '2099-revision-v1', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 2099, 'https://connectivism.in/2099-revision-v1/', 0, 'revision', '', 0),
(2322, 1, '2020-04-11 09:01:01', '2020-04-11 09:01:01', '\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.\"', 'Bubble fun.', '', 'inherit', 'closed', 'closed', '', '2140-revision-v1', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 2140, 'https://connectivism.in/2140-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpqe_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
(2323, 1, '2020-04-11 09:01:01', '2020-04-11 09:01:01', '\"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains.\"', 'Bubble fun.', '', 'inherit', 'closed', 'closed', '', '1771-revision-v1', '', '', '2020-04-11 09:01:01', '2020-04-11 09:01:01', '', 1771, 'https://connectivism.in/1771-revision-v1/', 0, 'revision', '', 0),
(2324, 1, '2020-04-11 09:01:02', '2020-04-11 09:01:02', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Dolorem ipsum quia', '', 'inherit', 'closed', 'closed', '', '2130-revision-v1', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 2130, 'https://connectivism.in/2130-revision-v1/', 0, 'revision', '', 0),
(2325, 1, '2020-04-11 09:01:02', '2020-04-11 09:01:02', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Dolorem ipsum quia', '', 'inherit', 'closed', 'closed', '', '1901-revision-v1', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 1901, 'https://connectivism.in/1901-revision-v1/', 0, 'revision', '', 0),
(2326, 1, '2020-04-11 09:01:02', '2020-04-11 09:01:02', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Dolorem ipsum quia', '', 'inherit', 'closed', 'closed', '', '2157-revision-v1', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 2157, 'https://connectivism.in/2157-revision-v1/', 0, 'revision', '', 0),
(2327, 1, '2020-04-11 09:01:02', '2020-04-11 09:01:02', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'inherit', 'closed', 'closed', '', '2158-revision-v1', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 2158, 'https://connectivism.in/2158-revision-v1/', 0, 'revision', '', 0),
(2328, 1, '2020-04-11 09:01:02', '2020-04-11 09:01:02', 'Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.', 'Dolorem ipsum quia', '', 'inherit', 'closed', 'closed', '', '2161-revision-v1', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 2161, 'https://connectivism.in/2161-revision-v1/', 0, 'revision', '', 0),
(2329, 1, '2020-04-11 09:01:02', '2020-04-11 09:01:02', 'This post is drafted and not published yet.\n\nIt should not be displayed by the theme.', 'Draft', '', 'inherit', 'closed', 'closed', '', '1164-revision-v1', '', '', '2020-04-11 09:01:02', '2020-04-11 09:01:02', '', 1164, 'https://connectivism.in/1164-revision-v1/', 0, 'revision', '', 0),
(2330, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', 'This post is drafted and not published yet.\n\nIt should not be displayed by the theme.', 'Draft', '', 'inherit', 'closed', 'closed', '', '2044-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 2044, 'https://connectivism.in/2044-revision-v1/', 0, 'revision', '', 0),
(2331, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Drawing Class', '', 'inherit', 'closed', 'closed', '', '2120-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 2120, 'https://connectivism.in/2120-revision-v1/', 0, 'revision', '', 0),
(2332, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Drawing Class', '', 'inherit', 'closed', 'closed', '', '2152-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 2152, 'https://connectivism.in/2152-revision-v1/', 0, 'revision', '', 0),
(2333, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', 'This post has many categories.', 'Edge Case: Many Categories', '', 'inherit', 'closed', 'closed', '', '2071-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 2071, 'https://connectivism.in/2071-revision-v1/', 0, 'revision', '', 0),
(2334, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', 'This post has many categories.', 'Edge Case: Many Categories', '', 'inherit', 'closed', 'closed', '', '1152-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 1152, 'https://connectivism.in/1152-revision-v1/', 0, 'revision', '', 0),
(2335, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', 'This post has many tags.', 'Edge Case: Many Tags', '', 'inherit', 'closed', 'closed', '', '1151-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 1151, 'https://connectivism.in/1151-revision-v1/', 0, 'revision', '', 0),
(2336, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', 'This post has many tags.', 'Edge Case: Many Tags', '', 'inherit', 'closed', 'closed', '', '2042-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 2042, 'https://connectivism.in/2042-revision-v1/', 0, 'revision', '', 0),
(2337, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', 'Nested and mixed lists are an interesting beast. It\'s a corner case to make sure that\n<ul>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">Lists within lists do not break the ordered list numbering order</span></li>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">Your list styles go deep enough.</span></li>\n</ul>\n<h3>Ordered - Unordered - Ordered</h3>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item\n<ul>\n	<li><strong>unordered</strong></li>\n	<li><strong>unordered</strong>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n</li>\n</ul>\n</li>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n<h3>Ordered - Unordered - Unordered</h3>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item\n<ul>\n	<li><strong>unordered</strong></li>\n	<li><strong>unordered</strong>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n</li>\n</ul>\n</li>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n<h3>Unordered - Ordered - Unordered</h3>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item\n<ol>\n	<li>ordered</li>\n	<li>ordered\n<ul>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n</li>\n</ol>\n</li>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n<h3>Unordered - Unordered - Ordered</h3>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item\n<ul>\n	<li>unordered</li>\n	<li>unordered\n<ol>\n	<li><strong>ordered item</strong></li>\n	<li><strong>ordered item</strong></li>\n</ol>\n</li>\n</ul>\n</li>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>', 'Edge Case: Nested And Mixed Lists', '', 'inherit', 'closed', 'closed', '', '1000-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 1000, 'https://connectivism.in/1000-revision-v1/', 0, 'revision', '', 0),
(2338, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', 'Nested and mixed lists are an interesting beast. It\'s a corner case to make sure that\n<ul>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">Lists within lists do not break the ordered list numbering order</span></li>\n	<li><span style=\"line-height:1.714285714;font-size:1rem\">Your list styles go deep enough.</span></li>\n</ul>\n<h3>Ordered - Unordered - Ordered</h3>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item\n<ul>\n	<li><strong>unordered</strong></li>\n	<li><strong>unordered</strong>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n</li>\n</ul>\n</li>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n<h3>Ordered - Unordered - Unordered</h3>\n<ol>\n	<li>ordered item</li>\n	<li>ordered item\n<ul>\n	<li><strong>unordered</strong></li>\n	<li><strong>unordered</strong>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n</li>\n</ul>\n</li>\n	<li>ordered item</li>\n	<li>ordered item</li>\n</ol>\n<h3>Unordered - Ordered - Unordered</h3>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item\n<ol>\n	<li>ordered</li>\n	<li>ordered\n<ul>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n</li>\n</ol>\n</li>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>\n<h3>Unordered - Unordered - Ordered</h3>\n<ul>\n	<li>unordered item</li>\n	<li>unordered item\n<ul>\n	<li>unordered</li>\n	<li>unordered\n<ol>\n	<li><strong>ordered item</strong></li>\n	<li><strong>ordered item</strong></li>\n</ol>\n</li>\n</ul>\n</li>\n	<li>unordered item</li>\n	<li>unordered item</li>\n</ul>', 'Edge Case: Nested And Mixed Lists', '', 'inherit', 'closed', 'closed', '', '2040-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 2040, 'https://connectivism.in/2040-revision-v1/', 0, 'revision', '', 0),
(2339, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 'Edge Case: No Content', '', 'inherit', 'closed', 'closed', '', '2082-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 2082, 'https://connectivism.in/2082-revision-v1/', 0, 'revision', '', 0),
(2340, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 'Edge Case: No Content', '', 'inherit', 'closed', 'closed', '', '1170-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 1170, 'https://connectivism.in/1170-revision-v1/', 0, 'revision', '', 0),
(2341, 1, '2020-04-11 09:02:11', '2020-04-11 09:02:11', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Enjoying swimming', '', 'inherit', 'closed', 'closed', '', '2090-revision-v1', '', '', '2020-04-11 09:02:11', '2020-04-11 09:02:11', '', 2090, 'https://connectivism.in/2090-revision-v1/', 0, 'revision', '', 0),
(2342, 1, '2020-04-11 09:02:12', '2020-04-11 09:02:12', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Enjoying swimming', '', 'inherit', 'closed', 'closed', '', '2091-revision-v1', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 2091, 'https://connectivism.in/2091-revision-v1/', 0, 'revision', '', 0),
(2343, 1, '2020-04-11 09:02:12', '2020-04-11 09:02:12', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.', 'Enjoying swimming', '', 'inherit', 'closed', 'closed', '', '2124-revision-v1', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 2124, 'https://connectivism.in/2124-revision-v1/', 0, 'revision', '', 0),
(2344, 1, '2020-04-11 09:02:12', '2020-04-11 09:02:12', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Find The Rhyme', '', 'inherit', 'closed', 'closed', '', '2117-revision-v1', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 2117, 'https://connectivism.in/2117-revision-v1/', 0, 'revision', '', 0),
(2345, 1, '2020-04-11 09:02:12', '2020-04-11 09:02:12', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Find The Rhyme', '', 'inherit', 'closed', 'closed', '', '2118-revision-v1', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 2118, 'https://connectivism.in/2118-revision-v1/', 0, 'revision', '', 0),
(2346, 1, '2020-04-11 09:02:12', '2020-04-11 09:02:12', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Find The Rhyme', '', 'inherit', 'closed', 'closed', '', '2151-revision-v1', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 2151, 'https://connectivism.in/2151-revision-v1/', 0, 'revision', '', 0),
(2347, 1, '2020-04-11 09:02:12', '2020-04-11 09:02:12', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 1, 'https://connectivism.in/1-revision-v1/', 0, 'revision', '', 0),
(2348, 1, '2020-04-11 09:02:12', '2020-04-11 09:02:12', 'Welcome to <a href=\"https://themepalacedemo.com/\">Theme Palace Demo</a>. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '2064-revision-v1', '', '', '2020-04-11 09:02:12', '2020-04-11 09:02:12', '', 2064, 'https://connectivism.in/2064-revision-v1/', 0, 'revision', '', 0),
(2349, 1, '2020-04-11 09:03:06', '2020-04-11 09:03:06', 'Welcome to <a href=\"https://themepalacedemo.com/\">Theme Palace Demo</a>. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '2087-revision-v1', '', '', '2020-04-11 09:03:06', '2020-04-11 09:03:06', '', 2087, 'https://connectivism.in/2087-revision-v1/', 0, 'revision', '', 0),
(2350, 1, '2020-04-11 09:03:06', '2020-04-11 09:03:06', '<h2>Headings</h2>\n<h1>Header one</h1>\n<h2>Header two</h2>\n<h3>Header three</h3>\n<h4>Header four</h4>\n<h5>Header five</h5>\n<h6>Header six</h6>\n<h2>Blockquotes</h2>\nSingle line blockquote:\n<blockquote>Stay hungry. Stay foolish.</blockquote>\nMulti line blockquote with a cite reference:\n<blockquote>People think focus means saying yes to the thing you\'ve got to focus on. But that\'s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I\'m actually as proud of the things we haven\'t done as the things I have done. Innovation is saying no to 1,000 things. </blockquote>\n<cite>Steve Jobs</cite> - Apple Worldwide Developers\' Conference, 1997\n<h2>Tables</h2>\n<table>\n<thead>\n<tr>\n<th>Employee</th>\n<th>Salary</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th><a href=\"http://example.org/\">John Doe</a></th>\n<td>$1</td>\n<td>Because that\'s all Steve Jobs needed for a salary.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Doe</a></th>\n<td>$100K</td>\n<td>For all the blogging she does.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Fred Bloggs</a></th>\n<td>$100M</td>\n<td>Pictures are worth a thousand words, right? So Jane x 1,000.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Bloggs</a></th>\n<td>$100B</td>\n<td>With hair like that?! Enough said...</td>\n</tr>\n</tbody>\n</table>\n<h2>Definition Lists</h2>\n<dl><dt>Definition List Title</dt><dd>Definition list division.</dd><dt>Startup</dt><dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd><dt>#dowork</dt><dd>Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.</dd><dt>Do It Live</dt><dd>I\'ll let Bill O\'Reilly will <a title=\"We\'ll Do It Live\" href=\"https://www.youtube.com/watch?v=O_HyZ5aW76c\">explain</a> this one.</dd></dl>\n<h2>Unordered Lists (Nested)</h2>\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n<h2>Ordered List (Nested)</h2>\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n<h2>HTML Tags</h2>\nThese supported tags come from the WordPress.com code <a title=\"Code\" href=\"http://en.support.wordpress.com/code/\">FAQ</a>.\n\n<strong>Address Tag</strong>\n\n<address>1 Infinite Loop\nCupertino, CA 95014\nUnited States</address><strong>Anchor Tag (aka. Link)</strong>\n\nThis is an example of a <a title=\"Apple\" href=\"http://apple.com\">link</a>.\n\n<strong>Abbreviation Tag</strong>\n\nThe abbreviation <abbr title=\"Seriously\">srsly</abbr> stands for \"seriously\".\n\n<strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong>\n\nThe acronym <acronym title=\"For The Win\">ftw</acronym> stands for \"for the win\".\n\n<strong>Big Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThese tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.\n\n<strong>Cite Tag</strong>\n\n\"Code is poetry.\" --<cite>Automattic</cite>\n\n<strong>Code Tag</strong>\n\nYou will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.\n\n<strong>Delete Tag</strong>\n\nThis tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).\n\n<strong>Emphasize Tag</strong>\n\nThe emphasize tag should <em>italicize</em> text.\n\n<strong>Insert Tag</strong>\n\nThis tag should denote <ins>inserted</ins> text.\n\n<strong>Keyboard Tag</strong>\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Preformatted Tag</strong>\n\nThis tag styles large blocks of code.\n<pre>.post-title {\n	margin: 0 0 5px;\n	font-weight: bold;\n	font-size: 38px;\n	line-height: 1.2;\n	and here\'s a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;\n}</pre>\n<strong>Quote Tag</strong>\n\n<q>Developers, developers, developers...</q> --Steve Ballmer\n\n<strong>Strike Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis tag shows <span style=\"text-decoration:line-through\">strike-through text</span>\n\n<strong>Strong Tag</strong>\n\nThis tag shows <strong>bold<strong> text.</strong></strong>\n\n<strong>Subscript Tag</strong>\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n<strong>Superscript Tag</strong>\n\nStill sticking with science and Isaac Newton\'s E = MC<sup>2</sup>, which should lift the 2 up.\n\n<strong>Teletype Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Variable Tag</strong>\n\nThis allows you to denote <var>variables</var>.', 'Markup: HTML Tags and Formatting', '', 'inherit', 'closed', 'closed', '', '2084-revision-v1', '', '', '2020-04-11 09:03:06', '2020-04-11 09:03:06', '', 2084, 'https://connectivism.in/2084-revision-v1/', 0, 'revision', '', 0),
(2351, 1, '2020-04-11 09:03:06', '2020-04-11 09:03:06', '<h2>Headings</h2>\n<h1>Header one</h1>\n<h2>Header two</h2>\n<h3>Header three</h3>\n<h4>Header four</h4>\n<h5>Header five</h5>\n<h6>Header six</h6>\n<h2>Blockquotes</h2>\nSingle line blockquote:\n<blockquote>Stay hungry. Stay foolish.</blockquote>\nMulti line blockquote with a cite reference:\n<blockquote>People think focus means saying yes to the thing you\'ve got to focus on. But that\'s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I\'m actually as proud of the things we haven\'t done as the things I have done. Innovation is saying no to 1,000 things. </blockquote>\n<cite>Steve Jobs</cite> - Apple Worldwide Developers\' Conference, 1997\n<h2>Tables</h2>\n<table>\n<thead>\n<tr>\n<th>Employee</th>\n<th>Salary</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th><a href=\"http://example.org/\">John Doe</a></th>\n<td>$1</td>\n<td>Because that\'s all Steve Jobs needed for a salary.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Doe</a></th>\n<td>$100K</td>\n<td>For all the blogging she does.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Fred Bloggs</a></th>\n<td>$100M</td>\n<td>Pictures are worth a thousand words, right? So Jane x 1,000.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Bloggs</a></th>\n<td>$100B</td>\n<td>With hair like that?! Enough said...</td>\n</tr>\n</tbody>\n</table>\n<h2>Definition Lists</h2>\n<dl><dt>Definition List Title</dt><dd>Definition list division.</dd><dt>Startup</dt><dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd><dt>#dowork</dt><dd>Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.</dd><dt>Do It Live</dt><dd>I\'ll let Bill O\'Reilly will <a title=\"We\'ll Do It Live\" href=\"https://www.youtube.com/watch?v=O_HyZ5aW76c\">explain</a> this one.</dd></dl>\n<h2>Unordered Lists (Nested)</h2>\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n<h2>Ordered List (Nested)</h2>\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n<h2>HTML Tags</h2>\nThese supported tags come from the WordPress.com code <a title=\"Code\" href=\"http://en.support.wordpress.com/code/\">FAQ</a>.\n\n<strong>Address Tag</strong>\n\n<address>1 Infinite Loop\nCupertino, CA 95014\nUnited States</address><strong>Anchor Tag (aka. Link)</strong>\n\nThis is an example of a <a title=\"Apple\" href=\"http://apple.com\">link</a>.\n\n<strong>Abbreviation Tag</strong>\n\nThe abbreviation <abbr title=\"Seriously\">srsly</abbr> stands for \"seriously\".\n\n<strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong>\n\nThe acronym <acronym title=\"For The Win\">ftw</acronym> stands for \"for the win\".\n\n<strong>Big Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThese tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.\n\n<strong>Cite Tag</strong>\n\n\"Code is poetry.\" --<cite>Automattic</cite>\n\n<strong>Code Tag</strong>\n\nYou will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.\n\n<strong>Delete Tag</strong>\n\nThis tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).\n\n<strong>Emphasize Tag</strong>\n\nThe emphasize tag should <em>italicize</em> text.\n\n<strong>Insert Tag</strong>\n\nThis tag should denote <ins>inserted</ins> text.\n\n<strong>Keyboard Tag</strong>\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Preformatted Tag</strong>\n\nThis tag styles large blocks of code.\n<pre>.post-title {\n	margin: 0 0 5px;\n	font-weight: bold;\n	font-size: 38px;\n	line-height: 1.2;\n	and here\'s a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;\n}</pre>\n<strong>Quote Tag</strong>\n\n<q>Developers, developers, developers...</q> --Steve Ballmer\n\n<strong>Strike Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis tag shows <span style=\"text-decoration:line-through\">strike-through text</span>\n\n<strong>Strong Tag</strong>\n\nThis tag shows <strong>bold<strong> text.</strong></strong>\n\n<strong>Subscript Tag</strong>\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n<strong>Superscript Tag</strong>\n\nStill sticking with science and Isaac Newton\'s E = MC<sup>2</sup>, which should lift the 2 up.\n\n<strong>Teletype Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Variable Tag</strong>\n\nThis allows you to denote <var>variables</var>.', 'Markup: HTML Tags and Formatting', '', 'inherit', 'closed', 'closed', '', '2115-revision-v1', '', '', '2020-04-11 09:03:06', '2020-04-11 09:03:06', '', 2115, 'https://connectivism.in/2115-revision-v1/', 0, 'revision', '', 0),
(2352, 1, '2020-04-11 09:03:06', '2020-04-11 09:03:06', '<h2>Headings</h2>\n<h1>Header one</h1>\n<h2>Header two</h2>\n<h3>Header three</h3>\n<h4>Header four</h4>\n<h5>Header five</h5>\n<h6>Header six</h6>\n<h2>Blockquotes</h2>\nSingle line blockquote:\n<blockquote>Stay hungry. Stay foolish.</blockquote>\nMulti line blockquote with a cite reference:\n<blockquote>People think focus means saying yes to the thing you\'ve got to focus on. But that\'s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I\'m actually as proud of the things we haven\'t done as the things I have done. Innovation is saying no to 1,000 things. </blockquote>\n<cite>Steve Jobs</cite> - Apple Worldwide Developers\' Conference, 1997\n<h2>Tables</h2>\n<table>\n<thead>\n<tr>\n<th>Employee</th>\n<th>Salary</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th><a href=\"http://example.org/\">John Doe</a></th>\n<td>$1</td>\n<td>Because that\'s all Steve Jobs needed for a salary.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Doe</a></th>\n<td>$100K</td>\n<td>For all the blogging she does.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Fred Bloggs</a></th>\n<td>$100M</td>\n<td>Pictures are worth a thousand words, right? So Jane x 1,000.</td>\n</tr>\n<tr>\n<th><a href=\"http://example.org/\">Jane Bloggs</a></th>\n<td>$100B</td>\n<td>With hair like that?! Enough said...</td>\n</tr>\n</tbody>\n</table>\n<h2>Definition Lists</h2>\n<dl><dt>Definition List Title</dt><dd>Definition list division.</dd><dt>Startup</dt><dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd><dt>#dowork</dt><dd>Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.</dd><dt>Do It Live</dt><dd>I\'ll let Bill O\'Reilly will <a title=\"We\'ll Do It Live\" href=\"https://www.youtube.com/watch?v=O_HyZ5aW76c\">explain</a> this one.</dd></dl>\n<h2>Unordered Lists (Nested)</h2>\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one\n<ul>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ul>\n<h2>Ordered List (Nested)</h2>\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one\n<ol>\n	<li>List item one</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n</li>\n	<li>List item two</li>\n	<li>List item three</li>\n	<li>List item four</li>\n</ol>\n<h2>HTML Tags</h2>\nThese supported tags come from the WordPress.com code <a title=\"Code\" href=\"http://en.support.wordpress.com/code/\">FAQ</a>.\n\n<strong>Address Tag</strong>\n\n<address>1 Infinite Loop\nCupertino, CA 95014\nUnited States</address><strong>Anchor Tag (aka. Link)</strong>\n\nThis is an example of a <a title=\"Apple\" href=\"http://apple.com\">link</a>.\n\n<strong>Abbreviation Tag</strong>\n\nThe abbreviation <abbr title=\"Seriously\">srsly</abbr> stands for \"seriously\".\n\n<strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong>\n\nThe acronym <acronym title=\"For The Win\">ftw</acronym> stands for \"for the win\".\n\n<strong>Big Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThese tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.\n\n<strong>Cite Tag</strong>\n\n\"Code is poetry.\" --<cite>Automattic</cite>\n\n<strong>Code Tag</strong>\n\nYou will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.\n\n<strong>Delete Tag</strong>\n\nThis tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).\n\n<strong>Emphasize Tag</strong>\n\nThe emphasize tag should <em>italicize</em> text.\n\n<strong>Insert Tag</strong>\n\nThis tag should denote <ins>inserted</ins> text.\n\n<strong>Keyboard Tag</strong>\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Preformatted Tag</strong>\n\nThis tag styles large blocks of code.\n<pre>.post-title {\n	margin: 0 0 5px;\n	font-weight: bold;\n	font-size: 38px;\n	line-height: 1.2;\n	and here\'s a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;\n}</pre>\n<strong>Quote Tag</strong>\n\n<q>Developers, developers, developers...</q> --Steve Ballmer\n\n<strong>Strike Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis tag shows <span style=\"text-decoration:line-through\">strike-through text</span>\n\n<strong>Strong Tag</strong>\n\nThis tag shows <strong>bold<strong> text.</strong></strong>\n\n<strong>Subscript Tag</strong>\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n<strong>Superscript Tag</strong>\n\nStill sticking with science and Isaac Newton\'s E = MC<sup>2</sup>, which should lift the 2 up.\n\n<strong>Teletype Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong>\n\nThis rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.\n\n<strong>Variable Tag</strong>\n\nThis allows you to denote <var>variables</var>.', 'Markup: HTML Tags and Formatting', '', 'inherit', 'closed', 'closed', '', '1178-revision-v1', '', '', '2020-04-11 09:03:06', '2020-04-11 09:03:06', '', 1178, 'https://connectivism.in/1178-revision-v1/', 0, 'revision', '', 0),
(2353, 1, '2020-04-11 09:03:06', '2020-04-11 09:03:06', 'https://twitter.com/nacin/status/319508408669708289\n\nThis post tests WordPress\' <a title=\"Twitter Embeds\" href=\"http://en.support.wordpress.com/twitter/twitter-embeds/\" target=\"_blank\" rel=\"noopener noreferrer\">Twitter Embeds</a> feature.', 'Media: Twitter Embeds', '', 'inherit', 'closed', 'closed', '', '2085-revision-v1', '', '', '2020-04-11 09:03:06', '2020-04-11 09:03:06', '', 2085, 'https://connectivism.in/2085-revision-v1/', 0, 'revision', '', 0),
(2354, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', 'https://twitter.com/nacin/status/319508408669708289\n\nThis post tests WordPress\' <a title=\"Twitter Embeds\" href=\"http://en.support.wordpress.com/twitter/twitter-embeds/\" target=\"_blank\" rel=\"noopener noreferrer\">Twitter Embeds</a> feature.', 'Media: Twitter Embeds', '', 'inherit', 'closed', 'closed', '', '1179-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 1179, 'https://connectivism.in/1179-revision-v1/', 0, 'revision', '', 0),
(2355, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Neque Porro Quisquam Est', '', 'inherit', 'closed', 'closed', '', '2127-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 2127, 'https://connectivism.in/2127-revision-v1/', 0, 'revision', '', 0),
(2356, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Neque Porro Quisquam Est', '', 'inherit', 'closed', 'closed', '', '1900-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 1900, 'https://connectivism.in/1900-revision-v1/', 0, 'revision', '', 0),
(2357, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Neque Porro Quisquam Est', '', 'inherit', 'closed', 'closed', '', '2156-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 2156, 'https://connectivism.in/2156-revision-v1/', 0, 'revision', '', 0),
(2358, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.\n<p style=\"text-align: center\"><strong>Provide your feedback using comment section below.</strong></p>', 'Parental Guidance', '', 'inherit', 'closed', 'closed', '', '2116-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 2116, 'https://connectivism.in/2116-revision-v1/', 0, 'revision', '', 0),
(2359, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.\n<p style=\"text-align: center\"><strong>Provide your feedback using comment section below.</strong></p>', 'Parental Guidance', '', 'inherit', 'closed', 'closed', '', '1879-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 1879, 'https://connectivism.in/1879-revision-v1/', 0, 'revision', '', 0),
(2360, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.\n<p style=\"text-align: center\"><strong>Provide your feedback using comment section below.</strong></p>', 'Parental Guidance', '', 'inherit', 'closed', 'closed', '', '2150-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 2150, 'https://connectivism.in/2150-revision-v1/', 0, 'revision', '', 0),
(2361, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', '“I never tried to prove nothing, just wanted to give a good show. My life has always been my music, it\'s always come first, but the music ain\'t worth nothing if you can\'t lay it on the public. The main thing is to live for that audience, \'cause what you\'re there for is to please the people.”', 'Post Format: Aside', '', 'inherit', 'closed', 'closed', '', '2060-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 2060, 'https://connectivism.in/2060-revision-v1/', 0, 'revision', '', 0),
(2362, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', '“I never tried to prove nothing, just wanted to give a good show. My life has always been my music, it\'s always come first, but the music ain\'t worth nothing if you can\'t lay it on the public. The main thing is to live for that audience, \'cause what you\'re there for is to please the people.”', 'Post Format: Aside', '', 'inherit', 'closed', 'closed', '', '559-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 559, 'https://connectivism.in/559-revision-v1/', 0, 'revision', '', 0),
(2363, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', 'Link:\n\n<a href=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3\">St. Louis Blues</a>\n\nAudio shortcode:\n\n[audio https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3]', 'Post Format: Audio', '', 'inherit', 'closed', 'closed', '', '2068-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 2068, 'https://connectivism.in/2068-revision-v1/', 0, 'revision', '', 0),
(2364, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', 'Link:\n\n<a href=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3\">St. Louis Blues</a>\n\nAudio shortcode:\n\n[audio https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/originaldixielandjazzbandwithalbernard-stlouisblues.mp3]', 'Post Format: Audio', '', 'inherit', 'closed', 'closed', '', '587-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 587, 'https://connectivism.in/587-revision-v1/', 0, 'revision', '', 0),
(2365, 1, '2020-04-11 09:03:07', '2020-04-11 09:03:07', 'Abbott: Strange as it may seem, they give ball players nowadays very peculiar names.\n\nCostello: Funny names?\n\nAbbott: Nicknames, nicknames. Now, on the St. Louis team we have Who\'s on first, What\'s on second, I Don\'t Know is on third--\n\nCostello: That\'s what I want to find out. I want you to tell me the names of the fellows on the St. Louis team.\n\nAbbott: I\'m telling you. Who\'s on first, What\'s on second, I Don\'t Know is on third--\n\nCostello: You know the fellows\' names?\n\nAbbott: Yes.\n\nCostello: Well, then who\'s playing first?\n\nAbbott: Yes.\n\nCostello: I mean the fellow\'s name on first base.\n\nAbbott: Who.\n\nCostello: The fellow playin\' first base.\n\nAbbott: Who.\n\nCostello: The guy on first base.\n\nAbbott: Who is on first.\n\nCostello: Well, what are you askin\' me for?\n\nAbbott: I\'m not asking you--I\'m telling you. Who is on first.\n\nCostello: I\'m asking you--who\'s on first?\n\nAbbott: That\'s the man\'s name.\n\nCostello: That\'s who\'s name?\n\nAbbott: Yes.\n\nCostello: When you pay off the first baseman every month, who gets the money?\n\nAbbott: Every dollar of it. And why not, the man\'s entitled to it.\n\nCostello: Who is?\n\nAbbott: Yes.\n\nCostello: So who gets it?\n\nAbbott: Why shouldn\'t he? Sometimes his wife comes down and collects it.\n\nCostello: Who\'s wife?\n\nAbbott: Yes. After all, the man earns it.\n\nCostello: Who does?\n\nAbbott: Absolutely.\n\nCostello: Well, all I\'m trying to find out is what\'s the guy\'s name on first base?\n\nAbbott: Oh, no, no. What is on second base.\n\nCostello: I\'m not asking you who\'s on second.\n\nAbbott: Who\'s on first!\n\nCostello: St. Louis has a good outfield?\n\nAbbott: Oh, absolutely.\n\nCostello: The left fielder\'s name?\n\nAbbott: Why.\n\nCostello: I don\'t know, I just thought I\'d ask.\n\nAbbott: Well, I just thought I\'d tell you.\n\nCostello: Then tell me who\'s playing left field?\n\nAbbott: Who\'s playing first.\n\nCostello: Stay out of the infield! The left fielder\'s name?\n\nAbbott: Why.\n\nCostello: Because.\n\nAbbott: Oh, he\'s center field.\n\nCostello: Wait a minute. You got a pitcher on this team?\n\nAbbott: Wouldn\'t this be a fine team without a pitcher?\n\nCostello: Tell me the pitcher\'s name.\n\nAbbott: Tomorrow.\n\nCostello: Now, when the guy at bat bunts the ball--me being a good catcher--I want to throw the guy out at first base, so I pick up the ball and throw it to who?\n\nAbbott: Now, that\'s he first thing you\'ve said right.\n\nCostello: I DON\'T EVEN KNOW WHAT I\'M TALKING ABOUT!\n\nAbbott: Don\'t get excited. Take it easy.\n\nCostello: I throw the ball to first base, whoever it is grabs the ball, so the guy runs to second. Who picks up the ball and throws it to what. What throws it to I don\'t know. I don\'t know throws it back to tomorrow--a triple play.\n\nAbbott: Yeah, it could be.\n\nCostello: Another guy gets up and it\'s a long ball to center.\n\nAbbott: Because.\n\nCostello: Why? I don\'t know. And I don\'t care.\n\nAbbott: What was that?\n\nCostello: I said, I DON\'T CARE!\n\nAbbott: Oh, that\'s our shortstop!', 'Post Format: Chat', '', 'inherit', 'closed', 'closed', '', '2061-revision-v1', '', '', '2020-04-11 09:03:07', '2020-04-11 09:03:07', '', 2061, 'https://connectivism.in/2061-revision-v1/', 0, 'revision', '', 0),
(2366, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', 'Abbott: Strange as it may seem, they give ball players nowadays very peculiar names.\n\nCostello: Funny names?\n\nAbbott: Nicknames, nicknames. Now, on the St. Louis team we have Who\'s on first, What\'s on second, I Don\'t Know is on third--\n\nCostello: That\'s what I want to find out. I want you to tell me the names of the fellows on the St. Louis team.\n\nAbbott: I\'m telling you. Who\'s on first, What\'s on second, I Don\'t Know is on third--\n\nCostello: You know the fellows\' names?\n\nAbbott: Yes.\n\nCostello: Well, then who\'s playing first?\n\nAbbott: Yes.\n\nCostello: I mean the fellow\'s name on first base.\n\nAbbott: Who.\n\nCostello: The fellow playin\' first base.\n\nAbbott: Who.\n\nCostello: The guy on first base.\n\nAbbott: Who is on first.\n\nCostello: Well, what are you askin\' me for?\n\nAbbott: I\'m not asking you--I\'m telling you. Who is on first.\n\nCostello: I\'m asking you--who\'s on first?\n\nAbbott: That\'s the man\'s name.\n\nCostello: That\'s who\'s name?\n\nAbbott: Yes.\n\nCostello: When you pay off the first baseman every month, who gets the money?\n\nAbbott: Every dollar of it. And why not, the man\'s entitled to it.\n\nCostello: Who is?\n\nAbbott: Yes.\n\nCostello: So who gets it?\n\nAbbott: Why shouldn\'t he? Sometimes his wife comes down and collects it.\n\nCostello: Who\'s wife?\n\nAbbott: Yes. After all, the man earns it.\n\nCostello: Who does?\n\nAbbott: Absolutely.\n\nCostello: Well, all I\'m trying to find out is what\'s the guy\'s name on first base?\n\nAbbott: Oh, no, no. What is on second base.\n\nCostello: I\'m not asking you who\'s on second.\n\nAbbott: Who\'s on first!\n\nCostello: St. Louis has a good outfield?\n\nAbbott: Oh, absolutely.\n\nCostello: The left fielder\'s name?\n\nAbbott: Why.\n\nCostello: I don\'t know, I just thought I\'d ask.\n\nAbbott: Well, I just thought I\'d tell you.\n\nCostello: Then tell me who\'s playing left field?\n\nAbbott: Who\'s playing first.\n\nCostello: Stay out of the infield! The left fielder\'s name?\n\nAbbott: Why.\n\nCostello: Because.\n\nAbbott: Oh, he\'s center field.\n\nCostello: Wait a minute. You got a pitcher on this team?\n\nAbbott: Wouldn\'t this be a fine team without a pitcher?\n\nCostello: Tell me the pitcher\'s name.\n\nAbbott: Tomorrow.\n\nCostello: Now, when the guy at bat bunts the ball--me being a good catcher--I want to throw the guy out at first base, so I pick up the ball and throw it to who?\n\nAbbott: Now, that\'s he first thing you\'ve said right.\n\nCostello: I DON\'T EVEN KNOW WHAT I\'M TALKING ABOUT!\n\nAbbott: Don\'t get excited. Take it easy.\n\nCostello: I throw the ball to first base, whoever it is grabs the ball, so the guy runs to second. Who picks up the ball and throws it to what. What throws it to I don\'t know. I don\'t know throws it back to tomorrow--a triple play.\n\nAbbott: Yeah, it could be.\n\nCostello: Another guy gets up and it\'s a long ball to center.\n\nAbbott: Because.\n\nCostello: Why? I don\'t know. And I don\'t care.\n\nAbbott: What was that?\n\nCostello: I said, I DON\'T CARE!\n\nAbbott: Oh, that\'s our shortstop!', 'Post Format: Chat', '', 'inherit', 'closed', 'closed', '', '562-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 562, 'https://connectivism.in/562-revision-v1/', 0, 'revision', '', 0),
(2367, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '[gallery]\n\n<!--nextpage-->\n\nYou can use this page to test the Theme\'s handling of the[gallery]\n\nshortcode, including the <code>columns</code> parameter, from 1 to 9 columns. Themes are only required to support the default setting (3 columns), so this page is entirely optional.\n<h2>One Column</h2>\n[gallery columns=\"1\"]\n<h2>Two Columns</h2>\n[gallery columns=\"2\"]\n<h2>Three Columns</h2>\n[gallery columns=\"3\"]\n<h2>Four Columns</h2>\n[gallery columns=\"4\"]\n<h2>Five Columns</h2>\n[gallery columns=\"5\"]\n<h2>Six Columns</h2>\n[gallery columns=\"6\"]\n<h2>Seven Columns</h2>\n[gallery columns=\"7\"]\n<h2>Eight Columns</h2>\n[gallery columns=\"8\"]\n<h2>Nine Columns</h2>\n[gallery columns=\"9\"]', 'Post Format: Gallery', '', 'inherit', 'closed', 'closed', '', '2059-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 2059, 'https://connectivism.in/2059-revision-v1/', 0, 'revision', '', 0),
(2368, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '[gallery]\n\n<!--nextpage-->\n\nYou can use this page to test the Theme\'s handling of the[gallery]\n\nshortcode, including the <code>columns</code> parameter, from 1 to 9 columns. Themes are only required to support the default setting (3 columns), so this page is entirely optional.\n<h2>One Column</h2>\n[gallery columns=\"1\"]\n<h2>Two Columns</h2>\n[gallery columns=\"2\"]\n<h2>Three Columns</h2>\n[gallery columns=\"3\"]\n<h2>Four Columns</h2>\n[gallery columns=\"4\"]\n<h2>Five Columns</h2>\n[gallery columns=\"5\"]\n<h2>Six Columns</h2>\n[gallery columns=\"6\"]\n<h2>Seven Columns</h2>\n[gallery columns=\"7\"]\n<h2>Eight Columns</h2>\n[gallery columns=\"8\"]\n<h2>Nine Columns</h2>\n[gallery columns=\"9\"]', 'Post Format: Gallery', '', 'inherit', 'closed', 'closed', '', '555-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 555, 'https://connectivism.in/555-revision-v1/', 0, 'revision', '', 0),
(2369, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', 'This is a test for Jetpack\'s Tiled Gallery.\n\nInstall <a title=\"Jetpack for WordPress\" href=\"http://wordpress.org/plugins/jetpack/\" target=\"_blank\" rel=\"noopener noreferrer\">Jetpack</a> to test.\n\n[gallery type=\"rectangular\" columns=\"4\" ids=\"755,757,758,760,766,763\" orderby=\"rand\"]\n\nThis is some text after the Tiled Gallery just to make sure that everything spaces nicely.', 'Post Format: Gallery (Tiled)', '', 'inherit', 'closed', 'closed', '', '2070-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 2070, 'https://connectivism.in/2070-revision-v1/', 0, 'revision', '', 0),
(2370, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', 'This is a test for Jetpack\'s Tiled Gallery.\n\nInstall <a title=\"Jetpack for WordPress\" href=\"http://wordpress.org/plugins/jetpack/\" target=\"_blank\" rel=\"noopener noreferrer\">Jetpack</a> to test.\n\n[gallery type=\"rectangular\" columns=\"4\" ids=\"755,757,758,760,766,763\" orderby=\"rand\"]\n\nThis is some text after the Tiled Gallery just to make sure that everything spaces nicely.', 'Post Format: Gallery (Tiled)', '', 'inherit', 'closed', 'closed', '', '2041-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 2041, 'https://connectivism.in/2041-revision-v1/', 0, 'revision', '', 0),
(2371, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '[caption id=\"attachment_754\" align=\"alignnone\" width=\"604\"]<a href=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/100_5478.jpg\"><img class=\"wp-image-754 size-large\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/100_5478.jpg?w=604\" alt=\"Bell on Wharf\" width=\"604\" height=\"453\" /></a> Bell on wharf in San Francisco[/caption]', 'Post Format: Image (Caption)', '', 'inherit', 'closed', 'closed', '', '2077-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 2077, 'https://connectivism.in/2077-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpqe_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
(2372, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '[caption id=\"attachment_754\" align=\"alignnone\" width=\"604\"]<a href=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/100_5478.jpg\"><img class=\"wp-image-754 size-large\" src=\"https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2011/07/100_5478.jpg?w=604\" alt=\"Bell on Wharf\" width=\"604\" height=\"453\" /></a> Bell on wharf in San Francisco[/caption]', 'Post Format: Image (Caption)', '', 'inherit', 'closed', 'closed', '', '1163-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 1163, 'https://connectivism.in/1163-revision-v1/', 0, 'revision', '', 0),
(2373, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '[caption id=\"attachment_612\" align=\"aligncenter\" width=\"640\" caption=\"Chunk of resinous blackboy husk, Clarkson, Western Australia. This burns like a spinifex log.\"]<a href=\"http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg\"><img src=\"http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg\" alt=\"chunk of resinous blackboy husk\" title=\"dsc20040724_152504_532\" width=\"640\" height=\"480\" class=\"size-full wp-image-612\" /></a>[/caption]\n', 'Post Format: Image (Linked)', '', 'inherit', 'closed', 'closed', '', '2063-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 2063, 'https://connectivism.in/2063-revision-v1/', 0, 'revision', '', 0),
(2374, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '[caption id=\"attachment_612\" align=\"aligncenter\" width=\"640\" caption=\"Chunk of resinous blackboy husk, Clarkson, Western Australia. This burns like a spinifex log.\"]<a href=\"http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg\"><img src=\"http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg\" alt=\"chunk of resinous blackboy husk\" title=\"dsc20040724_152504_532\" width=\"640\" height=\"480\" class=\"size-full wp-image-612\" /></a>[/caption]\n', 'Post Format: Image (Linked)', '', 'inherit', 'closed', 'closed', '', '568-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 568, 'https://connectivism.in/568-revision-v1/', 0, 'revision', '', 0),
(2375, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '<a href=\"http://make.wordpress.org/themes\" title=\"The WordPress Theme Review Team Website\">The WordPress Theme Review Team Website</a>', 'Post Format: Link', '', 'inherit', 'closed', 'closed', '', '2062-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 2062, 'https://connectivism.in/2062-revision-v1/', 0, 'revision', '', 0),
(2376, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '<a href=\"http://make.wordpress.org/themes\" title=\"The WordPress Theme Review Team Website\">The WordPress Theme Review Team Website</a>', 'Post Format: Link', '', 'inherit', 'closed', 'closed', '', '565-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 565, 'https://connectivism.in/565-revision-v1/', 0, 'revision', '', 0),
(2377, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '<blockquote>Only one thing is impossible for God: To find any sense in any copyright law on the planet.\n<cite><a href=\"http://www.brainyquote.com/quotes/quotes/m/marktwain163473.html\">Mark Twain</a></cite></blockquote>', 'Post Format: Quote', '', 'inherit', 'closed', 'closed', '', '2065-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 2065, 'https://connectivism.in/2065-revision-v1/', 0, 'revision', '', 0),
(2378, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '<blockquote>Only one thing is impossible for God: To find any sense in any copyright law on the planet.\n<cite><a href=\"http://www.brainyquote.com/quotes/quotes/m/marktwain163473.html\">Mark Twain</a></cite></blockquote>', 'Post Format: Quote', '', 'inherit', 'closed', 'closed', '', '575-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 575, 'https://connectivism.in/575-revision-v1/', 0, 'revision', '', 0),
(2379, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', 'All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, \"Oh, why can\'t you remain like this for ever!\" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end.\n\n<!--more-->\n\nMrs. Darling first heard of Peter when she was tidying up her children\'s minds. It is the nightly custom of every good mother after her children are asleep to rummage in their minds and put things straight for next morning, repacking into their proper places the many articles that have wandered during the day.\n\nIf you could keep awake (but of course you can\'t) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on.\n\nI don\'t know whether you have ever seen a map of a person\'s mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child\'s mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still.\n\nOf course the Neverlands vary a good deal. John\'s, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other\'s nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more.\n\nOf all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights.\n\nOccasionally in her travels through her children\'s minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael\'s minds, while Wendy\'s began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance.', 'Post Format: Standard', '', 'inherit', 'closed', 'closed', '', '2058-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 2058, 'https://connectivism.in/2058-revision-v1/', 0, 'revision', '', 0),
(2380, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', 'All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, \"Oh, why can\'t you remain like this for ever!\" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end.\n\n<!--more-->\n\nMrs. Darling first heard of Peter when she was tidying up her children\'s minds. It is the nightly custom of every good mother after her children are asleep to rummage in their minds and put things straight for next morning, repacking into their proper places the many articles that have wandered during the day.\n\nIf you could keep awake (but of course you can\'t) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on.\n\nI don\'t know whether you have ever seen a map of a person\'s mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child\'s mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still.\n\nOf course the Neverlands vary a good deal. John\'s, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other\'s nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more.\n\nOf all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights.\n\nOccasionally in her travels through her children\'s minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael\'s minds, while Wendy\'s began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance.', 'Post Format: Standard', '', 'inherit', 'closed', 'closed', '', '358-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 358, 'https://connectivism.in/358-revision-v1/', 0, 'revision', '', 0),
(2381, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', 'WordPress, how do I love thee? Let me count the ways (in 140 characters or less).', 'Post Format: Status', '', 'inherit', 'closed', 'closed', '', '2066-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 2066, 'https://connectivism.in/2066-revision-v1/', 0, 'revision', '', 0),
(2382, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', 'WordPress, how do I love thee? Let me count the ways (in 140 characters or less).', 'Post Format: Status', '', 'inherit', 'closed', 'closed', '', '579-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 579, 'https://connectivism.in/579-revision-v1/', 0, 'revision', '', 0),
(2383, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '[wpvideo tFnqC9XQ w=680]\n\n<a title=\"VideoPress Plugin for WordPress\" href=\"http://videopress.com/\" target=\"_blank\" rel=\"noopener noreferrer\">VideoPress</a>, especially as a video post format, usually provides some unique styling issues.\n\nYou will need to install <a title=\"Jetpack for WordPress\" href=\"http://jetpack.me/\" target=\"_blank\" rel=\"noopener noreferrer\">Jetpack</a> or <a title=\"Slim Jetpack\" href=\"http://wordpress.org/extend/plugins/slimjetpack/\" target=\"_blank\" rel=\"noopener noreferrer\">Slim Jetpack</a> plugin to turn the shortcode into a viewable video.', 'Post Format: Video (VideoPress)', '', 'inherit', 'closed', 'closed', '', '2069-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 2069, 'https://connectivism.in/2069-revision-v1/', 0, 'revision', '', 0),
(2384, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', '[wpvideo tFnqC9XQ w=680]\n\n<a title=\"VideoPress Plugin for WordPress\" href=\"http://videopress.com/\" target=\"_blank\" rel=\"noopener noreferrer\">VideoPress</a>, especially as a video post format, usually provides some unique styling issues.\n\nYou will need to install <a title=\"Jetpack for WordPress\" href=\"http://jetpack.me/\" target=\"_blank\" rel=\"noopener noreferrer\">Jetpack</a> or <a title=\"Slim Jetpack\" href=\"http://wordpress.org/extend/plugins/slimjetpack/\" target=\"_blank\" rel=\"noopener noreferrer\">Slim Jetpack</a> plugin to turn the shortcode into a viewable video.', 'Post Format: Video (VideoPress)', '', 'inherit', 'closed', 'closed', '', '1005-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 1005, 'https://connectivism.in/1005-revision-v1/', 0, 'revision', '', 0),
(2385, 1, '2020-04-11 09:03:16', '2020-04-11 09:03:16', 'http://wordpress.tv/2009/03/16/anatomy-of-a-wordpress-theme-exploring-the-files-behind-your-theme/\n\nPosted as per the <a href=\"http://codex.wordpress.org/Embeds\" target=\"_blank\" rel=\"noopener noreferrer\">instructions in the Codex</a>.', 'Post Format: Video (WordPress.tv)', '', 'inherit', 'closed', 'closed', '', '2067-revision-v1', '', '', '2020-04-11 09:03:16', '2020-04-11 09:03:16', '', 2067, 'https://connectivism.in/2067-revision-v1/', 0, 'revision', '', 0),
(2386, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'http://wordpress.tv/2009/03/16/anatomy-of-a-wordpress-theme-exploring-the-files-behind-your-theme/\n\nPosted as per the <a href=\"http://codex.wordpress.org/Embeds\" target=\"_blank\" rel=\"noopener noreferrer\">instructions in the Codex</a>.', 'Post Format: Video (WordPress.tv)', '', 'inherit', 'closed', 'closed', '', '582-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 582, 'https://connectivism.in/582-revision-v1/', 0, 'revision', '', 0),
(2387, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Quiz Competition', '', 'inherit', 'closed', 'closed', '', '2123-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 2123, 'https://connectivism.in/2123-revision-v1/', 0, 'revision', '', 0),
(2388, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Quiz Competition', '', 'inherit', 'closed', 'closed', '', '1894-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 1894, 'https://connectivism.in/1894-revision-v1/', 0, 'revision', '', 0),
(2389, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Quiz Competition', '', 'inherit', 'closed', 'closed', '', '2154-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 2154, 'https://connectivism.in/2154-revision-v1/', 0, 'revision', '', 0),
(2390, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Sports Day', '', 'inherit', 'closed', 'closed', '', '1893-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 1893, 'https://connectivism.in/1893-revision-v1/', 0, 'revision', '', 0),
(2391, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Sports Day', '', 'inherit', 'closed', 'closed', '', '2153-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 2153, 'https://connectivism.in/2153-revision-v1/', 0, 'revision', '', 0),
(2392, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'This post tests comments in the following ways.\n<ul>\n	<li>Threaded comments up to 10 levels deep</li>\n	<li>Paginated comments (set <em><strong>Settings &gt; Discussion &gt; Break comments into pages</strong></em> to <em><strong>5</strong></em> top level comments per page)</li>\n	<li>Comment markup / formatting</li>\n	<li>Comment images</li>\n	<li>Comment videos</li>\n	<li>Author comments</li>\n	<li>Gravatars and default fallbacks</li>\n</ul>', 'Template: Comments', '', 'inherit', 'closed', 'closed', '', '2100-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 2100, 'https://connectivism.in/2100-revision-v1/', 0, 'revision', '', 0),
(2393, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'This post tests comments in the following ways.\n<ul>\n	<li>Threaded comments up to 10 levels deep</li>\n	<li>Paginated comments (set <em><strong>Settings &gt; Discussion &gt; Break comments into pages</strong></em> to <em><strong>5</strong></em> top level comments per page)</li>\n	<li>Comment markup / formatting</li>\n	<li>Comment images</li>\n	<li>Comment videos</li>\n	<li>Author comments</li>\n	<li>Gravatars and default fallbacks</li>\n</ul>', 'Template: Comments', '', 'inherit', 'closed', 'closed', '', '1148-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 1148, 'https://connectivism.in/1148-revision-v1/', 0, 'revision', '', 0),
(2394, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'This post has its comments, pingbacks, and trackbacks disabled.\n\nThere should be no comment reply form, but <em>should</em> display pingbacks and trackbacks.', 'Template: Comments Disabled', '', 'inherit', 'closed', 'closed', '', '2073-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 2073, 'https://connectivism.in/2073-revision-v1/', 0, 'revision', '', 0),
(2395, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'This post has its comments, pingbacks, and trackbacks disabled.\n\nThere should be no comment reply form, but <em>should</em> display pingbacks and trackbacks.', 'Template: Comments Disabled', '', 'inherit', 'closed', 'closed', '', '2104-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 2104, 'https://connectivism.in/2104-revision-v1/', 0, 'revision', '', 0),
(2396, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'This post has its comments, pingbacks, and trackbacks disabled.\n\nThere should be no comment reply form, but <em>should</em> display pingbacks and trackbacks.', 'Template: Comments Disabled', '', 'inherit', 'closed', 'closed', '', '1150-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 1150, 'https://connectivism.in/1150-revision-v1/', 0, 'revision', '', 0),
(2397, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'This is the post content. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. Depending on Theme-defined filters, the length of the auto-generated excerpt will vary from Theme-to-Theme. The default length for auto-generated excerpts is 55 words, so to test the excerpt auto-generation, this post must have more than 55 words.\n\nBe sure to test the formatting of the auto-generated excerpt, to ensure that it doesn\'t create any layout problems. Also, ensure that any filters applied to the excerpt, such as &lt;code&gt;excerpt_length&lt;/code&gt; and &lt;code&gt;excerpt_more&lt;/code&gt;, display properly.', 'Template: Excerpt (Generated)', '', 'inherit', 'closed', 'closed', '', '2088-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 2088, 'https://connectivism.in/2088-revision-v1/', 0, 'revision', '', 0),
(2398, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'This is the post content. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. Depending on Theme-defined filters, the length of the auto-generated excerpt will vary from Theme-to-Theme. The default length for auto-generated excerpts is 55 words, so to test the excerpt auto-generation, this post must have more than 55 words.\n\nBe sure to test the formatting of the auto-generated excerpt, to ensure that it doesn\'t create any layout problems. Also, ensure that any filters applied to the excerpt, such as &lt;code&gt;excerpt_length&lt;/code&gt; and &lt;code&gt;excerpt_more&lt;/code&gt;, display properly.', 'Template: Excerpt (Generated)', '', 'inherit', 'closed', 'closed', '', '2122-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 2122, 'https://connectivism.in/2122-revision-v1/', 0, 'revision', '', 0),
(2399, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'This is the post content. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. Depending on Theme-defined filters, the length of the auto-generated excerpt will vary from Theme-to-Theme. The default length for auto-generated excerpts is 55 words, so to test the excerpt auto-generation, this post must have more than 55 words.\n\nBe sure to test the formatting of the auto-generated excerpt, to ensure that it doesn\'t create any layout problems. Also, ensure that any filters applied to the excerpt, such as &lt;code&gt;excerpt_length&lt;/code&gt; and &lt;code&gt;excerpt_more&lt;/code&gt;, display properly.', 'Template: Excerpt (Generated)', '', 'inherit', 'closed', 'closed', '', '1446-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 1446, 'https://connectivism.in/1446-revision-v1/', 0, 'revision', '', 0),
(2400, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'Post Page 1\n\n<!--nextpage-->\n\nPost Page 2\n\n<!--nextpage-->\n\nPost Page 3', 'Template: Paginated', '', 'inherit', 'closed', 'closed', '', '2075-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 2075, 'https://connectivism.in/2075-revision-v1/', 0, 'revision', '', 0),
(2401, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'Post Page 1\n\n<!--nextpage-->\n\nPost Page 2\n\n<!--nextpage-->\n\nPost Page 3', 'Template: Paginated', '', 'inherit', 'closed', 'closed', '', '2107-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 2107, 'https://connectivism.in/2107-revision-v1/', 0, 'revision', '', 0),
(2402, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'Post Page 1\n\n<!--nextpage-->\n\nPost Page 2\n\n<!--nextpage-->\n\nPost Page 3', 'Template: Paginated', '', 'inherit', 'closed', 'closed', '', '1171-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 1171, 'https://connectivism.in/1171-revision-v1/', 0, 'revision', '', 0),
(2403, 1, '2020-04-11 09:03:27', '2020-04-11 09:03:27', 'This content, comments, pingbacks, and trackbacks should not be visible until the password is entered.', 'Template: Password Protected (the password is \"enter\")', '', 'inherit', 'closed', 'closed', '', '2074-revision-v1', '', '', '2020-04-11 09:03:27', '2020-04-11 09:03:27', '', 2074, 'https://connectivism.in/2074-revision-v1/', 0, 'revision', '', 0),
(2404, 1, '2020-04-11 09:03:37', '2020-04-11 09:03:37', 'This content, comments, pingbacks, and trackbacks should not be visible until the password is entered.', 'Template: Password Protected (the password is \"enter\")', '', 'inherit', 'closed', 'closed', '', '2105-revision-v1', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 2105, 'https://connectivism.in/2105-revision-v1/', 0, 'revision', '', 0),
(2405, 1, '2020-04-11 09:03:37', '2020-04-11 09:03:37', 'This content, comments, pingbacks, and trackbacks should not be visible until the password is entered.', 'Template: Password Protected (the password is \"enter\")', '', 'inherit', 'closed', 'closed', '', '1168-revision-v1', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 1168, 'https://connectivism.in/1168-revision-v1/', 0, 'revision', '', 0),
(2406, 1, '2020-04-11 09:03:37', '2020-04-11 09:03:37', 'This post has many pingpacks and trackbacks.\n\nThere are a few ways to list them.\n<ol>\n	<li>Above the comments</li>\n	<li>Below the comments</li>\n	<li>Included within the normal flow of comments</li>\n</ol>', 'Template: Pingbacks And Trackbacks', '', 'inherit', 'closed', 'closed', '', '2072-revision-v1', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 2072, 'https://connectivism.in/2072-revision-v1/', 0, 'revision', '', 0),
(2407, 1, '2020-04-11 09:03:37', '2020-04-11 09:03:37', 'This post has many pingpacks and trackbacks.\n\nThere are a few ways to list them.\n<ol>\n	<li>Above the comments</li>\n	<li>Below the comments</li>\n	<li>Included within the normal flow of comments</li>\n</ol>', 'Template: Pingbacks And Trackbacks', '', 'inherit', 'closed', 'closed', '', '2102-revision-v1', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 2102, 'https://connectivism.in/2102-revision-v1/', 0, 'revision', '', 0),
(2408, 1, '2020-04-11 09:03:37', '2020-04-11 09:03:37', 'This post has many pingpacks and trackbacks.\n\nThere are a few ways to list them.\n<ol>\n	<li>Above the comments</li>\n	<li>Below the comments</li>\n	<li>Included within the normal flow of comments</li>\n</ol>', 'Template: Pingbacks And Trackbacks', '', 'inherit', 'closed', 'closed', '', '1149-revision-v1', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 1149, 'https://connectivism.in/1149-revision-v1/', 0, 'revision', '', 0),
(2409, 1, '2020-04-11 09:03:37', '2020-04-11 09:03:37', 'This is a sticky post.\n\nThere are a few things to verify:\n<ul>\n	<li>The sticky post should be distinctly recognizable in some way in comparison to normal posts. You can style the <code>.sticky</code> class if you are using the <a title=\"WordPress Codex post_class() Function\" href=\"http://codex.wordpress.org/Function_Reference/post_class\" target=\"_blank\" rel=\"noopener noreferrer\">post_class()</a> function to generate your post classes, which is a best practice.</li>\n	<li>They should show at the very top of the blog index page, even though they could be several posts back chronologically.</li>\n	<li>They should still show up again in their chronologically correct postion in time, but without the sticky indicator.</li>\n	<li>If you have a plugin or widget that lists popular posts or comments, make sure that this sticky post is not always at the top of those lists unless it really is popular.</li>\n</ul>', 'Template: Sticky', '', 'inherit', 'closed', 'closed', '', '2086-revision-v1', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 2086, 'https://connectivism.in/2086-revision-v1/', 0, 'revision', '', 0),
(2410, 1, '2020-04-11 09:03:37', '2020-04-11 09:03:37', 'This is a sticky post.\n\nThere are a few things to verify:\n<ul>\n	<li>The sticky post should be distinctly recognizable in some way in comparison to normal posts. You can style the <code>.sticky</code> class if you are using the <a title=\"WordPress Codex post_class() Function\" href=\"http://codex.wordpress.org/Function_Reference/post_class\" target=\"_blank\" rel=\"noopener noreferrer\">post_class()</a> function to generate your post classes, which is a best practice.</li>\n	<li>They should show at the very top of the blog index page, even though they could be several posts back chronologically.</li>\n	<li>They should still show up again in their chronologically correct postion in time, but without the sticky indicator.</li>\n	<li>If you have a plugin or widget that lists popular posts or comments, make sure that this sticky post is not always at the top of those lists unless it really is popular.</li>\n</ul>', 'Template: Sticky', '', 'inherit', 'closed', 'closed', '', '2119-revision-v1', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 2119, 'https://connectivism.in/2119-revision-v1/', 0, 'revision', '', 0),
(2411, 1, '2020-04-11 09:03:37', '2020-04-11 09:03:37', 'This is a sticky post.\n\nThere are a few things to verify:\n<ul>\n	<li>The sticky post should be distinctly recognizable in some way in comparison to normal posts. You can style the <code>.sticky</code> class if you are using the <a title=\"WordPress Codex post_class() Function\" href=\"http://codex.wordpress.org/Function_Reference/post_class\" target=\"_blank\" rel=\"noopener noreferrer\">post_class()</a> function to generate your post classes, which is a best practice.</li>\n	<li>They should show at the very top of the blog index page, even though they could be several posts back chronologically.</li>\n	<li>They should still show up again in their chronologically correct postion in time, but without the sticky indicator.</li>\n	<li>If you have a plugin or widget that lists popular posts or comments, make sure that this sticky post is not always at the top of those lists unless it really is popular.</li>\n</ul>', 'Template: Sticky', '', 'inherit', 'closed', 'closed', '', '1241-revision-v1', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 1241, 'https://connectivism.in/1241-revision-v1/', 0, 'revision', '', 0),
(2412, 1, '2020-04-11 09:03:37', '2020-04-11 09:03:37', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Voluptate velit esse', '', 'inherit', 'closed', 'closed', '', '1899-revision-v1', '', '', '2020-04-11 09:03:37', '2020-04-11 09:03:37', '', 1899, 'https://connectivism.in/1899-revision-v1/', 0, 'revision', '', 0),
(2413, 1, '2020-04-11 09:03:38', '2020-04-11 09:03:38', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem.', 'Voluptate velit esse', '', 'inherit', 'closed', 'closed', '', '2155-revision-v1', '', '', '2020-04-11 09:03:38', '2020-04-11 09:03:38', '', 2155, 'https://connectivism.in/2155-revision-v1/', 0, 'revision', '', 0),
(2414, 1, '2020-04-11 09:03:38', '2020-04-11 09:03:38', '\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.\"', 'We Provide Quality education.', '', 'inherit', 'closed', 'closed', '', '2094-revision-v1', '', '', '2020-04-11 09:03:38', '2020-04-11 09:03:38', '', 2094, 'https://connectivism.in/2094-revision-v1/', 0, 'revision', '', 0),
(2415, 1, '2020-04-11 09:03:38', '2020-04-11 09:03:38', '\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.\"', 'We Provide Quality education.', '', 'inherit', 'closed', 'closed', '', '2128-revision-v1', '', '', '2020-04-11 09:03:38', '2020-04-11 09:03:38', '', 2128, 'https://connectivism.in/2128-revision-v1/', 0, 'revision', '', 0),
(2416, 1, '2020-04-11 09:03:38', '2020-04-11 09:03:38', '\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.\"', 'We Provide Quality education.', '', 'inherit', 'closed', 'closed', '', '1768-revision-v1', '', '', '2020-04-11 09:03:38', '2020-04-11 09:03:38', '', 1768, 'https://connectivism.in/1768-revision-v1/', 0, 'revision', '', 0),
(2417, 1, '2020-04-11 09:54:29', '2020-04-11 09:54:29', '', 'banana', '', 'inherit', 'open', 'closed', '', 'banana', '', '', '2020-04-11 09:54:29', '2020-04-11 09:54:29', '', 0, 'https://connectivism.in/wp-content/uploads/2020/04/banana.jpg', 0, 'attachment', 'image/jpeg', 0),
(2418, 1, '2020-04-11 09:56:17', '2020-04-11 09:56:17', '', 'guava', '', 'inherit', 'open', 'closed', '', 'guava', '', '', '2020-04-11 09:56:17', '2020-04-11 09:56:17', '', 0, 'https://connectivism.in/wp-content/uploads/2020/04/guava.jpg', 0, 'attachment', 'image/jpeg', 0),
(2419, 1, '2020-04-12 18:26:35', '2020-04-12 18:26:35', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 5]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td>[WpProQuiz 5]<br></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'ARTICLES', '', 'publish', 'open', 'open', '', 'articles', '', '', '2020-04-30 10:27:40', '2020-04-30 10:27:40', '', 0, 'https://connectivism.in/?p=2419', 0, 'post', '', 0),
(2420, 1, '2020-04-12 18:26:35', '2020-04-12 18:26:35', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 5]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td>[WpProQuiz 5]<br></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'ARTICLES', '', 'inherit', 'closed', 'closed', '', '2419-revision-v1', '', '', '2020-04-12 18:26:35', '2020-04-12 18:26:35', '', 2419, 'https://connectivism.in/2419-revision-v1/', 0, 'revision', '', 0),
(2422, 1, '2020-04-15 17:56:15', '2020-04-15 17:56:15', '', '20200412_233207', '', 'inherit', 'open', 'closed', '', '20200412_233207', '', '', '2020-04-15 17:56:15', '2020-04-15 17:56:15', '', 2419, 'https://connectivism.in/wp-content/uploads/2020/04/20200412_233207.jpg', 0, 'attachment', 'image/jpeg', 0),
(2423, 1, '2020-04-16 03:36:08', '2020-04-16 03:36:08', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 2]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 2]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'संख्यावाचन', '', 'publish', 'open', 'open', '', 'numbers-reading', '', '', '2020-04-30 10:26:53', '2020-04-30 10:26:53', '', 0, 'https://connectivism.in/?p=2423', 0, 'post', '', 0),
(2424, 1, '2020-04-16 03:36:08', '2020-04-16 03:36:08', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 2]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 2]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'संख्यावाचन', '', 'inherit', 'closed', 'closed', '', '2423-revision-v1', '', '', '2020-04-16 03:36:08', '2020-04-16 03:36:08', '', 2423, 'https://connectivism.in/2423-revision-v1/', 0, 'revision', '', 0),
(2425, 1, '2020-04-16 03:48:54', '2020-04-16 03:48:54', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 3]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 3]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'शब्द', '', 'publish', 'open', 'open', '', 'arrange-words', '', '', '2020-04-30 10:20:53', '2020-04-30 10:20:53', '', 0, 'https://connectivism.in/?p=2425', 0, 'post', '', 0),
(2426, 1, '2020-04-16 03:48:54', '2020-04-16 03:48:54', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 3]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 3]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'शब्द', '', 'inherit', 'closed', 'closed', '', '2425-revision-v1', '', '', '2020-04-16 03:48:54', '2020-04-16 03:48:54', '', 2425, 'https://connectivism.in/2425-revision-v1/', 0, 'revision', '', 0),
(2427, 1, '2020-04-16 03:54:48', '2020-04-16 03:54:48', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 1]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 1]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'बालआनंद 1', '', 'publish', 'open', 'open', '', 'balanand-1', '', '', '2020-04-30 16:05:19', '2020-04-30 16:05:19', '', 0, 'https://connectivism.in/?p=2427', 0, 'post', '', 0),
(2428, 1, '2020-04-16 03:54:48', '2020-04-16 03:54:48', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 1]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 1]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'बालआनंद 1', '', 'inherit', 'closed', 'closed', '', '2427-revision-v1', '', '', '2020-04-16 03:54:48', '2020-04-16 03:54:48', '', 2427, 'https://connectivism.in/2427-revision-v1/', 0, 'revision', '', 0),
(2429, 1, '2020-04-16 04:01:35', '2020-04-16 04:01:35', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 6]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 6]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'दिशा', '', 'publish', 'open', 'open', '', 'directions', '', '', '2020-04-30 10:19:33', '2020-04-30 10:19:33', '', 0, 'https://connectivism.in/?p=2429', 0, 'post', '', 0),
(2430, 1, '2020-04-16 04:01:35', '2020-04-16 04:01:35', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 6]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 6]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'दिशा', '', 'inherit', 'closed', 'closed', '', '2429-revision-v1', '', '', '2020-04-16 04:01:35', '2020-04-16 04:01:35', '', 2429, 'https://connectivism.in/2429-revision-v1/', 0, 'revision', '', 0),
(2431, 1, '2020-04-16 04:05:08', '2020-04-16 04:05:08', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 4]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 4]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'SPELLING', '', 'publish', 'open', 'open', '', 'spelling', '', '', '2020-04-30 10:18:49', '2020-04-30 10:18:49', '', 0, 'https://connectivism.in/?p=2431', 0, 'post', '', 0),
(2432, 1, '2020-04-16 04:05:08', '2020-04-16 04:05:08', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 4]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 4]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'SPELLING', '', 'inherit', 'closed', 'closed', '', '2431-revision-v1', '', '', '2020-04-16 04:05:08', '2020-04-16 04:05:08', '', 2431, 'https://connectivism.in/2431-revision-v1/', 0, 'revision', '', 0),
(2435, 1, '2020-04-16 04:33:22', '2020-04-16 04:33:22', '<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td>[WpProQuiz 8]</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'समानार्थी शब्द', '', 'publish', 'open', 'open', '', 'similar-words', '', '', '2020-04-30 10:17:44', '2020-04-30 10:17:44', '', 0, 'https://connectivism.in/?p=2435', 0, 'post', '', 0),
(2436, 1, '2020-04-16 04:32:48', '2020-04-16 04:32:48', '', '20200416_100025', '', 'inherit', 'open', 'closed', '', '20200416_100025', '', '', '2020-04-16 04:32:48', '2020-04-16 04:32:48', '', 2435, 'https://connectivism.in/wp-content/uploads/2020/04/20200416_100025.jpg', 0, 'attachment', 'image/jpeg', 0),
(2437, 1, '2020-04-16 04:33:22', '2020-04-16 04:33:22', '<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td>[WpProQuiz 8]</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'समानार्थी शब्द', '', 'inherit', 'closed', 'closed', '', '2435-revision-v1', '', '', '2020-04-16 04:33:22', '2020-04-16 04:33:22', '', 2435, 'https://connectivism.in/2435-revision-v1/', 0, 'revision', '', 0),
(2438, 1, '2020-04-16 04:39:45', '2020-04-16 04:39:45', '<!-- wp:paragraph -->\n<p>[WpProQuiz 7]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'विरुद्धार्थी शब्द', '', 'publish', 'open', 'open', '', 'opposite-words', '', '', '2020-04-30 10:15:52', '2020-04-30 10:15:52', '', 0, 'https://connectivism.in/?p=2438', 0, 'post', '', 0),
(2439, 1, '2020-04-16 04:39:18', '2020-04-16 04:39:18', '', '20200416_100526', '', 'inherit', 'open', 'closed', '', '20200416_100526', '', '', '2020-04-16 04:39:18', '2020-04-16 04:39:18', '', 2438, 'https://connectivism.in/wp-content/uploads/2020/04/20200416_100526.jpg', 0, 'attachment', 'image/jpeg', 0),
(2440, 1, '2020-04-16 04:39:45', '2020-04-16 04:39:45', '<!-- wp:paragraph -->\n<p>[WpProQuiz 7]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'विरुद्धार्थी शब्द', '', 'inherit', 'closed', 'closed', '', '2438-revision-v1', '', '', '2020-04-16 04:39:45', '2020-04-16 04:39:45', '', 2438, 'https://connectivism.in/2438-revision-v1/', 0, 'revision', '', 0),
(2441, 1, '2020-04-16 04:41:32', '2020-04-16 04:41:32', '', 'BALANAND-COVER-SECOND-EDITION-Copy', '', 'inherit', 'open', 'closed', '', 'balanand-cover-second-edition-copy', '', '', '2020-04-16 04:41:32', '2020-04-16 04:41:32', '', 2427, 'https://connectivism.in/wp-content/uploads/2020/04/BALANAND-COVER-SECOND-EDITION-Copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(2442, 1, '2020-04-16 07:11:47', '2020-04-16 07:11:47', '<!-- wp:paragraph {\"textColor\":\"red\"} -->\n<p class=\"has-text-color has-red-color\"></p>\n<!-- /wp:paragraph -->', 'कोरोना से डरोना (कविता)', '', 'publish', 'open', 'open', '', 'corona-se-darona-poem', '', '', '2020-04-30 11:45:34', '2020-04-30 11:45:34', '', 0, 'https://connectivism.in/?p=2442', 0, 'post', '', 0),
(2443, 1, '2020-04-16 07:03:36', '2020-04-16 07:03:36', '<iframe title=\"कोरोना से डरोना\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/3HnHxBxM3bk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '67e2427f269ec755a7468b1ab15f2cd0', '', '', '2020-04-16 07:03:36', '2020-04-16 07:03:36', '', 0, 'https://connectivism.in/67e2427f269ec755a7468b1ab15f2cd0/', 0, 'oembed_cache', '', 0),
(2444, 1, '2020-04-16 07:08:53', '2020-04-16 07:08:53', '', '20200404_085706', '', 'inherit', 'open', 'closed', '', '20200404_085706', '', '', '2020-04-16 07:08:53', '2020-04-16 07:08:53', '', 2442, 'https://connectivism.in/wp-content/uploads/2020/04/20200404_085706.jpg', 0, 'attachment', 'image/jpeg', 0),
(2445, 1, '2020-04-16 07:11:47', '2020-04-16 07:11:47', '<!-- wp:paragraph {\"textColor\":\"red\"} -->\n<p class=\"has-text-color has-red-color\"></p>\n<!-- /wp:paragraph -->', 'कोरोना से डरोना (कविता)', '', 'inherit', 'closed', 'closed', '', '2442-revision-v1', '', '', '2020-04-16 07:11:47', '2020-04-16 07:11:47', '', 2442, 'https://connectivism.in/2442-revision-v1/', 0, 'revision', '', 0),
(2446, 1, '2020-04-16 07:50:42', '2020-04-16 07:50:42', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=q2u0QOqXQ9Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=q2u0QOqXQ9Y\n</div><figcaption>मुळाक्षरे  शिका व त्यावरील प्रश्न पाहा.</figcaption></figure>\n<!-- /wp:core-embed/youtube -->', 'मुळाक्षरे', '', 'publish', 'open', 'open', '', 'marathi-alphabets-mulakshare', '', '', '2020-04-30 11:21:40', '2020-04-30 11:21:40', '', 0, 'https://connectivism.in/?p=2446', 0, 'post', '', 0),
(2447, 1, '2020-04-16 07:25:53', '2020-04-16 07:25:53', '<iframe title=\"मुळाक्षरे (MARATHI ALPHABETS)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/q2u0QOqXQ9Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '1b212f3f193d8c393de369375487e61e', '', '', '2020-04-16 07:25:53', '2020-04-16 07:25:53', '', 0, 'https://connectivism.in/1b212f3f193d8c393de369375487e61e/', 0, 'oembed_cache', '', 0),
(2448, 1, '2020-04-16 07:50:31', '2020-04-16 07:50:31', '', '20200407_122745', '', 'inherit', 'open', 'closed', '', '20200407_122745', '', '', '2020-04-16 07:50:31', '2020-04-16 07:50:31', '', 2446, 'https://connectivism.in/wp-content/uploads/2020/04/20200407_122745.jpg', 0, 'attachment', 'image/jpeg', 0),
(2449, 1, '2020-04-16 07:50:42', '2020-04-16 07:50:42', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=q2u0QOqXQ9Y\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=q2u0QOqXQ9Y\n</div><figcaption>मुळाक्षरे  शिका व त्यावरील प्रश्न पाहा.</figcaption></figure>\n<!-- /wp:core-embed/youtube -->', 'मुळाक्षरे', '', 'inherit', 'closed', 'closed', '', '2446-revision-v1', '', '', '2020-04-16 07:50:42', '2020-04-16 07:50:42', '', 2446, 'https://connectivism.in/2446-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpqe_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
(2451, 1, '2020-04-18 18:39:09', '2020-04-18 18:39:09', '{\n    \"kids-education::header_textcolor\": {\n        \"value\": \"#000000\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-18 18:39:09\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3fa50b76-e00a-4f55-9095-c83633395d9d', '', '', '2020-04-18 18:39:09', '2020-04-18 18:39:09', '', 0, 'https://connectivism.in/3fa50b76-e00a-4f55-9095-c83633395d9d/', 0, 'customize_changeset', '', 0),
(2452, 1, '2020-04-18 19:44:30', '2020-04-18 19:44:30', '{\n    \"show_on_front\": {\n        \"value\": \"posts\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-18 19:44:30\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '7c8dab00-36d9-4f4d-a4b0-5d2ce1dba265', '', '', '2020-04-18 19:44:30', '2020-04-18 19:44:30', '', 0, 'https://connectivism.in/7c8dab00-36d9-4f4d-a4b0-5d2ce1dba265/', 0, 'customize_changeset', '', 0),
(2454, 1, '2020-04-22 05:41:37', '2020-04-22 05:41:37', '<!-- wp:verse -->\n<pre class=\"wp-block-verse\"></pre>\n<!-- /wp:verse -->', 'जरा थांबूया, पुन्हा धावूया', '', 'publish', 'open', 'open', '', 'jara-thambuya-punha-dhavuya-poem', '', '', '2020-04-30 11:45:07', '2020-04-30 11:45:07', '', 0, 'https://connectivism.in/?p=2454', 0, 'post', '', 0),
(2455, 1, '2020-04-21 11:39:18', '2020-04-21 11:39:18', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=GrHEbBqJZWQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=GrHEbBqJZWQ\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'कोरोना (कविता)', '', 'publish', 'open', 'open', '', 'corona-poem', '', '', '2020-04-30 11:45:20', '2020-04-30 11:45:20', '', 0, 'https://connectivism.in/?p=2455', 0, 'post', '', 0),
(2456, 1, '2020-04-21 11:24:48', '2020-04-21 11:24:48', '<iframe title=\"कोरोना ( कविता )  CORONA POEM\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/GrHEbBqJZWQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '45f1dea1d861f0508f8700181b4651ee', '', '', '2020-04-21 11:24:48', '2020-04-21 11:24:48', '', 0, 'https://connectivism.in/45f1dea1d861f0508f8700181b4651ee/', 0, 'oembed_cache', '', 0),
(2457, 1, '2020-04-21 11:39:18', '2020-04-21 11:39:18', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=GrHEbBqJZWQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=GrHEbBqJZWQ\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'कोरोना (कविता)', '', 'inherit', 'closed', 'closed', '', '2455-revision-v1', '', '', '2020-04-21 11:39:18', '2020-04-21 11:39:18', '', 2455, 'https://connectivism.in/2455-revision-v1/', 0, 'revision', '', 0),
(2460, 1, '2020-04-22 05:21:26', '2020-04-22 05:21:26', '', '20200420_073105', '', 'inherit', 'open', 'closed', '', '20200420_073105', '', '', '2020-04-22 05:21:26', '2020-04-22 05:21:26', '', 2455, 'https://connectivism.in/wp-content/uploads/2020/04/20200420_073105.jpg', 0, 'attachment', 'image/jpeg', 0),
(2461, 1, '2020-04-22 05:41:01', '2020-04-22 05:41:01', '', '20200421_072503', '', 'inherit', 'open', 'closed', '', '20200421_072503', '', '', '2020-04-22 05:41:01', '2020-04-22 05:41:01', '', 2454, 'https://connectivism.in/wp-content/uploads/2020/04/20200421_072503.jpg', 0, 'attachment', 'image/jpeg', 0),
(2462, 1, '2020-04-22 05:41:37', '2020-04-22 05:41:37', '<!-- wp:verse -->\n<pre class=\"wp-block-verse\"></pre>\n<!-- /wp:verse -->', 'जरा थांबूया, पुन्हा धावूया', '', 'inherit', 'closed', 'closed', '', '2454-revision-v1', '', '', '2020-04-22 05:41:37', '2020-04-22 05:41:37', '', 2454, 'https://connectivism.in/2454-revision-v1/', 0, 'revision', '', 0),
(2463, 1, '2020-04-22 10:38:32', '2020-04-22 10:38:32', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=GpTqr41oBDY\\u0026t=226s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=GpTqr41oBDY&amp;t=226s\n</div></figure>\n<!-- /wp:core-embed/youtube -->\n\n<!-- wp:paragraph -->\n<p>=</p>\n<!-- /wp:paragraph -->', 'चव (TASTE)', '', 'publish', 'open', 'open', '', 'taste', '', '', '2020-04-30 11:19:01', '2020-04-30 11:19:01', '', 0, 'https://connectivism.in/?p=2463', 0, 'post', '', 0),
(2464, 1, '2020-04-22 08:07:24', '2020-04-22 08:07:24', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=EsWAS_l11Wo\\u0026t=208s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=EsWAS_l11Wo&amp;t=208s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'KIDS ONLINE TEST NO. 2', '', 'publish', 'open', 'open', '', 'kids-online-test-no-2', '', '', '2020-04-30 11:21:22', '2020-04-30 11:21:22', '', 0, 'https://connectivism.in/?p=2464', 0, 'post', '', 0),
(2465, 1, '2020-04-22 07:57:30', '2020-04-22 07:57:30', '<iframe title=\"ONLINE TEST NO. 2\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/EsWAS_l11Wo?start=208&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'f663e72b3c7dd853ea6a75043d7d2640', '', '', '2020-04-22 07:57:30', '2020-04-22 07:57:30', '', 0, 'https://connectivism.in/f663e72b3c7dd853ea6a75043d7d2640/', 0, 'oembed_cache', '', 0),
(2466, 1, '2020-04-22 08:06:57', '2020-04-22 08:06:57', '', '20200418_135953', '', 'inherit', 'open', 'closed', '', '20200418_135953', '', '', '2020-04-22 08:06:57', '2020-04-22 08:06:57', '', 2464, 'https://connectivism.in/wp-content/uploads/2020/04/20200418_135953.png', 0, 'attachment', 'image/png', 0),
(2467, 1, '2020-04-22 08:07:24', '2020-04-22 08:07:24', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=EsWAS_l11Wo\\u0026t=208s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=EsWAS_l11Wo&amp;t=208s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'KIDS ONLINE TEST NO. 2', '', 'inherit', 'closed', 'closed', '', '2464-revision-v1', '', '', '2020-04-22 08:07:24', '2020-04-22 08:07:24', '', 2464, 'https://connectivism.in/2464-revision-v1/', 0, 'revision', '', 0),
(2468, 1, '2020-04-22 08:19:27', '2020-04-22 08:19:27', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=nEXO9RE5x28\\u0026t=12s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=nEXO9RE5x28&amp;t=12s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'वर्ग आणि वर्गमूळ', '', 'publish', 'open', 'open', '', 'square-and-squareroot', '', '', '2020-04-30 11:49:24', '2020-04-30 11:49:24', '', 0, 'https://connectivism.in/?p=2468', 0, 'post', '', 0),
(2469, 1, '2020-04-22 08:13:05', '2020-04-22 08:13:05', '<iframe title=\"वर्ग आणि वर्गमूळ\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/nEXO9RE5x28?start=12&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'a4624ae8d4cee9349114ce1813f471e0', '', '', '2020-04-22 08:13:05', '2020-04-22 08:13:05', '', 0, 'https://connectivism.in/a4624ae8d4cee9349114ce1813f471e0/', 0, 'oembed_cache', '', 0),
(2470, 1, '2020-04-22 08:19:17', '2020-04-22 08:19:17', '', '20200417_175454', '', 'inherit', 'open', 'closed', '', '20200417_175454', '', '', '2020-04-22 08:19:17', '2020-04-22 08:19:17', '', 2468, 'https://connectivism.in/wp-content/uploads/2020/04/20200417_175454.jpg', 0, 'attachment', 'image/jpeg', 0),
(2471, 1, '2020-04-22 08:19:27', '2020-04-22 08:19:27', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=nEXO9RE5x28\\u0026t=12s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=nEXO9RE5x28&amp;t=12s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'वर्ग आणि वर्गमूळ', '', 'inherit', 'closed', 'closed', '', '2468-revision-v1', '', '', '2020-04-22 08:19:27', '2020-04-22 08:19:27', '', 2468, 'https://connectivism.in/2468-revision-v1/', 0, 'revision', '', 0),
(2472, 1, '2020-04-22 08:28:00', '2020-04-22 08:28:00', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=BGdlmyz0pgw\\u0026t=5s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=BGdlmyz0pgw&amp;t=5s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'भारतीय राज्यघटनेचे शिल्पकार - डॉ. बाबासाहेब आंबेडकर', '', 'publish', 'open', 'open', '', 'dr-babasaheb-ambedkar', '', '', '2020-04-30 11:24:04', '2020-04-30 11:24:04', '', 0, 'https://connectivism.in/?p=2472', 0, 'post', '', 0),
(2473, 1, '2020-04-22 08:22:31', '2020-04-22 08:22:31', '<iframe title=\"डॉ. बाबासाहेब आंबेडकर (SPEECH)\" width=\"640\" height=\"480\" src=\"https://www.youtube.com/embed/BGdlmyz0pgw?start=5&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '7588c9a29fdce1abc70f151730511fe9', '', '', '2020-04-22 08:22:31', '2020-04-22 08:22:31', '', 0, 'https://connectivism.in/7588c9a29fdce1abc70f151730511fe9/', 0, 'oembed_cache', '', 0),
(2474, 1, '2020-04-22 08:27:50', '2020-04-22 08:27:50', '', '20200414_225141', '', 'inherit', 'open', 'closed', '', '20200414_225141', '', '', '2020-04-22 08:27:50', '2020-04-22 08:27:50', '', 2472, 'https://connectivism.in/wp-content/uploads/2020/04/20200414_225141.jpg', 0, 'attachment', 'image/jpeg', 0),
(2475, 1, '2020-04-22 08:28:00', '2020-04-22 08:28:00', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=BGdlmyz0pgw\\u0026t=5s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=BGdlmyz0pgw&amp;t=5s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'भारतीय राज्यघटनेचे शिल्पकार - डॉ. बाबासाहेब आंबेडकर', '', 'inherit', 'closed', 'closed', '', '2472-revision-v1', '', '', '2020-04-22 08:28:00', '2020-04-22 08:28:00', '', 2472, 'https://connectivism.in/2472-revision-v1/', 0, 'revision', '', 0),
(2476, 1, '2020-04-22 09:01:03', '2020-04-22 09:01:03', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=Sm0O_gUornE\\u0026t=30s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Sm0O_gUornE&amp;t=30s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'संख्यांवरील प्रश्न', '', 'publish', 'open', 'open', '', 'numbers', '', '', '2020-04-23 15:18:50', '2020-04-23 15:18:50', '', 0, 'https://connectivism.in/?p=2476', 0, 'post', '', 0),
(2477, 1, '2020-04-22 09:00:05', '2020-04-22 09:00:05', '<iframe title=\"संख्यांवरील प्रश्न ( NUMBERS - 1 ते 100 )\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/Sm0O_gUornE?start=30&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '95a0262efee963bf4d48188bfbda1888', '', '', '2020-04-22 09:00:05', '2020-04-22 09:00:05', '', 0, 'https://connectivism.in/95a0262efee963bf4d48188bfbda1888/', 0, 'oembed_cache', '', 0),
(2478, 1, '2020-04-22 09:00:18', '2020-04-22 09:00:18', '', '20200413_222424', '', 'inherit', 'open', 'closed', '', '20200413_222424', '', '', '2020-04-22 09:00:18', '2020-04-22 09:00:18', '', 2476, 'https://connectivism.in/wp-content/uploads/2020/04/20200413_222424.jpg', 0, 'attachment', 'image/jpeg', 0),
(2479, 1, '2020-04-22 09:01:03', '2020-04-22 09:01:03', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=Sm0O_gUornE\\u0026t=30s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Sm0O_gUornE&amp;t=30s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'संख्यांवरील प्रश्न', '', 'inherit', 'closed', 'closed', '', '2476-revision-v1', '', '', '2020-04-22 09:01:03', '2020-04-22 09:01:03', '', 2476, 'https://connectivism.in/2476-revision-v1/', 0, 'revision', '', 0),
(2480, 1, '2020-04-22 09:06:02', '2020-04-22 09:06:02', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=Wodi6W5syZc\\u0026t=343s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Wodi6W5syZc&amp;t=343s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'फळांच्या फोडी', '', 'publish', 'open', 'open', '', 'slices-of-fruits', '', '', '2020-04-30 11:21:00', '2020-04-30 11:21:00', '', 0, 'https://connectivism.in/?p=2480', 0, 'post', '', 0),
(2481, 1, '2020-04-22 09:04:32', '2020-04-22 09:04:32', '<iframe title=\"फळांच्या फोडी\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/Wodi6W5syZc?start=343&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '713d22cf0aa9acce49e367e9a5239638', '', '', '2020-04-22 09:04:32', '2020-04-22 09:04:32', '', 0, 'https://connectivism.in/713d22cf0aa9acce49e367e9a5239638/', 0, 'oembed_cache', '', 0),
(2482, 1, '2020-04-22 09:05:56', '2020-04-22 09:05:56', '', '20200410_115254', '', 'inherit', 'open', 'closed', '', '20200410_115254', '', '', '2020-04-22 09:05:56', '2020-04-22 09:05:56', '', 2480, 'https://connectivism.in/wp-content/uploads/2020/04/20200410_115254.jpg', 0, 'attachment', 'image/jpeg', 0),
(2483, 1, '2020-04-22 09:06:02', '2020-04-22 09:06:02', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=Wodi6W5syZc\\u0026t=343s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Wodi6W5syZc&amp;t=343s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'फळांच्या फोडी', '', 'inherit', 'closed', 'closed', '', '2480-revision-v1', '', '', '2020-04-22 09:06:02', '2020-04-22 09:06:02', '', 2480, 'https://connectivism.in/2480-revision-v1/', 0, 'revision', '', 0),
(2484, 1, '2020-04-22 09:46:01', '2020-04-22 09:46:01', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=11XNnEo4EXM\\u0026t=10s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=11XNnEo4EXM&amp;t=10s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'रंग (COLOURS)', '', 'publish', 'open', 'open', '', 'colours', '', '', '2020-04-30 11:20:50', '2020-04-30 11:20:50', '', 0, 'https://connectivism.in/?p=2484', 0, 'post', '', 0),
(2485, 1, '2020-04-22 09:45:37', '2020-04-22 09:45:37', '<iframe title=\"रंग  - COLOURS\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/11XNnEo4EXM?start=10&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '77f93c2a8aa98e1c3ff723c0684bfc53', '', '', '2020-04-22 09:45:37', '2020-04-22 09:45:37', '', 0, 'https://connectivism.in/77f93c2a8aa98e1c3ff723c0684bfc53/', 0, 'oembed_cache', '', 0),
(2486, 1, '2020-04-22 09:45:44', '2020-04-22 09:45:44', '', '20200409_105354', '', 'inherit', 'open', 'closed', '', '20200409_105354', '', '', '2020-04-22 09:45:44', '2020-04-22 09:45:44', '', 2484, 'https://connectivism.in/wp-content/uploads/2020/04/20200409_105354.jpg', 0, 'attachment', 'image/jpeg', 0),
(2487, 1, '2020-04-22 09:46:01', '2020-04-22 09:46:01', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=11XNnEo4EXM\\u0026t=10s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=11XNnEo4EXM&amp;t=10s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'रंग (COLOURS)', '', 'inherit', 'closed', 'closed', '', '2484-revision-v1', '', '', '2020-04-22 09:46:01', '2020-04-22 09:46:01', '', 2484, 'https://connectivism.in/2484-revision-v1/', 0, 'revision', '', 0),
(2488, 1, '2020-04-22 09:50:19', '2020-04-22 09:50:19', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=YyIbI2w-weY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=YyIbI2w-weY\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'ALPHABETS (A to Z)', '', 'publish', 'open', 'open', '', 'alphabets-a-to-z', '', '', '2020-04-30 11:20:38', '2020-04-30 11:20:38', '', 0, 'https://connectivism.in/?p=2488', 0, 'post', '', 0),
(2489, 1, '2020-04-22 09:50:01', '2020-04-22 09:50:01', '', '20200408_134111', '', 'inherit', 'open', 'closed', '', '20200408_134111', '', '', '2020-04-22 09:50:01', '2020-04-22 09:50:01', '', 2488, 'https://connectivism.in/wp-content/uploads/2020/04/20200408_134111.jpg', 0, 'attachment', 'image/jpeg', 0),
(2490, 1, '2020-04-22 09:50:19', '2020-04-22 09:50:19', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=YyIbI2w-weY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=YyIbI2w-weY\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'ALPHABETS (A to Z)', '', 'inherit', 'closed', 'closed', '', '2488-revision-v1', '', '', '2020-04-22 09:50:19', '2020-04-22 09:50:19', '', 2488, 'https://connectivism.in/2488-revision-v1/', 0, 'revision', '', 0),
(2491, 1, '2020-04-22 09:50:20', '2020-04-22 09:50:20', '<iframe title=\"ALPHABETS  (A to Z)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/YyIbI2w-weY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'd3cd76c5f1dbe26368166ef5f729bc4c', '', '', '2020-04-22 09:50:20', '2020-04-22 09:50:20', '', 0, 'https://connectivism.in/d3cd76c5f1dbe26368166ef5f729bc4c/', 0, 'oembed_cache', '', 0),
(2492, 1, '2020-04-22 09:56:12', '2020-04-22 09:56:12', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=2DX0cDMbfFI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=2DX0cDMbfFI\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'प्राण्यांची पिल्ले (ANIMALS AND THEIR BABIES)', '', 'publish', 'open', 'open', '', 'animals-and-their-babies', '', '', '2020-04-30 11:20:25', '2020-04-30 11:20:25', '', 0, 'https://connectivism.in/?p=2492', 0, 'post', '', 0),
(2493, 1, '2020-04-22 09:52:50', '2020-04-22 09:52:50', '<iframe title=\"प्राण्यांची पिल्ले (ANIMALS AND THEIR BABIES)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/2DX0cDMbfFI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'a85edb59fc17744d2caf599dcdbb9ef5', '', '', '2020-04-22 09:52:50', '2020-04-22 09:52:50', '', 0, 'https://connectivism.in/a85edb59fc17744d2caf599dcdbb9ef5/', 0, 'oembed_cache', '', 0),
(2494, 1, '2020-04-22 09:55:51', '2020-04-22 09:55:51', '', 'pranyanchi-pille', '', 'inherit', 'open', 'closed', '', 'pranyanchi-pille', '', '', '2020-04-22 09:55:51', '2020-04-22 09:55:51', '', 2492, 'https://connectivism.in/wp-content/uploads/2020/04/pranyanchi-pille.jpg', 0, 'attachment', 'image/jpeg', 0),
(2495, 1, '2020-04-22 09:56:12', '2020-04-22 09:56:12', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=2DX0cDMbfFI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=2DX0cDMbfFI\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'प्राण्यांची पिल्ले (ANIMALS AND THEIR BABIES)', '', 'inherit', 'closed', 'closed', '', '2492-revision-v1', '', '', '2020-04-22 09:56:12', '2020-04-22 09:56:12', '', 2492, 'https://connectivism.in/2492-revision-v1/', 0, 'revision', '', 0),
(2496, 1, '2020-04-22 10:01:25', '2020-04-22 10:01:25', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=2o_UX8xavaA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=2o_UX8xavaA\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'शैक्षणिक तत्त्वज्ञान भाग - 1 (Educational Philosophy)', '', 'publish', 'open', 'open', '', 'educational-philosophy-part-1', '', '', '2020-04-30 11:51:33', '2020-04-30 11:51:33', '', 0, 'https://connectivism.in/?p=2496', 0, 'post', '', 0),
(2497, 1, '2020-04-22 09:58:56', '2020-04-22 09:58:56', '<iframe title=\"शैक्षणिक तत्त्वज्ञान भाग - 1 (Educational Philosophy)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/2o_UX8xavaA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '3ed528159144a266b0d13ddf9a016697', '', '', '2020-04-22 09:58:56', '2020-04-22 09:58:56', '', 0, 'https://connectivism.in/3ed528159144a266b0d13ddf9a016697/', 0, 'oembed_cache', '', 0),
(2498, 1, '2020-04-22 10:01:16', '2020-04-22 10:01:16', '', '20200401_092914', '', 'inherit', 'open', 'closed', '', '20200401_092914', '', '', '2020-04-22 10:01:16', '2020-04-22 10:01:16', '', 2496, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_092914.jpg', 0, 'attachment', 'image/jpeg', 0),
(2499, 1, '2020-04-22 10:01:25', '2020-04-22 10:01:25', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=2o_UX8xavaA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=2o_UX8xavaA\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'शैक्षणिक तत्त्वज्ञान भाग - 1 (Educational Philosophy)', '', 'inherit', 'closed', 'closed', '', '2496-revision-v1', '', '', '2020-04-22 10:01:25', '2020-04-22 10:01:25', '', 2496, 'https://connectivism.in/2496-revision-v1/', 0, 'revision', '', 0),
(2500, 1, '2020-04-22 10:06:48', '2020-04-22 10:06:48', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=aU4gcObdJXU\\u0026t=921s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=aU4gcObdJXU&amp;t=921s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'KIDS MODEL QUESTION PAPER 1 (नमुना प्रश्नपत्रिका 1)', '', 'publish', 'open', 'open', '', 'kids-model-question-paper-1', '', '', '2020-04-30 11:20:08', '2020-04-30 11:20:08', '', 0, 'https://connectivism.in/?p=2500', 0, 'post', '', 0),
(2501, 1, '2020-04-22 10:06:42', '2020-04-22 10:06:42', '', '20200405_170256', '', 'inherit', 'open', 'closed', '', '20200405_170256', '', '', '2020-04-22 10:06:42', '2020-04-22 10:06:42', '', 2500, 'https://connectivism.in/wp-content/uploads/2020/04/20200405_170256.jpg', 0, 'attachment', 'image/jpeg', 0),
(2502, 1, '2020-04-22 10:06:48', '2020-04-22 10:06:48', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=aU4gcObdJXU\\u0026t=921s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=aU4gcObdJXU&amp;t=921s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'KIDS MODEL QUESTION PAPER 1 (नमुना प्रश्नपत्रिका 1)', '', 'inherit', 'closed', 'closed', '', '2500-revision-v1', '', '', '2020-04-22 10:06:48', '2020-04-22 10:06:48', '', 2500, 'https://connectivism.in/2500-revision-v1/', 0, 'revision', '', 0),
(2503, 1, '2020-04-22 10:06:48', '2020-04-22 10:06:48', '<iframe title=\"KIDS MODEL QUESTION PAPER 1 (नमुना प्रश्नपत्रिका 1)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/aU4gcObdJXU?start=921&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'ec0f2e933fee49b3582ec5489a05a2e0', '', '', '2020-04-22 10:06:48', '2020-04-22 10:06:48', '', 0, 'https://connectivism.in/ec0f2e933fee49b3582ec5489a05a2e0/', 0, 'oembed_cache', '', 0),
(2504, 1, '2020-04-22 10:18:10', '2020-04-22 10:18:10', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=AKFPG0xGYms\\u0026t=45s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=AKFPG0xGYms&amp;t=45s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'प्राणी पक्षी फळे फुले भाज्या वाद्ये', '', 'publish', 'open', 'open', '', 'animals-birds-fruits-flowers-vegetables-musical-instruments', '', '', '2020-04-30 11:19:57', '2020-04-30 11:19:57', '', 0, 'https://connectivism.in/?p=2504', 0, 'post', '', 0),
(2505, 1, '2020-04-22 10:11:30', '2020-04-22 10:11:30', '<iframe title=\"प्राणी पक्षी फळे फुले भाज्या वाद्ये\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/AKFPG0xGYms?start=45&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '9707ef2b0f3647eeea06c2e743eb9cc7', '', '', '2020-04-22 10:11:30', '2020-04-22 10:11:30', '', 0, 'https://connectivism.in/9707ef2b0f3647eeea06c2e743eb9cc7/', 0, 'oembed_cache', '', 0),
(2506, 1, '2020-04-22 10:18:00', '2020-04-22 10:18:00', '', '20200330_143123', '', 'inherit', 'open', 'closed', '', '20200330_143123', '', '', '2020-04-22 10:18:00', '2020-04-22 10:18:00', '', 2504, 'https://connectivism.in/wp-content/uploads/2020/04/20200330_143123.jpg', 0, 'attachment', 'image/jpeg', 0),
(2507, 1, '2020-04-22 10:18:10', '2020-04-22 10:18:10', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=AKFPG0xGYms\\u0026t=45s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=AKFPG0xGYms&amp;t=45s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'प्राणी पक्षी फळे फुले भाज्या वाद्ये', '', 'inherit', 'closed', 'closed', '', '2504-revision-v1', '', '', '2020-04-22 10:18:10', '2020-04-22 10:18:10', '', 2504, 'https://connectivism.in/2504-revision-v1/', 0, 'revision', '', 0),
(2508, 1, '2020-04-22 10:21:25', '2020-04-22 10:21:25', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=Ho0vD3Nf4a0\\u0026t=37s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Ho0vD3Nf4a0&amp;t=37s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'पक्ष्यांची घरे', '', 'publish', 'open', 'open', '', 'homes-of-birds', '', '', '2020-04-30 11:19:41', '2020-04-30 11:19:41', '', 0, 'https://connectivism.in/?p=2508', 0, 'post', '', 0),
(2509, 1, '2020-04-22 10:21:21', '2020-04-22 10:21:21', '', '20200327_195000', '', 'inherit', 'open', 'closed', '', '20200327_195000', '', '', '2020-04-22 10:21:21', '2020-04-22 10:21:21', '', 2508, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_195000.jpg', 0, 'attachment', 'image/jpeg', 0),
(2510, 1, '2020-04-22 10:21:25', '2020-04-22 10:21:25', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=Ho0vD3Nf4a0\\u0026t=37s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Ho0vD3Nf4a0&amp;t=37s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'पक्ष्यांची घरे', '', 'inherit', 'closed', 'closed', '', '2508-revision-v1', '', '', '2020-04-22 10:21:25', '2020-04-22 10:21:25', '', 2508, 'https://connectivism.in/2508-revision-v1/', 0, 'revision', '', 0),
(2511, 1, '2020-04-22 10:21:25', '2020-04-22 10:21:25', '<iframe title=\"पक्ष्यांची घरे\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/Ho0vD3Nf4a0?start=37&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'b90f213d6f19a6e42f2071c454832511', '', '', '2020-04-22 10:21:25', '2020-04-22 10:21:25', '', 0, 'https://connectivism.in/b90f213d6f19a6e42f2071c454832511/', 0, 'oembed_cache', '', 0),
(2512, 1, '2020-04-22 10:26:05', '2020-04-22 10:26:05', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=B1je1hylds4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=B1je1hylds4\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'स्वयंपाकघर (KITCHEN)', '', 'publish', 'open', 'open', '', 'kitchen', '', '', '2020-04-30 11:19:30', '2020-04-30 11:19:30', '', 0, 'https://connectivism.in/?p=2512', 0, 'post', '', 0),
(2513, 1, '2020-04-22 10:26:00', '2020-04-22 10:26:00', '', '20200401_200241', '', 'inherit', 'open', 'closed', '', '20200401_200241', '', '', '2020-04-22 10:26:00', '2020-04-22 10:26:00', '', 2512, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_200241.jpg', 0, 'attachment', 'image/jpeg', 0),
(2514, 1, '2020-04-22 10:26:05', '2020-04-22 10:26:05', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=B1je1hylds4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=B1je1hylds4\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'स्वयंपाकघर (KITCHEN)', '', 'inherit', 'closed', 'closed', '', '2512-revision-v1', '', '', '2020-04-22 10:26:05', '2020-04-22 10:26:05', '', 2512, 'https://connectivism.in/2512-revision-v1/', 0, 'revision', '', 0),
(2515, 1, '2020-04-22 10:26:05', '2020-04-22 10:26:05', '<iframe title=\"स्वयंपाकघर (KITCHEN)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/B1je1hylds4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '184dc04a0e7eb8e3fda02ebc059940db', '', '', '2020-04-22 10:26:05', '2020-04-22 10:26:05', '', 0, 'https://connectivism.in/184dc04a0e7eb8e3fda02ebc059940db/', 0, 'oembed_cache', '', 0),
(2516, 1, '2020-04-22 10:29:21', '2020-04-22 10:29:21', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=xyknP1kzPEE\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=xyknP1kzPEE\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'वाहने - VEHICLES', '', 'publish', 'open', 'open', '', 'vehicles', '', '', '2020-04-30 11:19:13', '2020-04-30 11:19:13', '', 0, 'https://connectivism.in/?p=2516', 0, 'post', '', 0),
(2517, 1, '2020-04-22 10:28:48', '2020-04-22 10:28:48', '<iframe title=\"वाहने  - VEHICLES\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/xyknP1kzPEE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '7bee09c33dd451185b726b31354273c7', '', '', '2020-04-22 10:28:48', '2020-04-22 10:28:48', '', 0, 'https://connectivism.in/7bee09c33dd451185b726b31354273c7/', 0, 'oembed_cache', '', 0),
(2518, 1, '2020-04-22 10:29:13', '2020-04-22 10:29:13', '', '20200329_082605', '', 'inherit', 'open', 'closed', '', '20200329_082605', '', '', '2020-04-22 10:29:13', '2020-04-22 10:29:13', '', 2516, 'https://connectivism.in/wp-content/uploads/2020/04/20200329_082605.jpg', 0, 'attachment', 'image/jpeg', 0),
(2519, 1, '2020-04-22 10:29:21', '2020-04-22 10:29:21', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=xyknP1kzPEE\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=xyknP1kzPEE\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'वाहने - VEHICLES', '', 'inherit', 'closed', 'closed', '', '2516-revision-v1', '', '', '2020-04-22 10:29:21', '2020-04-22 10:29:21', '', 2516, 'https://connectivism.in/2516-revision-v1/', 0, 'revision', '', 0),
(2520, 1, '2020-04-22 10:38:24', '2020-04-22 10:38:24', '', '20200328_153540', '', 'inherit', 'open', 'closed', '', '20200328_153540', '', '', '2020-04-22 10:38:24', '2020-04-22 10:38:24', '', 2463, 'https://connectivism.in/wp-content/uploads/2020/04/20200328_153540.jpg', 0, 'attachment', 'image/jpeg', 0),
(2521, 1, '2020-04-22 10:38:32', '2020-04-22 10:38:32', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=GpTqr41oBDY\\u0026t=226s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=GpTqr41oBDY&amp;t=226s\n</div></figure>\n<!-- /wp:core-embed/youtube -->\n\n<!-- wp:paragraph -->\n<p>=</p>\n<!-- /wp:paragraph -->', 'चव (TASTE)', '', 'inherit', 'closed', 'closed', '', '2463-revision-v1', '', '', '2020-04-22 10:38:32', '2020-04-22 10:38:32', '', 2463, 'https://connectivism.in/2463-revision-v1/', 0, 'revision', '', 0),
(2522, 1, '2020-04-22 10:38:32', '2020-04-22 10:38:32', '<iframe title=\"चव\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/GpTqr41oBDY?start=226&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '5d78050da6d761bac3ebcbb16629d138', '', '', '2020-04-22 10:38:32', '2020-04-22 10:38:32', '', 0, 'https://connectivism.in/5d78050da6d761bac3ebcbb16629d138/', 0, 'oembed_cache', '', 0),
(2523, 1, '2020-04-22 10:42:55', '2020-04-22 10:42:55', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=S37JaYXvhQM\\u0026t=165s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=S37JaYXvhQM&amp;t=165s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'KIDS ONLINE TEST 1', '', 'publish', 'open', 'open', '', 'kids-online-test-1', '', '', '2020-04-30 11:18:51', '2020-04-30 11:18:51', '', 0, 'https://connectivism.in/?p=2523', 0, 'post', '', 0),
(2524, 1, '2020-04-22 10:42:49', '2020-04-22 10:42:49', '', '20200403_120031', '', 'inherit', 'open', 'closed', '', '20200403_120031', '', '', '2020-04-22 10:42:49', '2020-04-22 10:42:49', '', 2523, 'https://connectivism.in/wp-content/uploads/2020/04/20200403_120031.jpg', 0, 'attachment', 'image/jpeg', 0),
(2525, 1, '2020-04-22 10:42:55', '2020-04-22 10:42:55', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=S37JaYXvhQM\\u0026t=165s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=S37JaYXvhQM&amp;t=165s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'KIDS ONLINE TEST 1', '', 'inherit', 'closed', 'closed', '', '2523-revision-v1', '', '', '2020-04-22 10:42:55', '2020-04-22 10:42:55', '', 2523, 'https://connectivism.in/2523-revision-v1/', 0, 'revision', '', 0),
(2526, 1, '2020-04-22 10:42:56', '2020-04-22 10:42:56', '<iframe title=\"KIDS ONLINE TEST 1\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/S37JaYXvhQM?start=165&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'ccb3e9f269725300bfaeb793d544cb79', '', '', '2020-04-22 10:42:56', '2020-04-22 10:42:56', '', 0, 'https://connectivism.in/ccb3e9f269725300bfaeb793d544cb79/', 0, 'oembed_cache', '', 0),
(2527, 1, '2020-04-22 10:50:49', '2020-04-22 10:50:49', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=8odqAUdYyuI\\u0026t=2s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8odqAUdYyuI&amp;t=2s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'ऋतू (SEASONS)', '', 'publish', 'open', 'open', '', 'seasons', '', '', '2020-04-30 11:18:33', '2020-04-30 11:18:33', '', 0, 'https://connectivism.in/?p=2527', 0, 'post', '', 0),
(2528, 1, '2020-04-22 10:49:29', '2020-04-22 10:49:29', '<iframe title=\"ऋतू    SEASONS\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/8odqAUdYyuI?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'ac34b0bb7664d792098fb3da249d5893', '', '', '2020-04-22 10:49:29', '2020-04-22 10:49:29', '', 0, 'https://connectivism.in/ac34b0bb7664d792098fb3da249d5893/', 0, 'oembed_cache', '', 0),
(2529, 1, '2020-04-22 10:50:40', '2020-04-22 10:50:40', '', '20200401_120403', '', 'inherit', 'open', 'closed', '', '20200401_120403', '', '', '2020-04-22 10:50:40', '2020-04-22 10:50:40', '', 2527, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_120403.jpg', 0, 'attachment', 'image/jpeg', 0),
(2530, 1, '2020-04-22 10:50:49', '2020-04-22 10:50:49', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=8odqAUdYyuI\\u0026t=2s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8odqAUdYyuI&amp;t=2s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'ऋतू (SEASONS)', '', 'inherit', 'closed', 'closed', '', '2527-revision-v1', '', '', '2020-04-22 10:50:49', '2020-04-22 10:50:49', '', 2527, 'https://connectivism.in/2527-revision-v1/', 0, 'revision', '', 0),
(2531, 1, '2020-04-22 11:01:46', '2020-04-22 11:01:46', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=wfWV0RU2kXs\\u0026t=6s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=wfWV0RU2kXs&amp;t=6s\n</div></figure>\n<!-- /wp:core-embed/youtube -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'श्रीकृष्ण आणि राक्षस ( कोरोना ) गोष्ट STORY OF SHRIKRISHNA AND MONSTER ( CORONA )', '', 'publish', 'open', 'open', '', 'story-of-shrikrishna-and-monster-corona', '', '', '2020-04-30 11:25:12', '2020-04-30 11:25:12', '', 0, 'https://connectivism.in/?p=2531', 0, 'post', '', 0),
(2532, 1, '2020-04-22 10:55:18', '2020-04-22 10:55:18', '<iframe title=\"श्रीकृष्ण आणि राक्षस ( कोरोना ) गोष्ट STORY OF SHRIKRISHNA AND MONSTER ( CORONA )\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/wfWV0RU2kXs?start=6&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'b5cacf0f6436af290bd9e6b21d899804', '', '', '2020-04-22 10:55:18', '2020-04-22 10:55:18', '', 0, 'https://connectivism.in/b5cacf0f6436af290bd9e6b21d899804/', 0, 'oembed_cache', '', 0),
(2533, 1, '2020-04-22 11:00:51', '2020-04-22 11:00:51', '', '20200402_194749', '', 'inherit', 'open', 'closed', '', '20200402_194749', '', '', '2020-04-22 11:00:51', '2020-04-22 11:00:51', '', 2531, 'https://connectivism.in/wp-content/uploads/2020/04/20200402_194749.jpg', 0, 'attachment', 'image/jpeg', 0),
(2534, 1, '2020-04-22 11:01:46', '2020-04-22 11:01:46', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=wfWV0RU2kXs\\u0026t=6s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=wfWV0RU2kXs&amp;t=6s\n</div></figure>\n<!-- /wp:core-embed/youtube -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'श्रीकृष्ण आणि राक्षस ( कोरोना ) गोष्ट STORY OF SHRIKRISHNA AND MONSTER ( CORONA )', '', 'inherit', 'closed', 'closed', '', '2531-revision-v1', '', '', '2020-04-22 11:01:46', '2020-04-22 11:01:46', '', 2531, 'https://connectivism.in/2531-revision-v1/', 0, 'revision', '', 0),
(2535, 1, '2020-04-22 11:08:46', '2020-04-22 11:08:46', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=zOcUPzTGGAU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zOcUPzTGGAU\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'प्राण्यांची घरे (HOMES OF ANIMALS)', '', 'publish', 'open', 'open', '', 'homes-of-animals', '', '', '2020-04-30 11:18:15', '2020-04-30 11:18:15', '', 0, 'https://connectivism.in/?p=2535', 0, 'post', '', 0),
(2536, 1, '2020-04-22 11:08:27', '2020-04-22 11:08:27', '', '20200401_175604', '', 'inherit', 'open', 'closed', '', '20200401_175604', '', '', '2020-04-22 11:08:27', '2020-04-22 11:08:27', '', 2535, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_175604.jpg', 0, 'attachment', 'image/jpeg', 0),
(2537, 1, '2020-04-22 11:08:46', '2020-04-22 11:08:46', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=zOcUPzTGGAU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=zOcUPzTGGAU\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'प्राण्यांची घरे (HOMES OF ANIMALS)', '', 'inherit', 'closed', 'closed', '', '2535-revision-v1', '', '', '2020-04-22 11:08:46', '2020-04-22 11:08:46', '', 2535, 'https://connectivism.in/2535-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpqe_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
(2538, 1, '2020-04-22 11:08:46', '2020-04-22 11:08:46', '<iframe title=\"प्राण्यांची घरे (HOMES OF ANIMALS)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/zOcUPzTGGAU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '2ae29f039225246e44bd8b16b6d97f34', '', '', '2020-04-22 11:08:46', '2020-04-22 11:08:46', '', 0, 'https://connectivism.in/2ae29f039225246e44bd8b16b6d97f34/', 0, 'oembed_cache', '', 0),
(2539, 1, '2020-04-22 11:19:07', '2020-04-22 11:19:07', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=fpbJFHM3PLw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fpbJFHM3PLw\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'मेरी पाठशाला - भाषण', '', 'publish', 'open', 'open', '', 'meri-pathshala-speech', '', '', '2020-04-30 11:17:32', '2020-04-30 11:17:32', '', 0, 'https://connectivism.in/?p=2539', 0, 'post', '', 0),
(2540, 1, '2020-04-22 11:18:59', '2020-04-22 11:18:59', '', '20200327_222819', '', 'inherit', 'open', 'closed', '', '20200327_222819', '', '', '2020-04-22 11:18:59', '2020-04-22 11:18:59', '', 2539, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_222819.jpg', 0, 'attachment', 'image/jpeg', 0),
(2541, 1, '2020-04-22 11:19:07', '2020-04-22 11:19:07', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=fpbJFHM3PLw\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=fpbJFHM3PLw\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'मेरी पाठशाला - भाषण', '', 'inherit', 'closed', 'closed', '', '2539-revision-v1', '', '', '2020-04-22 11:19:07', '2020-04-22 11:19:07', '', 2539, 'https://connectivism.in/2539-revision-v1/', 0, 'revision', '', 0),
(2542, 1, '2020-04-22 11:19:07', '2020-04-22 11:19:07', '<iframe title=\"मेरी पाठशाला - भाषण\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/fpbJFHM3PLw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'c22861dca312599b84d033172c23498f', '', '', '2020-04-22 11:19:07', '2020-04-22 11:19:07', '', 0, 'https://connectivism.in/c22861dca312599b84d033172c23498f/', 0, 'oembed_cache', '', 0),
(2543, 1, '2020-04-22 11:26:53', '2020-04-22 11:26:53', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=MSOgtQZrRIs\\u0026t=3s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MSOgtQZrRIs&amp;t=3s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'सरळव्याज', '', 'publish', 'open', 'open', '', 'simple-interest', '', '', '2020-04-30 11:48:41', '2020-04-30 11:48:41', '', 0, 'https://connectivism.in/?p=2543', 0, 'post', '', 0),
(2544, 1, '2020-04-22 11:26:11', '2020-04-22 11:26:11', '', '20200327_192655', '', 'inherit', 'open', 'closed', '', '20200327_192655', '', '', '2020-04-22 11:26:11', '2020-04-22 11:26:11', '', 2543, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_192655.jpg', 0, 'attachment', 'image/jpeg', 0),
(2545, 1, '2020-04-22 11:26:16', '2020-04-22 11:26:16', '', '20200327_192655-1', '', 'inherit', 'open', 'closed', '', '20200327_192655-1', '', '', '2020-04-22 11:26:16', '2020-04-22 11:26:16', '', 2543, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_192655-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2546, 1, '2020-04-22 11:26:53', '2020-04-22 11:26:53', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=MSOgtQZrRIs\\u0026t=3s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MSOgtQZrRIs&amp;t=3s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'सरळव्याज', '', 'inherit', 'closed', 'closed', '', '2543-revision-v1', '', '', '2020-04-22 11:26:53', '2020-04-22 11:26:53', '', 2543, 'https://connectivism.in/2543-revision-v1/', 0, 'revision', '', 0),
(2547, 1, '2020-04-22 11:26:53', '2020-04-22 11:26:53', '<iframe title=\"सरळव्याज\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/MSOgtQZrRIs?start=3&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'd8f2ac9f1b3295e3f4092a082500f6a7', '', '', '2020-04-22 11:26:53', '2020-04-22 11:26:53', '', 0, 'https://connectivism.in/d8f2ac9f1b3295e3f4092a082500f6a7/', 0, 'oembed_cache', '', 0),
(2548, 1, '2020-04-22 11:31:15', '2020-04-22 11:31:15', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=q9tJdoSNlIc\\u0026t=17s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=q9tJdoSNlIc&amp;t=17s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'जोडीच्या वस्तू', '', 'publish', 'open', 'open', '', 'pairing-objects', '', '', '2020-04-30 11:13:20', '2020-04-30 11:13:20', '', 0, 'https://connectivism.in/?p=2548', 0, 'post', '', 0),
(2549, 1, '2020-04-22 11:28:58', '2020-04-22 11:28:58', '<iframe title=\"जोडीच्या वस्तू\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/q9tJdoSNlIc?start=17&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'e0e7b371ee91a2b65c43b4cc3f2bec83', '', '', '2020-04-22 11:28:58', '2020-04-22 11:28:58', '', 0, 'https://connectivism.in/e0e7b371ee91a2b65c43b4cc3f2bec83/', 0, 'oembed_cache', '', 0),
(2550, 1, '2020-04-22 11:30:45', '2020-04-22 11:30:45', '', '20200327_140051', '', 'inherit', 'open', 'closed', '', '20200327_140051', '', '', '2020-04-22 11:30:45', '2020-04-22 11:30:45', '', 2548, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_140051.jpg', 0, 'attachment', 'image/jpeg', 0),
(2551, 1, '2020-04-22 11:31:15', '2020-04-22 11:31:15', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=q9tJdoSNlIc\\u0026t=17s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=q9tJdoSNlIc&amp;t=17s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'जोडीच्या वस्तू', '', 'inherit', 'closed', 'closed', '', '2548-revision-v1', '', '', '2020-04-22 11:31:15', '2020-04-22 11:31:15', '', 2548, 'https://connectivism.in/2548-revision-v1/', 0, 'revision', '', 0),
(2552, 1, '2020-04-22 11:34:21', '2020-04-22 11:34:21', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=kYdDefN31lM\\u0026t=61s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=kYdDefN31lM&amp;t=61s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'संख्यांचे प्रकार', '', 'publish', 'open', 'open', '', 'types-of-numbers', '', '', '2020-04-30 11:06:33', '2020-04-30 11:06:33', '', 0, 'https://connectivism.in/?p=2552', 0, 'post', '', 0),
(2553, 1, '2020-04-22 11:34:13', '2020-04-22 11:34:13', '', '20200327_081520', '', 'inherit', 'open', 'closed', '', '20200327_081520', '', '', '2020-04-22 11:34:13', '2020-04-22 11:34:13', '', 2552, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_081520.jpg', 0, 'attachment', 'image/jpeg', 0),
(2554, 1, '2020-04-22 11:34:21', '2020-04-22 11:34:21', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=kYdDefN31lM\\u0026t=61s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=kYdDefN31lM&amp;t=61s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'संख्यांचे प्रकार', '', 'inherit', 'closed', 'closed', '', '2552-revision-v1', '', '', '2020-04-22 11:34:21', '2020-04-22 11:34:21', '', 2552, 'https://connectivism.in/2552-revision-v1/', 0, 'revision', '', 0),
(2555, 1, '2020-04-22 11:34:21', '2020-04-22 11:34:21', '<iframe title=\"संख्यांचे प्रकार\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/kYdDefN31lM?start=61&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'f9b8be4a34802563f16b35d1f58e19b6', '', '', '2020-04-22 11:34:21', '2020-04-22 11:34:21', '', 0, 'https://connectivism.in/f9b8be4a34802563f16b35d1f58e19b6/', 0, 'oembed_cache', '', 0),
(2556, 1, '2020-04-27 09:09:31', '2020-04-27 09:09:31', '', '12 ARTS HISTORY', '', 'trash', 'open', 'open', '', '__trashed-4', '', '', '2020-04-27 09:09:31', '2020-04-27 09:09:31', '', 0, 'https://connectivism.in/?p=2556', 0, 'post', '', 0),
(2557, 1, '2020-04-23 08:40:31', '2020-04-23 08:40:31', '', '12 ARTS HISTORY', '', 'inherit', 'closed', 'closed', '', '2556-revision-v1', '', '', '2020-04-23 08:40:31', '2020-04-23 08:40:31', '', 2556, 'https://connectivism.in/2556-revision-v1/', 0, 'revision', '', 0),
(2566, 1, '2020-04-23 18:41:58', '2020-04-23 18:41:58', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 9]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>[WpProQuiz 9]</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'युरोपातील प्रबोधन आणि विज्ञानाचा विकास 1', '', 'publish', 'open', 'open', '', 'enlightenment-in-europe', '', '', '2020-04-30 15:58:06', '2020-04-30 15:58:06', '', 0, 'https://connectivism.in/?p=2566', 0, 'post', '', 4),
(2567, 1, '2020-04-23 18:41:58', '2020-04-23 18:41:58', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 9]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 9]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'युरोपातील प्रबोधन आणि विज्ञानाचा विकास 1', '', 'inherit', 'closed', 'closed', '', '2566-revision-v1', '', '', '2020-04-23 18:41:58', '2020-04-23 18:41:58', '', 2566, 'https://connectivism.in/2566-revision-v1/', 0, 'revision', '', 0),
(2577, 1, '2020-04-27 08:21:50', '2020-04-27 08:21:50', '<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>[WpProQuiz 9]</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 9]</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'युरोपातील प्रबोधन आणि विज्ञानाचा विकास 1', '', 'inherit', 'closed', 'closed', '', '2566-revision-v1', '', '', '2020-04-27 08:21:50', '2020-04-27 08:21:50', '', 2566, 'https://connectivism.in/2566-revision-v1/', 0, 'revision', '', 0),
(2578, 1, '2020-04-27 08:22:00', '2020-04-27 08:22:00', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>[WpProQuiz 9]</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 9]</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'युरोपातील प्रबोधन आणि विज्ञानाचा विकास 1', '', 'inherit', 'closed', 'closed', '', '2566-revision-v1', '', '', '2020-04-27 08:22:00', '2020-04-27 08:22:00', '', 2566, 'https://connectivism.in/2566-revision-v1/', 0, 'revision', '', 0),
(2579, 1, '2020-04-27 08:37:32', '2020-04-27 08:37:32', '{\n    \"kids-education::nav_menu_locations[right-header-menu]\": {\n        \"value\": 193,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 08:37:32\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '485468dc-b43a-420b-b7db-82ca934b3349', '', '', '2020-04-27 08:37:32', '2020-04-27 08:37:32', '', 0, 'https://connectivism.in/485468dc-b43a-420b-b7db-82ca934b3349/', 0, 'customize_changeset', '', 0),
(2580, 1, '2020-04-27 09:43:29', '2020-04-27 09:43:29', '', 'thumbnail-dharmyudhde', '', 'inherit', 'open', 'closed', '', 'thumbnail-dharmyudhde', '', '', '2020-04-27 09:43:29', '2020-04-27 09:43:29', '', 2566, 'https://connectivism.in/wp-content/uploads/2020/04/thumbnail-dharmyudhde.jpg', 0, 'attachment', 'image/jpeg', 0),
(2581, 1, '2020-04-27 09:56:39', '2020-04-27 09:56:39', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 9]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>[WpProQuiz 9]</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'युरोपातील प्रबोधन आणि विज्ञानाचा विकास 1', '', 'inherit', 'closed', 'closed', '', '2566-revision-v1', '', '', '2020-04-27 09:56:39', '2020-04-27 09:56:39', '', 2566, 'https://connectivism.in/2566-revision-v1/', 0, 'revision', '', 0),
(2582, 1, '2020-04-27 16:08:14', '2020-04-27 16:08:14', '{\n    \"nav_menu_item[2251]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2259]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 221,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/junior-kg/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"Junior KG\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2260]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 222,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/senior-kg/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 4,\n            \"status\": \"publish\",\n            \"original_title\": \"Senior KG\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2252]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2270]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 209,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-1/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 1\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2268]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 210,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-2/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 6,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 2\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2266]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 211,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-3/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 7,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 3\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2257]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 212,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-4/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 8,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 4\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2271]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 213,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-5/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 9,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 5\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2253]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2273]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 214,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-6/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 16,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 6\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2274]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 215,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-7/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 17,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 7\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2256]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 216,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-8/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 18,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 8\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2269]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 217,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-9/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 19,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 9\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2267]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 218,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-10/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 20,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 10\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2254]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2258]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 219,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-11/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 27,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 11\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2272]\": {\n        \"value\": {\n            \"menu_item_parent\": 2237,\n            \"object_id\": 220,\n            \"object\": \"category\",\n            \"type\": \"taxonomy\",\n            \"type_label\": \"Category\",\n            \"url\": \"https://connectivism.in/category/standard-12th/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 28,\n            \"status\": \"publish\",\n            \"original_title\": \"Standard 12\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2238]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 2238,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"\\u092a\\u0941\\u0938\\u094d\\u0924\\u0915\\u0947\",\n            \"url\": \"#\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 20,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    },\n    \"nav_menu_item[2239]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 2239,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"\\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u092a\\u0924\\u094d\\u0930\\u093f\\u0915\\u093e\",\n            \"url\": \"#\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 223,\n            \"position\": 21,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:07:58\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2e85fdda-37d4-438a-9353-44b00e60167c', '', '', '2020-04-27 16:08:14', '2020-04-27 16:08:14', '', 0, 'https://connectivism.in/?p=2582', 0, 'customize_changeset', '', 0),
(2583, 1, '2020-04-27 16:09:56', '2020-04-27 16:09:56', '{\n    \"sidebars_widgets[sidebar-1]\": {\n        \"value\": [\n            \"search-2\",\n            \"theme-my-login-2\",\n            \"recent-posts-2\",\n            \"recent-comments-2\",\n            \"categories-2\",\n            \"recent-posts-3\",\n            \"woocommerce_products-1\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:08:58\"\n    },\n    \"widget_recent-posts[2]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YTozOntzOjU6InRpdGxlIjtzOjMxOiLgpIbgpKTgpL7gpJog4KSy4KS/4KS54KS/4KSy4KWHIjtzOjY6Im51bWJlciI7aTo1O3M6OToic2hvd19kYXRlIjtiOjA7fQ==\",\n            \"title\": \"\\u0906\\u0924\\u093e\\u091a \\u0932\\u093f\\u0939\\u093f\\u0932\\u0947\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"e0c133ad2047758e462e15e439e8e52f\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:09:56\"\n    },\n    \"widget_recent-comments[2]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToyOntzOjU6InRpdGxlIjtzOjE1OiLgpJrgpLDgpY3gpJrgpL4iO3M6NjoibnVtYmVyIjtpOjg7fQ==\",\n            \"title\": \"\\u091a\\u0930\\u094d\\u091a\\u093e\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"788a53ae193dda16829215513bbe6c0d\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:09:56\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'bf5ea1d3-f62b-4a50-ae86-2cab7dac1a50', '', '', '2020-04-27 16:09:56', '2020-04-27 16:09:56', '', 0, 'https://connectivism.in/?p=2583', 0, 'customize_changeset', '', 0),
(2584, 1, '2020-04-27 16:10:42', '2020-04-27 16:10:42', '{\n    \"site_icon\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-27 16:10:42\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f49a4ccd-d0b5-4cc8-bb42-d3a3c3dfe085', '', '', '2020-04-27 16:10:42', '2020-04-27 16:10:42', '', 0, 'https://connectivism.in/f49a4ccd-d0b5-4cc8-bb42-d3a3c3dfe085/', 0, 'customize_changeset', '', 0),
(2585, 1, '2020-04-27 16:11:19', '2020-04-27 16:11:19', 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism-2.png', 'cropped-connectivism-2.png', '', 'inherit', 'open', 'closed', '', 'cropped-connectivism-2-png', '', '', '2020-04-27 16:11:19', '2020-04-27 16:11:19', '', 0, 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism-2.png', 0, 'attachment', 'image/png', 0),
(2587, 1, '2020-04-28 04:52:05', '2020-04-28 04:52:05', '{\n    \"bam::bam_header_inner_width\": {\n        \"value\": \"contained\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-28 04:48:58\"\n    },\n    \"bam::bam_footer_copyright_text\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-28 04:49:58\"\n    },\n    \"bam::bam_logo_font_family\": {\n        \"value\": \"Yatra One\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-28 04:51:58\"\n    },\n    \"bam::bam_logo_font_weight\": {\n        \"value\": \"900\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-28 04:51:58\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '7e981c87-83e0-4508-a849-2ad90848674c', '', '', '2020-04-28 04:52:05', '2020-04-28 04:52:05', '', 0, 'https://connectivism.in/?p=2587', 0, 'customize_changeset', '', 0),
(2588, 1, '2020-04-28 04:53:33', '2020-04-28 04:53:33', '{\n    \"bam::nav_menu_locations[menu-2]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-04-28 04:52:58\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd5cd2811-b907-4585-b579-4d1119368f74', '', '', '2020-04-28 04:53:33', '2020-04-28 04:53:33', '', 0, 'https://connectivism.in/?p=2588', 0, 'customize_changeset', '', 0),
(2589, 1, '2020-04-28 06:33:18', '2020-04-28 06:33:18', '', '12th Standard', '', 'publish', 'closed', 'closed', '', '12th-standard', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2589', 19, 'nav_menu_item', '', 0),
(2590, 1, '2020-04-28 06:33:18', '2020-04-28 06:33:18', '', '11th Standard', '', 'publish', 'closed', 'closed', '', '11th-standard', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2590', 18, 'nav_menu_item', '', 0),
(2591, 1, '2020-04-28 06:33:18', '2020-04-28 06:33:18', '', '10th Standard', '', 'publish', 'closed', 'closed', '', '10th-standard', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2591', 17, 'nav_menu_item', '', 0),
(2592, 1, '2020-04-28 06:33:18', '2020-04-28 06:33:18', '', '9th Standard', '', 'publish', 'closed', 'closed', '', '9th-standard', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2592', 16, 'nav_menu_item', '', 0),
(2593, 1, '2020-04-28 06:33:18', '2020-04-28 06:33:18', '', '8th Standard', '', 'publish', 'closed', 'closed', '', '8th-standard', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2593', 15, 'nav_menu_item', '', 0),
(2594, 1, '2020-04-28 06:33:17', '2020-04-28 06:33:17', '', '7th Standard', '', 'publish', 'closed', 'closed', '', '7th-standard', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2594', 14, 'nav_menu_item', '', 0),
(2595, 1, '2020-04-28 06:33:17', '2020-04-28 06:33:17', '', '6th Standard', '', 'publish', 'closed', 'closed', '', '6th-standard', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2595', 13, 'nav_menu_item', '', 0),
(2596, 1, '2020-04-28 06:33:17', '2020-04-28 06:33:17', '', '5th Standard', '', 'publish', 'closed', 'closed', '', '5th-standard', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2596', 12, 'nav_menu_item', '', 0),
(2597, 1, '2020-04-28 06:33:17', '2020-04-28 06:33:17', '', '4th Standard', '', 'publish', 'closed', 'closed', '', '4th-standard', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2597', 11, 'nav_menu_item', '', 0),
(2598, 1, '2020-04-28 06:33:17', '2020-04-28 06:33:17', '', '3rd Standard', '', 'publish', 'closed', 'closed', '', '3rd-standard', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2598', 10, 'nav_menu_item', '', 0),
(2599, 1, '2020-04-28 06:33:17', '2020-04-28 06:33:17', '', '2nd Stnadard', '', 'publish', 'closed', 'closed', '', '2nd-stnadard', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2599', 9, 'nav_menu_item', '', 0),
(2600, 1, '2020-04-28 06:33:17', '2020-04-28 06:33:17', '', '1st Standard', '', 'publish', 'closed', 'closed', '', '1st-standard', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2600', 8, 'nav_menu_item', '', 0),
(2602, 1, '2020-04-30 11:06:34', '2020-04-30 11:06:34', '<iframe title=\"संख्यांचे प्रकार\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/kYdDefN31lM?start=61&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'ad38b2c0623e32dcf94806169cdb8754', '', '', '2020-04-30 11:06:34', '2020-04-30 11:06:34', '', 0, 'https://connectivism.in/ad38b2c0623e32dcf94806169cdb8754/', 0, 'oembed_cache', '', 0),
(2603, 1, '2020-04-30 11:13:20', '2020-04-30 11:13:20', '<iframe title=\"जोडीच्या वस्तू\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/q9tJdoSNlIc?start=17&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '83801f4aefc25e62ce73df32a84a0eb9', '', '', '2020-04-30 11:13:20', '2020-04-30 11:13:20', '', 0, 'https://connectivism.in/83801f4aefc25e62ce73df32a84a0eb9/', 0, 'oembed_cache', '', 0),
(2604, 1, '2020-04-30 11:17:32', '2020-04-30 11:17:32', '<iframe title=\"मेरी पाठशाला - भाषण\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/fpbJFHM3PLw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '6fe6157087abd10a6bf42f9fb780eab2', '', '', '2020-04-30 11:17:32', '2020-04-30 11:17:32', '', 0, 'https://connectivism.in/6fe6157087abd10a6bf42f9fb780eab2/', 0, 'oembed_cache', '', 0),
(2605, 1, '2020-04-30 11:18:16', '2020-04-30 11:18:16', '<iframe title=\"प्राण्यांची घरे (HOMES OF ANIMALS)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/zOcUPzTGGAU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'a03cd32a8fb56094306bdd0ffd96d5a7', '', '', '2020-04-30 11:18:16', '2020-04-30 11:18:16', '', 0, 'https://connectivism.in/a03cd32a8fb56094306bdd0ffd96d5a7/', 0, 'oembed_cache', '', 0),
(2606, 1, '2020-04-30 11:18:33', '2020-04-30 11:18:33', '<iframe title=\"ऋतू    SEASONS\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/8odqAUdYyuI?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'ee0ac197d4e1594b654773bfef083f51', '', '', '2020-04-30 11:18:33', '2020-04-30 11:18:33', '', 0, 'https://connectivism.in/ee0ac197d4e1594b654773bfef083f51/', 0, 'oembed_cache', '', 0),
(2607, 1, '2020-04-30 11:18:51', '2020-04-30 11:18:51', '<iframe title=\"KIDS ONLINE TEST 1\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/S37JaYXvhQM?start=165&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '53c2690f4cb90b05ab0520d2790d7d67', '', '', '2020-04-30 11:18:51', '2020-04-30 11:18:51', '', 0, 'https://connectivism.in/53c2690f4cb90b05ab0520d2790d7d67/', 0, 'oembed_cache', '', 0),
(2608, 1, '2020-04-30 11:19:01', '2020-04-30 11:19:01', '<iframe title=\"चव\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/GpTqr41oBDY?start=226&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '0f52e865520bab48a99965d3882730fc', '', '', '2020-04-30 11:19:01', '2020-04-30 11:19:01', '', 0, 'https://connectivism.in/0f52e865520bab48a99965d3882730fc/', 0, 'oembed_cache', '', 0),
(2609, 1, '2020-04-30 11:19:14', '2020-04-30 11:19:14', '<iframe title=\"वाहने  - VEHICLES\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/xyknP1kzPEE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '215fb04c3fcbcbff40773a87f5b37235', '', '', '2020-04-30 11:19:14', '2020-04-30 11:19:14', '', 0, 'https://connectivism.in/215fb04c3fcbcbff40773a87f5b37235/', 0, 'oembed_cache', '', 0),
(2610, 1, '2020-04-30 11:19:31', '2020-04-30 11:19:31', '<iframe title=\"स्वयंपाकघर (KITCHEN)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/B1je1hylds4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '41312145c9f5cacaf40c191c368f9609', '', '', '2020-04-30 11:19:31', '2020-04-30 11:19:31', '', 0, 'https://connectivism.in/41312145c9f5cacaf40c191c368f9609/', 0, 'oembed_cache', '', 0),
(2611, 1, '2020-04-30 11:19:41', '2020-04-30 11:19:41', '<iframe title=\"पक्ष्यांची घरे\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/Ho0vD3Nf4a0?start=37&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '17599016fdcc21857ee382e93b5532e9', '', '', '2020-04-30 11:19:41', '2020-04-30 11:19:41', '', 0, 'https://connectivism.in/17599016fdcc21857ee382e93b5532e9/', 0, 'oembed_cache', '', 0),
(2612, 1, '2020-04-30 11:19:57', '2020-04-30 11:19:57', '<iframe title=\"प्राणी पक्षी फळे फुले भाज्या वाद्ये\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/AKFPG0xGYms?start=45&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '4fa9379700545de8769fcf8597723644', '', '', '2020-04-30 11:19:57', '2020-04-30 11:19:57', '', 0, 'https://connectivism.in/4fa9379700545de8769fcf8597723644/', 0, 'oembed_cache', '', 0),
(2613, 1, '2020-04-30 11:20:08', '2020-04-30 11:20:08', '<iframe title=\"KIDS MODEL QUESTION PAPER 1 (नमुना प्रश्नपत्रिका 1)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/aU4gcObdJXU?start=921&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '3360deb076f175badb45ed8815f0aea4', '', '', '2020-04-30 11:20:08', '2020-04-30 11:20:08', '', 0, 'https://connectivism.in/3360deb076f175badb45ed8815f0aea4/', 0, 'oembed_cache', '', 0),
(2614, 1, '2020-04-30 11:20:25', '2020-04-30 11:20:25', '<iframe title=\"प्राण्यांची पिल्ले (ANIMALS AND THEIR BABIES)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/2DX0cDMbfFI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '6e7d15da1ad51e00b4b79272fe74b571', '', '', '2020-04-30 11:20:25', '2020-04-30 11:20:25', '', 0, 'https://connectivism.in/6e7d15da1ad51e00b4b79272fe74b571/', 0, 'oembed_cache', '', 0),
(2615, 1, '2020-04-30 11:20:38', '2020-04-30 11:20:38', '<iframe title=\"ALPHABETS  (A to Z)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/YyIbI2w-weY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '9b9aca8d8e1fd6fd67c16772a5a5a35b', '', '', '2020-04-30 11:20:38', '2020-04-30 11:20:38', '', 0, 'https://connectivism.in/9b9aca8d8e1fd6fd67c16772a5a5a35b/', 0, 'oembed_cache', '', 0),
(2616, 1, '2020-04-30 11:20:50', '2020-04-30 11:20:50', '<iframe title=\"रंग  - COLOURS\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/11XNnEo4EXM?start=10&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '32efb75647bee6542ced7a06dc9303c2', '', '', '2020-04-30 11:20:50', '2020-04-30 11:20:50', '', 0, 'https://connectivism.in/32efb75647bee6542ced7a06dc9303c2/', 0, 'oembed_cache', '', 0),
(2617, 1, '2020-04-30 11:21:00', '2020-04-30 11:21:00', '<iframe title=\"फळांच्या फोडी\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/Wodi6W5syZc?start=343&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '614f2bec3ae777f85aa710fe1dea0569', '', '', '2020-04-30 11:21:00', '2020-04-30 11:21:00', '', 0, 'https://connectivism.in/614f2bec3ae777f85aa710fe1dea0569/', 0, 'oembed_cache', '', 0),
(2618, 1, '2020-04-30 11:21:23', '2020-04-30 11:21:23', '<iframe title=\"ONLINE TEST NO. 2\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/EsWAS_l11Wo?start=208&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '968951637f467aef63325d040cdedb88', '', '', '2020-04-30 11:21:23', '2020-04-30 11:21:23', '', 0, 'https://connectivism.in/968951637f467aef63325d040cdedb88/', 0, 'oembed_cache', '', 0),
(2619, 1, '2020-04-30 11:21:40', '2020-04-30 11:21:40', '<iframe title=\"मुळाक्षरे (MARATHI ALPHABETS)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/q2u0QOqXQ9Y?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '8a4fb491cb82a4e57af8131fead7cc44', '', '', '2020-04-30 11:21:40', '2020-04-30 11:21:40', '', 0, 'https://connectivism.in/8a4fb491cb82a4e57af8131fead7cc44/', 0, 'oembed_cache', '', 0),
(2620, 1, '2020-04-30 11:24:04', '2020-04-30 11:24:04', '<iframe title=\"डॉ. बाबासाहेब आंबेडकर (SPEECH)\" width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/BGdlmyz0pgw?start=5&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '6c340faf37dea7b4d4a5782ea3c15214', '', '', '2020-04-30 11:24:04', '2020-04-30 11:24:04', '', 0, 'https://connectivism.in/6c340faf37dea7b4d4a5782ea3c15214/', 0, 'oembed_cache', '', 0),
(2621, 1, '2020-04-30 11:25:12', '2020-04-30 11:25:12', '<iframe title=\"श्रीकृष्ण आणि राक्षस ( कोरोना ) गोष्ट STORY OF SHRIKRISHNA AND MONSTER ( CORONA )\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/wfWV0RU2kXs?start=6&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '3ed71e7c68b46dd0a006e5ee62c21edb', '', '', '2020-04-30 11:25:12', '2020-04-30 11:25:12', '', 0, 'https://connectivism.in/3ed71e7c68b46dd0a006e5ee62c21edb/', 0, 'oembed_cache', '', 0),
(2622, 1, '2020-04-30 11:45:20', '2020-04-30 11:45:20', '<iframe title=\"कोरोना ( कविता )  CORONA POEM\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/GrHEbBqJZWQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'c29ce43f6af212ccd2ac31e2a67b1e81', '', '', '2020-04-30 11:45:20', '2020-04-30 11:45:20', '', 0, 'https://connectivism.in/c29ce43f6af212ccd2ac31e2a67b1e81/', 0, 'oembed_cache', '', 0),
(2623, 1, '2020-04-30 11:48:42', '2020-04-30 11:48:42', '<iframe title=\"सरळव्याज\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/MSOgtQZrRIs?start=3&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '0203717586bed40d7c785f4d1e79bdd3', '', '', '2020-04-30 11:48:42', '2020-04-30 11:48:42', '', 0, 'https://connectivism.in/0203717586bed40d7c785f4d1e79bdd3/', 0, 'oembed_cache', '', 0),
(2624, 1, '2020-04-30 11:49:24', '2020-04-30 11:49:24', '<iframe title=\"वर्ग आणि वर्गमूळ\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/nEXO9RE5x28?start=12&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '8e30a809307e72591f04dca158e9a1d7', '', '', '2020-04-30 11:49:24', '2020-04-30 11:49:24', '', 0, 'https://connectivism.in/8e30a809307e72591f04dca158e9a1d7/', 0, 'oembed_cache', '', 0);
INSERT INTO `wpqe_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
(2625, 1, '2020-04-30 11:51:33', '2020-04-30 11:51:33', '<iframe title=\"शैक्षणिक तत्त्वज्ञान भाग - 1 (Educational Philosophy)\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/2o_UX8xavaA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '37fb20d480ab350d9e780afc29e134e9', '', '', '2020-04-30 11:51:33', '2020-04-30 11:51:33', '', 0, 'https://connectivism.in/37fb20d480ab350d9e780afc29e134e9/', 0, 'oembed_cache', '', 0),
(2626, 1, '2020-04-30 12:19:40', '2020-04-30 12:19:40', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=wpgUf3w00CQ\\u0026t=28s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=wpgUf3w00CQ&amp;t=28s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', '12 History युरोपातील प्रबोधन आणि विज्ञानाचा विकास भाग - 1', '', 'publish', 'open', 'open', '', '12-history-%e0%a4%af%e0%a5%81%e0%a4%b0%e0%a5%8b%e0%a4%aa%e0%a4%be%e0%a4%a4%e0%a5%80%e0%a4%b2-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%ac%e0%a5%8b%e0%a4%a7%e0%a4%a8-%e0%a4%86%e0%a4%a3%e0%a4%bf-%e0%a4%b5', '', '', '2020-04-30 15:55:49', '2020-04-30 15:55:49', '', 0, 'https://connectivism.in/?p=2626', 0, 'post', '', 0),
(2628, 1, '2020-04-30 12:12:14', '2020-04-30 12:12:14', '<iframe title=\"12th History युरोपातील प्रबोधन आणि विज्ञानाचा विकास - धर्मयुद्धे\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/wpgUf3w00CQ?start=28&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '031e94396a0d29eca0a71ddc84ced889', '', '', '2020-04-30 12:12:14', '2020-04-30 12:12:14', '', 0, 'https://connectivism.in/031e94396a0d29eca0a71ddc84ced889/', 0, 'oembed_cache', '', 0),
(2629, 1, '2020-04-30 12:19:40', '2020-04-30 12:19:40', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=wpgUf3w00CQ\\u0026t=28s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=wpgUf3w00CQ&amp;t=28s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', '12 History युरोपातील प्रबोधन आणि विज्ञानाचा विकास भाग - 1', '', 'inherit', 'closed', 'closed', '', '2626-revision-v1', '', '', '2020-04-30 12:19:40', '2020-04-30 12:19:40', '', 2626, 'https://connectivism.in/2626-revision-v1/', 0, 'revision', '', 0),
(2631, 1, '2020-04-30 15:55:24', '2020-04-30 15:55:24', '', '20200430_212026', '', 'inherit', 'open', 'closed', '', '20200430_212026', '', '', '2020-04-30 15:55:24', '2020-04-30 15:55:24', '', 2626, 'https://connectivism.in/wp-content/uploads/2020/04/20200430_212026.jpg', 0, 'attachment', 'image/jpeg', 0),
(2632, 1, '2020-04-30 15:57:31', '2020-04-30 15:57:31', '', '20200430_211847', '', 'inherit', 'open', 'closed', '', '20200430_211847', '', '', '2020-04-30 15:57:31', '2020-04-30 15:57:31', '', 2566, 'https://connectivism.in/wp-content/uploads/2020/04/20200430_211847.jpg', 0, 'attachment', 'image/jpeg', 0),
(2649, 1, '2020-05-01 08:32:23', '0000-00-00 00:00:00', '', '9th Standard', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-05-01 08:32:23', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2649', 1, 'nav_menu_item', '', 0),
(2650, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '1st Standard', '', 'publish', 'closed', 'closed', '', '1st-standard-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2650', 26, 'nav_menu_item', '', 0),
(2651, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '2nd Standard', '', 'publish', 'closed', 'closed', '', '2nd-standard', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2651', 27, 'nav_menu_item', '', 0),
(2652, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '3rd Standard', '', 'publish', 'closed', 'closed', '', '3rd-standard-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2652', 28, 'nav_menu_item', '', 0),
(2653, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '4th Standard', '', 'publish', 'closed', 'closed', '', '4th-standard-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2653', 29, 'nav_menu_item', '', 0),
(2654, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '5th Standard', '', 'publish', 'closed', 'closed', '', '5th-standard-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2654', 30, 'nav_menu_item', '', 0),
(2655, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '6th Standard', '', 'publish', 'closed', 'closed', '', '6th-standard-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2655', 31, 'nav_menu_item', '', 0),
(2656, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '7th Standard', '', 'publish', 'closed', 'closed', '', '7th-standard-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2656', 32, 'nav_menu_item', '', 0),
(2657, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '8th Standard', '', 'publish', 'closed', 'closed', '', '8th-standard-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2657', 33, 'nav_menu_item', '', 0),
(2658, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '10th Standard', '', 'publish', 'closed', 'closed', '', '10th-standard-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2658', 35, 'nav_menu_item', '', 0),
(2659, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '10th Standard', '', 'publish', 'closed', 'closed', '', '10th-standard-3', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2659', 36, 'nav_menu_item', '', 0),
(2660, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '11th Standard', '', 'publish', 'closed', 'closed', '', '11th-standard-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2660', 37, 'nav_menu_item', '', 0),
(2661, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '12th Standard', '', 'publish', 'closed', 'closed', '', '12th-standard-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2661', 38, 'nav_menu_item', '', 0),
(2662, 1, '2020-05-01 08:35:52', '2020-05-01 08:35:52', '', '9th Standard', '', 'publish', 'closed', 'closed', '', '9th-standard-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2662', 34, 'nav_menu_item', '', 0),
(2665, 1, '2020-05-01 12:03:46', '2020-05-01 12:03:46', 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494.jpg', 'cropped-20200430_134519-e1588334571494.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-20200430_134519-e1588334571494-jpg', '', '', '2020-05-01 12:03:46', '2020-05-01 12:03:46', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494.jpg', 0, 'attachment', 'image/jpeg', 0),
(2666, 1, '2020-05-01 12:03:53', '2020-05-01 12:03:53', '{\n    \"site_icon\": {\n        \"value\": 2665,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-01 12:03:53\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'aa9847cb-ecc7-4d77-bb70-44702b718c4c', '', '', '2020-05-01 12:03:53', '2020-05-01 12:03:53', '', 0, 'https://connectivism.in/aa9847cb-ecc7-4d77-bb70-44702b718c4c/', 0, 'customize_changeset', '', 0),
(2667, 1, '2020-05-01 12:14:04', '2020-05-01 12:14:04', '{\n    \"site_icon\": {\n        \"value\": 2672,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-05-01 12:14:04\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd9de7001-48ea-44c1-b28e-c01add3416af', '', '', '2020-05-01 12:14:04', '2020-05-01 12:14:04', '', 0, 'https://connectivism.in/?p=2667', 0, 'customize_changeset', '', 0),
(2668, 1, '2020-05-01 12:05:14', '2020-05-01 12:05:14', 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494-1.jpg', 'cropped-20200430_134519-e1588334571494-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-20200430_134519-e1588334571494-1-jpg', '', '', '2020-05-01 12:05:14', '2020-05-01 12:05:14', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2669, 1, '2020-05-01 12:11:33', '2020-05-01 12:11:33', 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494-2.jpg', 'cropped-20200430_134519-e1588334571494-2.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-20200430_134519-e1588334571494-2-jpg', '', '', '2020-05-01 12:11:33', '2020-05-01 12:11:33', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2670, 1, '2020-05-01 12:12:08', '2020-05-01 12:12:08', 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494-3.jpg', 'cropped-20200430_134519-e1588334571494-3.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-20200430_134519-e1588334571494-3-jpg', '', '', '2020-05-01 12:12:08', '2020-05-01 12:12:08', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2671, 1, '2020-05-01 12:13:51', '2020-05-01 12:13:51', '', 'connectivism 512x512', '', 'inherit', 'open', 'closed', '', 'connectivism-512x512', '', '', '2020-05-01 12:13:51', '2020-05-01 12:13:51', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/connectivism-512x512-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2672, 1, '2020-05-01 12:13:59', '2020-05-01 12:13:59', 'https://connectivism.in/wp-content/uploads/2020/05/cropped-connectivism-512x512-1.jpg', 'cropped-connectivism-512x512-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-connectivism-512x512-1-jpg', '', '', '2020-05-01 12:13:59', '2020-05-01 12:13:59', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-connectivism-512x512-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2674, 1, '2020-05-01 12:16:41', '2020-05-01 12:16:41', '', 'connectivism 1024x512', '', 'inherit', 'open', 'closed', '', 'connectivism-1024x512', '', '', '2020-05-01 12:16:41', '2020-05-01 12:16:41', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/connectivism-1024x512-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2675, 1, '2020-05-01 12:17:01', '2020-05-01 12:17:01', 'https://connectivism.in/wp-content/uploads/2020/05/cropped-connectivism-1024x512-1.jpg', 'cropped-connectivism-1024x512-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-connectivism-1024x512-1-jpg', '', '', '2020-05-01 12:17:01', '2020-05-01 12:17:01', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-connectivism-1024x512-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2676, 1, '2020-05-01 12:27:13', '2020-05-01 12:27:13', '', 'Anganwadi', '', 'publish', 'closed', 'closed', '', 'anganwadi', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2676', 4, 'nav_menu_item', '', 0),
(2677, 1, '2020-05-01 12:27:14', '2020-05-01 12:27:14', '', 'Competitive Exam', '', 'publish', 'closed', 'closed', '', 'competitive-exam', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2677', 20, 'nav_menu_item', '', 0),
(2678, 1, '2020-05-01 12:27:14', '2020-05-01 12:27:14', '', 'Anganwadi', '', 'publish', 'closed', 'closed', '', 'anganwadi-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2678', 22, 'nav_menu_item', '', 0),
(2679, 1, '2020-05-01 12:27:14', '2020-05-01 12:27:14', '', 'Nursary', '', 'publish', 'closed', 'closed', '', 'nursary', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2679', 23, 'nav_menu_item', '', 0),
(2680, 1, '2020-05-01 12:27:14', '2020-05-01 12:27:14', '', 'Junior KG', '', 'publish', 'closed', 'closed', '', 'junior-kg', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2680', 24, 'nav_menu_item', '', 0),
(2681, 1, '2020-05-01 12:27:14', '2020-05-01 12:27:14', '', 'Senior KG', '', 'publish', 'closed', 'closed', '', 'senior-kg', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2681', 25, 'nav_menu_item', '', 0),
(2682, 1, '2020-05-01 12:27:14', '2020-05-01 12:27:14', '', 'Competitive Exam', '', 'publish', 'closed', 'closed', '', 'competitive-exam-2', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2682', 39, 'nav_menu_item', '', 0),
(2683, 1, '2020-05-01 12:27:14', '2020-05-01 12:27:14', '', 'Entertainment', '', 'publish', 'closed', 'closed', '', 'entertainment', '', '', '2020-05-06 18:12:38', '2020-05-06 18:12:38', '', 0, 'https://connectivism.in/?p=2683', 40, 'nav_menu_item', '', 0),
(2684, 1, '2020-05-01 14:13:37', '2020-05-01 14:13:37', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 10]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 10]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Balanand 2', '', 'publish', 'open', 'open', '', 'balanand-2', '', '', '2020-05-01 14:13:39', '2020-05-01 14:13:39', '', 0, 'https://connectivism.in/?p=2684', 0, 'post', '', 0),
(2685, 1, '2020-05-01 14:13:37', '2020-05-01 14:13:37', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 10]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 10]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Balanand 2', '', 'inherit', 'closed', 'closed', '', '2684-revision-v1', '', '', '2020-05-01 14:13:37', '2020-05-01 14:13:37', '', 2684, 'https://connectivism.in/2684-revision-v1/', 0, 'revision', '', 0),
(2696, 1, '2020-05-02 05:14:16', '2020-05-02 05:14:16', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 10]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 10]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Balanand 2', '', 'inherit', 'closed', 'closed', '', '2684-autosave-v1', '', '', '2020-05-02 05:14:16', '2020-05-02 05:14:16', '', 2684, 'https://connectivism.in/2684-autosave-v1/', 0, 'revision', '', 0),
(2697, 1, '2020-05-02 06:25:09', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2020-05-02 06:25:09', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?page_id=2697', 0, 'page', '', 0),
(2698, 1, '2020-05-07 04:28:52', '0000-00-00 00:00:00', '<!-- wp:paragraph -->\n<p>खालीलपैकी विषय निवडा</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>History</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Economics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Hindi</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Geography</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Sociology</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>English</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Politics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Marathi</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', '12th standard Question Papers', '', 'draft', 'open', 'open', '', '', '', '', '2020-05-07 04:28:52', '2020-05-07 04:28:52', '', 0, 'https://connectivism.in/?p=2698', 0, 'post', '', 0),
(2699, 1, '2020-05-02 08:59:49', '2020-05-02 08:59:49', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 11]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td><br>[WpProQuiz 11]</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Food : Where Does It Come From ?', '', 'publish', 'open', 'open', '', 'food-where-does-it-come-from', '', '', '2020-05-02 08:59:52', '2020-05-02 08:59:52', '', 0, 'https://connectivism.in/?p=2699', 0, 'post', '', 0),
(2700, 1, '2020-05-02 08:59:49', '2020-05-02 08:59:49', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 11]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td><br>[WpProQuiz 11]</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Food : Where Does It Come From ?', '', 'inherit', 'closed', 'closed', '', '2699-revision-v1', '', '', '2020-05-02 08:59:49', '2020-05-02 08:59:49', '', 2699, 'https://connectivism.in/2699-revision-v1/', 0, 'revision', '', 0),
(2702, 1, '2020-05-02 10:40:29', '2020-05-02 10:40:29', '', 'chair', '', 'inherit', 'open', 'closed', '', 'chair', '', '', '2020-05-02 11:14:09', '2020-05-02 11:14:09', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/chair.jpg', 0, 'attachment', 'image/jpeg', 0),
(2703, 1, '2020-05-02 10:40:30', '2020-05-02 10:40:30', '', 'comb', '', 'inherit', 'open', 'closed', '', 'comb', '', '', '2020-05-02 11:14:26', '2020-05-02 11:14:26', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/comb.jpg', 0, 'attachment', 'image/jpeg', 0),
(2704, 1, '2020-05-02 10:40:31', '2020-05-02 10:40:31', '', 'cup', '', 'inherit', 'open', 'closed', '', 'cup', '', '', '2020-05-02 11:12:36', '2020-05-02 11:12:36', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/cup.jpg', 0, 'attachment', 'image/jpeg', 0),
(2705, 1, '2020-05-02 10:40:31', '2020-05-02 10:40:31', '', 'flowerpot 1', '', 'inherit', 'open', 'closed', '', 'flowerpot-1', '', '', '2020-05-02 11:12:23', '2020-05-02 11:12:23', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/flowerpot-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2706, 1, '2020-05-02 10:40:32', '2020-05-02 10:40:32', '', 'flowerpot 2', '', 'inherit', 'open', 'closed', '', 'flowerpot-2', '', '', '2020-05-02 11:12:03', '2020-05-02 11:12:03', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/flowerpot-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2707, 1, '2020-05-02 10:40:33', '2020-05-02 10:40:33', '', 'glass', '', 'inherit', 'open', 'closed', '', 'glass', '', '', '2020-05-02 11:11:31', '2020-05-02 11:11:31', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/glass.jpg', 0, 'attachment', 'image/jpeg', 0),
(2708, 1, '2020-05-02 10:40:34', '2020-05-02 10:40:34', '', 'key', '', 'inherit', 'open', 'closed', '', 'key', '', '', '2020-05-02 11:11:16', '2020-05-02 11:11:16', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/key.jpg', 0, 'attachment', 'image/jpeg', 0),
(2710, 1, '2020-05-02 10:40:36', '2020-05-02 10:40:36', '', 'needle', '', 'inherit', 'open', 'closed', '', 'needle', '', '', '2020-05-02 11:11:06', '2020-05-02 11:11:06', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/needle.jpg', 0, 'attachment', 'image/jpeg', 0),
(2711, 1, '2020-05-02 10:40:37', '2020-05-02 10:40:37', '', 'plate', '', 'inherit', 'open', 'closed', '', 'plate', '', '', '2020-05-02 11:10:48', '2020-05-02 11:10:48', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/plate.jpg', 0, 'attachment', 'image/jpeg', 0),
(2712, 1, '2020-05-02 10:40:38', '2020-05-02 10:40:38', '', 'pot', '', 'inherit', 'open', 'closed', '', 'pot', '', '', '2020-05-02 11:05:18', '2020-05-02 11:05:18', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/pot.jpg', 0, 'attachment', 'image/jpeg', 0),
(2713, 1, '2020-05-02 10:40:39', '2020-05-02 10:40:39', '', 'rolling pin', '', 'inherit', 'open', 'closed', '', 'rolling-pin', '', '', '2020-05-02 11:04:44', '2020-05-02 11:04:44', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/rolling-pin.jpg', 0, 'attachment', 'image/jpeg', 0),
(2714, 1, '2020-05-02 10:40:40', '2020-05-02 10:40:40', '', 'rolling stand', '', 'inherit', 'open', 'closed', '', 'rolling-stand', '', '', '2020-05-02 11:03:02', '2020-05-02 11:03:02', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/rolling-stand.jpg', 0, 'attachment', 'image/jpeg', 0),
(2715, 1, '2020-05-02 10:40:41', '2020-05-02 10:40:41', '', 'saucer', '', 'inherit', 'open', 'closed', '', 'saucer', '', '', '2020-05-02 11:02:44', '2020-05-02 11:02:44', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/saucer.jpg', 0, 'attachment', 'image/jpeg', 0),
(2716, 1, '2020-05-02 10:40:42', '2020-05-02 10:40:42', '', 'table', '', 'inherit', 'open', 'closed', '', 'table', '', '', '2020-05-02 11:02:32', '2020-05-02 11:02:32', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/table.jpg', 0, 'attachment', 'image/jpeg', 0),
(2717, 1, '2020-05-02 10:40:43', '2020-05-02 10:40:43', '', 'thread', '', 'inherit', 'open', 'closed', '', 'thread', '', '', '2020-05-02 11:02:15', '2020-05-02 11:02:15', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/thread.jpg', 0, 'attachment', 'image/jpeg', 0),
(2719, 1, '2020-05-02 10:40:45', '2020-05-02 10:40:45', '', 'ball', '', 'inherit', 'open', 'closed', '', 'ball', '', '', '2020-05-02 11:00:50', '2020-05-02 11:00:50', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/ball.jpg', 0, 'attachment', 'image/jpeg', 0),
(2720, 1, '2020-05-02 10:40:46', '2020-05-02 10:40:46', '', 'bat', '', 'inherit', 'open', 'closed', '', 'bat', '', '', '2020-05-02 11:01:58', '2020-05-02 11:01:58', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/bat.jpg', 0, 'attachment', 'image/jpeg', 0),
(2721, 1, '2020-05-02 11:08:37', '2020-05-02 11:08:37', '', 'lock', '', 'inherit', 'open', 'closed', '', 'lock', '', '', '2020-05-02 11:09:49', '2020-05-02 11:09:49', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/lock.jpg', 0, 'attachment', 'image/jpeg', 0),
(2722, 1, '2020-05-02 11:50:02', '2020-05-02 11:50:02', '', 'bowl 2', '', 'inherit', 'open', 'closed', '', 'bowl-2', '', '', '2020-05-02 11:50:02', '2020-05-02 11:50:02', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/bowl-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2723, 1, '2020-05-02 12:10:41', '2020-05-02 12:10:41', '', 'mirror 2', '', 'inherit', 'open', 'closed', '', 'mirror-2', '', '', '2020-05-02 12:10:41', '2020-05-02 12:10:41', '', 0, 'https://connectivism.in/wp-content/uploads/2020/05/mirror-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2724, 1, '2020-05-02 17:30:50', '2020-05-02 17:30:50', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 12]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 12]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'More About Computers', '', 'publish', 'open', 'open', '', 'more-about-computers', '', '', '2020-05-02 17:30:53', '2020-05-02 17:30:53', '', 0, 'https://connectivism.in/?p=2724', 0, 'post', '', 0),
(2725, 1, '2020-05-02 17:30:50', '2020-05-02 17:30:50', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 12]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 12]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'More About Computers', '', 'inherit', 'closed', 'closed', '', '2724-revision-v1', '', '', '2020-05-02 17:30:50', '2020-05-02 17:30:50', '', 2724, 'https://connectivism.in/2724-revision-v1/', 0, 'revision', '', 0),
(2726, 1, '2020-05-04 10:17:33', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-05-04 10:17:33', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2726', 0, 'post', '', 0),
(2727, 1, '2020-05-04 10:17:34', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-05-04 10:17:34', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2727', 0, 'post', '', 0),
(2728, 1, '2020-05-04 10:33:24', '2020-05-04 10:33:24', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 13]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td>[WpProQuiz 13]</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'युरोपातील प्रबोधन आणि विज्ञानाचा विकास - 2', '', 'publish', 'open', 'open', '', 'enlightenment-in-europe-part-2', '', '', '2020-05-04 10:43:13', '2020-05-04 10:43:13', '', 0, 'https://connectivism.in/?p=2728', 0, 'post', '', 1),
(2729, 1, '2020-05-04 10:33:24', '2020-05-04 10:33:24', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 13]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td>[WpProQuiz 13]</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'युरोपातील प्रबोधन आणि विज्ञानाचा विकास - 2', '', 'inherit', 'closed', 'closed', '', '2728-revision-v1', '', '', '2020-05-04 10:33:24', '2020-05-04 10:33:24', '', 2728, 'https://connectivism.in/2728-revision-v1/', 0, 'revision', '', 0),
(2731, 1, '2020-05-05 03:11:28', '2020-05-05 03:11:28', 'Find us now..\n<p style=\"text-align: center;\"><strong>location:</strong> Maharashtra,India</p>\n<p style=\"text-align: center;\"><strong>Email: </strong>ladsunil1981@gmail.com</p>\n<p style=\"text-align: center;\"><strong>Mobile: </strong>8421705211</p>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '2055-revision-v1', '', '', '2020-05-05 03:11:28', '2020-05-05 03:11:28', '', 2055, 'https://connectivism.in/2055-revision-v1/', 0, 'revision', '', 0),
(2732, 1, '2020-05-05 04:39:16', '2020-05-05 04:39:16', 'कोणतीही व्यक्ती एकटी सर्व ज्ञान मिळवू शकत नाही. कोणालाही सर्वच भौगोलिक क्षेत्रात प्रत्यक्ष फिरणे शक्य नाही. यासाठी Connectivism theory (जुळणीवाद प्रणाली) चा वापर केल्यास त्या-त्या ठिकाणचे नेटवर्कमधील संबंधित व्यक्ती उदाहरणार्थ शिक्षक, विद्यार्थी व पालक हे विशिष्ट घटकाशी संबंधित माहिती, फोटो, व्हिडीओ शेअर करतील. त्यामुळे कमी वेळात योग्य माहिती मिळून विशिष्ट घटक विद्यार्थ्यांना समजावून देता येईल. यासाठीच connectivism.in या वेबसाईटच्या माध्यमातून विद्यार्थ्यांना अद्ययावत व परिपूर्ण शिक्षण देण्याच्या उद्देशाने आम्ही कार्य करत आहोत.\n\nजॉर्ज सायमन आणि स्टीफन डाउन्स यांनी आधुनिक युगासाठी connectivism (जुळणीवाद) हा नवीन शिक्षण सिध्दांत विकसित केला आहे. या सिद्धांताचा वापर करून वेगवेगळ्या शाळांतील शिक्षक, विद्यार्थी, पालक व इतर संबंधित व्यक्ती एकमेकांना इंटरनेटद्वारे जोडून त्यांच्या ज्ञानाचा सर्व विद्यार्थ्यांना उपयोग करून देण्याचा आमचा उद्देश आहे.\n\nमुलांना वर्गाच्या साचेबद्द चौकटीतून मोकळे करून, त्यांच्या विचारांवर मर्यादा घालणाऱ्या पारंपरिक मानसिक बंधनातून त्यांना सोडवण्याची गरज आहे. तरच शिक्षणाचा खरा अर्थ आणि हेतू साध्य होईल. सततच्या बदलणाऱ्या माहितीमुळे जे आज बरोबर आहे ते उद्या चूकीचे असू शकते. अशा परिस्थितीत Connectivism theory (जुळणीवाद प्रणाली) मुळे अचूक व अद्ययावत ज्ञान विद्यार्थ्यांना मिळू शकेल. विद्यार्थी स्वयं अध्ययनाने ज्ञान मिळवतील व स्वतःच्या ज्ञानकक्षा रूंदावतील.', 'About Us', '', 'inherit', 'closed', 'closed', '', '1774-revision-v1', '', '', '2020-05-05 04:39:16', '2020-05-05 04:39:16', '', 1774, 'https://connectivism.in/1774-revision-v1/', 0, 'revision', '', 0),
(2733, 1, '2020-05-05 05:41:23', '2020-05-05 05:41:23', '<!-- wp:paragraph -->\n<p><strong>Connectivism.in &nbsp;takes your privacy seriously.</strong><br><br>The information about you stored, used and shared is very important. We do our best to keep your trust by using the information about you carefully and sensibly. This privacy notice explains our privacy policy. By visiting connectivism.in, you are accepting this privacy policy and our Terms &amp; Conditions.<br><br>If you have any questions about this Privacy Policy, please feel free to&nbsp;<strong><a href=\"http://studyvillage.com/general/Contactus.aspx\" target=\"_blank\" rel=\"noreferrer noopener\">contact</a> us</strong>.<br><br><strong>How do we use the information we gather?</strong><br><br>we publish almost all information we gather in this site. We do not share or sell your personal information to any third parties . But all personal information you submit as part of your public profile will be publicly accessible in our site, except the email address. We try not to publish your email address to avoid spam, but it is possible that in certain cases your email address may be exposed to public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>What kind of information we gather?</strong><br><br>We store any information you submit to our site. If you prefer not to publish any information, you may not submit it in the site.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>General visitor information</strong><br><br>For statistical purposes, we gather and store general visitor information like IP Address, Browser version, Visiting time, Duration etc. We may share such information with third parties or publish in our site for marketing purposes.<br><br><strong>Cookies</strong><br><br>Cookies are small pieces of information stored in your computer. When you login to connectivism.in, we store small cookies in your computer, to provide a better browsing experience for you.<br>We use third-party advertising companies to serve ads when you visit<br>our website. These companies may use non personal info about your visits to<br>this and other websites in order to provide advertisements about goods<br>and services of interest to you.<br><br><strong>Advertisements</strong><br><br>We use advertisements from third party companies. We try to avoid any kind of offensive and harmful advertisements in our site, but in many cases we do not have complete control of which advertisements appear in our site, due to the fact that many advertisements are automatically served by third party advertisers. We will not be responsible for any harms caused by such third party advertisements served in our site. However, if such issues are pointed to our notice, we will make all attempts to stop publishing such advertisements in our site.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Comments</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Media</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Embedded content from other websites</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2020-05-05 05:41:23', '2020-05-05 05:41:23', '', 3, 'https://connectivism.in/3-revision-v1/', 0, 'revision', '', 0),
(2735, 1, '2020-05-05 07:38:02', '2020-05-05 07:38:02', '<!-- wp:heading -->\n<h2><strong><strong>Introduction</strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Website Standard Terms and Conditions written on this webpage shall manage your use of our website, www.connectivism.in accessible at www.connectivism.in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These Terms will be applied fully and affect to your use of this Website. By using this Website, you agreed to accept all terms and conditions written in here. You must not use this Website if you disagree with any of these Website Standard Terms and Conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Intellectual Property Rights</h2>\n<!-- /wp:heading -->\n\n<p>Other than the content you own, under these Terms, www.connectivism.in and/or its licensors own all the intellectual property rights and materials contained in this Website.</p>\n<p>You are granted limited license only for purposes of viewing the material contained on this Website.</p>\n<p> </p>\n\n<!-- wp:heading -->\n<h2>Restrictions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You are specifically restricted from all of the following:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>publishing any Website material in any other media;</li><li>selling, sublicensing and/or otherwise commercializing any Website material;</li><li>publicly performing and/or showing any Website material;</li><li>using this Website in any way that is or may be damaging to this Website;</li><li>using this Website in any way that impacts user access to this Website;</li><li>using this Website contrary to applicable laws and regulations, or in any way may cause harm to the Website, or to any person or business entity;</li><li>engaging in any data mining, data harvesting, data extracting or any other similar activity in relation to this Website;</li><li>using this Website to engage in any advertising or marketing.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Certain areas of this Website are restricted from being access by you and www.connectivism.in may further restrict access by you to any areas of this Website, at any time, in absolute discretion. Any user ID and password you may have for this Website are confidential and you must maintain confidentiality as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Your Content</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In these Website Standard Terms and Conditions, \"Your Content\" shall mean any audio, video text, images or other material you choose to display on this Website. By displaying Your Content, you grant www.connectivism.in a non-exclusive, worldwide irrevocable, sub licensable license to use, reproduce, adapt, publish, translate and distribute it in any and all media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your Content must be your own and must not be invading any third-party’s rights. www.connectivism.in reserves the right to remove any of Your Content from this Website at any time without notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Your Privacy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Please read Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>No warranties</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This Website is provided \"as is,\" with all faults, and www.connectivism.in express no representations or warranties, of any kind related to this Website or the materials contained on this Website. Also, nothing contained on this Website shall be interpreted as advising you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Limitation of liability</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In no event shall www.connectivism.in, nor any of its officers, directors and employees, shall be held liable for anything arising out of or in any way connected with your use of this Website whether such liability is under contract.  www.connectivism.in, including its officers, directors and employees shall not be held liable for any indirect, consequential or special liability arising out of or in any way related to your use of this Website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Indemnification</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You hereby indemnify to the fullest extent www.connectivism.in from and against any and/or all liabilities, costs, demands, causes of action, damages and expenses arising in any way related to your breach of any of the provisions of these Terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Severability</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If any provision of these Terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Variation of Terms</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>www.connectivism.in is permitted to revise these Terms at any time as it sees fit, and by using this Website you are expected to review these Terms on a regular basis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Assignment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The www.connectivism.in is allowed to assign, transfer, and subcontract its rights and/or obligations under these Terms without any notification. However, you are not allowed to assign, transfer, or subcontract any of your rights and/or obligations under these Terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Entire Agreement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms constitute the entire agreement between www.connectivism.in and you in relation to your use of this Website, and supersede all prior agreements and understandings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Governing Law &amp; Jurisdiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms will be governed by and interpreted in accordance with the laws of the State of in, and you submit to the non-exclusive jurisdiction of the state and federal courts located in in for the resolution of any disputes.</p>\n<!-- /wp:paragraph -->', 'Terms and Conditions', '', 'inherit', 'closed', 'closed', '', '2053-revision-v1', '', '', '2020-05-05 07:38:02', '2020-05-05 07:38:02', '', 2053, 'https://connectivism.in/2053-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpqe_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
(2737, 1, '2020-05-05 09:11:48', '2020-05-05 09:11:48', '<!-- wp:paragraph -->\n<p><strong>Privacy Policy for www.connectivism.in</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At www.connectivism.in, accessible from www.connectivism.in, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by www.connectivism.in and how we use it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in www.connectivism.in. This policy is not applicable to any information collected offline or via channels other than this website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Consent</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Information we collect</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will be made clear to you at the point we ask you to provide your personal information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you contact us directly, we may receive additional information about you such as your name, email address, phone number, the contents of the message and/or attachments you may send us, and any other information you may choose to provide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you register for an Account, we may ask for your contact information, including items such as name, company name, address, email address, and telephone number.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>How we use your information</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We use the information we collect in various ways, including to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Provide, operate, and maintain our webste</li><li>Improve, personalize, and expand our webste</li><li>Understand and analyze how you use our webste</li><li>Develop new products, services, features, and functionality</li><li>Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the webste, and for marketing and promotional purposes</li><li>Send you emails</li><li>Find and prevent fraud</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Log Files</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>www.connectivism.in follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this and a part of hosting services\' analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked to any information that is personally identifiable. The purpose of the information is for analyzing trends, administering the site, tracking users\' movement on the website, and gathering demographic information. Our Privacy Policy was created with the help of the &lt;a href=\"https://www.privacypolicygenerator.info\">Privacy Policy Generator&lt;/a> and the &lt;a href=\"https://www.disclaimergenerator.org/\">Disclaimer Generator&lt;/a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cookies and Web Beacons</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Like any other website, www.connectivism.in uses \'cookies\'. These cookies are used to store information including visitors\' preferences, and the pages on the website that the visitor accessed or visited. The information is used to optimize the users\' experience by customizing our web page content based on visitors\' browser type and/or other information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more general information on cookies, please read &lt;a href=\"https://www.cookieconsent.com/what-are-cookies/\">\"What Are Cookies\"&lt;/a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Google DoubleClick DART Cookie</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Google is one of a third-party vendor on our site. It also uses cookies, known as DART cookies, to serve ads to our site visitors based upon their visit to www.website.com and other sites on the internet. However, visitors may choose to decline the use of DART cookies by visiting the Google ad and content network Privacy Policy at the following URL – &lt;a href=\"https://policies.google.com/technologies/ads\">https://policies.google.com/technologies/ads&lt;/a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Our Advertising Partners</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Some of advertisers on our site may use cookies and web beacons. Our advertising partners are listed below. Each of our advertising partners has their own Privacy Policy for their policies on user data. For easier access, we hyperlinked to their Privacy Policies below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Google</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>>&lt;a href=\"https://policies.google.com/technologies/ads\">https://policies.google.com/technologies/ads&lt;/a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Advertising Partners Privacy Policies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You may consult this list to find the Privacy Policy for each of the advertising partners of www.connectivism.in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are used in their respective advertisements and links that appear on www.connectivism.in, which are sent directly to users\' browser. They automatically receive your IP address when this occurs. These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Note that www.connectivism.in has no access to or control over these cookies that are used by third-party advertisers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Third Party Privacy Policies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>www.connectivism.in\'s Privacy Policy does not apply to other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more detailed information. It may include their practices and instructions about how to opt-out of certain options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can choose to disable cookies through your individual browser options. To know more detailed information about cookie management with specific web browsers, it can be found at the browsers\' respective websites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>CCPA Privacy Rights (Do Not Sell My Personal Information)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Under the CCPA, among other rights, California consumers have the right to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Request that a business that collects a consumer\'s personal data disclose the categories and specific pieces of personal data that a business has collected about consumers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Request that a business delete any personal data about the consumer that a business has collected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Request that a business that sells a consumer\'s personal data, not sell the consumer\'s personal data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>GDPR Data Protection Rights</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to access – You have the right to request copies of your personal data. We may charge you a small fee for this service.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to rectification – You have the right to request that we correct any information you believe is inaccurate. You also have the right to request that we complete the information you believe is incomplete.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to erasure – You have the right to request that we erase your personal data, under certain conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to restrict processing – You have the right to request that we restrict the processing of your personal data, under certain conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to object to processing – You have the right to object to our processing of your personal data, under certain conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The right to data portability – You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Children\'s Information</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Another part of our priority is adding protection for children while using the internet. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>www.connectivism.in does not knowingly collect any Personal Identifiable Information from children under the age of 13. If you think that your child provided this kind of information on our website, we strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such information from our records.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Comments</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Media</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Embedded content from other websites</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '3-revision-v1', '', '', '2020-05-05 09:11:48', '2020-05-05 09:11:48', '', 3, 'https://connectivism.in/3-revision-v1/', 0, 'revision', '', 0),
(2739, 1, '2020-05-05 09:16:57', '2020-05-05 09:16:57', '<!-- wp:heading -->\n<h2><strong><strong>Introduction</strong></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Website Standard Terms and Conditions written on this webpage shall manage your use of our website, www.connectivism.in accessible at www.connectivism.in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These Terms will be applied fully and affect to your use of this Website. By using this Website, you agreed to accept all terms and conditions written in here. You must not use this Website if you disagree with any of these Website Standard Terms and Conditions. These Terms and Conditions have been generated with the help of the &lt;a href=\"https://www.termsandcondiitionssample.com\">Terms And Conditions Template&lt;/a> and the &lt;a href=\"https://www.terms-conditions-generator.com\">Terms and Conditions Generator&lt;/a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minors or people below 18 years old are not allowed to use this Website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Intellectual Property Rights</h2>\n<!-- /wp:heading -->\n\n<p>Other than the content you own, under these Terms, www.connectivism.in and/or its licensors own all the intellectual property rights and materials contained in this Website.</p>\n<p>You are granted limited license only for purposes of viewing the material contained on this Website.</p>\n<p></p>\n\n<!-- wp:heading -->\n<h2>Restrictions</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You are specifically restricted from all of the following:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>publishing any Website material in any other media;</li><li>selling, sublicensing and/or otherwise commercializing any Website material;</li><li>publicly performing and/or showing any Website material;</li><li>using this Website in any way that is or may be damaging to this Website;</li><li>using this Website in any way that impacts user access to this Website;</li><li>using this Website contrary to applicable laws and regulations, or in any way may cause harm to the Website, or to any person or business entity;</li><li>engaging in any data mining, data harvesting, data extracting or any other similar activity in relation to this Website;</li><li>using this Website to engage in any advertising or marketing.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Certain areas of this Website are restricted from being access by you and www.connectivism.in may further restrict access by you to any areas of this Website, at any time, in absolute discretion. Any user ID and password you may have for this Website are confidential and you must maintain confidentiality as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Your Content</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In these Website Standard Terms and Conditions, \"Your Content\" shall mean any audio, video text, images or other material you choose to display on this Website. By displaying Your Content, you grant www.connectivism.in a non-exclusive, worldwide irrevocable, sub licensable license to use, reproduce, adapt, publish, translate and distribute it in any and all media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your Content must be your own and must not be invading any third-party’s rights. www.connectivism.in reserves the right to remove any of Your Content from this Website at any time without notice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Your Privacy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Please read Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>No warranties</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This Website is provided \"as is,\" with all faults, and www.connectivism.in express no representations or warranties, of any kind related to this Website or the materials contained on this Website. Also, nothing contained on this Website shall be interpreted as advising you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Limitation of liability</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In no event shall www.connectivism.in, nor any of its officers, directors and employees, shall be held liable for anything arising out of or in any way connected with your use of this Website whether such liability is under contract. &nbsp;www.connectivism.in, including its officers, directors and employees shall not be held liable for any indirect, consequential or special liability arising out of or in any way related to your use of this Website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Indemnification</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You hereby indemnify to the fullest extent www.connectivism.in from and against any and/or all liabilities, costs, demands, causes of action, damages and expenses arising in any way related to your breach of any of the provisions of these Terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Severability</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If any provision of these Terms is found to be invalid under any applicable law, such provisions shall be deleted without affecting the remaining provisions herein.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Variation of Terms</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>www.connectivism.in is permitted to revise these Terms at any time as it sees fit, and by using this Website you are expected to review these Terms on a regular basis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Assignment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The www.connectivism.in is allowed to assign, transfer, and subcontract its rights and/or obligations under these Terms without any notification. However, you are not allowed to assign, transfer, or subcontract any of your rights and/or obligations under these Terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Entire Agreement</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms constitute the entire agreement between www.connectivism.in and you in relation to your use of this Website, and supersede all prior agreements and understandings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Governing Law &amp; Jurisdiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>These Terms will be governed by and interpreted in accordance with the laws of the State of in, and you submit to the non-exclusive jurisdiction of the state and federal courts located in in for the resolution of any disputes.</p>\n<!-- /wp:paragraph -->', 'Terms and Conditions', '', 'inherit', 'closed', 'closed', '', '2053-revision-v1', '', '', '2020-05-05 09:16:57', '2020-05-05 09:16:57', '', 2053, 'https://connectivism.in/2053-revision-v1/', 0, 'revision', '', 0),
(2740, 1, '2020-05-05 09:21:46', '2020-05-05 09:21:46', '<!-- wp:paragraph -->\n<p><strong>Disclaimer for www.connectivism.in</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you require any more information or have any questions about our site\'s disclaimer, please feel free to contact us by email at ladsunil1981@gmail.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Disclaimers for www.connectivism.in</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All the information on this website - www.connectivism.in - is published in good faith and for general information purpose only. www.connectivism.in does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this website (www.connectivism.in), is strictly at your own risk. www.connectivism.in will not be liable for any losses and/or damages in connection with the use of our website. Our Disclaimer was generated with the help of the &lt;a href=\"https://www.disclaimergenerator.net/\">Disclaimer Generator&lt;/a> and the &lt;a href=\"https://www.disclaimer-generator.com\">Disclaimer Generator&lt;/a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From our website, you can visit other websites by following hyperlinks to such external sites. While we strive to provide only quality links to useful and ethical websites, we have no control over the content and nature of these sites. These links to other websites do not imply a recommendation for all the content found on these sites. Site owners and content may change without notice and may occur before we have the opportunity to remove a link which may have gone \'bad\'</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please be also aware that when you leave our website, other sites may have different privacy policies and terms which are beyond our control. Please be sure to check the Privacy Policies of these sites as well as their \"Terms of Service\" before engaging in any business or uploading any information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Consent</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>By using our website, you hereby consent to our disclaimer and agree to its terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Update</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Should we update, amend or make any changes to this document, those changes will be prominently posted here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Disclaimer', '', 'publish', 'closed', 'closed', '', 'disclaimer', '', '', '2020-05-05 09:21:47', '2020-05-05 09:21:47', '', 0, 'https://connectivism.in/?page_id=2740', 0, 'page', '', 0),
(2741, 1, '2020-05-05 09:21:46', '2020-05-05 09:21:46', '<!-- wp:paragraph -->\n<p><strong>Disclaimer for www.connectivism.in</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you require any more information or have any questions about our site\'s disclaimer, please feel free to contact us by email at ladsunil1981@gmail.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Disclaimers for www.connectivism.in</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All the information on this website - www.connectivism.in - is published in good faith and for general information purpose only. www.connectivism.in does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this website (www.connectivism.in), is strictly at your own risk. www.connectivism.in will not be liable for any losses and/or damages in connection with the use of our website. Our Disclaimer was generated with the help of the &lt;a href=\"https://www.disclaimergenerator.net/\">Disclaimer Generator&lt;/a> and the &lt;a href=\"https://www.disclaimer-generator.com\">Disclaimer Generator&lt;/a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From our website, you can visit other websites by following hyperlinks to such external sites. While we strive to provide only quality links to useful and ethical websites, we have no control over the content and nature of these sites. These links to other websites do not imply a recommendation for all the content found on these sites. Site owners and content may change without notice and may occur before we have the opportunity to remove a link which may have gone \'bad\'</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please be also aware that when you leave our website, other sites may have different privacy policies and terms which are beyond our control. Please be sure to check the Privacy Policies of these sites as well as their \"Terms of Service\" before engaging in any business or uploading any information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Consent</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>By using our website, you hereby consent to our disclaimer and agree to its terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Update</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Should we update, amend or make any changes to this document, those changes will be prominently posted here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Disclaimer', '', 'inherit', 'closed', 'closed', '', '2740-revision-v1', '', '', '2020-05-05 09:21:46', '2020-05-05 09:21:46', '', 2740, 'https://connectivism.in/2740-revision-v1/', 0, 'revision', '', 0),
(2742, 1, '2020-05-05 09:37:00', '2020-05-05 09:37:00', 'Find us now..\n<p style=\"text-align: center;\"><strong>location: Palus, tal - Palus, Dist - Sangli,</strong></p>\n<p style=\"text-align: center;\">Maharashtra, India</p>\n<p style=\"text-align: center;\"><strong>Email: </strong>ladsunil1981@gmail.com</p>\n<p style=\"text-align: center;\"><strong>Mobile: </strong>8421705211</p>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '2055-revision-v1', '', '', '2020-05-05 09:37:00', '2020-05-05 09:37:00', '', 2055, 'https://connectivism.in/2055-revision-v1/', 0, 'revision', '', 0),
(2743, 1, '2020-05-05 16:51:49', '2020-05-05 16:51:49', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 14]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 14]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Our Earth And Our Solar System', '', 'publish', 'open', 'open', '', 'our-earth-and-our-solar-system', '', '', '2020-05-05 17:21:56', '2020-05-05 17:21:56', '', 0, 'https://connectivism.in/?p=2743', 0, 'post', '', 0),
(2744, 1, '2020-05-05 16:51:49', '2020-05-05 16:51:49', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 14]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[WpProQuiz 14]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Our Earth And Our Solar System', '', 'inherit', 'closed', 'closed', '', '2743-revision-v1', '', '', '2020-05-05 16:51:49', '2020-05-05 16:51:49', '', 2743, 'https://connectivism.in/2743-revision-v1/', 0, 'revision', '', 0),
(2748, 1, '2020-05-06 09:51:33', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-05-06 09:51:33', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2748', 0, 'post', '', 0),
(2749, 1, '2020-05-06 10:02:48', '2020-05-06 10:02:48', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 15]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td>[WpProQuiz 15]</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'संख्यामाला - 1', '', 'publish', 'open', 'open', '', 'number-series-1', '', '', '2020-05-06 18:33:28', '2020-05-06 18:33:28', '', 0, 'https://connectivism.in/?p=2749', 0, 'post', '', 0),
(2750, 1, '2020-05-06 10:02:48', '2020-05-06 10:02:48', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 15]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td>[WpProQuiz 15</td></tr></tbody></table></figure>\n<!-- /wp:table -->', 'संख्यामाला - 1', '', 'inherit', 'closed', 'closed', '', '2749-revision-v1', '', '', '2020-05-06 10:02:48', '2020-05-06 10:02:48', '', 2749, 'https://connectivism.in/2749-revision-v1/', 0, 'revision', '', 0),
(2751, 1, '2020-05-06 10:10:12', '2020-05-06 10:10:12', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 15]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td>[WpProQuiz 15]</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'संख्यामाला - 1', '', 'inherit', 'closed', 'closed', '', '2749-revision-v1', '', '', '2020-05-06 10:10:12', '2020-05-06 10:10:12', '', 2749, 'https://connectivism.in/2749-revision-v1/', 0, 'revision', '', 0),
(2752, 1, '2020-05-06 15:26:57', '2020-05-06 15:26:57', ' ', '', '', 'publish', 'closed', 'closed', '', '2752', '', '', '2020-05-06 15:26:57', '2020-05-06 15:26:57', '', 0, 'https://connectivism.in/?p=2752', 2, 'nav_menu_item', '', 0),
(2753, 1, '2020-05-06 15:26:57', '2020-05-06 15:26:57', ' ', '', '', 'publish', 'closed', 'closed', '', '2753', '', '', '2020-05-06 15:26:57', '2020-05-06 15:26:57', '', 0, 'https://connectivism.in/?p=2753', 3, 'nav_menu_item', '', 0),
(2754, 1, '2020-05-06 15:26:57', '2020-05-06 15:26:57', ' ', '', '', 'publish', 'closed', 'closed', '', '2754', '', '', '2020-05-06 15:26:57', '2020-05-06 15:26:57', '', 0, 'https://connectivism.in/?p=2754', 4, 'nav_menu_item', '', 0),
(2755, 1, '2020-05-06 15:26:57', '2020-05-06 15:26:57', ' ', '', '', 'publish', 'closed', 'closed', '', '2755', '', '', '2020-05-06 15:26:57', '2020-05-06 15:26:57', '', 0, 'https://connectivism.in/?p=2755', 5, 'nav_menu_item', '', 0),
(2756, 1, '2020-05-06 15:26:57', '2020-05-06 15:26:57', ' ', '', '', 'publish', 'closed', 'closed', '', '2756', '', '', '2020-05-06 15:26:57', '2020-05-06 15:26:57', '', 0, 'https://connectivism.in/?p=2756', 6, 'nav_menu_item', '', 0),
(2757, 1, '2020-05-06 15:26:58', '2020-05-06 15:26:58', ' ', '', '', 'publish', 'closed', 'closed', '', '2757', '', '', '2020-05-06 15:26:58', '2020-05-06 15:26:58', '', 0, 'https://connectivism.in/?p=2757', 7, 'nav_menu_item', '', 0),
(2758, 1, '2020-05-06 15:26:58', '2020-05-06 15:26:58', ' ', '', '', 'publish', 'closed', 'closed', '', '2758', '', '', '2020-05-06 15:26:58', '2020-05-06 15:26:58', '', 0, 'https://connectivism.in/?p=2758', 8, 'nav_menu_item', '', 0),
(2759, 1, '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 'Nursary', '', 'publish', 'closed', 'closed', '', 'nursary-2', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2759', 5, 'nav_menu_item', '', 0),
(2760, 1, '2020-05-06 18:31:00', '2020-05-06 18:31:00', '<!-- wp:core-embed/youtube /-->', 'संख्यामाला भाग 1', '', 'trash', 'open', 'open', '', '__trashed-5', '', '', '2020-05-06 18:31:00', '2020-05-06 18:31:00', '', 0, 'https://connectivism.in/?p=2760', 0, 'post', '', 0),
(2761, 1, '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 'Junior KG', '', 'publish', 'closed', 'closed', '', 'junior-kg-2', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2761', 6, 'nav_menu_item', '', 0),
(2762, 1, '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 'Senior KG', '', 'publish', 'closed', 'closed', '', 'senior-kg-2', '', '', '2020-05-06 18:12:37', '2020-05-06 18:12:37', '', 0, 'https://connectivism.in/?p=2762', 7, 'nav_menu_item', '', 0),
(2763, 1, '2020-05-06 18:28:35', '2020-05-06 18:28:35', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=ZaxHAEF57Jc\\u0026t=10s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=ZaxHAEF57Jc&amp;t=10s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'संख्यामाला भाग 1', '', 'publish', 'open', 'open', '', 'number-series', '', '', '2020-05-06 18:30:19', '2020-05-06 18:30:19', '', 0, 'https://connectivism.in/?p=2763', 0, 'post', '', 0),
(2764, 1, '2020-05-06 18:23:37', '2020-05-06 18:23:37', '<iframe title=\"संख्यामाला भाग 1\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/ZaxHAEF57Jc?start=10&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'c8824b5e29674522a705174c1e65797b', '', '', '2020-05-06 18:23:37', '2020-05-06 18:23:37', '', 0, 'https://connectivism.in/c8824b5e29674522a705174c1e65797b/', 0, 'oembed_cache', '', 0),
(2765, 1, '2020-05-06 18:28:35', '2020-05-06 18:28:35', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=ZaxHAEF57Jc\\u0026t=10s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=ZaxHAEF57Jc&amp;t=10s\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'संख्यामाला भाग 1', '', 'inherit', 'closed', 'closed', '', '2763-revision-v1', '', '', '2020-05-06 18:28:35', '2020-05-06 18:28:35', '', 2763, 'https://connectivism.in/2763-revision-v1/', 0, 'revision', '', 0),
(2766, 1, '2020-05-06 18:30:07', '2020-05-06 18:30:07', '', '20200506_233917', '', 'inherit', 'open', 'closed', '', '20200506_233917', '', '', '2020-05-06 18:30:07', '2020-05-06 18:30:07', '', 2763, 'https://connectivism.in/wp-content/uploads/2020/05/20200506_233917.jpg', 0, 'attachment', 'image/jpeg', 0),
(2767, 1, '2020-05-06 18:31:00', '2020-05-06 18:31:00', '<!-- wp:core-embed/youtube /-->', 'संख्यामाला भाग 1', '', 'inherit', 'closed', 'closed', '', '2760-revision-v1', '', '', '2020-05-06 18:31:00', '2020-05-06 18:31:00', '', 2760, 'https://connectivism.in/2760-revision-v1/', 0, 'revision', '', 0),
(2768, 1, '2020-05-06 18:33:12', '2020-05-06 18:33:12', '', '20200506_234018', '', 'inherit', 'open', 'closed', '', '20200506_234018', '', '', '2020-05-06 18:33:12', '2020-05-06 18:33:12', '', 2749, 'https://connectivism.in/wp-content/uploads/2020/05/20200506_234018.jpg', 0, 'attachment', 'image/jpeg', 0),
(2769, 1, '2020-05-07 04:01:17', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-05-07 04:01:17', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2769', 0, 'post', '', 0),
(2770, 1, '2020-05-07 04:22:01', '2020-05-07 04:22:01', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>History</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Economics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Hindi</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Geography</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Sociology</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>English</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Politics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Marathi</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', '12th standard', '', 'inherit', 'closed', 'closed', '', '2698-revision-v1', '', '', '2020-05-07 04:22:01', '2020-05-07 04:22:01', '', 2698, 'https://connectivism.in/2698-revision-v1/', 0, 'revision', '', 0),
(2771, 1, '2020-05-07 04:24:34', '2020-05-07 04:24:34', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>History</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Economics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Hindi</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Geography</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Sociology</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>English</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Politics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Marathi</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', '12th standard Question Papers', '', 'inherit', 'closed', 'closed', '', '2698-revision-v1', '', '', '2020-05-07 04:24:34', '2020-05-07 04:24:34', '', 2698, 'https://connectivism.in/2698-revision-v1/', 0, 'revision', '', 0),
(2772, 1, '2020-05-07 04:28:51', '2020-05-07 04:28:51', '<!-- wp:paragraph -->\n<p>खालीलपैकी विषय निवडा</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>History</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Economics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Hindi</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Geography</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Sociology</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>English</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Politics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Marathi</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', '12th standard Question Papers', '', 'inherit', 'closed', 'closed', '', '2698-revision-v1', '', '', '2020-05-07 04:28:51', '2020-05-07 04:28:51', '', 2698, 'https://connectivism.in/2698-revision-v1/', 0, 'revision', '', 0),
(2773, 1, '2020-05-07 05:00:09', '0000-00-00 00:00:00', '<!-- wp:paragraph -->\n<p>खालीलपैकी विषय निवडा</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>History</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Economics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Hindi</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Geography</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Sociology</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>English</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Politics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Marathi</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', '12th Standard Videos', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-05-07 05:00:09', '2020-05-07 05:00:09', '', 0, 'https://connectivism.in/?page_id=2773', 0, 'page', '', 0),
(2774, 1, '2020-05-07 04:40:47', '2020-05-07 04:40:47', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"></div>\n<!-- /wp:columns -->', 'Untitled Reusable Block', '', 'publish', 'closed', 'closed', '', 'untitled-reusable-block', '', '', '2020-05-07 04:40:47', '2020-05-07 04:40:47', '', 0, 'https://connectivism.in/untitled-reusable-block/', 0, 'wp_block', '', 0),
(2775, 1, '2020-05-07 05:00:08', '2020-05-07 05:00:08', '<!-- wp:paragraph -->\n<p>खालीलपैकी विषय निवडा</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>History</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Economics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Hindi</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Geography</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Sociology</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>English</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2>Politics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Marathi</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', '12th Standard Videos', '', 'inherit', 'closed', 'closed', '', '2773-revision-v1', '', '', '2020-05-07 05:00:08', '2020-05-07 05:00:08', '', 2773, 'https://connectivism.in/2773-revision-v1/', 0, 'revision', '', 0),
(2776, 1, '2020-05-08 02:13:28', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-05-08 02:13:28', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2776', 0, 'post', '', 0),
(2777, 1, '2020-05-08 02:16:14', '2020-05-08 02:16:14', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 16]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td>[WpProQuiz 16]</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'लोकसंख्या - 1', '', 'publish', 'open', 'open', '', 'population-1', '', '', '2020-05-08 03:14:18', '2020-05-08 03:14:18', '', 0, 'https://connectivism.in/?p=2777', 0, 'post', '', 0),
(2778, 1, '2020-05-08 02:16:14', '2020-05-08 02:16:14', '<!-- wp:paragraph -->\n<p>[WpProQuiz_toplist 16]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table><tbody><tr><td>[WpProQuiz 16]</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'लोकसंख्या - 1', '', 'inherit', 'closed', 'closed', '', '2777-revision-v1', '', '', '2020-05-08 02:16:14', '2020-05-08 02:16:14', '', 2777, 'https://connectivism.in/2777-revision-v1/', 0, 'revision', '', 0),
(2779, 1, '2020-05-08 03:08:27', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-05-08 03:08:27', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2779', 0, 'post', '', 0),
(2780, 1, '2020-05-08 03:10:40', '2020-05-08 03:10:40', '', '20200508_083538', '', 'inherit', 'open', 'closed', '', '20200508_083538', '', '', '2020-05-08 03:10:40', '2020-05-08 03:10:40', '', 2777, 'https://connectivism.in/wp-content/uploads/2020/05/20200508_083538.jpg', 0, 'attachment', 'image/jpeg', 0),
(2783, 1, '2020-05-08 15:51:03', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-05-08 15:51:03', '0000-00-00 00:00:00', '', 0, 'https://connectivism.in/?p=2783', 0, 'post', '', 0);

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

--
-- Table structure for table `wpqe_termmeta`
--

CREATE TABLE `wpqe_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_terms`
--

CREATE TABLE `wpqe_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_terms`
--

INSERT INTO `wpqe_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'exclude-from-search', 'exclude-from-search', 0),
(7, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(8, 'featured', 'featured', 0),
(9, 'outofstock', 'outofstock', 0),
(10, 'rated-1', 'rated-1', 0),
(11, 'rated-2', 'rated-2', 0),
(12, 'rated-3', 'rated-3', 0),
(13, 'rated-4', 'rated-4', 0),
(14, 'rated-5', 'rated-5', 0),
(15, 'Uncategorized', 'uncategorized', 0),
(81, '8BIT', '8bit', 0),
(82, 'alignment', 'alignment-2', 0),
(83, 'Articles', 'articles', 0),
(84, 'aside', 'aside', 0),
(85, 'audio', 'audio', 0),
(86, 'captions', 'captions-2', 0),
(87, 'categories', 'categories', 0),
(88, 'chat', 'chat', 0),
(89, 'chattels', 'chattels', 0),
(90, 'cienaga', 'cienaga', 0),
(91, 'claycold', 'claycold', 0),
(92, 'Codex', 'codex', 0),
(93, 'comments', 'comments-2', 0),
(94, 'content', 'content-2', 0),
(95, 'crushing', 'crushing', 0),
(96, 'css', 'css', 0),
(97, 'depo', 'depo', 0),
(98, 'dinarchy', 'dinarchy', 0),
(99, 'doolie', 'doolie', 0),
(100, 'dowork', 'dowork', 0),
(101, 'edge case', 'edge-case', 0),
(102, 'embeds', 'embeds-2', 0),
(103, 'energumen', 'energumen', 0),
(104, 'ephialtes', 'ephialtes', 0),
(105, 'eudiometer', 'eudiometer', 0),
(106, 'excerpt', 'excerpt-2', 0),
(107, 'Fail', 'fail', 0),
(108, 'featured image', 'featured-image', 0),
(109, 'figuriste', 'figuriste', 0),
(110, 'filler', 'filler', 0),
(111, 'formatting', 'formatting-2', 0),
(112, 'FTW', 'ftw', 0),
(113, 'Fun', 'fun', 0),
(114, 'gallery', 'gallery', 0),
(115, 'goes here', 'goes-here', 0),
(116, 'habergeon', 'habergeon', 0),
(117, 'hapless', 'hapless', 0),
(118, 'hartshorn', 'hartshorn', 0),
(119, 'hostility impregnability', 'hostility-impregnability', 0),
(120, 'html', 'html', 0),
(121, 'image', 'image', 0),
(122, 'impropriation', 'impropriation', 0),
(123, 'is', 'is', 0),
(124, 'jetpack', 'jetpack-2', 0),
(125, 'knave', 'knave', 0),
(126, 'layout', 'layout', 0),
(127, 'link', 'link', 0),
(128, 'lists', 'lists-2', 0),
(129, 'lorem', 'lorem', 0),
(130, 'Love', 'love', 0),
(131, 'markup', 'markup-2', 0),
(132, 'media', 'media', 0),
(133, 'misinformed', 'misinformed', 0),
(134, 'moil', 'moil', 0),
(135, 'more', 'more', 0),
(136, 'mornful', 'mornful', 0),
(137, 'Mothership', 'mothership', 0),
(138, 'Must Read', 'mustread', 0),
(139, 'Nailed It', 'nailedit', 0),
(140, 'outlaw', 'outlaw', 0),
(141, 'pagination', 'pagination', 0),
(142, 'pamphjlet', 'pamphjlet', 0),
(143, 'password', 'password-2', 0),
(144, 'Pictures', 'pictures', 0),
(145, 'pingbacks', 'pingbacks-2', 0),
(146, 'pneumatics', 'pneumatics', 0),
(147, 'portly portreeve', 'portly-portreeve', 0),
(148, 'post', 'post', 0),
(149, 'Post Formats', 'post-formats', 0),
(150, 'precipitancy', 'precipitancy', 0),
(151, 'privation', 'privation', 0),
(152, 'programme', 'programme', 0),
(153, 'psychological', 'psychological', 0),
(154, 'puncher', 'puncher', 0),
(155, 'quote', 'quote', 0),
(156, 'ramose', 'ramose', 0),
(157, 'read more', 'read-more', 0),
(158, 'readability', 'readability', 0),
(159, 'renegade', 'renegade', 0),
(160, 'retrocede', 'retrocede', 0),
(161, 'shortcode', 'shortcode', 0),
(162, 'stagnation unhorsed', 'stagnation-unhorsed', 0),
(163, 'standard', 'standard-2', 0),
(164, 'status', 'status', 0),
(165, 'sticky', 'sticky-2', 0),
(166, 'Success', 'success', 0),
(167, 'Swagger', 'swagger', 0),
(168, 'Tag A', 'tag-a', 0),
(169, 'Tag B', 'tag-b', 0),
(170, 'Tag C', 'tag-c', 0),
(171, 'tag1', 'tag1', 0),
(172, 'tag2', 'tag2', 0),
(173, 'tag3', 'tag3', 0),
(174, 'Tags', 'tags', 0),
(175, 'template', 'template', 0),
(176, 'text', 'text', 0),
(177, 'the man', 'the-man', 0),
(178, 'thunderheaded', 'thunderheaded', 0),
(179, 'tiled', 'tiled', 0),
(180, 'title', 'title', 0),
(181, 'trackbacks', 'trackbacks-2', 0),
(182, 'twitter', 'twitter-2', 0),
(183, 'unculpable', 'unculpable', 0),
(184, 'Unseen', 'unseen', 0),
(185, 'video', 'video', 0),
(186, 'videopress', 'videopress', 0),
(187, 'withered brandnew', 'withered-brandnew', 0),
(188, 'WordPress', 'wordpress', 0),
(189, 'wordpress.tv', 'wordpress-tv', 0),
(190, 'xanthopsia', 'xanthopsia', 0),
(191, 'All Pages', 'all-pages', 0),
(192, 'All Pages Flat', 'all-pages-flat', 0),
(193, 'Empty Menu', 'empty-menu', 0),
(194, 'Footer menu', 'footer-menu', 0),
(195, 'Footer short menu', 'footer-short-menu', 0),
(196, 'Header left menu', 'header-left-menu', 0),
(197, 'Header right menu', 'header-right-menu', 0),
(198, 'Short', 'short', 0),
(199, 'Testing Menu', 'testing-menu', 0),
(200, 'Gallery', 'post-format-gallery', 0),
(201, 'Aside', 'post-format-aside', 0),
(202, 'Chat', 'post-format-chat', 0),
(203, 'Link', 'post-format-link', 0),
(204, 'Image', 'post-format-image', 0),
(205, 'Quote', 'post-format-quote', 0),
(206, 'Status', 'post-format-status', 0),
(207, 'Video', 'post-format-video', 0),
(208, 'Audio', 'post-format-audio', 0),
(209, 'Standard 1', 'standard-1', 0),
(210, 'Standard 2', 'standard-2', 0),
(211, 'Standard 3', 'standard-3', 0),
(212, 'Standard 4', 'standard-4', 0),
(213, 'Standard 5', 'standard-5', 0),
(214, 'Standard 6', 'standard-6', 0),
(215, 'Standard 7', 'standard-7', 0),
(216, 'Standard 8', 'standard-8', 0),
(217, 'Standard 9', 'standard-9', 0),
(218, 'Standard 10', 'standard-10', 0),
(219, 'Standard 11', 'standard-11', 0),
(220, 'Standard 12', 'standard-12th', 0),
(221, 'Junior KG', 'junior-kg', 0),
(222, 'Senior KG', 'senior-kg', 0),
(223, 'मेनू', '%e0%a4%ae%e0%a5%87%e0%a4%a8%e0%a5%82', 0),
(224, '5th standard', '5th-standard', 0),
(225, 'english grammer', 'english-grammer', 0),
(226, 'इयत्ता पहिली', '%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%aa%e0%a4%b9%e0%a4%bf%e0%a4%b2%e0%a5%80', 0),
(227, 'गणित', '%e0%a4%97%e0%a4%a3%e0%a4%bf%e0%a4%a4', 0),
(228, 'दुसरी', '%e0%a4%a6%e0%a5%81%e0%a4%b8%e0%a4%b0%e0%a5%80', 0),
(229, 'शब्द', '%e0%a4%b6%e0%a4%ac%e0%a5%8d%e0%a4%a6', 0),
(230, 'इयत्ता दुसरी', '%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%a6%e0%a5%81%e0%a4%b8%e0%a4%b0%e0%a5%80', 0),
(231, 'मराठी', '%e0%a4%ae%e0%a4%b0%e0%a4%be%e0%a4%a0%e0%a5%80', 0),
(232, 'बालआनंद', '%e0%a4%ac%e0%a4%be%e0%a4%b2%e0%a4%86%e0%a4%a8%e0%a4%82%e0%a4%a6', 0),
(233, 'junior kg', 'junior-kg', 0),
(234, 'senior kg', 'senior-kg', 0),
(235, 'nursery', 'nursery', 0),
(236, 'लहान गट', '%e0%a4%b2%e0%a4%b9%e0%a4%be%e0%a4%a8-%e0%a4%97%e0%a4%9f', 0),
(237, 'मोठा गट', '%e0%a4%ae%e0%a5%8b%e0%a4%a0%e0%a4%be-%e0%a4%97%e0%a4%9f', 0),
(238, 'BALANAND', 'balanand', 0),
(239, 'BAL ANAND', 'bal-anand', 0),
(240, 'BALANAND ACTIVITY', 'balanand-activity', 0),
(241, 'इयत्ता तिसरी', '%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%a4%e0%a4%bf%e0%a4%b8%e0%a4%b0%e0%a5%80', 0),
(242, 'तिसरी', '%e0%a4%a4%e0%a4%bf%e0%a4%b8%e0%a4%b0%e0%a5%80', 0),
(243, 'स्पर्धा परीक्षा', '%e0%a4%b8%e0%a5%8d%e0%a4%aa%e0%a4%b0%e0%a5%8d%e0%a4%a7%e0%a4%be-%e0%a4%aa%e0%a4%b0%e0%a5%80%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a4%be', 0),
(244, '3RD STANDARD', '3rd-standard', 0),
(246, 'इयत्ता पाचवी', '%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%aa%e0%a4%be%e0%a4%9a%e0%a4%b5%e0%a5%80', 0),
(247, 'Competitive Exam', 'competitive-exam', 0),
(248, 'चौथी', '%e0%a4%9a%e0%a5%8c%e0%a4%a5%e0%a5%80', 0),
(249, '4TH STANDARD', '4th-standard', 0),
(250, 'SIMILAR WORDS', 'similar-words', 0),
(251, 'SYNONYMS', 'synonyms', 0),
(252, 'इयत्ता आठवी', '%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%86%e0%a4%a0%e0%a4%b5%e0%a5%80', 0),
(253, 'इयत्ता चौथी', '%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%9a%e0%a5%8c%e0%a4%a5%e0%a5%80', 0),
(254, 'मराठी व्याकरण', '%e0%a4%ae%e0%a4%b0%e0%a4%be%e0%a4%a0%e0%a5%80-%e0%a4%b5%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%95%e0%a4%b0%e0%a4%a3', 0),
(255, 'CORONA', 'corona', 0),
(256, 'कोरोना', '%e0%a4%95%e0%a5%8b%e0%a4%b0%e0%a5%8b%e0%a4%a8%e0%a4%be', 0),
(257, 'कविता', '%e0%a4%95%e0%a4%b5%e0%a4%bf%e0%a4%a4%e0%a4%be', 0),
(258, 'POEMS', 'poems', 0),
(259, 'Balanand', 'balanand', 0),
(260, 'VIDEOS', 'videos', 0),
(261, 'MULAKSHARE', 'mulakshare', 0),
(262, 'मुळाक्षरे', '%e0%a4%ae%e0%a5%81%e0%a4%b3%e0%a4%be%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a4%b0%e0%a5%87', 0),
(263, 'Entertainment', 'entertainment', 0),
(264, 'KIDS ONLINE TEST', 'kids-online-test', 0),
(265, 'ONLINE TEACHING', 'online-teaching', 0),
(266, 'MOBILE TEST', 'mobile-test', 0),
(267, 'KIDS TALENT SEARCH EXAM', 'kids-talent-search-exam', 0),
(268, 'वर्ग आणि वर्गमूळ', '%e0%a4%b5%e0%a4%b0%e0%a5%8d%e0%a4%97-%e0%a4%86%e0%a4%a3%e0%a4%bf-%e0%a4%b5%e0%a4%b0%e0%a5%8d%e0%a4%97%e0%a4%ae%e0%a5%82%e0%a4%b3', 0),
(269, 'वर्ग', '%e0%a4%b5%e0%a4%b0%e0%a5%8d%e0%a4%97', 0),
(270, 'वर्गमूळ', '%e0%a4%b5%e0%a4%b0%e0%a5%8d%e0%a4%97%e0%a4%ae%e0%a5%82%e0%a4%b3', 0),
(271, 'Square and squareroot', 'square-and-squareroot', 0),
(272, 'square', 'square', 0),
(273, 'squareroot', 'squareroot', 0),
(274, 'Speech', 'speech', 0),
(275, 'speech', 'speech', 0),
(276, 'doctor babasaheb ambedkar', 'doctor-babasaheb-ambedkar', 0),
(277, 'doctor ambedkar', 'doctor-ambedkar', 0),
(278, 'numbers', 'numbers', 0),
(279, 'संख्या', '%e0%a4%b8%e0%a4%82%e0%a4%96%e0%a5%8d%e0%a4%af%e0%a4%be', 0),
(280, 'slices of fruits', 'slices-of-fruits', 0),
(281, 'fruits', 'fruits', 0),
(282, 'Anganwadi', 'anganwadi', 0),
(283, 'रंग', '%e0%a4%b0%e0%a4%82%e0%a4%97', 0),
(284, 'COLOURS', 'colours', 0),
(285, 'ENGLISH ALPHABETS', 'english-alphabets', 0),
(286, 'ABCD', 'abcd', 0),
(287, 'ALPHABETS', 'alphabets', 0),
(288, 'Nursery', 'nursery', 0),
(289, 'ANIMALS AND THEIR BABIES', 'animals-and-their-babies', 0),
(290, 'ANIMALS', 'animals', 0),
(291, 'BABY OF ANIMALS', 'baby-of-animals', 0),
(292, 'BABIES OF ANIMALS', 'babies-of-animals', 0),
(293, 'PRANYANCHI PILLE', 'pranyanchi-pille', 0),
(294, 'प्राण्यांची पिल्ले', '%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%be%e0%a4%a3%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%80-%e0%a4%aa%e0%a4%bf%e0%a4%b2%e0%a5%8d%e0%a4%b2%e0%a5%87', 0),
(295, 'शैक्षणिक तत्त्वज्ञान', '%e0%a4%b6%e0%a5%88%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a4%a3%e0%a4%bf%e0%a4%95-%e0%a4%a4%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a5%8d%e0%a4%b5%e0%a4%9c%e0%a5%8d%e0%a4%9e%e0%a4%be%e0%a4%a8', 0),
(296, 'तत्त्वज्ञान', '%e0%a4%a4%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a5%8d%e0%a4%b5%e0%a4%9c%e0%a5%8d%e0%a4%9e%e0%a4%be%e0%a4%a8', 0),
(297, 'Educational Philosophy', 'educational-philosophy', 0),
(298, 'Philosophy', 'philosophy', 0),
(299, 'Education', 'education', 0),
(300, 'QUESTION PAPER', 'question-paper', 0),
(301, 'MODEL QUESTION PAPER', 'model-question-paper', 0),
(302, 'नमुना प्रश्नपत्रिका', '%e0%a4%a8%e0%a4%ae%e0%a5%81%e0%a4%a8%e0%a4%be-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%b6%e0%a5%8d%e0%a4%a8%e0%a4%aa%e0%a4%a4%e0%a5%8d%e0%a4%b0%e0%a4%bf%e0%a4%95%e0%a4%be', 0),
(303, 'प्रश्नपत्रिका', '%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%b6%e0%a5%8d%e0%a4%a8%e0%a4%aa%e0%a4%a4%e0%a5%8d%e0%a4%b0%e0%a4%bf%e0%a4%95%e0%a4%be', 0),
(304, 'प्राणी', '%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%be%e0%a4%a3%e0%a5%80', 0),
(305, 'पक्षी', '%e0%a4%aa%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a5%80', 0),
(306, 'फळे', '%e0%a4%ab%e0%a4%b3%e0%a5%87', 0),
(307, 'फुले', '%e0%a4%ab%e0%a5%81%e0%a4%b2%e0%a5%87', 0),
(308, 'भाज्या', '%e0%a4%ad%e0%a4%be%e0%a4%9c%e0%a5%8d%e0%a4%af%e0%a4%be', 0),
(309, 'वाद्ये', '%e0%a4%b5%e0%a4%be%e0%a4%a6%e0%a5%8d%e0%a4%af%e0%a5%87', 0),
(310, 'BIRDS', 'birds', 0),
(311, 'VEGETABLES', 'vegetables', 0),
(312, 'MUSICAL INSTRUMENTS', 'musical-instruments', 0),
(313, 'KIDS VIDEOS', 'kids-videos', 0),
(314, 'पक्ष्यांची घरे', '%e0%a4%aa%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%80-%e0%a4%98%e0%a4%b0%e0%a5%87', 0),
(315, 'BIRDS HOUSES', 'birds-houses', 0),
(316, 'स्वयंपाकघर', '%e0%a4%b8%e0%a5%8d%e0%a4%b5%e0%a4%af%e0%a4%82%e0%a4%aa%e0%a4%be%e0%a4%95%e0%a4%98%e0%a4%b0', 0),
(317, 'KITCHEN', 'kitchen', 0),
(318, 'THINGS IN KITCHEN', 'things-in-kitchen', 0),
(319, 'स्वयंपाकघरातील वस्तू', '%e0%a4%b8%e0%a5%8d%e0%a4%b5%e0%a4%af%e0%a4%82%e0%a4%aa%e0%a4%be%e0%a4%95%e0%a4%98%e0%a4%b0%e0%a4%be%e0%a4%a4%e0%a5%80%e0%a4%b2-%e0%a4%b5%e0%a4%b8%e0%a5%8d%e0%a4%a4%e0%a5%82', 0),
(320, 'वाहने', '%e0%a4%b5%e0%a4%be%e0%a4%b9%e0%a4%a8%e0%a5%87', 0),
(321, 'VEHICLES', 'vehicles', 0),
(322, 'चव', '%e0%a4%9a%e0%a4%b5', 0),
(323, 'TASTE', 'taste', 0),
(324, 'ONLINE TEST', 'online-test', 0),
(325, 'TEST', 'test', 0),
(326, 'ऋतू', '%e0%a4%8b%e0%a4%a4%e0%a5%82', 0),
(327, 'SEASONS', 'seasons', 0),
(328, 'पावसाला', '%e0%a4%aa%e0%a4%be%e0%a4%b5%e0%a4%b8%e0%a4%be%e0%a4%b2%e0%a4%be', 0),
(329, 'पावसाळा', '%e0%a4%aa%e0%a4%be%e0%a4%b5%e0%a4%b8%e0%a4%be%e0%a4%b3%e0%a4%be', 0),
(330, 'उन्हाळा', '%e0%a4%89%e0%a4%a8%e0%a5%8d%e0%a4%b9%e0%a4%be%e0%a4%b3%e0%a4%be', 0),
(331, 'हिवाळा', '%e0%a4%b9%e0%a4%bf%e0%a4%b5%e0%a4%be%e0%a4%b3%e0%a4%be', 0),
(332, 'RAINY SEASON', 'rainy-season', 0),
(333, 'WINTER', 'winter', 0),
(334, 'SUMMER', 'summer', 0),
(335, 'गोष्ट', '%e0%a4%97%e0%a5%8b%e0%a4%b7%e0%a5%8d%e0%a4%9f', 0),
(336, 'STORY', 'story', 0),
(337, 'STORY OF SHRIKRISHNA', 'story-of-shrikrishna', 0),
(338, 'STORY OF SHRIKRISHNA AND MONSTER', 'story-of-shrikrishna-and-monster', 0),
(339, 'STORY OF MONSTER', 'story-of-monster', 0),
(340, 'MONSTER', 'monster', 0),
(341, 'SHRIKRISHNA', 'shrikrishna', 0),
(342, 'KRISHNA', 'krishna', 0),
(343, 'KORONA', 'korona', 0),
(344, 'CORONA VIRUS', 'corona-virus', 0),
(345, 'प्राण्यांची घरे', '%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%be%e0%a4%a3%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%80-%e0%a4%98%e0%a4%b0%e0%a5%87', 0),
(346, 'HOMES OF ANIMALS', 'homes-of-animals', 0),
(347, 'HOUSE OF ANIMAL', 'house-of-animal', 0),
(348, 'HOUSES OF ANIMALS', 'houses-of-animals', 0),
(349, 'मेरी पाठशाला', '%e0%a4%ae%e0%a5%87%e0%a4%b0%e0%a5%80-%e0%a4%aa%e0%a4%be%e0%a4%a0%e0%a4%b6%e0%a4%be%e0%a4%b2%e0%a4%be', 0),
(350, 'पाठशाला', '%e0%a4%aa%e0%a4%be%e0%a4%a0%e0%a4%b6%e0%a4%be%e0%a4%b2%e0%a4%be', 0),
(351, 'MY SCHOOL', 'my-school', 0),
(352, 'SCHOOL', 'school', 0),
(353, 'MY SCHOOL SPEECH', 'my-school-speech', 0),
(354, 'माझी शाळा', '%e0%a4%ae%e0%a4%be%e0%a4%9d%e0%a5%80-%e0%a4%b6%e0%a4%be%e0%a4%b3%e0%a4%be', 0),
(355, 'भाषण', '%e0%a4%ad%e0%a4%be%e0%a4%b7%e0%a4%a3', 0),
(356, 'सरळव्याज', '%e0%a4%b8%e0%a4%b0%e0%a4%b3%e0%a4%b5%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%9c', 0),
(357, 'व्याज', '%e0%a4%b5%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%9c', 0),
(358, 'INTEREST', 'interest', 0),
(359, 'SIMPLE INTEREST', 'simple-interest', 0),
(360, 'संख्यांचे प्रकार', '%e0%a4%b8%e0%a4%82%e0%a4%96%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%87-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%95%e0%a4%be%e0%a4%b0', 0),
(361, 'TYPES OF NUMBERS', 'types-of-numbers', 0),
(362, 'History', 'history', 0),
(363, 'Political Science', 'political-science', 0),
(364, 'Social Science', 'social-science-standard-11', 0),
(365, 'Social Science', 'social-science', 0),
(366, 'Marathi', 'marathi', 0),
(367, 'Hindi', 'hindi', 0),
(368, 'English', 'english', 0),
(369, 'Maths', 'maths', 0),
(370, 'Physics', 'physics', 0),
(371, 'Chemistry', 'chemistry', 0),
(372, 'Biology', 'biology', 0),
(373, 'Economics', 'economics', 0),
(374, 'Geography', 'geography', 0),
(375, 'History', 'history-standard-11', 0),
(376, 'Geography', 'geography-standard-11', 0),
(377, 'dr babasaheb ambedkar', 'dr-babasaheb-ambedkar', 0),
(378, 'dr ambedkar', 'dr-ambedkar', 0),
(379, 'mahamanav', 'mahamanav', 0),
(380, 'indian constitution', 'indian-constitution', 0),
(381, 'constitution', 'constitution', 0),
(382, 'ambedkar', 'ambedkar', 0),
(383, 'babasaheb ambedkar', 'babasaheb-ambedkar', 0),
(384, '26 january', '26-january', 0),
(385, 'republican day', 'republican-day', 0),
(386, 'republic day', 'republic-day', 0),
(387, 'independance day', 'independance-day', 0),
(388, '15 august', '15-august', 0),
(389, 'national heros', 'national-heros', 0),
(390, 'Song', 'song', 0),
(391, 'Story', 'story', 0),
(392, 'Poem', 'poem', 0),
(393, 'marathi alphabets', 'marathi-alphabets', 0),
(394, 'antonyms', 'antonyms', 0),
(395, 'opposite words', 'opposite-words', 0),
(396, 'directions', 'directions', 0),
(397, 'disha', 'disha', 0),
(398, 'दिशा', '%e0%a4%a6%e0%a4%bf%e0%a4%b6%e0%a4%be', 0),
(399, 'word arrange', 'word-arrange', 0),
(400, 'numbers reading', 'numbers-reading', 0),
(401, 'numbers in letters', 'numbers-in-letters', 0),
(402, 'marathi numbers', 'marathi-numbers', 0),
(403, 'युरोपातील प्रबोधन', '%e0%a4%af%e0%a5%81%e0%a4%b0%e0%a5%8b%e0%a4%aa%e0%a4%be%e0%a4%a4%e0%a5%80%e0%a4%b2-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%ac%e0%a5%8b%e0%a4%a7%e0%a4%a8', 0),
(404, 'europ', 'europ', 0),
(405, 'development of science', 'development-of-science', 0),
(406, 'europe', 'europe', 0),
(407, 'enlightenment in europe', 'enlightenment-in-europe', 0),
(408, 'galilio', 'galilio', 0),
(409, 'koparnikas', 'koparnikas', 0),
(410, 'keplar', 'keplar', 0),
(411, '12th history Video', '12th-history-video', 0),
(412, '11th history Video', '11th-history-video', 0),
(413, '10th history Video', '10th-history-video', 0),
(414, '9th history Video', '9th-history-video', 0),
(415, '8th history Video', '8th-history-video', 0),
(416, '7th history Video', '7th-history-video', 0),
(417, '6th history Video', '6th-history-video', 0),
(418, '5th history Video', '5th-history-video', 0),
(419, '4th history Video', '4th-history-video', 0),
(420, '3rd history Video', '3rd-history-video', 0),
(421, '12th history questionpapers', '12th-history-questionpapers', 0),
(422, '11th history questionpapers', '11th-history-questionpapers', 0),
(423, '10th history questionpapers', '10th-history-questionpapers', 0),
(424, '9th history questionpapers', '9th-history-questionpapers', 0),
(425, '8th history questionpapers', '8th-history-questionpapers', 0),
(426, '7th history questionpapers', '7th-history-questionpapers', 0),
(427, '6th history questionpapers', '6th-history-questionpapers', 0),
(428, '5th history questionpapers', '5th-history-questionpapers', 0),
(429, '4th history questionpapers', '4th-history-questionpapers', 0),
(430, '3rd history questionpapers', '3rd-history-questionpapers', 0),
(431, '2nd history questionpapers', '2nd-history-questionpapers', 0),
(432, '1st history questionpapers', '1st-history-questionpapers', 0),
(433, '2nd history Video', '2nd-history-video', 0),
(434, '1st history Video', '1st-history-video', 0),
(435, '1st Videos', '1st-videos', 0),
(436, '2nd Videos', '2nd-videos', 0),
(437, '3rd Videos', '3rd-videos', 0),
(438, '4th Videos', '4th-videos', 0),
(439, '5th Videos', '5th-videos', 0),
(440, '6th Videos', '6th-videos', 0),
(441, '7th Videos', '7th-videos', 0),
(442, '8th Videos', '8th-videos', 0),
(443, '9th Videos', '9th-videos', 0),
(444, '10th Videos', '10th-videos', 0),
(445, '11th Videos', '11th-videos', 0),
(446, '12th Videos', '12th-videos', 0),
(447, '4th Question Papers', '4th-question-papers', 0),
(448, '5th Question Papers', '5th-question-papers', 0),
(449, '6th Question Papers', '6th-question-papers', 0),
(450, '7th Question Papers', '7th-question-papers', 0),
(451, '8th Question Papers', '8th-question-papers', 0),
(452, '9th Question Papers', '9th-question-papers', 0),
(453, '10th Question Papers', '10th-question-papers', 0),
(454, '11th Question Papers', '11th-question-papers', 0),
(455, '12th Question Papers', '12th-question-papers', 0),
(456, '3rd Question Papers', '3rd-question-papers', 0),
(457, '2nd Question Papers', '2nd-question-papers', 0),
(458, '1st Question Papers', '1st-question-papers', 0),
(459, 'competitive exam question papers', 'competitive-exam-question-papers', 0),
(460, '12th history question papers', '12th-history-question-papers', 0),
(461, '8th maths videos', '8th-maths-videos', 0),
(462, 'competitive exam maths videos', 'competitive-exam-maths-videos', 0),
(463, 'competitive exam videos', 'competitive-exam-videos', 0),
(464, 'anganwadi videos', 'anganwadi-videos', 0),
(465, 'nursery videos', 'nursery-videos', 0),
(466, 'junior kg videos', 'junior-kg-videos', 0),
(467, 'senior kg videos', 'senior-kg-videos', 0),
(468, 'entertainment videos', 'entertainment-videos', 0),
(469, 'entertainment speech videos', 'entertainment-speech-videos', 0),
(470, 'entertainment story videos', 'entertainment-story-videos', 0),
(471, 'entertainment poem videos', 'entertainment-poem-videos', 0),
(472, '7th maths videos', '7th-maths-videos', 0),
(473, '9th maths videos', '9th-maths-videos', 0),
(474, 'competitive exam education videos', 'competitive-exam-education-videos', 0),
(475, '12th history videos', '12th-history-videos', 0),
(476, 'dhrmayudhde', 'dhrmayudhde', 0),
(477, 'crusades', 'crusades', 0),
(478, 'effects of crusades', 'effects-of-crusades', 0),
(479, 'causes of crusades', 'causes-of-crusades', 0),
(480, '1st marathi question papers', '1st-marathi-question-papers', 0),
(481, 'pairing objects', 'pairing-objects', 0),
(482, 'bat', 'bat', 0),
(483, 'ball', 'ball', 0),
(484, 'glass', 'glass', 0),
(485, 'math', 'math', 0),
(486, 'miurror', 'miurror', 0),
(487, 'mirror', 'mirror', 0),
(488, 'comb', 'comb', 0),
(489, 'thread', 'thread', 0),
(490, 'niddle', 'niddle', 0),
(491, 'cup', 'cup', 0),
(492, 'saucer', 'saucer', 0),
(493, 'plate', 'plate', 0),
(494, 'bowl', 'bowl', 0),
(495, 'lock', 'lock', 0),
(496, 'key', 'key', 0),
(497, 'pot', 'pot', 0),
(498, 'table', 'table', 0),
(499, 'chair', 'chair', 0),
(500, 'needle', 'needle', 0),
(501, 'flowerpot', 'flowerpot', 0),
(502, 'polpat', 'polpat', 0),
(503, 'latane', 'latane', 0),
(504, 'polpat latane', 'polpat-latane', 0),
(505, 'rolling stand', 'rolling-stand', 0),
(506, 'rolling pin', 'rolling-pin', 0),
(507, 'anganwadi question papers', 'anganwadi-question-papers', 0),
(508, 'nursery question papers', 'nursery-question-papers', 0),
(509, 'junior kg question papers', 'junior-kg-question-papers', 0),
(510, 'senior kg question papers', 'senior-kg-question-papers', 0),
(511, 'CBSE', 'cbse', 0),
(512, 'Science', 'science', 0),
(513, '6th science question papers', '6th-science-question-papers', 0),
(514, '6th cbse science question papers', '6th-cbse-science-question-papers', 0),
(515, 'herbivores', 'herbivores', 0),
(516, 'carnivores', 'carnivores', 0),
(517, 'omnivores', 'omnivores', 0),
(518, 'animal products', 'animal-products', 0),
(519, 'food', 'food', 0),
(520, 'ingredients', 'ingredients', 0),
(521, 'Computer', 'computer', 0),
(522, '6th computer question papers', '6th-computer-question-papers', 0),
(523, '6th cbse computer question papers', '6th-cbse-computer-question-papers', 0),
(524, 'computer', 'computer', 0),
(525, 'types of computer', 'types-of-computer', 0),
(526, 'minicomputer', 'minicomputer', 0),
(527, 'supercomputer', 'supercomputer', 0),
(528, 'microcomputer', 'microcomputer', 0),
(529, 'mainframes', 'mainframes', 0),
(530, 'computer capabilities', 'computer-capabilities', 0),
(531, 'computer language', 'computer-language', 0),
(532, 'online tests', 'online-tests', 0),
(533, '5th environmental studies question papers', '5th-environmental-studies-question-papers', 0),
(534, '5th state board science question papers', '5th-state-board-science-question-papers', 0),
(535, '5th science question papers', '5th-science-question-papers', 0),
(536, '5th state board environmental studies question papers', '5th-state-board-environmental-studies-question-papers', 0),
(537, 'our earth', 'our-earth', 0),
(538, 'Our Earth And Our Solar System standard 5th', 'our-earth-and-our-solar-system-standard-5th', 0),
(539, 'solar system', 'solar-system', 0),
(540, '5th english medium state board environmental studies part 1 question papers', '5th-english-medium-state-board-environmental-studies-part-1-question-papers', 0),
(541, 'State Board English Medium', 'state-board-english-medium', 0),
(542, 'earth', 'earth', 0),
(543, 'competitive exam it question papers', 'competitive-exam-it-question-papers', 0),
(544, 'competitive exam it videos', 'competitive-exam-it-videos', 0),
(545, 'sankhyamala', 'sankhyamala', 0),
(546, 'संख्यामाला', '%e0%a4%b8%e0%a4%82%e0%a4%96%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%ae%e0%a4%be%e0%a4%b2%e0%a4%be', 0),
(547, 'number series', 'number-series', 0),
(548, '12th geograqphy question papers', '12th-geograqphy-question-papers', 0),
(549, 'population', 'population', 0),
(550, 'loksankhya', 'loksankhya', 0);

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

--
-- Table structure for table `wpqe_term_relationships`
--

CREATE TABLE `wpqe_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_term_relationships`
--

INSERT INTO `wpqe_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 259, 0),
(358, 149, 0),
(358, 158, 0),
(358, 163, 0),
(358, 259, 0),
(555, 114, 0),
(555, 149, 0),
(555, 161, 0),
(555, 200, 0),
(555, 259, 0),
(559, 84, 0),
(559, 149, 0),
(559, 201, 0),
(559, 259, 0),
(562, 88, 0),
(562, 149, 0),
(562, 202, 0),
(562, 259, 0),
(565, 127, 0),
(565, 149, 0),
(565, 203, 0),
(565, 259, 0),
(568, 121, 0),
(568, 149, 0),
(568, 204, 0),
(568, 259, 0),
(575, 149, 0),
(575, 155, 0),
(575, 205, 0),
(575, 259, 0),
(579, 149, 0),
(579, 164, 0),
(579, 206, 0),
(579, 259, 0),
(582, 102, 0),
(582, 149, 0),
(582, 185, 0),
(582, 189, 0),
(582, 207, 0),
(582, 259, 0),
(587, 85, 0),
(587, 149, 0),
(587, 161, 0),
(587, 208, 0),
(587, 259, 0),
(993, 94, 0),
(993, 106, 0),
(993, 175, 0),
(993, 259, 0),
(996, 94, 0),
(996, 157, 0),
(996, 175, 0),
(996, 259, 0),
(1000, 94, 0),
(1000, 96, 0),
(1000, 101, 0),
(1000, 128, 0),
(1000, 131, 0),
(1000, 259, 0),
(1005, 102, 0),
(1005, 124, 0),
(1005, 149, 0),
(1005, 161, 0),
(1005, 185, 0),
(1005, 186, 0),
(1005, 207, 0),
(1005, 259, 0),
(1011, 92, 0),
(1011, 101, 0),
(1011, 108, 0),
(1011, 121, 0),
(1011, 175, 0),
(1011, 259, 0),
(1016, 92, 0),
(1016, 101, 0),
(1016, 108, 0),
(1016, 121, 0),
(1016, 175, 0),
(1016, 259, 0),
(1051, 199, 0),
(1052, 199, 0),
(1053, 199, 0),
(1054, 199, 0),
(1055, 199, 0),
(1056, 199, 0),
(1057, 199, 0),
(1058, 199, 0),
(1059, 199, 0),
(1060, 199, 0),
(1061, 199, 0),
(1062, 199, 0),
(1063, 199, 0),
(1064, 199, 0),
(1065, 199, 0),
(1066, 199, 0),
(1148, 93, 0),
(1148, 175, 0),
(1148, 259, 0),
(1149, 93, 0),
(1149, 145, 0),
(1149, 175, 0),
(1149, 181, 0),
(1149, 259, 0),
(1150, 93, 0),
(1150, 175, 0),
(1150, 259, 0),
(1151, 81, 0),
(1151, 82, 0),
(1151, 83, 0),
(1151, 86, 0),
(1151, 87, 0),
(1151, 88, 0),
(1151, 92, 0),
(1151, 93, 0),
(1151, 94, 0),
(1151, 96, 0),
(1151, 100, 0),
(1151, 101, 0),
(1151, 102, 0),
(1151, 106, 0),
(1151, 107, 0),
(1151, 108, 0),
(1151, 112, 0),
(1151, 113, 0),
(1151, 114, 0),
(1151, 120, 0),
(1151, 121, 0),
(1151, 124, 0),
(1151, 126, 0),
(1151, 127, 0),
(1151, 130, 0),
(1151, 131, 0),
(1151, 137, 0),
(1151, 138, 0),
(1151, 139, 0),
(1151, 144, 0),
(1151, 149, 0),
(1151, 155, 0),
(1151, 161, 0),
(1151, 163, 0),
(1151, 166, 0),
(1151, 167, 0),
(1151, 174, 0),
(1151, 175, 0),
(1151, 180, 0),
(1151, 182, 0),
(1151, 184, 0),
(1151, 185, 0),
(1151, 186, 0),
(1151, 188, 0),
(1151, 189, 0),
(1151, 259, 0),
(1152, 87, 0),
(1152, 101, 0),
(1152, 259, 0),
(1153, 94, 0),
(1153, 221, 0),
(1163, 121, 0),
(1163, 149, 0),
(1163, 161, 0),
(1163, 204, 0),
(1163, 259, 0),
(1164, 94, 0),
(1164, 259, 0),
(1168, 143, 0),
(1168, 175, 0),
(1168, 259, 0),
(1169, 101, 0),
(1169, 126, 0),
(1169, 180, 0),
(1169, 259, 0),
(1170, 94, 0),
(1170, 101, 0),
(1170, 126, 0),
(1170, 259, 0),
(1171, 94, 0),
(1171, 141, 0),
(1171, 175, 0),
(1171, 259, 0),
(1173, 96, 0),
(1173, 120, 0),
(1173, 180, 0),
(1173, 259, 0),
(1174, 120, 0),
(1174, 131, 0),
(1174, 148, 0),
(1174, 180, 0),
(1174, 259, 0),
(1175, 94, 0),
(1175, 96, 0),
(1175, 101, 0),
(1175, 120, 0),
(1175, 126, 0),
(1175, 180, 0),
(1175, 259, 0),
(1176, 82, 0),
(1176, 94, 0),
(1176, 96, 0),
(1176, 131, 0),
(1176, 259, 0),
(1177, 82, 0),
(1177, 86, 0),
(1177, 94, 0),
(1177, 96, 0),
(1177, 121, 0),
(1177, 131, 0),
(1177, 259, 0),
(1178, 94, 0),
(1178, 96, 0),
(1178, 111, 0),
(1178, 120, 0),
(1178, 131, 0),
(1178, 259, 0),
(1179, 94, 0),
(1179, 102, 0),
(1179, 132, 0),
(1179, 182, 0),
(1179, 259, 0),
(1241, 165, 0),
(1241, 175, 0),
(1241, 259, 0),
(1446, 94, 0),
(1446, 106, 0),
(1446, 175, 0),
(1446, 259, 0),
(1636, 191, 0),
(1696, 199, 0),
(1697, 191, 0),
(1698, 191, 0),
(1703, 191, 0),
(1704, 191, 0),
(1765, 259, 0),
(1768, 259, 0),
(1771, 259, 0),
(1823, 194, 0),
(1827, 194, 0),
(1829, 194, 0),
(1830, 194, 0),
(1873, 195, 0),
(1874, 195, 0),
(1879, 259, 0),
(1882, 195, 0),
(1893, 259, 0),
(1894, 259, 0),
(1899, 259, 0),
(1900, 259, 0),
(1901, 259, 0),
(1910, 199, 0),
(1911, 199, 0),
(1913, 199, 0),
(1914, 199, 0),
(1916, 199, 0),
(1917, 199, 0),
(1918, 199, 0),
(1919, 199, 0),
(1920, 199, 0),
(1952, 198, 0),
(1953, 199, 0),
(1954, 199, 0),
(1955, 199, 0),
(1956, 199, 0),
(1957, 199, 0),
(1958, 199, 0),
(1959, 199, 0),
(1960, 199, 0),
(1961, 197, 0),
(1962, 199, 0),
(1964, 199, 0),
(1966, 197, 0),
(1967, 199, 0),
(1968, 199, 0),
(1969, 199, 0),
(1971, 191, 0),
(1978, 191, 0),
(1979, 191, 0),
(1980, 191, 0),
(1981, 191, 0),
(1991, 197, 0),
(2000, 194, 0),
(2040, 94, 0),
(2040, 96, 0),
(2040, 101, 0),
(2040, 128, 0),
(2040, 131, 0),
(2040, 259, 0),
(2041, 114, 0),
(2041, 124, 0),
(2041, 149, 0),
(2041, 161, 0),
(2041, 179, 0),
(2041, 200, 0),
(2041, 259, 0),
(2042, 81, 0),
(2042, 82, 0),
(2042, 83, 0),
(2042, 86, 0),
(2042, 87, 0),
(2042, 88, 0),
(2042, 92, 0),
(2042, 93, 0),
(2042, 94, 0),
(2042, 96, 0),
(2042, 100, 0),
(2042, 101, 0),
(2042, 102, 0),
(2042, 106, 0),
(2042, 107, 0),
(2042, 108, 0),
(2042, 112, 0),
(2042, 113, 0),
(2042, 114, 0),
(2042, 120, 0),
(2042, 121, 0),
(2042, 124, 0),
(2042, 126, 0),
(2042, 127, 0),
(2042, 130, 0),
(2042, 131, 0),
(2042, 137, 0),
(2042, 138, 0),
(2042, 139, 0),
(2042, 144, 0),
(2042, 149, 0),
(2042, 155, 0),
(2042, 161, 0),
(2042, 163, 0),
(2042, 166, 0),
(2042, 167, 0),
(2042, 174, 0),
(2042, 175, 0),
(2042, 180, 0),
(2042, 182, 0),
(2042, 184, 0),
(2042, 185, 0),
(2042, 186, 0),
(2042, 188, 0),
(2042, 189, 0),
(2042, 259, 0),
(2043, 94, 0),
(2043, 211, 0),
(2044, 94, 0),
(2044, 259, 0),
(2058, 149, 0),
(2058, 158, 0),
(2058, 163, 0),
(2058, 259, 0),
(2059, 114, 0),
(2059, 149, 0),
(2059, 161, 0),
(2059, 200, 0),
(2059, 259, 0),
(2060, 84, 0),
(2060, 149, 0),
(2060, 201, 0),
(2060, 259, 0),
(2061, 88, 0),
(2061, 149, 0),
(2061, 202, 0),
(2061, 259, 0),
(2062, 127, 0),
(2062, 149, 0),
(2062, 203, 0),
(2062, 259, 0),
(2063, 121, 0),
(2063, 149, 0),
(2063, 204, 0),
(2063, 259, 0),
(2064, 259, 0),
(2065, 149, 0),
(2065, 155, 0),
(2065, 205, 0),
(2065, 259, 0),
(2066, 149, 0),
(2066, 164, 0),
(2066, 206, 0),
(2066, 259, 0),
(2067, 102, 0),
(2067, 149, 0),
(2067, 185, 0),
(2067, 189, 0),
(2067, 207, 0),
(2067, 259, 0),
(2068, 85, 0),
(2068, 149, 0),
(2068, 161, 0),
(2068, 208, 0),
(2068, 259, 0),
(2069, 102, 0),
(2069, 124, 0),
(2069, 149, 0),
(2069, 161, 0),
(2069, 185, 0),
(2069, 186, 0),
(2069, 207, 0),
(2069, 259, 0),
(2070, 114, 0),
(2070, 124, 0),
(2070, 149, 0),
(2070, 161, 0),
(2070, 179, 0),
(2070, 200, 0),
(2070, 259, 0),
(2071, 87, 0),
(2071, 101, 0),
(2071, 259, 0),
(2072, 93, 0),
(2072, 145, 0),
(2072, 175, 0),
(2072, 181, 0),
(2072, 259, 0),
(2073, 93, 0),
(2073, 175, 0),
(2073, 259, 0),
(2074, 143, 0),
(2074, 175, 0),
(2074, 259, 0),
(2075, 94, 0),
(2075, 141, 0),
(2075, 175, 0),
(2075, 259, 0),
(2076, 96, 0),
(2076, 120, 0),
(2076, 180, 0),
(2076, 259, 0),
(2077, 121, 0),
(2077, 149, 0),
(2077, 161, 0),
(2077, 204, 0),
(2077, 259, 0),
(2078, 120, 0),
(2078, 131, 0),
(2078, 148, 0),
(2078, 180, 0),
(2078, 259, 0),
(2079, 82, 0),
(2079, 94, 0),
(2079, 96, 0),
(2079, 131, 0),
(2079, 259, 0),
(2080, 101, 0),
(2080, 126, 0),
(2080, 180, 0),
(2080, 259, 0),
(2081, 82, 0),
(2081, 86, 0),
(2081, 94, 0),
(2081, 96, 0),
(2081, 121, 0),
(2081, 131, 0),
(2081, 259, 0),
(2082, 94, 0),
(2082, 101, 0),
(2082, 126, 0),
(2082, 259, 0),
(2083, 94, 0),
(2083, 96, 0),
(2083, 101, 0),
(2083, 120, 0),
(2083, 126, 0),
(2083, 180, 0),
(2083, 259, 0),
(2084, 94, 0),
(2084, 96, 0),
(2084, 111, 0),
(2084, 120, 0),
(2084, 131, 0),
(2084, 259, 0),
(2085, 94, 0),
(2085, 102, 0),
(2085, 132, 0),
(2085, 182, 0),
(2085, 259, 0),
(2086, 165, 0),
(2086, 175, 0),
(2086, 259, 0),
(2087, 259, 0),
(2088, 94, 0),
(2088, 106, 0),
(2088, 175, 0),
(2088, 259, 0),
(2089, 94, 0),
(2089, 106, 0),
(2089, 175, 0),
(2089, 259, 0),
(2090, 259, 0),
(2091, 259, 0),
(2092, 259, 0),
(2093, 94, 0),
(2093, 157, 0),
(2093, 175, 0),
(2093, 259, 0),
(2094, 259, 0),
(2096, 92, 0),
(2096, 101, 0),
(2096, 108, 0),
(2096, 121, 0),
(2096, 175, 0),
(2096, 259, 0),
(2098, 92, 0),
(2098, 101, 0),
(2098, 108, 0),
(2098, 121, 0),
(2098, 175, 0),
(2098, 259, 0),
(2099, 259, 0),
(2100, 93, 0),
(2100, 175, 0),
(2100, 259, 0),
(2102, 93, 0),
(2102, 145, 0),
(2102, 175, 0),
(2102, 181, 0),
(2102, 259, 0),
(2104, 93, 0),
(2104, 175, 0),
(2104, 259, 0),
(2105, 143, 0),
(2105, 175, 0),
(2105, 259, 0),
(2107, 94, 0),
(2107, 141, 0),
(2107, 175, 0),
(2107, 259, 0),
(2108, 96, 0),
(2108, 120, 0),
(2108, 180, 0),
(2108, 259, 0),
(2110, 120, 0),
(2110, 131, 0),
(2110, 148, 0),
(2110, 180, 0),
(2110, 259, 0),
(2111, 82, 0),
(2111, 94, 0),
(2111, 96, 0),
(2111, 131, 0),
(2111, 259, 0),
(2114, 82, 0),
(2114, 86, 0),
(2114, 94, 0),
(2114, 96, 0),
(2114, 121, 0),
(2114, 131, 0),
(2114, 259, 0),
(2115, 94, 0),
(2115, 96, 0),
(2115, 111, 0),
(2115, 120, 0),
(2115, 131, 0),
(2115, 259, 0),
(2116, 259, 0),
(2117, 259, 0),
(2118, 259, 0),
(2119, 165, 0),
(2119, 175, 0),
(2119, 259, 0),
(2120, 259, 0),
(2121, 212, 0),
(2122, 94, 0),
(2122, 106, 0),
(2122, 175, 0),
(2122, 259, 0),
(2123, 259, 0),
(2124, 259, 0),
(2125, 216, 0),
(2126, 259, 0),
(2127, 259, 0),
(2128, 259, 0),
(2129, 215, 0),
(2130, 259, 0),
(2132, 213, 0),
(2133, 214, 0),
(2134, 209, 0),
(2135, 220, 0),
(2136, 219, 0),
(2137, 216, 0),
(2138, 218, 0),
(2139, 217, 0),
(2140, 259, 0),
(2141, 222, 0),
(2150, 259, 0),
(2151, 259, 0),
(2152, 259, 0),
(2153, 259, 0),
(2154, 259, 0),
(2155, 259, 0),
(2156, 259, 0),
(2157, 259, 0),
(2158, 259, 0),
(2159, 213, 0),
(2160, 209, 0),
(2161, 259, 0),
(2162, 210, 0),
(2236, 223, 0),
(2237, 223, 0),
(2238, 223, 0),
(2239, 223, 0),
(2277, 196, 0),
(2278, 196, 0),
(2279, 196, 0),
(2280, 196, 0),
(2283, 259, 0),
(2419, 83, 0),
(2419, 213, 0),
(2419, 214, 0),
(2419, 215, 0),
(2419, 216, 0),
(2419, 224, 0),
(2419, 225, 0),
(2419, 448, 0),
(2419, 449, 0),
(2419, 451, 0),
(2423, 209, 0),
(2423, 210, 0),
(2423, 226, 0),
(2423, 227, 0),
(2423, 278, 0),
(2423, 400, 0),
(2423, 401, 0),
(2423, 402, 0),
(2423, 457, 0),
(2423, 458, 0),
(2425, 210, 0),
(2425, 228, 0),
(2425, 229, 0),
(2425, 230, 0),
(2425, 231, 0),
(2425, 399, 0),
(2425, 457, 0),
(2427, 209, 0),
(2427, 221, 0),
(2427, 222, 0),
(2427, 232, 0),
(2427, 233, 0),
(2427, 234, 0),
(2427, 235, 0),
(2427, 236, 0),
(2427, 237, 0),
(2427, 238, 0),
(2427, 239, 0),
(2427, 240, 0),
(2427, 259, 0),
(2427, 282, 0),
(2427, 458, 0),
(2427, 480, 0),
(2429, 211, 0),
(2429, 241, 0),
(2429, 242, 0),
(2429, 243, 0),
(2429, 244, 0),
(2429, 396, 0),
(2429, 397, 0),
(2429, 398, 0),
(2429, 456, 0),
(2431, 213, 0),
(2431, 224, 0),
(2431, 225, 0),
(2431, 246, 0),
(2431, 448, 0),
(2435, 212, 0),
(2435, 213, 0),
(2435, 214, 0),
(2435, 215, 0),
(2435, 216, 0),
(2435, 247, 0),
(2435, 250, 0),
(2435, 251, 0),
(2435, 447, 0),
(2435, 448, 0),
(2435, 449, 0),
(2435, 451, 0),
(2438, 212, 0),
(2438, 213, 0),
(2438, 214, 0),
(2438, 215, 0),
(2438, 216, 0),
(2438, 247, 0),
(2438, 252, 0),
(2438, 253, 0),
(2438, 254, 0),
(2438, 394, 0),
(2438, 395, 0),
(2438, 447, 0),
(2438, 448, 0),
(2438, 449, 0),
(2438, 451, 0),
(2438, 459, 0),
(2442, 255, 0),
(2442, 256, 0),
(2442, 257, 0),
(2442, 258, 0),
(2442, 263, 0),
(2442, 343, 0),
(2442, 392, 0),
(2442, 468, 0),
(2442, 471, 0),
(2446, 209, 0),
(2446, 222, 0),
(2446, 232, 0),
(2446, 259, 0),
(2446, 260, 0),
(2446, 261, 0),
(2446, 262, 0),
(2446, 282, 0),
(2446, 393, 0),
(2446, 464, 0),
(2446, 465, 0),
(2446, 466, 0),
(2446, 467, 0),
(2454, 256, 0),
(2454, 257, 0),
(2454, 258, 0),
(2454, 263, 0),
(2454, 392, 0),
(2454, 468, 0),
(2454, 471, 0),
(2455, 255, 0),
(2455, 256, 0),
(2455, 257, 0),
(2455, 258, 0),
(2455, 263, 0),
(2455, 392, 0),
(2455, 468, 0),
(2455, 471, 0),
(2463, 209, 0),
(2463, 221, 0),
(2463, 222, 0),
(2463, 259, 0),
(2463, 282, 0),
(2463, 288, 0),
(2463, 322, 0),
(2463, 323, 0),
(2463, 464, 0),
(2463, 465, 0),
(2463, 466, 0),
(2463, 467, 0),
(2464, 221, 0),
(2464, 222, 0),
(2464, 238, 0),
(2464, 240, 0),
(2464, 259, 0),
(2464, 264, 0),
(2464, 265, 0),
(2464, 266, 0),
(2464, 267, 0),
(2464, 282, 0),
(2464, 464, 0),
(2464, 465, 0),
(2464, 466, 0),
(2464, 467, 0),
(2468, 215, 0),
(2468, 271, 0),
(2468, 272, 0),
(2468, 273, 0),
(2468, 441, 0),
(2468, 472, 0),
(2472, 274, 0),
(2472, 275, 0),
(2472, 276, 0),
(2472, 277, 0),
(2472, 377, 0),
(2472, 378, 0),
(2472, 379, 0),
(2472, 380, 0),
(2472, 381, 0),
(2472, 382, 0),
(2472, 383, 0),
(2472, 384, 0),
(2472, 385, 0),
(2472, 386, 0),
(2472, 387, 0),
(2472, 388, 0),
(2472, 389, 0),
(2472, 468, 0),
(2472, 469, 0),
(2476, 221, 0),
(2476, 222, 0),
(2476, 259, 0),
(2476, 260, 0),
(2476, 278, 0),
(2476, 279, 0),
(2480, 221, 0),
(2480, 222, 0),
(2480, 259, 0),
(2480, 280, 0),
(2480, 281, 0),
(2480, 464, 0),
(2480, 465, 0),
(2480, 466, 0),
(2480, 467, 0),
(2484, 221, 0),
(2484, 222, 0),
(2484, 259, 0),
(2484, 282, 0),
(2484, 283, 0),
(2484, 284, 0),
(2484, 464, 0),
(2484, 465, 0),
(2484, 466, 0),
(2484, 467, 0),
(2488, 209, 0),
(2488, 221, 0),
(2488, 222, 0),
(2488, 259, 0),
(2488, 282, 0),
(2488, 285, 0),
(2488, 286, 0),
(2488, 287, 0),
(2488, 464, 0),
(2488, 465, 0),
(2488, 466, 0),
(2488, 467, 0),
(2492, 221, 0),
(2492, 222, 0),
(2492, 282, 0),
(2492, 288, 0),
(2492, 289, 0),
(2492, 290, 0),
(2492, 291, 0),
(2492, 292, 0),
(2492, 293, 0),
(2492, 294, 0),
(2492, 464, 0),
(2492, 465, 0),
(2492, 466, 0),
(2492, 467, 0),
(2496, 247, 0),
(2496, 295, 0),
(2496, 296, 0),
(2496, 297, 0),
(2496, 298, 0),
(2496, 299, 0),
(2496, 463, 0),
(2496, 474, 0),
(2500, 221, 0),
(2500, 222, 0),
(2500, 259, 0),
(2500, 282, 0),
(2500, 288, 0),
(2500, 300, 0),
(2500, 301, 0),
(2500, 302, 0),
(2500, 303, 0),
(2500, 464, 0),
(2500, 465, 0),
(2500, 466, 0),
(2500, 467, 0),
(2504, 221, 0),
(2504, 222, 0),
(2504, 259, 0),
(2504, 281, 0),
(2504, 282, 0),
(2504, 288, 0),
(2504, 290, 0),
(2504, 304, 0),
(2504, 305, 0),
(2504, 306, 0),
(2504, 307, 0),
(2504, 308, 0),
(2504, 309, 0),
(2504, 310, 0),
(2504, 311, 0),
(2504, 312, 0),
(2504, 313, 0),
(2504, 464, 0),
(2504, 465, 0),
(2504, 466, 0),
(2504, 467, 0),
(2508, 221, 0),
(2508, 222, 0),
(2508, 259, 0),
(2508, 282, 0),
(2508, 288, 0),
(2508, 305, 0),
(2508, 310, 0),
(2508, 313, 0),
(2508, 314, 0),
(2508, 315, 0),
(2508, 464, 0),
(2508, 465, 0),
(2508, 466, 0),
(2508, 467, 0),
(2512, 221, 0),
(2512, 222, 0),
(2512, 259, 0),
(2512, 282, 0),
(2512, 288, 0),
(2512, 316, 0),
(2512, 317, 0),
(2512, 318, 0),
(2512, 319, 0),
(2512, 464, 0),
(2512, 465, 0),
(2512, 466, 0),
(2512, 467, 0),
(2516, 221, 0),
(2516, 222, 0),
(2516, 259, 0),
(2516, 282, 0),
(2516, 288, 0),
(2516, 320, 0),
(2516, 321, 0),
(2516, 464, 0),
(2516, 465, 0),
(2516, 466, 0),
(2516, 467, 0),
(2523, 221, 0),
(2523, 222, 0),
(2523, 259, 0),
(2523, 264, 0),
(2523, 282, 0),
(2523, 288, 0),
(2523, 313, 0),
(2523, 324, 0),
(2523, 325, 0),
(2523, 464, 0),
(2523, 465, 0),
(2523, 466, 0),
(2523, 467, 0),
(2527, 209, 0),
(2527, 221, 0),
(2527, 222, 0),
(2527, 259, 0),
(2527, 282, 0),
(2527, 288, 0),
(2527, 313, 0),
(2527, 326, 0),
(2527, 327, 0),
(2527, 329, 0),
(2527, 330, 0),
(2527, 331, 0),
(2527, 332, 0),
(2527, 333, 0),
(2527, 334, 0),
(2527, 464, 0),
(2527, 465, 0),
(2527, 466, 0),
(2527, 467, 0),
(2531, 255, 0),
(2531, 263, 0),
(2531, 335, 0),
(2531, 336, 0),
(2531, 337, 0),
(2531, 338, 0),
(2531, 339, 0),
(2531, 340, 0),
(2531, 341, 0),
(2531, 342, 0),
(2531, 343, 0),
(2531, 344, 0),
(2531, 391, 0),
(2531, 468, 0),
(2531, 470, 0),
(2535, 209, 0),
(2535, 221, 0),
(2535, 222, 0),
(2535, 259, 0),
(2535, 282, 0),
(2535, 288, 0),
(2535, 290, 0),
(2535, 345, 0),
(2535, 346, 0),
(2535, 347, 0),
(2535, 348, 0),
(2535, 464, 0),
(2535, 465, 0),
(2535, 466, 0),
(2535, 467, 0),
(2539, 221, 0),
(2539, 222, 0),
(2539, 259, 0),
(2539, 263, 0),
(2539, 274, 0),
(2539, 275, 0),
(2539, 282, 0),
(2539, 288, 0),
(2539, 349, 0),
(2539, 350, 0),
(2539, 351, 0),
(2539, 352, 0),
(2539, 353, 0),
(2539, 354, 0),
(2539, 355, 0),
(2539, 468, 0),
(2539, 469, 0),
(2543, 215, 0),
(2543, 216, 0),
(2543, 217, 0),
(2543, 247, 0),
(2543, 356, 0),
(2543, 357, 0),
(2543, 358, 0),
(2543, 359, 0),
(2543, 441, 0),
(2543, 442, 0),
(2543, 443, 0),
(2543, 461, 0),
(2543, 462, 0),
(2543, 463, 0),
(2543, 472, 0),
(2543, 473, 0),
(2548, 221, 0),
(2548, 222, 0),
(2548, 259, 0),
(2548, 282, 0),
(2548, 288, 0),
(2548, 464, 0),
(2548, 465, 0),
(2548, 466, 0),
(2548, 467, 0),
(2552, 216, 0),
(2552, 217, 0),
(2552, 247, 0),
(2552, 360, 0),
(2552, 361, 0),
(2552, 442, 0),
(2552, 461, 0),
(2552, 462, 0),
(2552, 463, 0),
(2556, 259, 0),
(2566, 220, 0),
(2566, 362, 0),
(2566, 403, 0),
(2566, 405, 0),
(2566, 406, 0),
(2566, 407, 0),
(2566, 408, 0),
(2566, 409, 0),
(2566, 410, 0),
(2566, 455, 0),
(2566, 460, 0),
(2566, 477, 0),
(2566, 478, 0),
(2566, 479, 0),
(2589, 223, 0),
(2590, 223, 0),
(2591, 223, 0),
(2592, 223, 0),
(2593, 223, 0),
(2594, 223, 0),
(2595, 223, 0),
(2596, 223, 0),
(2597, 223, 0),
(2598, 223, 0),
(2599, 223, 0),
(2600, 223, 0),
(2626, 220, 0),
(2626, 362, 0),
(2626, 403, 0),
(2626, 405, 0),
(2626, 406, 0),
(2626, 407, 0),
(2626, 408, 0),
(2626, 410, 0),
(2626, 446, 0),
(2626, 475, 0),
(2626, 476, 0),
(2626, 477, 0),
(2626, 478, 0),
(2626, 479, 0),
(2650, 223, 0),
(2651, 223, 0),
(2652, 223, 0),
(2653, 223, 0),
(2654, 223, 0),
(2655, 223, 0),
(2656, 223, 0),
(2657, 223, 0),
(2658, 223, 0),
(2659, 223, 0),
(2660, 223, 0),
(2661, 223, 0),
(2662, 223, 0),
(2676, 223, 0),
(2677, 223, 0),
(2678, 223, 0),
(2679, 223, 0),
(2680, 223, 0),
(2681, 223, 0),
(2682, 223, 0),
(2683, 223, 0),
(2684, 221, 0),
(2684, 222, 0),
(2684, 259, 0),
(2684, 282, 0),
(2684, 288, 0),
(2684, 481, 0),
(2684, 482, 0),
(2684, 483, 0),
(2684, 484, 0),
(2684, 487, 0),
(2684, 488, 0),
(2684, 489, 0),
(2684, 491, 0),
(2684, 492, 0),
(2684, 493, 0),
(2684, 494, 0),
(2684, 495, 0),
(2684, 496, 0),
(2684, 497, 0),
(2684, 498, 0),
(2684, 499, 0),
(2684, 500, 0),
(2684, 501, 0),
(2684, 502, 0),
(2684, 503, 0),
(2684, 504, 0),
(2684, 506, 0),
(2684, 507, 0),
(2684, 508, 0),
(2684, 509, 0),
(2684, 510, 0),
(2698, 220, 0),
(2699, 214, 0),
(2699, 449, 0),
(2699, 511, 0),
(2699, 512, 0),
(2699, 513, 0),
(2699, 514, 0),
(2699, 515, 0),
(2699, 516, 0),
(2699, 517, 0),
(2699, 518, 0),
(2699, 519, 0),
(2699, 520, 0),
(2724, 214, 0),
(2724, 449, 0),
(2724, 511, 0),
(2724, 521, 0),
(2724, 522, 0),
(2724, 523, 0),
(2724, 524, 0),
(2724, 525, 0),
(2724, 526, 0),
(2724, 527, 0),
(2724, 528, 0),
(2724, 529, 0),
(2724, 530, 0),
(2724, 531, 0),
(2728, 220, 0),
(2728, 362, 0),
(2728, 407, 0),
(2728, 455, 0),
(2728, 460, 0),
(2728, 532, 0),
(2743, 213, 0),
(2743, 224, 0),
(2743, 448, 0),
(2743, 533, 0),
(2743, 534, 0),
(2743, 535, 0),
(2743, 536, 0),
(2743, 538, 0),
(2743, 539, 0),
(2743, 540, 0),
(2743, 541, 0),
(2743, 542, 0),
(2749, 213, 0),
(2749, 214, 0),
(2749, 215, 0),
(2749, 216, 0),
(2749, 247, 0),
(2749, 459, 0),
(2749, 543, 0),
(2752, 198, 0),
(2753, 198, 0),
(2754, 198, 0),
(2755, 198, 0),
(2756, 198, 0),
(2757, 198, 0),
(2758, 198, 0),
(2759, 223, 0),
(2760, 259, 0),
(2761, 223, 0),
(2762, 223, 0),
(2763, 213, 0),
(2763, 214, 0),
(2763, 215, 0),
(2763, 216, 0),
(2763, 247, 0),
(2763, 439, 0),
(2763, 440, 0),
(2763, 441, 0),
(2763, 442, 0),
(2763, 462, 0),
(2763, 463, 0),
(2763, 544, 0),
(2763, 545, 0),
(2763, 546, 0),
(2763, 547, 0),
(2777, 220, 0),
(2777, 374, 0),
(2777, 455, 0),
(2777, 548, 0),
(2777, 549, 0),
(2777, 550, 0);

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

--
-- Table structure for table `wpqe_term_taxonomy`
--

CREATE TABLE `wpqe_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_term_taxonomy`
--

INSERT INTO `wpqe_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(2, 2, 'product_type', '', 0, 0),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 0),
(5, 5, 'product_type', '', 0, 0),
(6, 6, 'product_visibility', '', 0, 0),
(7, 7, 'product_visibility', '', 0, 0),
(8, 8, 'product_visibility', '', 0, 0),
(9, 9, 'product_visibility', '', 0, 0),
(10, 10, 'product_visibility', '', 0, 0),
(11, 11, 'product_visibility', '', 0, 0),
(12, 12, 'product_visibility', '', 0, 0),
(13, 13, 'product_visibility', '', 0, 0),
(14, 14, 'product_visibility', '', 0, 0),
(15, 15, 'product_cat', '', 0, 0),
(81, 81, 'post_tag', 'Tags posts about 8BIT.', 0, 0),
(82, 82, 'post_tag', '', 0, 0),
(83, 83, 'post_tag', 'Tags posts about Articles.', 0, 1),
(84, 84, 'post_tag', '', 0, 0),
(85, 85, 'post_tag', '', 0, 0),
(86, 86, 'post_tag', '', 0, 0),
(87, 87, 'post_tag', '', 0, 0),
(88, 88, 'post_tag', '', 0, 0),
(89, 89, 'post_tag', '', 0, 0),
(90, 90, 'post_tag', '', 0, 0),
(91, 91, 'post_tag', '', 0, 0),
(92, 92, 'post_tag', '', 0, 0),
(93, 93, 'post_tag', '', 0, 0),
(94, 94, 'post_tag', '', 0, 0),
(95, 95, 'post_tag', '', 0, 0),
(96, 96, 'post_tag', '', 0, 0),
(97, 97, 'post_tag', '', 0, 0),
(98, 98, 'post_tag', '', 0, 0),
(99, 99, 'post_tag', '', 0, 0),
(100, 100, 'post_tag', 'Tags posts about #dowork.', 0, 0),
(101, 101, 'post_tag', '', 0, 0),
(102, 102, 'post_tag', '', 0, 0),
(103, 103, 'post_tag', '', 0, 0),
(104, 104, 'post_tag', '', 0, 0),
(105, 105, 'post_tag', '', 0, 0),
(106, 106, 'post_tag', '', 0, 0),
(107, 107, 'post_tag', 'Tags posts about fail.', 0, 0),
(108, 108, 'post_tag', '', 0, 0),
(109, 109, 'post_tag', '', 0, 0),
(110, 110, 'post_tag', '', 0, 0),
(111, 111, 'post_tag', '', 0, 0),
(112, 112, 'post_tag', '', 0, 0),
(113, 113, 'post_tag', 'Tags posts about fun.', 0, 0),
(114, 114, 'post_tag', '', 0, 0),
(115, 115, 'post_tag', '', 0, 0),
(116, 116, 'post_tag', '', 0, 0),
(117, 117, 'post_tag', '', 0, 0),
(118, 118, 'post_tag', '', 0, 0),
(119, 119, 'post_tag', '', 0, 0),
(120, 120, 'post_tag', '', 0, 0),
(121, 121, 'post_tag', '', 0, 0),
(122, 122, 'post_tag', '', 0, 0),
(123, 123, 'post_tag', '', 0, 0),
(124, 124, 'post_tag', '', 0, 0),
(125, 125, 'post_tag', '', 0, 0),
(126, 126, 'post_tag', '', 0, 0),
(127, 127, 'post_tag', '', 0, 0),
(128, 128, 'post_tag', '', 0, 0),
(129, 129, 'post_tag', '', 0, 0),
(130, 130, 'post_tag', 'Tags posts about love.', 0, 0),
(131, 131, 'post_tag', '', 0, 0),
(132, 132, 'post_tag', '', 0, 0),
(133, 133, 'post_tag', '', 0, 0),
(134, 134, 'post_tag', '', 0, 0),
(135, 135, 'post_tag', '', 0, 0),
(136, 136, 'post_tag', '', 0, 0),
(137, 137, 'post_tag', 'Tags posts about motherships.', 0, 0),
(138, 138, 'post_tag', 'Tags posts about articles you must read.', 0, 0),
(139, 139, 'post_tag', 'Tags posts about that nailed it.', 0, 0),
(140, 140, 'post_tag', '', 0, 0),
(141, 141, 'post_tag', '', 0, 0),
(142, 142, 'post_tag', '', 0, 0),
(143, 143, 'post_tag', '', 0, 0),
(144, 144, 'post_tag', '', 0, 0),
(145, 145, 'post_tag', '', 0, 0),
(146, 146, 'post_tag', '', 0, 0),
(147, 147, 'post_tag', '', 0, 0),
(148, 148, 'post_tag', '', 0, 0),
(149, 149, 'post_tag', '', 0, 0),
(150, 150, 'post_tag', '', 0, 0),
(151, 151, 'post_tag', '', 0, 0),
(152, 152, 'post_tag', '', 0, 0),
(153, 153, 'post_tag', '', 0, 0),
(154, 154, 'post_tag', '', 0, 0),
(155, 155, 'post_tag', '', 0, 0),
(156, 156, 'post_tag', '', 0, 0),
(157, 157, 'post_tag', '', 0, 0),
(158, 158, 'post_tag', '', 0, 0),
(159, 159, 'post_tag', '', 0, 0),
(160, 160, 'post_tag', '', 0, 0),
(161, 161, 'post_tag', '', 0, 0),
(162, 162, 'post_tag', '', 0, 0),
(163, 163, 'post_tag', '', 0, 0),
(164, 164, 'post_tag', '', 0, 0),
(165, 165, 'post_tag', '', 0, 0),
(166, 166, 'post_tag', 'Tags posts about success.', 0, 0),
(167, 167, 'post_tag', 'Tags posts about swagger.', 0, 0),
(168, 168, 'post_tag', '', 0, 0),
(169, 169, 'post_tag', '', 0, 0),
(170, 170, 'post_tag', '', 0, 0),
(171, 171, 'post_tag', '', 0, 0),
(172, 172, 'post_tag', '', 0, 0),
(173, 173, 'post_tag', '', 0, 0),
(174, 174, 'post_tag', 'Tags posts about tags. #inception', 0, 0),
(175, 175, 'post_tag', '', 0, 0),
(176, 176, 'post_tag', '', 0, 0),
(177, 177, 'post_tag', '', 0, 0),
(178, 178, 'post_tag', '', 0, 0),
(179, 179, 'post_tag', '', 0, 0),
(180, 180, 'post_tag', '', 0, 0),
(181, 181, 'post_tag', '', 0, 0),
(182, 182, 'post_tag', '', 0, 0),
(183, 183, 'post_tag', '', 0, 0),
(184, 184, 'post_tag', 'Tags posts about things that cannot be unseen.', 0, 0),
(185, 185, 'post_tag', '', 0, 0),
(186, 186, 'post_tag', '', 0, 0),
(187, 187, 'post_tag', '', 0, 0),
(188, 188, 'post_tag', 'Tags posts about WordPress.', 0, 0),
(189, 189, 'post_tag', '', 0, 0),
(190, 190, 'post_tag', '', 0, 0),
(191, 191, 'nav_menu', '', 0, 10),
(192, 192, 'nav_menu', '', 0, 0),
(193, 193, 'nav_menu', '', 0, 0),
(194, 194, 'nav_menu', '', 0, 5),
(195, 195, 'nav_menu', '', 0, 3),
(196, 196, 'nav_menu', '', 0, 4),
(197, 197, 'nav_menu', '', 0, 3),
(198, 198, 'nav_menu', '', 0, 8),
(199, 199, 'nav_menu', '', 0, 39),
(200, 200, 'post_format', '', 0, 0),
(201, 201, 'post_format', '', 0, 0),
(202, 202, 'post_format', '', 0, 0),
(203, 203, 'post_format', '', 0, 0),
(204, 204, 'post_format', '', 0, 0),
(205, 205, 'post_format', '', 0, 0),
(206, 206, 'post_format', '', 0, 0),
(207, 207, 'post_format', '', 0, 0),
(208, 208, 'post_format', '', 0, 0),
(209, 209, 'category', '', 0, 7),
(210, 210, 'category', '', 0, 2),
(211, 211, 'category', '', 0, 1),
(212, 212, 'category', '', 0, 2),
(213, 213, 'category', '', 0, 7),
(214, 214, 'category', '', 0, 7),
(215, 215, 'category', '', 0, 7),
(216, 216, 'category', '', 0, 7),
(217, 217, 'category', '', 0, 2),
(218, 218, 'category', '', 0, 0),
(219, 219, 'category', '', 0, 0),
(220, 220, 'category', '', 0, 4),
(221, 221, 'category', '', 0, 19),
(222, 222, 'category', '', 0, 20),
(223, 223, 'nav_menu', '', 0, 40),
(224, 224, 'post_tag', '', 0, 3),
(225, 225, 'post_tag', '', 0, 2),
(226, 226, 'post_tag', '', 0, 1),
(227, 227, 'post_tag', '', 0, 1),
(228, 228, 'post_tag', '', 0, 1),
(229, 229, 'post_tag', '', 0, 1),
(230, 230, 'post_tag', '', 0, 1),
(231, 231, 'post_tag', '', 0, 1),
(232, 232, 'post_tag', '', 0, 2),
(233, 233, 'post_tag', '', 0, 1),
(234, 234, 'post_tag', '', 0, 1),
(235, 235, 'post_tag', '', 0, 1),
(236, 236, 'post_tag', '', 0, 1),
(237, 237, 'post_tag', '', 0, 1),
(238, 238, 'post_tag', '', 0, 2),
(239, 239, 'post_tag', '', 0, 1),
(240, 240, 'post_tag', '', 0, 2),
(241, 241, 'post_tag', '', 0, 1),
(242, 242, 'post_tag', '', 0, 1),
(243, 243, 'post_tag', '', 0, 1),
(244, 244, 'post_tag', '', 0, 1),
(246, 246, 'post_tag', '', 0, 1),
(247, 247, 'category', '', 0, 7),
(248, 248, 'post_tag', '', 0, 0),
(249, 249, 'post_tag', '', 0, 0),
(250, 250, 'post_tag', '', 0, 1),
(251, 251, 'post_tag', '', 0, 1),
(252, 252, 'post_tag', '', 0, 1),
(253, 253, 'post_tag', '', 0, 1),
(254, 254, 'post_tag', '', 0, 1),
(255, 255, 'post_tag', '', 0, 3),
(256, 256, 'post_tag', '', 0, 3),
(257, 257, 'post_tag', '', 0, 3),
(258, 258, 'post_tag', '', 0, 3),
(259, 259, 'category', '', 0, 19),
(260, 260, 'post_tag', '', 0, 2),
(261, 261, 'post_tag', '', 0, 1),
(262, 262, 'post_tag', '', 0, 1),
(263, 263, 'category', '', 0, 5),
(264, 264, 'post_tag', '', 0, 2),
(265, 265, 'post_tag', '', 0, 1),
(266, 266, 'post_tag', '', 0, 1),
(267, 267, 'post_tag', '', 0, 1),
(268, 268, 'post_tag', '', 0, 0),
(269, 269, 'post_tag', '', 0, 0),
(270, 270, 'post_tag', '', 0, 0),
(271, 271, 'post_tag', '', 0, 1),
(272, 272, 'post_tag', '', 0, 1),
(273, 273, 'post_tag', '', 0, 1),
(274, 274, 'category', '', 0, 2),
(275, 275, 'post_tag', '', 0, 2),
(276, 276, 'post_tag', '', 0, 1),
(277, 277, 'post_tag', '', 0, 1),
(278, 278, 'post_tag', '', 0, 2),
(279, 279, 'post_tag', '', 0, 1),
(280, 280, 'post_tag', '', 0, 1),
(281, 281, 'post_tag', '', 0, 2),
(282, 282, 'category', '', 0, 18),
(283, 283, 'post_tag', '', 0, 1),
(284, 284, 'post_tag', '', 0, 1),
(285, 285, 'post_tag', '', 0, 1),
(286, 286, 'post_tag', '', 0, 1),
(287, 287, 'post_tag', '', 0, 1),
(288, 288, 'category', '', 0, 13),
(289, 289, 'post_tag', '', 0, 1),
(290, 290, 'post_tag', '', 0, 3),
(291, 291, 'post_tag', '', 0, 1),
(292, 292, 'post_tag', '', 0, 1),
(293, 293, 'post_tag', '', 0, 1),
(294, 294, 'post_tag', '', 0, 1),
(295, 295, 'post_tag', '', 0, 1),
(296, 296, 'post_tag', '', 0, 1),
(297, 297, 'post_tag', '', 0, 1),
(298, 298, 'post_tag', '', 0, 1),
(299, 299, 'post_tag', '', 0, 1),
(300, 300, 'post_tag', '', 0, 1),
(301, 301, 'post_tag', '', 0, 1),
(302, 302, 'post_tag', '', 0, 1),
(303, 303, 'post_tag', '', 0, 1),
(304, 304, 'post_tag', '', 0, 1),
(305, 305, 'post_tag', '', 0, 2),
(306, 306, 'post_tag', '', 0, 1),
(307, 307, 'post_tag', '', 0, 1),
(308, 308, 'post_tag', '', 0, 1),
(309, 309, 'post_tag', '', 0, 1),
(310, 310, 'post_tag', '', 0, 2),
(311, 311, 'post_tag', '', 0, 1),
(312, 312, 'post_tag', '', 0, 1),
(313, 313, 'post_tag', '', 0, 4),
(314, 314, 'post_tag', '', 0, 1),
(315, 315, 'post_tag', '', 0, 1),
(316, 316, 'post_tag', '', 0, 1),
(317, 317, 'post_tag', '', 0, 1),
(318, 318, 'post_tag', '', 0, 1),
(319, 319, 'post_tag', '', 0, 1),
(320, 320, 'post_tag', '', 0, 1),
(321, 321, 'post_tag', '', 0, 1),
(322, 322, 'post_tag', '', 0, 1),
(323, 323, 'post_tag', '', 0, 1),
(324, 324, 'post_tag', '', 0, 1),
(325, 325, 'post_tag', '', 0, 1),
(326, 326, 'post_tag', '', 0, 1),
(327, 327, 'post_tag', '', 0, 1),
(328, 328, 'post_tag', '', 0, 0),
(329, 329, 'post_tag', '', 0, 1),
(330, 330, 'post_tag', '', 0, 1),
(331, 331, 'post_tag', '', 0, 1),
(332, 332, 'post_tag', '', 0, 1),
(333, 333, 'post_tag', '', 0, 1),
(334, 334, 'post_tag', '', 0, 1),
(335, 335, 'post_tag', '', 0, 1),
(336, 336, 'post_tag', '', 0, 1),
(337, 337, 'post_tag', '', 0, 1),
(338, 338, 'post_tag', '', 0, 1),
(339, 339, 'post_tag', '', 0, 1),
(340, 340, 'post_tag', '', 0, 1),
(341, 341, 'post_tag', '', 0, 1),
(342, 342, 'post_tag', '', 0, 1),
(343, 343, 'post_tag', '', 0, 2),
(344, 344, 'post_tag', '', 0, 1),
(345, 345, 'post_tag', '', 0, 1),
(346, 346, 'post_tag', '', 0, 1),
(347, 347, 'post_tag', '', 0, 1),
(348, 348, 'post_tag', '', 0, 1),
(349, 349, 'post_tag', '', 0, 1),
(350, 350, 'post_tag', '', 0, 1),
(351, 351, 'post_tag', '', 0, 1),
(352, 352, 'post_tag', '', 0, 1),
(353, 353, 'post_tag', '', 0, 1),
(354, 354, 'post_tag', '', 0, 1),
(355, 355, 'post_tag', '', 0, 1),
(356, 356, 'post_tag', '', 0, 1),
(357, 357, 'post_tag', '', 0, 1),
(358, 358, 'post_tag', '', 0, 1),
(359, 359, 'post_tag', '', 0, 1),
(360, 360, 'post_tag', '', 0, 1),
(361, 361, 'post_tag', '', 0, 1),
(362, 362, 'category', 'यामध्ये तुम्हाला इयत्ता बारावीच्या प्रश्नपत्रिका, पुस्तके PDF व या विषयाचे व्हिडिओ तुम्हाला उपलब्ध होतील. ज्याद्वारे तुम्ही आपले स्वयंअध्ययन पूर्ण करू शकाल.', 220, 3),
(363, 363, 'category', '', 220, 0),
(364, 364, 'category', '', 219, 0),
(365, 365, 'category', '', 220, 0),
(366, 366, 'category', '', 220, 0),
(367, 367, 'category', '', 220, 0),
(368, 368, 'category', '', 220, 0),
(369, 369, 'category', '', 220, 0),
(370, 370, 'category', '', 220, 0),
(371, 371, 'category', '', 220, 0),
(372, 372, 'category', '', 220, 0),
(373, 373, 'category', '', 220, 0),
(374, 374, 'category', '', 220, 1),
(375, 375, 'category', '', 219, 0),
(376, 376, 'category', '', 219, 0),
(377, 377, 'post_tag', '', 0, 1),
(378, 378, 'post_tag', '', 0, 1),
(379, 379, 'post_tag', '', 0, 1),
(380, 380, 'post_tag', '', 0, 1),
(381, 381, 'post_tag', '', 0, 1),
(382, 382, 'post_tag', '', 0, 1),
(383, 383, 'post_tag', '', 0, 1),
(384, 384, 'post_tag', '', 0, 1),
(385, 385, 'post_tag', '', 0, 1),
(386, 386, 'post_tag', '', 0, 1),
(387, 387, 'post_tag', '', 0, 1),
(388, 388, 'post_tag', '', 0, 1),
(389, 389, 'post_tag', '', 0, 1),
(390, 390, 'category', '', 263, 0),
(391, 391, 'category', '', 263, 1),
(392, 392, 'category', '', 263, 3),
(393, 393, 'post_tag', '', 0, 1),
(394, 394, 'post_tag', '', 0, 1),
(395, 395, 'post_tag', '', 0, 1),
(396, 396, 'post_tag', '', 0, 1),
(397, 397, 'post_tag', '', 0, 1),
(398, 398, 'post_tag', '', 0, 1),
(399, 399, 'post_tag', '', 0, 1),
(400, 400, 'post_tag', '', 0, 1),
(401, 401, 'post_tag', '', 0, 1),
(402, 402, 'post_tag', '', 0, 1),
(403, 403, 'post_tag', '', 0, 2),
(404, 404, 'post_tag', '', 0, 0),
(405, 405, 'post_tag', '', 0, 2),
(406, 406, 'post_tag', '', 0, 2),
(407, 407, 'post_tag', '', 0, 3),
(408, 408, 'post_tag', '', 0, 2),
(409, 409, 'post_tag', '', 0, 1),
(410, 410, 'post_tag', '', 0, 2),
(411, 411, 'post_tag', '', 0, 0),
(412, 412, 'post_tag', '', 0, 0),
(413, 413, 'post_tag', '', 0, 0),
(414, 414, 'post_tag', '', 0, 0),
(415, 415, 'post_tag', '', 0, 0),
(416, 416, 'post_tag', '', 0, 0),
(417, 417, 'post_tag', '', 0, 0),
(418, 418, 'post_tag', '', 0, 0),
(419, 419, 'post_tag', '', 0, 0),
(420, 420, 'post_tag', '', 0, 0),
(421, 421, 'post_tag', '', 0, 0),
(422, 422, 'post_tag', '', 0, 0),
(423, 423, 'post_tag', '', 0, 0),
(424, 424, 'post_tag', '', 0, 0),
(425, 425, 'post_tag', '', 0, 0),
(426, 426, 'post_tag', '', 0, 0),
(427, 427, 'post_tag', '', 0, 0),
(428, 428, 'post_tag', '', 0, 0),
(429, 429, 'post_tag', '', 0, 0),
(430, 430, 'post_tag', '', 0, 0),
(431, 431, 'post_tag', '', 0, 0),
(432, 432, 'post_tag', '', 0, 0),
(433, 433, 'post_tag', '', 0, 0),
(434, 434, 'post_tag', '', 0, 0),
(435, 435, 'post_tag', '', 0, 0),
(436, 436, 'post_tag', '', 0, 0),
(437, 437, 'post_tag', '', 0, 0),
(438, 438, 'post_tag', '', 0, 0),
(439, 439, 'post_tag', '', 0, 1),
(440, 440, 'post_tag', '', 0, 1),
(441, 441, 'post_tag', '', 0, 3),
(442, 442, 'post_tag', '', 0, 3),
(443, 443, 'post_tag', '', 0, 1),
(444, 444, 'post_tag', '', 0, 0),
(445, 445, 'post_tag', '', 0, 0),
(446, 446, 'post_tag', '', 0, 1),
(447, 447, 'post_tag', '', 0, 2),
(448, 448, 'post_tag', '', 0, 5),
(449, 449, 'post_tag', '', 0, 5),
(450, 450, 'post_tag', '', 0, 0),
(451, 451, 'post_tag', '', 0, 3),
(452, 452, 'post_tag', '', 0, 0),
(453, 453, 'post_tag', '', 0, 0),
(454, 454, 'post_tag', '', 0, 0),
(455, 455, 'post_tag', '', 0, 3),
(456, 456, 'post_tag', '', 0, 1),
(457, 457, 'post_tag', '', 0, 2),
(458, 458, 'post_tag', '', 0, 2),
(459, 459, 'post_tag', '', 0, 2),
(460, 460, 'post_tag', '', 0, 2),
(461, 461, 'post_tag', '', 0, 2),
(462, 462, 'post_tag', '', 0, 3),
(463, 463, 'post_tag', '', 0, 4),
(464, 464, 'post_tag', '', 0, 16),
(465, 465, 'post_tag', '', 0, 16),
(466, 466, 'post_tag', '', 0, 16),
(467, 467, 'post_tag', '', 0, 16),
(468, 468, 'post_tag', '', 0, 6),
(469, 469, 'post_tag', '', 0, 2),
(470, 470, 'post_tag', '', 0, 1),
(471, 471, 'post_tag', '', 0, 3),
(472, 472, 'post_tag', '', 0, 2),
(473, 473, 'post_tag', '', 0, 1),
(474, 474, 'post_tag', '', 0, 1),
(475, 475, 'post_tag', '', 0, 1),
(476, 476, 'post_tag', '', 0, 1),
(477, 477, 'post_tag', '', 0, 2),
(478, 478, 'post_tag', '', 0, 2),
(479, 479, 'post_tag', '', 0, 2),
(480, 480, 'post_tag', '', 0, 1),
(481, 481, 'post_tag', '', 0, 1),
(482, 482, 'post_tag', '', 0, 1),
(483, 483, 'post_tag', '', 0, 1),
(484, 484, 'post_tag', '', 0, 1),
(485, 485, 'post_tag', '', 0, 0),
(486, 486, 'post_tag', '', 0, 0),
(487, 487, 'post_tag', '', 0, 1),
(488, 488, 'post_tag', '', 0, 1),
(489, 489, 'post_tag', '', 0, 1),
(490, 490, 'post_tag', '', 0, 0),
(491, 491, 'post_tag', '', 0, 1),
(492, 492, 'post_tag', '', 0, 1),
(493, 493, 'post_tag', '', 0, 1),
(494, 494, 'post_tag', '', 0, 1),
(495, 495, 'post_tag', '', 0, 1),
(496, 496, 'post_tag', '', 0, 1),
(497, 497, 'post_tag', '', 0, 1),
(498, 498, 'post_tag', '', 0, 1),
(499, 499, 'post_tag', '', 0, 1),
(500, 500, 'post_tag', '', 0, 1),
(501, 501, 'post_tag', '', 0, 1),
(502, 502, 'post_tag', '', 0, 1),
(503, 503, 'post_tag', '', 0, 1),
(504, 504, 'post_tag', '', 0, 1),
(505, 505, 'post_tag', '', 0, 0),
(506, 506, 'post_tag', '', 0, 1),
(507, 507, 'post_tag', '', 0, 1),
(508, 508, 'post_tag', '', 0, 1),
(509, 509, 'post_tag', '', 0, 1),
(510, 510, 'post_tag', '', 0, 1),
(511, 511, 'category', '', 214, 2),
(512, 512, 'category', '', 511, 1),
(513, 513, 'post_tag', '', 0, 1),
(514, 514, 'post_tag', '', 0, 1),
(515, 515, 'post_tag', '', 0, 1),
(516, 516, 'post_tag', '', 0, 1),
(517, 517, 'post_tag', '', 0, 1),
(518, 518, 'post_tag', '', 0, 1),
(519, 519, 'post_tag', '', 0, 1),
(520, 520, 'post_tag', '', 0, 1),
(521, 521, 'category', '', 511, 1),
(522, 522, 'post_tag', '', 0, 1),
(523, 523, 'post_tag', '', 0, 1),
(524, 524, 'post_tag', '', 0, 1),
(525, 525, 'post_tag', '', 0, 1),
(526, 526, 'post_tag', '', 0, 1),
(527, 527, 'post_tag', '', 0, 1),
(528, 528, 'post_tag', '', 0, 1),
(529, 529, 'post_tag', '', 0, 1),
(530, 530, 'post_tag', '', 0, 1),
(531, 531, 'post_tag', '', 0, 1),
(532, 532, 'post_tag', '', 0, 1),
(533, 533, 'post_tag', '', 0, 1),
(534, 534, 'post_tag', '', 0, 1),
(535, 535, 'post_tag', '', 0, 1),
(536, 536, 'post_tag', '', 0, 1),
(537, 537, 'post_tag', '', 0, 0),
(538, 538, 'post_tag', '', 0, 1),
(539, 539, 'post_tag', '', 0, 1),
(540, 540, 'post_tag', '', 0, 1),
(541, 541, 'category', '', 213, 1),
(542, 542, 'post_tag', '', 0, 1),
(543, 543, 'post_tag', '', 0, 1),
(544, 544, 'post_tag', '', 0, 1),
(545, 545, 'post_tag', '', 0, 1),
(546, 546, 'post_tag', '', 0, 1),
(547, 547, 'post_tag', '', 0, 1),
(548, 548, 'post_tag', '', 0, 1),
(549, 549, 'post_tag', '', 0, 1),
(550, 550, 'post_tag', '', 0, 1);

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

--
-- Table structure for table `wpqe_usermeta`
--

CREATE TABLE `wpqe_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_usermeta`
--

INSERT INTO `wpqe_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, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpqe_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpqe_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(17, 1, 'wpqe_user-settings', 'libraryContent=browse&editor=tinymce&align=left&hidetb=1&imgsize=full&urlbutton=file'),
(18, 1, 'wpqe_user-settings-time', '1588901608'),
(19, 1, 'wpqe_dashboard_quick_press_last_post_id', '2779'),
(20, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"157.33.170.0\";}'),
(21, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(22, 1, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:\"add-post_tag\";}'),
(23, 1, '_woocommerce_tracks_anon_id', 'woo:KANVo3RQepHh/JTpVRua+qQZ'),
(24, 1, 'wc_last_active', '1588896000'),
(25, 1, 'nav_menu_recently_edited', '223'),
(27, 1, 'jetpack_tracks_anon_id', 'jetpack:XX8EYE3TxJ5FyiD0TAfZJlkm'),
(28, 1, 'jetpack_tracks_wpcom_id', '183490867'),
(30, 1, '_order_count', '0'),
(32, 1, '_yoast_wpseo_profile_updated', '1588049113'),
(53, 1, 'session_tokens', 'a:10:{s:64:\"a0fa72a56081a8273546c2375251791e53323527d0228acd338081a74cba66ef\";a:4:{s:10:\"expiration\";i:1589598609;s:2:\"ip\";s:14:\"157.33.145.165\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:5:\"login\";i:1588389009;}s:64:\"5284f205a696d467048295b137ee6fd7d0598e09291f3ebdbf523e98461d759d\";a:4:{s:10:\"expiration\";i:1589602114;s:2:\"ip\";s:14:\"157.33.145.165\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:5:\"login\";i:1588392514;}s:64:\"867a2677de7b78d0403e456374d1614662395e90fcbedbcea75acb56e89f7f13\";a:4:{s:10:\"expiration\";i:1589608590;s:2:\"ip\";s:14:\"157.33.145.165\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:5:\"login\";i:1588398990;}s:64:\"4f20da17b1c798a5b64b9238dfbd8feb6cbf67e8ecddccee520d074a06f0518f\";a:4:{s:10:\"expiration\";i:1589073200;s:2:\"ip\";s:12:\"157.47.19.23\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1588900400;}s:64:\"e77242e15d1c55cef34e92fbf56e2721c09d941b1d694e6d13edb1b6e78778ed\";a:4:{s:10:\"expiration\";i:1589080024;s:2:\"ip\";s:12:\"157.47.19.23\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Linux; Android 8.1.0; SM-G615F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36\";s:5:\"login\";i:1588907224;}s:64:\"525968013859daa621772f056d4bf03e27b8afdc4dedf920d9d6c3daaab01966\";a:4:{s:10:\"expiration\";i:1589088857;s:2:\"ip\";s:12:\"157.47.18.99\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Linux; Android 8.1.0; SM-G615F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36\";s:5:\"login\";i:1588916057;}s:64:\"a6d68e3494fa1ee97e44ac0673f3f33adf6a94231a2cdafa2d4bcf53f4a38707\";a:4:{s:10:\"expiration\";i:1589122886;s:2:\"ip\";s:13:\"157.47.11.147\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1588950086;}s:64:\"c58a5fb5538c63bb08b20c0822d21695112c7a8f8cf30c921e2389cc907b4709\";a:4:{s:10:\"expiration\";i:1589126617;s:2:\"ip\";s:13:\"157.47.11.147\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1588953817;}s:64:\"0072043f16129f9da296ae44ca91c4adef37d77d36dfbea2f9b229349b90cdd8\";a:4:{s:10:\"expiration\";i:1589133740;s:2:\"ip\";s:13:\"157.47.11.147\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1588960940;}s:64:\"8fbdb40765dea198338823d4bb593482895f43a1f396df9e4484d376c65b8307\";a:4:{s:10:\"expiration\";i:1589187144;s:2:\"ip\";s:14:\"157.33.170.247\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36\";s:5:\"login\";i:1589014344;}}'),
(71, 1, 'wpqe_media_library_mode', 'list'),
(91, 1, 'closedpostboxes_attachment', 'a:0:{}'),
(92, 1, 'metaboxhidden_attachment', 'a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),
(100, 1, 'wpqe_yoast_notifications', 'a:1:{i:0;a:2:{s:7:\"message\";s:432:\"Yoast SEO and WooCommerce can work together a lot better by adding a helper plugin. Please install Yoast WooCommerce SEO to make your life better. <a href=\"https://yoa.st/1o0?php_version=7.3&platform=wordpress&platform_version=5.4.1&software=free&software_version=14.0.4&days_active=30plus&user_language=en_US\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:5:\"admin\";s:9:\"user_pass\";s:34:\"$P$B30FYOYvNzT1yPJtbvIzr2q41qhI0F1\";s:13:\"user_nicename\";s:5:\"admin\";s:10:\"user_email\";s:21:\"admin@connectivism.in\";s:8:\"user_url\";s:23:\"https://connectivism.in\";s:15:\"user_registered\";s:19:\"2020-04-06 13:09:16\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"admin\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wpqe_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:126:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:14:\"wpProQuiz_show\";b:1;s:18:\"wpProQuiz_add_quiz\";b:1;s:19:\"wpProQuiz_edit_quiz\";b:1;s:21:\"wpProQuiz_delete_quiz\";b:1;s:25:\"wpProQuiz_show_statistics\";b:1;s:26:\"wpProQuiz_reset_statistics\";b:1;s:16:\"wpProQuiz_import\";b:1;s:16:\"wpProQuiz_export\";b:1;s:25:\"wpProQuiz_change_settings\";b:1;s:22:\"wpProQuiz_toplist_edit\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(128, 1, 'meta-box-order_dashboard', 'a:4:{s:6:\"normal\";s:151:\"dashboard_site_health,dashboard_right_now,dashboard_activity,wpseo-dashboard-overview,woocommerce_dashboard_recent_reviews,woocommerce_dashboard_status\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),
(131, 1, 'closedpostboxes_product', 'a:0:{}'),
(132, 1, 'metaboxhidden_product', 'a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}');

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

--
-- Table structure for table `wpqe_users`
--

CREATE TABLE `wpqe_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_users`
--

INSERT INTO `wpqe_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$B30FYOYvNzT1yPJtbvIzr2q41qhI0F1', 'admin', 'admin@connectivism.in', 'https://connectivism.in', '2020-04-06 13:09:16', '', 0, 'admin');

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

--
-- Table structure for table `wpqe_wc_admin_notes`
--

CREATE TABLE `wpqe_wc_admin_notes` (
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `locale` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `content_data` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_wc_admin_notes`
--

INSERT INTO `wpqe_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `icon`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`) VALUES
(1, 'wc-admin-welcome-note', 'info', 'en_US', 'New feature(s)', 'Welcome to the new WooCommerce experience! In this new release you\'ll be able to have a glimpse of how your store is doing in the Dashboard, manage important aspects of your business (such as managing orders, stock, reviews) from anywhere in the interface, dive into your store data with a completely new Analytics section and more!', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-04-07 07:06:17', NULL, 0),
(2, 'wc-admin-store-notice-setting-moved', 'info', 'en_US', 'Looking for the Store Notice setting?', 'It can now be found in the Customizer.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-04-07 07:06:17', NULL, 0),
(3, 'wc-admin-add-first-product', 'info', 'en_US', 'Add your first product', 'Grow your revenue by adding products to your store. Add products manually, import from a sheet, or migrate from another platform.', 'product', '{}', 'unactioned', 'woocommerce-admin', '2020-04-07 07:06:17', NULL, 0),
(4, 'wc-admin-wc-helper-connection', 'info', 'en_US', 'Connect to WooCommerce.com', 'Connect to get important product notifications and updates.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-04-07 07:06:17', NULL, 0),
(5, 'wc-admin-onboarding-profiler-reminder', 'update', 'en_US', 'Welcome to WooCommerce! Set up your store and start selling', 'We\'re here to help you going through the most important steps to get your store up and running.', 'info', '{}', 'actioned', 'woocommerce-admin', '2020-04-07 10:44:47', NULL, 0),
(6, 'wc-admin-mobile-app', 'info', 'en_US', 'Install Woo mobile app', 'Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.', 'phone', '{}', 'unactioned', 'woocommerce-admin', '2020-04-09 07:17:27', NULL, 0),
(7, 'wc-admin-onboarding-email-marketing', 'info', 'en_US', 'Tips, product updates, and inspiration', 'We\'re here for you — get tips, product updates, and inspiration straight to your mailbox.', 'mail', '{}', 'unactioned', 'woocommerce-admin', '2020-04-09 07:17:27', NULL, 0),
(8, 'wc-admin-store-notice-giving-feedback', 'info', 'en_US', 'Review your experience', 'If you like WooCommerce Admin please leave us a 5 star rating. A huge thanks in advance!', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-04-10 07:11:31', NULL, 0),
(9, 'wc-admin-facebook-extension', 'info', 'en_US', 'Market on Facebook', 'Grow your business by targeting the right people and driving sales with Facebook. You can install this free extension now.', 'thumbs-up', '{}', 'unactioned', 'woocommerce-admin', '2020-04-10 07:11:31', NULL, 0);

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

--
-- Table structure for table `wpqe_wc_admin_note_actions`
--

CREATE TABLE `wpqe_wc_admin_note_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `query` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_wc_admin_note_actions`
--

INSERT INTO `wpqe_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `is_primary`) VALUES
(1, 1, 'learn-more', 'Learn more', 'https://woocommerce.wordpress.com/', 'actioned', 0),
(2, 2, 'open-customizer', 'Open Customizer', 'customize.php', 'actioned', 0),
(3, 3, 'add-a-product', 'Add a product', 'https://connectivism.in/wp-admin/post-new.php?post_type=product', 'actioned', 1),
(4, 4, 'connect', 'Connect', '?page=wc-addons&section=helper', 'actioned', 0),
(5, 5, 'continue-profiler', 'Continue Store Setup', 'https://connectivism.in/wp-admin/admin.php?page=wc-admin&enable_onboarding=1', 'unactioned', 1),
(6, 5, 'skip-profiler', 'Skip Setup', 'https://connectivism.in/wp-admin/admin.php?page=wc-admin&reset_profiler=0', 'actioned', 0),
(7, 6, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/', 'actioned', 0),
(8, 7, 'yes-please', 'Yes please!', 'https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&amp;id=13860df971&amp;SIGNUPPAGE=plugin', 'actioned', 0),
(9, 8, 'share-feedback', 'Review', 'https://wordpress.org/support/plugin/woocommerce-admin/reviews/?rate=5#new-post', 'actioned', 0),
(10, 9, 'learn-more', 'Learn more', 'https://woocommerce.com/products/facebook/', 'unactioned', 0),
(11, 9, 'install-now', 'Install now', '', 'unactioned', 1);

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

--
-- Table structure for table `wpqe_wc_category_lookup`
--

CREATE TABLE `wpqe_wc_category_lookup` (
  `category_tree_id` bigint(20) UNSIGNED NOT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_wc_category_lookup`
--

INSERT INTO `wpqe_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES
(15, 15);

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

--
-- Table structure for table `wpqe_wc_customer_lookup`
--

CREATE TABLE `wpqe_wc_customer_lookup` (
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `username` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `first_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `postcode` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `state` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_wc_download_log`
--

CREATE TABLE `wpqe_wc_download_log` (
  `download_log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_wc_order_coupon_lookup`
--

CREATE TABLE `wpqe_wc_order_coupon_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `coupon_id` bigint(20) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_wc_order_product_lookup`
--

CREATE TABLE `wpqe_wc_order_product_lookup` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `variation_id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_wc_order_stats`
--

CREATE TABLE `wpqe_wc_order_stats` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `total_sales` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_wc_order_tax_lookup`
--

CREATE TABLE `wpqe_wc_order_tax_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_wc_product_meta_lookup`
--

CREATE TABLE `wpqe_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT 'taxable',
  `tax_class` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_wc_tax_rate_classes`
--

CREATE TABLE `wpqe_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_wc_tax_rate_classes`
--

INSERT INTO `wpqe_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES
(1, 'Reduced rate', 'reduced-rate'),
(2, 'Zero rate', 'zero-rate');

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

--
-- Table structure for table `wpqe_wc_webhooks`
--

CREATE TABLE `wpqe_wc_webhooks` (
  `webhook_id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_woocommerce_api_keys`
--

CREATE TABLE `wpqe_woocommerce_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_woocommerce_attribute_taxonomies`
--

CREATE TABLE `wpqe_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `wpqe_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_woocommerce_log`
--

CREATE TABLE `wpqe_woocommerce_log` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_woocommerce_order_itemmeta`
--

CREATE TABLE `wpqe_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_woocommerce_order_items`
--

CREATE TABLE `wpqe_woocommerce_order_items` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_woocommerce_payment_tokenmeta`
--

CREATE TABLE `wpqe_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `payment_token_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_woocommerce_payment_tokens`
--

CREATE TABLE `wpqe_woocommerce_payment_tokens` (
  `token_id` bigint(20) UNSIGNED NOT NULL,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_woocommerce_sessions`
--

CREATE TABLE `wpqe_woocommerce_sessions` (
  `session_id` bigint(20) UNSIGNED NOT NULL,
  `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_expiry` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_woocommerce_sessions`
--

INSERT INTO `wpqe_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(232, '1', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:713:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"MH\";s:7:\"country\";s:2:\"IN\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"MH\";s:16:\"shipping_country\";s:2:\"IN\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:21:\"admin@connectivism.in\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}', 1588948605);

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

--
-- Table structure for table `wpqe_woocommerce_shipping_zones`
--

CREATE TABLE `wpqe_woocommerce_shipping_zones` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `zone_order` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_woocommerce_shipping_zones`
--

INSERT INTO `wpqe_woocommerce_shipping_zones` (`zone_id`, `zone_name`, `zone_order`) VALUES
(1, 'India', 0);

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

--
-- Table structure for table `wpqe_woocommerce_shipping_zone_locations`
--

CREATE TABLE `wpqe_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_woocommerce_shipping_zone_locations`
--

INSERT INTO `wpqe_woocommerce_shipping_zone_locations` (`location_id`, `zone_id`, `location_code`, `location_type`) VALUES
(1, 1, 'IN', 'country');

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

--
-- Table structure for table `wpqe_woocommerce_shipping_zone_methods`
--

CREATE TABLE `wpqe_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `instance_id` bigint(20) UNSIGNED NOT NULL,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `method_order` bigint(20) UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_woocommerce_shipping_zone_methods`
--

INSERT INTO `wpqe_woocommerce_shipping_zone_methods` (`zone_id`, `instance_id`, `method_id`, `method_order`, `is_enabled`) VALUES
(1, 1, 'flat_rate', 1, 1);

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

--
-- Table structure for table `wpqe_woocommerce_tax_rates`
--

CREATE TABLE `wpqe_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_woocommerce_tax_rate_locations`
--

CREATE TABLE `wpqe_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_wp_pro_quiz_category`
--

CREATE TABLE `wpqe_wp_pro_quiz_category` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(200) NOT NULL,
  `type` enum('QUESTION','QUIZ') NOT NULL DEFAULT 'QUESTION'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpqe_wp_pro_quiz_category`
--

INSERT INTO `wpqe_wp_pro_quiz_category` (`category_id`, `category_name`, `type`) VALUES
(1, 'अंगणवाडी', 'QUIZ'),
(2, 'NURSERY', 'QUIZ'),
(3, 'JUNIOR KG', 'QUIZ'),
(4, 'SENIOR KG', 'QUIZ'),
(5, 'TASTE', 'QUESTION'),
(6, 'बालआनंद', 'QUIZ'),
(7, 'प्राणी', 'QUESTION'),
(8, 'फळे फुले भाज्या', 'QUESTION'),
(9, 'पहिली गणित', 'QUIZ'),
(10, '१ ते १०० संख्या', 'QUESTION'),
(11, 'दुसरी', 'QUIZ'),
(12, 'शब्द', 'QUESTION'),
(13, 'पाचवी', 'QUIZ'),
(14, 'SPELLING', 'QUESTION'),
(15, 'ARTICLES', 'QUIZ'),
(16, 'ARTICLES', 'QUESTION'),
(17, 'तिसरी', 'QUIZ'),
(18, 'भूगोल', 'QUESTION'),
(19, 'मराठी व्याकरण', 'QUIZ'),
(20, 'स्पर्धा परीक्षा', 'QUIZ'),
(21, 'मराठी व्याकरण', 'QUESTION'),
(22, 'वाहने', 'QUESTION'),
(23, 'वस्तुनिष्ठ', 'QUIZ'),
(24, 'OBJECTIVE', 'QUESTION'),
(25, 'संख्यामाला', 'QUIZ');

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

--
-- Table structure for table `wpqe_wp_pro_quiz_form`
--

CREATE TABLE `wpqe_wp_pro_quiz_form` (
  `form_id` int(11) NOT NULL,
  `quiz_id` int(11) NOT NULL,
  `fieldname` varchar(100) NOT NULL,
  `type` tinyint(4) NOT NULL,
  `required` tinyint(1) UNSIGNED NOT NULL,
  `sort` tinyint(4) NOT NULL,
  `show_in_statistic` tinyint(1) UNSIGNED NOT NULL,
  `data` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpqe_wp_pro_quiz_lock`
--

CREATE TABLE `wpqe_wp_pro_quiz_lock` (
  `quiz_id` int(11) NOT NULL,
  `lock_ip` varchar(100) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `lock_type` tinyint(3) UNSIGNED NOT NULL,
  `lock_date` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpqe_wp_pro_quiz_master`
--

CREATE TABLE `wpqe_wp_pro_quiz_master` (
  `id` int(11) NOT NULL,
  `name` varchar(200) NOT NULL,
  `text` text NOT NULL,
  `result_text` text NOT NULL,
  `result_grade_enabled` tinyint(1) NOT NULL,
  `title_hidden` tinyint(1) NOT NULL,
  `btn_restart_quiz_hidden` tinyint(1) NOT NULL,
  `btn_view_question_hidden` tinyint(1) NOT NULL,
  `question_random` tinyint(1) NOT NULL,
  `answer_random` tinyint(1) NOT NULL,
  `time_limit` int(11) NOT NULL,
  `statistics_on` tinyint(1) NOT NULL,
  `statistics_ip_lock` int(10) UNSIGNED NOT NULL,
  `show_points` tinyint(1) NOT NULL,
  `quiz_run_once` tinyint(1) NOT NULL,
  `quiz_run_once_type` tinyint(4) NOT NULL,
  `quiz_run_once_cookie` tinyint(1) NOT NULL,
  `quiz_run_once_time` int(10) UNSIGNED NOT NULL,
  `numbered_answer` tinyint(1) NOT NULL,
  `hide_answer_message_box` tinyint(1) NOT NULL,
  `disabled_answer_mark` tinyint(1) NOT NULL,
  `show_max_question` tinyint(1) NOT NULL,
  `show_max_question_value` int(10) UNSIGNED NOT NULL,
  `show_max_question_percent` tinyint(1) NOT NULL,
  `toplist_activated` tinyint(1) NOT NULL,
  `toplist_data` text NOT NULL,
  `show_average_result` tinyint(1) NOT NULL,
  `prerequisite` tinyint(1) NOT NULL,
  `quiz_modus` tinyint(3) UNSIGNED NOT NULL,
  `show_review_question` tinyint(1) NOT NULL,
  `quiz_summary_hide` tinyint(1) NOT NULL,
  `skip_question_disabled` tinyint(1) NOT NULL,
  `email_notification` tinyint(3) UNSIGNED NOT NULL,
  `user_email_notification` tinyint(1) UNSIGNED NOT NULL,
  `show_category_score` tinyint(1) UNSIGNED NOT NULL,
  `hide_result_correct_question` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `hide_result_quiz_time` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `hide_result_points` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `autostart` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `forcing_question_solve` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `hide_question_position_overview` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `hide_question_numbering` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `form_activated` tinyint(1) UNSIGNED NOT NULL,
  `form_show_position` tinyint(3) UNSIGNED NOT NULL,
  `start_only_registered_user` tinyint(1) UNSIGNED NOT NULL,
  `questions_per_page` tinyint(3) UNSIGNED NOT NULL,
  `sort_categories` tinyint(1) UNSIGNED NOT NULL,
  `show_category` tinyint(1) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `admin_email` text NOT NULL,
  `user_email` text NOT NULL,
  `plugin_container` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpqe_wp_pro_quiz_master`
--

INSERT INTO `wpqe_wp_pro_quiz_master` (`id`, `name`, `text`, `result_text`, `result_grade_enabled`, `title_hidden`, `btn_restart_quiz_hidden`, `btn_view_question_hidden`, `question_random`, `answer_random`, `time_limit`, `statistics_on`, `statistics_ip_lock`, `show_points`, `quiz_run_once`, `quiz_run_once_type`, `quiz_run_once_cookie`, `quiz_run_once_time`, `numbered_answer`, `hide_answer_message_box`, `disabled_answer_mark`, `show_max_question`, `show_max_question_value`, `show_max_question_percent`, `toplist_activated`, `toplist_data`, `show_average_result`, `prerequisite`, `quiz_modus`, `show_review_question`, `quiz_summary_hide`, `skip_question_disabled`, `email_notification`, `user_email_notification`, `show_category_score`, `hide_result_correct_question`, `hide_result_quiz_time`, `hide_result_points`, `autostart`, `forcing_question_solve`, `hide_question_position_overview`, `hide_question_numbering`, `form_activated`, `form_show_position`, `start_only_registered_user`, `questions_per_page`, `sort_categories`, `show_category`, `category_id`, `admin_email`, `user_email`, `plugin_container`) VALUES
(1, 'बालआनंद 1', 'गटात न बसणारा पर्याय ओळखा.\r\nFIND THE ODD ONE OUT.', '<strong>CONGRATULATIONS !</strong>', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:1;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(2, 'संख्यावाचन', 'खालील संख्यांचे वाचन करा.', 'CONGRATULATIONS !', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:2;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(3, 'शब्द', 'खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.', 'CONGRATULATIONS !', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:3;s:15:\"toplistDataSort\";i:2;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(4, 'SPELLING', 'खालील शब्द इंग्रजीत लिहा.', 'CONGRATULATIONS !', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:1;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 13, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(5, 'ARTICLES', 'CHOOSE THE PROPER ARTICLE.', 'CONGRATULATIONS !', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:2;s:15:\"toplistDataSort\";i:2;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 15, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(6, 'दिशा', 'खालील प्रश्नांची उत्तरे द्या.', 'CONGRATULATIONS !', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:3;s:15:\"toplistDataSort\";i:2;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 17, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(7, 'विरुद्धार्थी शब्द', 'विरुद्धार्थी शब्द लिहा.', '', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:1;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(8, 'समानार्थी शब्द', 'समानार्थी शब्द लिहा.', 'CONGRATULATIONS !', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:1;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 20, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(9, 'युरोपातील प्रबोधन आणि विज्ञानाचा विकास 1', 'रिकाम्या जागा भरा.', '', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:2;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:100;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:107:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(10, 'Balanand 2', '<span style=\"color: #ff6600;\">खालील प्रश्न सोडवा.</span>\r\n<span style=\"color: #ff00ff;\">Solve the following questions.</span>', '<strong><span style=\"color: #33cccc;\">Congratulations !</span></strong>', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:1;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(11, 'Food : Where Does It Come From ?', 'Solve the following questions', '', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:2;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(12, 'More About Computers', 'Solve the following questions', '', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:2;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(13, 'युरोपातील प्रबोधन आणि विज्ञानाचा विकास - 2', 'रिकाम्या जागा भरा.', '', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:2;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(14, 'Our Earth And Our Solar System', 'Solve the following questions', '', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:2;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:10;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(15, 'संख्यामाला - 1', 'प्रश्नचिन्हाच्या जागी येणारी संख्या ओळखा. ', '', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:2;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:100;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}'),
(16, 'लोकसंख्या - 1', 'प्रश्न - उत्तराचा योग्य पर्याय निवडा.\r\n', '', 0, 0, 0, 0, 0, 1, 0, 0, 1440, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 'a:8:{s:25:\"toplistDataAddPermissions\";i:1;s:15:\"toplistDataSort\";i:2;s:22:\"toplistDataAddMultiple\";b:1;s:19:\"toplistDataAddBlock\";i:0;s:20:\"toplistDataShowLimit\";i:100;s:17:\"toplistDataShowIn\";i:0;s:18:\"toplistDataCaptcha\";b:0;s:23:\"toplistDataAddAutomatic\";b:1;}', 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}', 'O:31:\"WpProQuiz_Model_PluginContainer\":2:{s:38:\"\0WpProQuiz_Model_PluginContainer\0_data\";a:0:{}s:10:\"\0*\0_mapper\";N;}');

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

--
-- Table structure for table `wpqe_wp_pro_quiz_prerequisite`
--

CREATE TABLE `wpqe_wp_pro_quiz_prerequisite` (
  `prerequisite_quiz_id` int(11) NOT NULL,
  `quiz_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpqe_wp_pro_quiz_question`
--

CREATE TABLE `wpqe_wp_pro_quiz_question` (
  `id` int(11) NOT NULL,
  `quiz_id` int(11) NOT NULL,
  `online` tinyint(1) UNSIGNED NOT NULL,
  `sort` smallint(5) UNSIGNED NOT NULL,
  `title` varchar(200) NOT NULL,
  `points` int(11) NOT NULL,
  `question` text NOT NULL,
  `correct_msg` text NOT NULL,
  `incorrect_msg` text NOT NULL,
  `correct_same_text` tinyint(1) NOT NULL,
  `tip_enabled` tinyint(1) NOT NULL,
  `tip_msg` text NOT NULL,
  `answer_type` varchar(50) NOT NULL,
  `show_points_in_box` tinyint(1) NOT NULL,
  `answer_points_activated` tinyint(1) NOT NULL,
  `answer_data` longtext NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `answer_points_diff_modus_activated` tinyint(1) UNSIGNED NOT NULL,
  `disable_correct` tinyint(1) UNSIGNED NOT NULL,
  `matrix_sort_answer_criteria_width` tinyint(3) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpqe_wp_pro_quiz_question`
--

INSERT INTO `wpqe_wp_pro_quiz_question` (`id`, `quiz_id`, `online`, `sort`, `title`, `points`, `question`, `correct_msg`, `incorrect_msg`, `correct_same_text`, `tip_enabled`, `tip_msg`, `answer_type`, `show_points_in_box`, `answer_points_activated`, `answer_data`, `category_id`, `answer_points_diff_modus_activated`, `disable_correct`, `matrix_sort_answer_criteria_width`) VALUES
(1, 1, 1, 1, 'ODD ONE OUT.', 2, 'गटात न बसणारा पर्याय ओळखा.\r\nFIND THE ODD ONE OUT.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"कारले\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"पेरू\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"सफरचंद\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"आंबा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 8, 0, 0, 20),
(2, 1, 1, 2, 'प्राणी', 2, 'गटात न बसणारा पर्याय ओळखा.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"गाय\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"म्हैस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"शेळी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"वाघ\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 7, 0, 0, 20),
(3, 1, 1, 3, 'प्राणी', 2, 'गटात न बसणारा पर्याय ओळखा.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"सिंह\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"लांडगा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"शेळी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"वाघ\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 7, 0, 0, 20),
(4, 1, 1, 4, 'प्राणी', 2, 'गटात न बसणारा पर्याय ओळखा.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"बेडूक\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"कासव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"हत्ती\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"साप\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 7, 0, 0, 20),
(5, 1, 1, 5, 'प्राणी', 2, 'गटात न बसणारा पर्याय ओळखा.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"मोर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"म्हैस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"पोपट\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"गरुड\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 7, 0, 0, 20),
(6, 2, 1, 1, 'संख्याज्ञान', 2, '५', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"पाच\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"सहा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"पंधरा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"चार\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 10, 0, 0, 20),
(7, 2, 1, 2, 'संख्याज्ञान', 2, '२०', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"वीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"तीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"दोन\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"एकवीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 10, 0, 0, 20),
(8, 3, 1, 1, 'शब्द', 2, '<span style=\"color: #ff0000;\">खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.</span>\r\n\r\n<span style=\"color: #0000ff;\">त     वा     र    ल</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"तलवार\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"तरवाल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"तरलाव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"वरलात\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 12, 0, 0, 20),
(9, 3, 1, 2, 'शब्द', 2, '<span style=\"color: #ff0000;\">खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.</span>\r\n\r\n<span style=\"color: #000080;\">द्र     नु     इं     ष्य      ध</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:33:\"इंद्रधनुष्य\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:33:\"धनुइंद्रष्य\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:33:\"इंद्रधष्यनु\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"इंद्रधनुष\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 12, 0, 0, 20),
(10, 4, 1, 1, 'SPELLING', 2, 'सफरचंद', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"APPLE\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"BANANA\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:7:\"COCONUT\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"GUAVA\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 14, 0, 0, 20),
(11, 4, 1, 2, 'SPELLING', 2, 'नारळ', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:7:\"COCONUT\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"APPLE\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"BANANA\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"MANGO\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 14, 0, 0, 20),
(12, 5, 1, 1, 'ARTICLES', 2, 'ant', '', '', 0, 0, '', 'single', 0, 0, 'a:3:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:1:\"a\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"an\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"the\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 16, 0, 0, 20),
(13, 6, 1, 1, 'दिशा', 2, 'सूर्य कोणत्या दिशेला उगवतो ?', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"पूर्व\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"पश्चिम\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"दक्षिण\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"उत्तर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 0, 0, 0, 20),
(14, 7, 1, 1, 'विरुद्धार्थी शब्द', 2, 'चांगला', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"वाईट\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"गोड\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"कडू\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"चांगली\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 21, 0, 0, 20),
(15, 8, 1, 1, 'समानार्थी शब्द', 2, 'आई', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"माता\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"बाबा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"धरणी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"घर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 21, 0, 0, 20),
(16, 7, 1, 2, 'विरुद्धार्थी शब्द', 2, 'यश', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"अपयश\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"सुयश\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"कुयश\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"अयश\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 21, 0, 0, 20),
(17, 7, 1, 3, 'विरुद्धार्थी शब्द', 2, 'कुशल', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"अकुशल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"बेकुशल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"नाकुशल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"सुशल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 21, 0, 0, 20),
(18, 7, 1, 4, 'विरुद्धार्थी शब्द', 2, 'प्रिय', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"कुप्रिय\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"अप्रिय\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"आवडता\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"सुप्रिय\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 21, 0, 0, 20),
(19, 7, 1, 5, 'विरुद्धार्थी शब्द', 2, 'चल', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"नचल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"कुचल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"अचल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"सुचल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 21, 0, 0, 20),
(20, 7, 1, 6, 'विरुद्धार्थी शब्द', 2, 'प्रामाणिक', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:33:\"कुप्रामाणिक\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"नप्रामाणिक\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:33:\"सुप्रामाणिक\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"अप्रामाणिक\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 21, 0, 0, 20),
(21, 7, 1, 7, 'विरुद्धार्थी शब्द', 2, 'पाप', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"निष्पाप\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"पुण्य\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"नापाप\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"अपाप\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 21, 0, 0, 20),
(22, 7, 1, 8, 'विरुद्धार्थी शब्द', 2, 'संशय', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"असंशय\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"शंका\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"खात्री\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"कुसंशय\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 21, 0, 0, 20),
(23, 7, 1, 9, 'विरुद्धार्थी शब्द', 2, 'मालक', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"नोकर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"साहेब\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"मालकीण\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"स्वामी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 21, 0, 0, 20),
(24, 7, 1, 10, 'विरुद्धार्थी शब्द', 2, 'समज', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"अमज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"सुसमज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"असमज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"गैरसमज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 21, 0, 0, 20),
(25, 1, 1, 6, 'वाहने', 2, '<span style=\"color: #ff0000;\">गटात न बसणारा पर्याय ओळखा.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"रिक्षा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"बस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"ट्रक\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"विमान\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 22, 0, 0, 20),
(26, 1, 1, 7, 'वाहने', 2, '<span style=\"color: #ff6600;\">गटात न बसणारा पर्याय ओळखा.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"बैलगाडी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"विमान\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"रॉकेट\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"हेलीकॉप्टर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 22, 0, 0, 20),
(27, 1, 1, 8, 'वाहने', 2, '<span style=\"color: #ff6600;\">गटात न बसणारा पर्याय ओळखा.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"हेलीकॉप्टर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"होडी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"जहाज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"पाणबुडी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 22, 0, 0, 20),
(28, 1, 1, 9, 'वाहने', 2, '<span style=\"color: #ff6600;\">गटात न बसणारा पर्याय ओळखा.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"कार\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"होडी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:28:\"मोटर सायकल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"आगगाडी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 22, 0, 0, 20),
(29, 1, 1, 10, 'वाहने', 2, '<span style=\"color: #ff6600;\">गटात न बसणारा पर्याय ओळखा.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"जहाज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"विमान\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"रॉकेट\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"हेलीकॉप्टर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 22, 0, 0, 20),
(30, 3, 1, 3, 'शब्द', 2, '<span style=\"color: #ff0000;\">खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.</span>\r\n\r\n<span style=\"color: #0000ff;\">पा    सा    ळा     व</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"पावसाळा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"पाळासाव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"पावळासा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"सावपाळा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 12, 0, 0, 20),
(31, 3, 1, 4, 'शब्द', 2, '<span style=\"color: #ff0000;\">खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.</span>\r\n\r\n<span style=\"color: #0000ff;\">न    मा    वि</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"विमान\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"माविन\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"विनमा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"मानव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 12, 0, 0, 20),
(32, 3, 1, 5, 'शब्द', 2, '<span style=\"color: #ff0000;\">खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.</span>\r\n\r\n<span style=\"color: #0000ff;\">द    वा     जा    र</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"जावादर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"वारजाद\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"दरवाजा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"राजवाडा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 12, 0, 0, 20),
(33, 3, 1, 6, 'शब्द', 2, '<span style=\"color: #ff0000;\">खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.</span>\r\n\r\n<span style=\"color: #0000ff;\">हा   रा    म    ष्ट्र</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"महाराष्ट्र\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"राष्ट्रहाम\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"मराहाष्ट्र\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"माहराष्ट्र\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 12, 0, 0, 20),
(34, 3, 1, 7, 'शब्द', 2, '<span style=\"color: #ff0000;\">खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.</span>\r\n\r\n<span style=\"color: #0000ff;\">ळा     व    पि</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"पिवळा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"पाळीव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"पिळाव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"वळापि\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 12, 0, 0, 20),
(35, 3, 1, 8, 'शब्द', 2, '<span style=\"color: #ff0000;\">खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.</span>\r\n\r\n<span style=\"color: #0000ff;\">चं   र    फ    स     द</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"सफरचंद\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"चंद्रसफर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"सरफचंद\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"सफरचंद्र\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 12, 0, 0, 20),
(36, 3, 1, 9, 'शब्द', 2, '<span style=\"color: #ff0000;\">खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.</span>\r\n\r\n<span style=\"color: #0000ff;\">अ      द       ग       न      म       ह     र</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"अहमदनगर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"अगरहमदन\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"मदनअहरग\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"अहमदनरग\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 12, 0, 0, 20),
(37, 3, 1, 10, 'शब्द', 2, '<span style=\"color: #ff0000;\">खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.</span>\r\n\r\n<span style=\"color: #0000ff;\">ग   ड   क   लिं</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"कलिंगड\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"कडलिंग\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"कडीलिंबू\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"गलिंकड\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 12, 0, 0, 20),
(38, 2, 1, 3, 'संख्याज्ञान', 2, '<span style=\"color: #ff0000;\">खालील संख्या अक्षरात लिहा.</span>\r\n\r\n<span style=\"color: #0000ff;\">७७</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"सत्याहत्तर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"सतरा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"सत्तावीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:33:\"सत्त्याऐंशी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 10, 0, 0, 20),
(39, 2, 1, 4, 'संख्याज्ञान', 2, '<span style=\"color: #ff0000;\">खालील संख्या अक्षरात लिहा.</span>\r\n\r\n<span style=\"color: #0000ff;\">९०</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"नव्वद\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"नऊ\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"नव्याण्णव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"दहा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 10, 0, 0, 20),
(40, 2, 1, 5, 'संख्याज्ञान', 2, '<span style=\"color: #ff0000;\">खालील संख्या अक्षरात लिहा.</span>\r\n\r\n<span style=\"color: #0000ff;\">५०</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"पन्नास\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"पाच\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"पंचवीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"पंच्याण्णव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 10, 0, 0, 20),
(41, 2, 1, 6, 'संख्याज्ञान', 2, '<span style=\"color: #ff0000;\">खालील संख्या अक्षरात लिहा.</span>\r\n\r\n<span style=\"color: #0000ff;\">३९</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"एकोणचाळीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"एकोणतीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"त्र्याण्णव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"एकोणसाठ\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 10, 0, 0, 20),
(42, 2, 1, 7, 'संख्याज्ञान', 2, '<span style=\"color: #ff0000;\">खालील संख्या अक्षरात लिहा.</span>\r\n\r\n<span style=\"color: #0000ff;\">४३</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"त्रेचाळीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"त्रेपन्न\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"चौतीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"तेवीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 10, 0, 0, 20);
INSERT INTO `wpqe_wp_pro_quiz_question` (`id`, `quiz_id`, `online`, `sort`, `title`, `points`, `question`, `correct_msg`, `incorrect_msg`, `correct_same_text`, `tip_enabled`, `tip_msg`, `answer_type`, `show_points_in_box`, `answer_points_activated`, `answer_data`, `category_id`, `answer_points_diff_modus_activated`, `disable_correct`, `matrix_sort_answer_criteria_width`) VALUES
(43, 2, 1, 8, 'संख्याज्ञान', 2, '<span style=\"color: #ff0000;\">खालील संख्या अक्षरात लिहा.</span>\r\n\r\n<span style=\"color: #0000ff;\">१२</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"बारा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"बावीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"एकवीस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"तेरा\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 10, 0, 0, 20),
(44, 2, 1, 9, 'संख्याज्ञान', 2, '<span style=\"color: #ff0000;\">खालील संख्या अक्षरात लिहा.</span>\r\n\r\n<span style=\"color: #0000ff;\">६५</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"पासष्ट\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"पंचावन्न\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"छपन्न\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"पंचाहत्तर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 10, 0, 0, 20),
(45, 2, 1, 10, 'संख्याज्ञान', 2, '<span style=\"color: #ff0000;\">खालील संख्या अक्षरात लिहा.</span>\r\n\r\n<span style=\"color: #0000ff;\">८९</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"एकोणनव्वद\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:33:\"नव्व्याण्णव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:33:\"अठ्ठ्याण्णव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"एकोणऐंशी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 10, 0, 0, 20),
(46, 9, 1, 1, 'धर्मयुद्धे', 2, '<span style=\"color: #ff0000;\">इ.स. ........... मध्ये पहिले धर्मयुध्द झाले.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"१०९६\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"११९६\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"१९०६\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"१०६९\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(47, 9, 1, 2, 'धर्मयुद्धे', 2, '<span style=\"color: #ff6600;\">अकराव्या शतकात जेरुसलेम व बेथेल</span><span style=\"font-weight: 400; color: #ff6600;\">हॅम </span><span style=\"color: #ff6600;\">ही शहरे ............. सत्ताधीशांच्या ताब्यात होती.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"इस्लामी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"ज्यू\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"ख्रिश्चन\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"हिंदू\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(48, 9, 1, 3, 'धर्मयुद्धे', 2, '<span style=\"color: #ff6600;\">व्हेनिस व जेनोवा ही शहरे .............. या देशात आहेत.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"इटली\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"स्पेन\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"फ्रान्स\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"इंग्लंड\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(49, 9, 1, 4, 'धर्मयुद्धे', 2, '<span style=\"font-weight: 400; color: #ff6600;\">इजिप्तचा प्रमुख  ................ याने </span><span style=\"color: #ff0000;\"><span style=\"color: #ff6600;\">इ</span>.स. ११८७  मध्ये जेरुसलेम जिंकून घेतले.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"सलादिन\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:25:\"सातवा लुई\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:16:\"कॉनरड \";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"युजिनिअस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(50, 9, 1, 5, 'धर्मयुद्धे', 2, '<span style=\"color: #ff0000;\">युरोपीय धर्मयुद्धामध्ये .............. धर्मयोद्ध्यांना अपयश आले.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"ख्रिस्ती\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"इस्लामी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"ज्यू\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"हिंदू\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(51, 9, 1, 6, 'धर्मयुद्धे', 2, '<span style=\"color: #ff0000;\">......... शतक हा प्रबोधनाचा आरंभ समजला जातो.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"चौदावे\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"तेरावे\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"पंधरावे\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"सोळावे\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(52, 9, 1, 7, 'धर्मयुद्धे', 2, '<span style=\"color: #ff0000;\">१५ - १६ वे शतक हा प्रबोधनाचा ............ काळ समजला जातो.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"उत्कर्षकाळ\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"ऱ्हासकाळ\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"आरंभ\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"शेवट\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(53, 9, 1, 8, 'धर्मयुद्धे', 2, '<span style=\"color: #ff0000;\">मानवतावादामध्ये .......... हा विचाराचा केंद्रबिंदू बनला.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"मानव\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"ईश्वर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"निसर्ग\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"कल्पना\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(54, 9, 1, 9, 'धर्मयुद्धे', 2, '<span style=\"color: #ff0000;\">इ.स.  १५४३ मध्ये ............................ याने ग्रहमाला पृथ्वीकेंद्रित नसून सूर्यकेंद्रित आहे असे प्रतिपादन केले.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:46:\"निकोलस कोपर्निकस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:16:\"जॉन के\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:43:\"रिचर्ड आर्कराईट\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"न्यूटन\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(55, 9, 1, 10, 'धर्मयुद्धे', 2, '<span style=\"color: #ff0000;\">इ.स. १६०९ मध्ये .................... ने अधिक सुधारित दुर्बिण तयार केली.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"गलिलिओ\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"केपलर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"कोपर्निकस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"एडिसन\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(56, 10, 0, 1, 'Pairing Object', 2, 'Choose the proper pairing object.\r\nजोडी दाखविणारा योग्य पर्याय निवडा.\r\n\r\n<img src=\"http://https://connectivism.in/wp-content/uploads/2020/04/bat-1-e1587877362354.jpg\" alt=\"\" />\r\n', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:71:\"https://connectivism.in/wp-content/uploads/2020/04/ball-1-1-150x150.jpg\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:70:\"https://connectivism.in/wp-content/uploads/2020/04/chair-2-150x150.jpg\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:70:\"https://connectivism.in/wp-content/uploads/2020/04/BASHI-2-150x150.jpg\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:70:\"https://connectivism.in/wp-content/uploads/2020/04/CUP-2-2-150x150.jpg\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(57, 10, 0, 2, 'Pairing Object', 2, 'Choose the proper pairing object.\r\nजोडी दाखविणारा योग्य पर्याय निवडा.\r\n\r\n<img src=\"https://connectivism.in/wp-content/uploads/2020/04/MATH-1-100x100.jpg\" alt=\"\" />\r\n\r\n\r\n\r\n\r\n\r\n', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:90:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/04/PELA-1-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:87:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/rolling-pin.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:97:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/04/VATI-3-e1588343927765.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:89:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/04/KEY-1-100x100.png\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(58, 11, 1, 1, 'Carnivore tiger', 2, 'Tiger is a ...... because it only eats meat.', '', '', 0, 0, '', 'single', 0, 0, 'a:3:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"Carnivore\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"Herbivore\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:8:\"Omnivore\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(59, 11, 1, 2, 'Herbivore deer', 2, 'Deer eats only plant products and so is called ...... .', '', '', 0, 0, '', 'single', 0, 0, 'a:3:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"Herbivore\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"Carnivore\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:8:\"Omnivore\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(60, 10, 1, 1, 'Pairing Object bat ball', 2, '<img src=\"https://connectivism.in/wp-content/uploads/2020/05/bat-100x100.jpg\" alt=\"\" />\r\n', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:88:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/ball-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:90:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/thread-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:90:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/saucer-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:89:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/glass-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(61, 11, 1, 3, 'omnivore human', 2, 'Human is an ...... because it eats both meat and plant products.', '', '', 0, 0, '', 'single', 0, 0, 'a:3:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:8:\"Omnivore\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"Herbivore\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"Carnivore\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(62, 11, 1, 4, 'parrot plant', 2, 'Parrot eats only ...... products.', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"Plant\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:4:\"Milk\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(63, 11, 1, 5, 'ingredients materials', 2, 'The materials that need to make any dish is called ...... .', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:10:\"Ingredient\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:4:\"food\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(64, 11, 1, 6, 'sugarcane sugar', 2, 'We get sugar from ...... .', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"Sugarcane\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:7:\"Jaggery\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(65, 11, 1, 7, 'animal products', 2, '[choose the items]\r\n\r\nMilk, Curd, Paneer, Ghee', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:25:\"are all animal products .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:16:\"are vegetables .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:19:\"eat other animals .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:31:\"eat plants and plant products .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(66, 11, 1, 8, 'vegetable item', 2, '[choose the items]\r\nSpinach, Cualiflower, Carrot ', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:16:\"are vegetables .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:19:\"eat other animals .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:25:\"are all animal products .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:31:\"eat plants and plant products .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(67, 11, 1, 9, 'lion carnivore', 2, '[choose the items]\r\n\r\nLion and Tigers', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:19:\"eat other amimals .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:31:\"eat plants and plant products .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:16:\"are vegetables .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:25:\"are all animal products .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(68, 11, 1, 10, 'herbivores means', 2, 'Herbivores means - ? ', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:31:\"eat plants and plant products .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:19:\"eat other animals .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:16:\"are vegetables .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:25:\"are all animal products .\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(69, 10, 1, 2, 'Pairing Object plate bowl', 2, '<img src=\"https://connectivism.in/wp-content/uploads/2020/05/plate-100x100.jpg\" alt=\"\" />\r\n\r\n', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:89:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/bowl-2-120x85.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:89:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/chair-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:79:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/cup.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:88:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/comb-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(70, 10, 1, 3, 'Pairing Object cup saucer', 2, '<img src=\"https://connectivism.in/wp-content/uploads/2020/05/cup-100x100.jpg\" alt=\"\" />\r\n\r\n', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:90:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/saucer-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:95:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/rolling-pin-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:82:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/bowl-2.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:95:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/flowerpot-1-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(71, 10, 1, 4, 'Pairing Object needle thread', 2, '<img src=\"https://connectivism.in/wp-content/uploads/2020/05/needle-100x100.jpg\" alt=\"\" />\r\n\r\n', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:90:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/thread-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:87:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/pot-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:84:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/mirror-2.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:87:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/key-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(72, 10, 1, 5, 'Pairing Object lock key', 2, '<img src=\"https://connectivism.in/wp-content/uploads/2020/05/lock-100x100.jpg\" alt=\"\" />\r\n\r\n', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:87:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/key-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:87:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/cup-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:86:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/mirror-2.jpg\" alt=\"\" />\r\n\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:88:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/comb-100x100.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(73, 10, 1, 6, 'Pairing Object mirror comb', 2, '<img src=\"https://connectivism.in/wp-content/uploads/2020/05/mirror-2.jpg\" alt=\"\" />\r\n\r\n', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:80:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/comb.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:80:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/ball.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:80:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/bowl.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:81:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/glass.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(74, 10, 1, 7, 'Pairing Object table chair', 2, '<img src=\"https://connectivism.in/wp-content/uploads/2020/05/table.jpg\" alt=\"\" />', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:81:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/chair.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:82:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/saucer.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:79:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/key.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:87:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/flowerpot-2.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(75, 10, 1, 8, 'Pairing Object', 2, '<img src=\"https://connectivism.in/wp-content/uploads/2020/05/flowerpot-1.jpg\" alt=\"\" />', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:87:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/flowerpot-2.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:87:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/rolling-pin.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:80:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/comb.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:79:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/bat.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(76, 10, 1, 9, 'Pairing Object rolling stand rolling pin', 2, '<img src=\"https://connectivism.in/wp-content/uploads/2020/05/rolling-stand.jpg\" alt=\"\" />', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:87:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/rolling-pin.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:80:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/lock.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:87:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/flowerpot-1.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:81:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/plate.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(77, 10, 1, 10, 'Pairing Object pot glass', 2, '<img src=\"https://connectivism.in/wp-content/uploads/2020/05/pot.jpg\" alt=\"\" />', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:81:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/glass.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:80:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/ball.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:82:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/saucer.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:89:\"<img src=\"https://connectivism.in/wp-content/uploads/2020/05/rolling-stand.jpg\" alt=\"\" />\";s:8:\"\0*\0_html\";b:1;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(78, 12, 1, 1, 'transistors use', 2, 'Transistors use', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:11:\"Logic gates\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"Bill gates\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:11:\"ASCII Codes\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:11:\"Programming\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(79, 12, 1, 2, 'RAM is', 2, 'RAM is', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:20:\"Random access memory\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:23:\"Register Acts as memory\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:20:\"Random active memory\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:17:\"Roger adam memory\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(80, 12, 1, 3, 'SOFTWARE ARE', 2, 'Software are', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:19:\"Set of instructions\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:19:\"none of the above\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"Set of Logic Gates\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"Set of output devices\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(81, 12, 1, 4, 'versatile tf', 2, '[state whether true or false]\r\n\r\nComputer is a versatile machine.', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:4:\"True\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:7:\"False\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(82, 12, 1, 5, 'zero iq tf', 2, '[state whether true or false]\r\n\r\nComputers have zero IQ.', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:4:\"True\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:7:\"False\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(83, 12, 1, 6, 'supercomputers tf', 2, '[state whether true or false]\r\n\r\nSupercomputers are used in banks.', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"False\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"True\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20);
INSERT INTO `wpqe_wp_pro_quiz_question` (`id`, `quiz_id`, `online`, `sort`, `title`, `points`, `question`, `correct_msg`, `incorrect_msg`, `correct_same_text`, `tip_enabled`, `tip_msg`, `answer_type`, `show_points_in_box`, `answer_points_activated`, `answer_data`, `category_id`, `answer_points_diff_modus_activated`, `disable_correct`, `matrix_sort_answer_criteria_width`) VALUES
(84, 12, 1, 7, 'microcomputer', 2, '......is a computer system in small size.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:13:\"Microcomputer\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"Supercomputer\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"Minicomputer\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:10:\"Mainframes\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(85, 12, 1, 8, 'types of computer four', 2, 'There are ......types of computer based on their size and power.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:4:\"four\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:7:\"three\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:4:\"five\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"six\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(86, 12, 1, 9, 'minicomputer', 2, '......are capable of supporting hundreds of users at a time.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"Minicomputer\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:16:\"Microcomputers\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:13:\"Supercomputer\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:10:\"Mainframes\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(87, 12, 1, 10, 'low level...', 2, 'Hardware refers to the ......of the computers system.', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"Low Level Language\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"High Level Language\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(88, 13, 1, 1, 'कोपर्निकस सूर्यकेंद्रित', 2, 'ग्रहमाला पृथ्वी केन्द्रित नसून सूर्यकेंद्रित आहे, असे प्रतिपादन ................ यांनी केले.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:46:\"निकोलस कोपर्निकस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:23:\"गॅलिलिओ\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"अरिस्टॉटल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"वराहमिहीर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(89, 13, 1, 2, 'गॅलिलिओ आधुनिक प्रायोगिक विज्ञानाचा जनक', 2, '........................ ला आधुनिक प्रायोगिक विज्ञानाचा जनक म्हणतात .', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"गॅलिलिओ\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:48:\"निकोलस कोपर्निकस\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"अरिस्टॉटल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"वराहमिहीर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(90, 13, 1, 3, 'अरिस्टॉटल चंद्र गुळगुळीत', 2, 'चंद्र गुळगुळीत व स्वयंप्रकाशी असतो असे ....................  चे मत होते.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"अरिस्टॉटल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:23:\"गॅलिलिओ\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:46:\"निकोलस कोपर्निकस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"वराहमिहीर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(91, 13, 1, 4, 'वराहमिहीर बृहत्संहिता', 2, 'बृहत्संहिता हा ग्रंथ   ........................ यांनी लिहिला.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"वराहमिहीर\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:23:\"गॅलिलिओ\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"अरिस्टॉटल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:46:\"निकोलस कोपर्निकस\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(92, 13, 1, 5, 'जोहान्नेस गुटेनबर्ग छापखाना', 2, 'जर्मनीतील  ............................ याने इ. स. १४४० मध्ये छापखाना सुरु केला.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:56:\"जोहान्नेस गुटेनबर्ग \";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:18:\"जॉन के\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:31:\"रॉबर्ट बॉईल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:46:\"जेम्स हरग्रीव्हज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(93, 13, 1, 6, 'रॉबर्ट बॉईल वायुचे घनफळ', 2, '.................. ने वायुचे घनफळ त्यावरील दाबाच्या व्यस्त प्रमाणात बदलते हे शोधून काढले.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:31:\"रॉबर्ट बॉईल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:45:\"रिचर्ड आर्कराईट\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:10:\"बेल \";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:38:\"रॉबर्ट फुल्टन	\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(94, 13, 1, 7, 'जॉन के धावता धोटा', 2, 'इ. स. १७३८  मध्ये ....................... याने धावता धोटा तयार केला.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:16:\"जॉन के\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:45:\"रिचर्ड आर्कराईट\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:10:\"बेल \";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:38:\"रॉबर्ट फुल्टन	\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(95, 13, 1, 8, 'लोखंडी पट्टीका', 2, 'इ.स. ................. मध्ये  लोखंडी पट्टीका तयार तयार करण्याची पद्धत आली.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:4:\"1783\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"1769\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:4:\"1779\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"1785	\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(96, 13, 1, 9, 'बेल  रोलर सिलिंडर प्रिंटिंग', 2, 'इ. स. 1783 मध्ये बेल याने रोलर सिलिंडर प्रिंटिंग हे यंत्र  .............................  साठी तयार केले.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:53:\"कापडावरील छपाईसाठी	\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:54:\"कागदावरील छपाईसाठी\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:90:\"कापसापासून सरकी वेगळी करण्यासाठी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:33:\"सूतकताईसाठी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(97, 13, 1, 10, 'जॉर्ज स्टीफन्सन बाष्पशक्ती जमिनीवरून वाहतूक', 2, 'बाष्पशक्तीच्या मदतीने जमिनीवरून वाहतूक करण्याचा पहिला प्रयोग ..................... यांनी केला.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:43:\"जॉर्ज स्टीफन्सन\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:46:\"एडमंड  कार्टराईट\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:10:\"बेल \";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:38:\"रॉबर्ट फुल्टन	\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(98, 14, 1, 1, 'stars light', 2, 'stars have their own ...... .', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"light\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"gravity\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"satellite\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:10:\"revolution\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(99, 14, 1, 2, 'earth revolution', 2, 'Movement of the earth around the sun is called its ...... .', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:10:\"revolution\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"gravity\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"satellite\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:13:\"dwarf planet	\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(100, 14, 1, 3, 'moon satellite', 2, 'The moon is called the ...... of the earth .', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"satellite\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:14:\"dwarf planet\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:10:\"revolution\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:8:\"gravity	\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(101, 14, 1, 4, 'pluto dwarf', 2, 'Pluto is a ...... .', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"dwarf planet\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:11:\"satellite\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:11:\"revolution \";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"light\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(102, 14, 1, 5, 'night stars', 2, 'Choose the correct word in the following statements:\r\n\r\nOn a clear night sky, we can see many <span style=\"color: #ff0000;\">stars/lamps</span> .', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"stars\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:7:\"lamps\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(103, 14, 0, 6, 'star who..', 2, 'Who am I??\r\n\r\nI turn around myself,around a planet and also around a star .', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"Satellite\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:8:\"Planet\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"Earth\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"Sun\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(104, 14, 0, 7, 'sun who..', 2, 'Who am I??\r\n\r\nI turn around myself,around a planet and also around the sun .', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"Planet\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:11:\"Satellite\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"Earth\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"Sun\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(105, 14, 1, 6, 'planets not light', 2, 'Choose the correct word in the following statements:\r\n\r\nPlanets <span style=\"color: #ff6600;\">have/do not have</span> their own light .', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:11:\"do not have\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"have\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(106, 14, 1, 7, 'star who am I', 2, 'Who Am I ?\r\n\r\nI turn around myself, around a planet and also around a star .', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"Satellite\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:8:\"Planet\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"Earth\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"Sun\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(107, 14, 1, 8, 'Planet who am I', 2, 'Who am I ?\r\n\r\nI turn around myself and revolve around the sun .', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"Planet\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"Star\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:11:\"Spacecrafts\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:4:\"Sun	\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(108, 14, 1, 9, 'Earth who am I', 2, 'Who am I ?\r\n\r\nNo other planet has a living world like mine .', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"Earth\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"Jupiter\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:4:\"Mars\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"Uranus\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(109, 14, 1, 10, 'Sun Who am I nearest Earth', 2, 'Who am I ?\r\n\r\nI am the nearest star to the earth .', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"Sun\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:7:\"Venus\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:7:\"Mercury\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"Moon	\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(110, 15, 1, 1, '1, 3, 7, 15, 31, ?', 2, '1, 3, 7, 15, 31, ?', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"63\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"47\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"66\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"70\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(111, 15, 1, 2, '3, 7, 13, 19, 29, ?', 2, '3, 7, 13, 19, 29, ?', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"37\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"31\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"39\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"35\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(112, 15, 1, 3, '4, 10, 16, ?, 28, 34', 2, '4, 10, 16, ?, 28, 34', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"22\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"23\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"21\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"40\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(113, 15, 1, 4, '70, 55, 40, ?, 10', 2, '70, 55, 40, ?, 10', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"25\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"35\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"45\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"15\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(114, 15, 1, 5, '1, 4, 9, 16, 25, ?', 2, '1, 4, 9, 16, 25, ?', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"36\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"34\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"35\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"49\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(115, 15, 1, 6, '2, 9, 28, 65, ?', 2, '2, 9, 28, 65, ?', '', '', 0, 0, '', 'single', 0, 0, 'a:5:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"126\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"66\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"65\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"50\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:4;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"80\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(116, 15, 1, 7, '2, 10, 30, 68, ?', 2, '2, 10, 30, 68, ?', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"130\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:5:\"125\r\n\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"176\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"135\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(117, 15, 1, 8, '123, 234, 345, 456, ?', 2, '123, 234, 345, 456, ?', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"567\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"576\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"756\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"565\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(118, 15, 1, 9, '121, ?, 343, 454, 565', 2, '121, ?, 343, 454, 565', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"232\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"322\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"323\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"123\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(119, 15, 1, 10, '97, ?, 83, 79, 73, 71', 2, '97, ?, 83, 79, 73, 71', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"89\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"74\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"95\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:2:\"91\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(120, 16, 1, 1, 'सहसंबंध - सुपीक मैदानी प्रदेशात दाट लोकवस्ती', 2, '<span style=\"color: #ff0000;\">अचूक सहसंबंध ओळखा</span>\r\n<span style=\"color: #0000ff;\">(A : विधान, R : कारण )</span>\r\nA : सुपीक मैदानी प्रदेशात दाट लोकवस्ती आढळते.\r\nR : आर सुपीक मृदा ही शेतीसाठी उपयुक्त असते.', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:42:\" केवळ A बरोबर आहे.\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:42:\" केवळ R बरोबर आहे.\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:152:\"A आणि R हे दोन्ही बरोबर आहेत आणि R  हे A चे अचूक स्पष्टीकरण आहे.\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:165:\" A आणि R  हे दोन्ही बरोबर आहेत, परंतु R  हे A  चे अचूक स्पष्टीकरण नाही.\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(121, 16, 1, 2, 'लोकसंख्या भूगोल', 2, '<span style=\"color: #ff0000;\">लोकसंख्येचा अभ्यास केला जाणाऱ्या मानवी भूगोलाच्या शाखेला ………… असे म्हटले जाते.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:44:\"लोकसंख्या भूगोल \";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:31:\"मानवी भूगोल\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(122, 16, 1, 3, 'जगाची लोकसंख्या', 2, '<span style=\"color: #ff0000;\">जगाची लोकसंख्या 2019 च्या आकडेवारीनुसार सुमारे ............. इतकी आहे.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:20:\"७.७ अब्ज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:20:\"६.७ अब्ज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:20:\"७.६ अब्ज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:20:\"७.७ कोटी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(123, 16, 1, 4, 'उत्तर आणि दक्षिण अमेरिकेची एकत्रित भूमी', 2, '<span style=\"color: #ff0000;\">उत्तर आणि दक्षिण अमेरिकेची एकत्रित भूमी जगाच्या एकूण भूमीच्या सुमारे   .................  टक्के आहे.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"२८\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"१८\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:6:\"३८\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:3:\"८\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(124, 16, 1, 5, 'अंटार्टिका लोकसंख्या', 2, '<span style=\"color: #ff0000;\">............ खंडाची भूमी नऊ टक्के आहे परंतु त्यावर स्थानिक लोकसंख्या नाही.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"अंटार्टिका\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:37:\"उत्तर अमेरिका\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:21:\"आफ्रिका\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:15:\"युरोप\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(125, 16, 1, 6, 'लोकसंख्येची घनता  सूत्र', 2, '<span style=\"color: #ff0000;\">एकूण लोकसंख्या /  एकूण क्षेत्रफळ (चौ किमी) = .................</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:46:\"लोकसंख्येची घनता\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:49:\"लोकसंख्येचे वितरण\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(126, 16, 1, 7, 'डोंगराळ प्रदेशात लोकसंख्या विरळ', 2, '<span style=\"color: #ff0000;\">डोंगराळ प्रदेशात लोकसंख्या .................. आढळते.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:12:\"विरळ\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:9:\"दाट\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(127, 16, 1, 8, 'विषुववृत्त लोकसंख्या विरळ', 2, '<span style=\"color: #ff0000;\">................... नजीक असलेल्या ऍमेझॉन आणि कांगोच्या सखल प्रदेशात प्रतिकूल हवामानामुळे लोकसंख्या खूपच विरळ आढळते.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:3:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"विषुववृत्त\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:24:\"मकरवृत्त\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:27:\"कर्कवृत्त\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20);
INSERT INTO `wpqe_wp_pro_quiz_question` (`id`, `quiz_id`, `online`, `sort`, `title`, `points`, `question`, `correct_msg`, `incorrect_msg`, `correct_same_text`, `tip_enabled`, `tip_msg`, `answer_type`, `show_points_in_box`, `answer_points_activated`, `answer_data`, `category_id`, `answer_points_diff_modus_activated`, `disable_correct`, `matrix_sort_answer_criteria_width`) VALUES
(128, 16, 1, 9, 'खनिजांची उपलब्धता उद्योग केंद्रित', 2, '<span style=\"color: #ff0000;\">चांगल्या प्रतीच्या खनिजांची उपलब्धता असलेल्या क्षेत्रामध्ये उद्योग .................. होतात.</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:25:\"केंद्रित \";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:30:\"विकेंद्रित\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20),
(129, 16, 1, 10, 'वाहतुकीची सुविधा  लोकसंख्येची घनता', 2, '<span style=\"color: #ff0000;\">वाहतुकीची सुविधा असलेल्या ठिकाणी लोकसंख्येची घनता ................ .</span>', '', '', 0, 0, '', 'single', 0, 0, 'a:2:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:17:\"वाढते  \";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:22:\"कमी होते\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}', 24, 0, 0, 20);

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

--
-- Table structure for table `wpqe_wp_pro_quiz_statistic`
--

CREATE TABLE `wpqe_wp_pro_quiz_statistic` (
  `statistic_ref_id` int(10) UNSIGNED NOT NULL,
  `question_id` int(11) NOT NULL,
  `correct_count` int(10) UNSIGNED NOT NULL,
  `incorrect_count` int(10) UNSIGNED NOT NULL,
  `hint_count` int(10) UNSIGNED NOT NULL,
  `solved_count` tinyint(1) NOT NULL,
  `points` int(10) UNSIGNED NOT NULL,
  `question_time` int(10) UNSIGNED NOT NULL,
  `answer_data` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpqe_wp_pro_quiz_statistic_ref`
--

CREATE TABLE `wpqe_wp_pro_quiz_statistic_ref` (
  `statistic_ref_id` int(10) UNSIGNED NOT NULL,
  `quiz_id` int(11) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `create_time` int(11) NOT NULL,
  `is_old` tinyint(1) UNSIGNED NOT NULL,
  `form_data` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `wpqe_wp_pro_quiz_template`
--

CREATE TABLE `wpqe_wp_pro_quiz_template` (
  `template_id` int(11) NOT NULL,
  `name` varchar(200) NOT NULL,
  `type` tinyint(3) UNSIGNED NOT NULL,
  `data` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpqe_wp_pro_quiz_template`
--

INSERT INTO `wpqe_wp_pro_quiz_template` (`template_id`, `name`, `type`, `data`) VALUES
(1, 'बालआनंद 1', 0, 'a:3:{s:4:\"quiz\";O:20:\"WpProQuiz_Model_Quiz\":63:{s:6:\"\0*\0_id\";i:0;s:8:\"\0*\0_name\";s:23:\"बालआनंद 1\";s:8:\"\0*\0_text\";s:91:\"गटात न बसणारा पर्याय ओळखा.\r\nFIND THE ODD ONE OUT.\";s:14:\"\0*\0_resultText\";s:0:\"\";s:15:\"\0*\0_titleHidden\";b:0;s:24:\"\0*\0_btnRestartQuizHidden\";b:0;s:25:\"\0*\0_btnViewQuestionHidden\";b:0;s:18:\"\0*\0_questionRandom\";b:0;s:16:\"\0*\0_answerRandom\";b:1;s:13:\"\0*\0_timeLimit\";i:0;s:16:\"\0*\0_statisticsOn\";b:0;s:20:\"\0*\0_statisticsIpLock\";i:1440;s:22:\"\0*\0_resultGradeEnabled\";b:0;s:14:\"\0*\0_showPoints\";b:0;s:15:\"\0*\0_quizRunOnce\";b:0;s:19:\"\0*\0_quizRunOnceType\";i:1;s:21:\"\0*\0_quizRunOnceCookie\";b:0;s:19:\"\0*\0_quizRunOnceTime\";i:0;s:18:\"\0*\0_numberedAnswer\";b:0;s:24:\"\0*\0_hideAnswerMessageBox\";b:0;s:22:\"\0*\0_disabledAnswerMark\";b:0;s:19:\"\0*\0_showMaxQuestion\";b:0;s:24:\"\0*\0_showMaxQuestionValue\";i:1;s:26:\"\0*\0_showMaxQuestionPercent\";b:0;s:20:\"\0*\0_toplistActivated\";b:1;s:29:\"\0*\0_toplistDataAddPermissions\";i:1;s:19:\"\0*\0_toplistDataSort\";i:1;s:26:\"\0*\0_toplistDataAddMultiple\";b:1;s:23:\"\0*\0_toplistDataAddBlock\";i:0;s:24:\"\0*\0_toplistDataShowLimit\";i:10;s:29:\"\0*\0_toplistDataShowQuizResult\";b:0;s:21:\"\0*\0_toplistDataShowIn\";i:0;s:22:\"\0*\0_toplistDataCaptcha\";b:0;s:15:\"\0*\0_toplistData\";a:0:{}s:21:\"\0*\0_showAverageResult\";b:0;s:16:\"\0*\0_prerequisite\";b:0;s:27:\"\0*\0_toplistDataAddAutomatic\";b:1;s:13:\"\0*\0_quizModus\";i:3;s:22:\"\0*\0_showReviewQuestion\";b:0;s:19:\"\0*\0_quizSummaryHide\";b:0;s:24:\"\0*\0_skipQuestionDisabled\";b:0;s:21:\"\0*\0_emailNotification\";i:0;s:25:\"\0*\0_userEmailNotification\";b:0;s:21:\"\0*\0_showCategoryScore\";b:0;s:29:\"\0*\0_hideResultCorrectQuestion\";b:0;s:22:\"\0*\0_hideResultQuizTime\";b:0;s:20:\"\0*\0_hideResultPoints\";b:0;s:13:\"\0*\0_autostart\";b:0;s:24:\"\0*\0_forcingQuestionSolve\";b:0;s:32:\"\0*\0_hideQuestionPositionOverview\";b:0;s:25:\"\0*\0_hideQuestionNumbering\";b:0;s:17:\"\0*\0_formActivated\";b:0;s:20:\"\0*\0_formShowPosition\";i:0;s:27:\"\0*\0_startOnlyRegisteredUser\";b:0;s:20:\"\0*\0_questionsPerPage\";i:0;s:18:\"\0*\0_sortCategories\";b:0;s:16:\"\0*\0_showCategory\";b:0;s:14:\"\0*\0_categoryId\";i:4;s:16:\"\0*\0_categoryName\";s:0:\"\";s:14:\"\0*\0_adminEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:13:\"\0*\0_userEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:19:\"\0*\0_pluginContainer\";N;s:10:\"\0*\0_mapper\";N;}s:5:\"forms\";a:0:{}s:20:\"prerequisiteQuizList\";a:0:{}}'),
(2, 'MCQ 1', 1, 'a:1:{s:8:\"question\";O:24:\"WpProQuiz_Model_Question\":21:{s:6:\"\0*\0_id\";i:0;s:10:\"\0*\0_quizId\";i:0;s:8:\"\0*\0_sort\";i:0;s:9:\"\0*\0_title\";s:118:\"सहसंबंध - सुपीक मैदानी प्रदेशात दाट लोकवस्ती\";s:12:\"\0*\0_question\";s:389:\"<span style=\"color: #ff0000;\">अचूक सहसंबंध ओळखा</span>\r\n<span style=\"color: #0000ff;\">(A : विधान, R : कारण )</span>\r\nA : सुपीक मैदानी प्रदेशात दाट लोकवस्ती आढळते.\r\nR : आर सुपीक मृदा ही शेतीसाठी उपयुक्त असते.\";s:14:\"\0*\0_correctMsg\";s:0:\"\";s:16:\"\0*\0_incorrectMsg\";s:0:\"\";s:14:\"\0*\0_answerType\";s:6:\"single\";s:19:\"\0*\0_correctSameText\";b:0;s:14:\"\0*\0_tipEnabled\";b:0;s:10:\"\0*\0_tipMsg\";s:0:\"\";s:10:\"\0*\0_points\";i:2;s:19:\"\0*\0_showPointsInBox\";b:0;s:25:\"\0*\0_answerPointsActivated\";b:0;s:14:\"\0*\0_answerData\";a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:42:\" केवळ A बरोबर आहे.\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:42:\" केवळ R बरोबर आहे.\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:152:\"A आणि R हे दोन्ही बरोबर आहेत आणि R  हे A चे अचूक स्पष्टीकरण आहे.\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:165:\" A आणि R  हे दोन्ही बरोबर आहेत, परंतु R  हे A  चे अचूक स्पष्टीकरण नाही.\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}s:14:\"\0*\0_categoryId\";i:24;s:16:\"\0*\0_categoryName\";s:0:\"\";s:34:\"\0*\0_answerPointsDiffModusActivated\";b:0;s:18:\"\0*\0_disableCorrect\";b:0;s:33:\"\0*\0_matrixSortAnswerCriteriaWidth\";i:20;s:10:\"\0*\0_mapper\";N;}}'),
(3, 'MCQ 2', 1, 'a:1:{s:8:\"question\";O:24:\"WpProQuiz_Model_Question\":21:{s:6:\"\0*\0_id\";i:0;s:10:\"\0*\0_quizId\";i:0;s:8:\"\0*\0_sort\";i:0;s:9:\"\0*\0_title\";s:43:\"जगाची लोकसंख्या\";s:12:\"\0*\0_question\";s:195:\"<span style=\"color: #ff0000;\">जगाची लोकसंख्या 2019 च्या आकडेवारीनुसार सुमारे ............. इतकी आहे.</span>\";s:14:\"\0*\0_correctMsg\";s:0:\"\";s:16:\"\0*\0_incorrectMsg\";s:0:\"\";s:14:\"\0*\0_answerType\";s:6:\"single\";s:19:\"\0*\0_correctSameText\";b:0;s:14:\"\0*\0_tipEnabled\";b:0;s:10:\"\0*\0_tipMsg\";s:0:\"\";s:10:\"\0*\0_points\";i:2;s:19:\"\0*\0_showPointsInBox\";b:0;s:25:\"\0*\0_answerPointsActivated\";b:0;s:14:\"\0*\0_answerData\";a:4:{i:0;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:20:\"७.७ अब्ज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:1;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:1;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:20:\"६.७ अब्ज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:2;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:20:\"७.६ अब्ज\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}i:3;O:27:\"WpProQuiz_Model_AnswerTypes\":7:{s:10:\"\0*\0_answer\";s:20:\"७.७ कोटी\";s:8:\"\0*\0_html\";b:0;s:10:\"\0*\0_points\";i:1;s:11:\"\0*\0_correct\";b:0;s:14:\"\0*\0_sortString\";s:0:\"\";s:18:\"\0*\0_sortStringHtml\";b:0;s:10:\"\0*\0_mapper\";N;}}s:14:\"\0*\0_categoryId\";i:24;s:16:\"\0*\0_categoryName\";s:0:\"\";s:34:\"\0*\0_answerPointsDiffModusActivated\";b:0;s:18:\"\0*\0_disableCorrect\";b:0;s:33:\"\0*\0_matrixSortAnswerCriteriaWidth\";i:20;s:10:\"\0*\0_mapper\";N;}}'),
(4, 'TEMPLATE 2', 0, 'a:3:{s:4:\"quiz\";O:20:\"WpProQuiz_Model_Quiz\":63:{s:6:\"\0*\0_id\";i:0;s:8:\"\0*\0_name\";s:30:\"संख्यावाचन\";s:8:\"\0*\0_text\";s:67:\"खालील संख्यांचे वाचन करा.\";s:14:\"\0*\0_resultText\";s:17:\"CONGRATULATIONS !\";s:15:\"\0*\0_titleHidden\";b:0;s:24:\"\0*\0_btnRestartQuizHidden\";b:0;s:25:\"\0*\0_btnViewQuestionHidden\";b:0;s:18:\"\0*\0_questionRandom\";b:0;s:16:\"\0*\0_answerRandom\";b:1;s:13:\"\0*\0_timeLimit\";i:0;s:16:\"\0*\0_statisticsOn\";b:0;s:20:\"\0*\0_statisticsIpLock\";i:1440;s:22:\"\0*\0_resultGradeEnabled\";b:0;s:14:\"\0*\0_showPoints\";b:0;s:15:\"\0*\0_quizRunOnce\";b:0;s:19:\"\0*\0_quizRunOnceType\";i:1;s:21:\"\0*\0_quizRunOnceCookie\";b:0;s:19:\"\0*\0_quizRunOnceTime\";i:0;s:18:\"\0*\0_numberedAnswer\";b:0;s:24:\"\0*\0_hideAnswerMessageBox\";b:0;s:22:\"\0*\0_disabledAnswerMark\";b:0;s:19:\"\0*\0_showMaxQuestion\";b:0;s:24:\"\0*\0_showMaxQuestionValue\";i:1;s:26:\"\0*\0_showMaxQuestionPercent\";b:0;s:20:\"\0*\0_toplistActivated\";b:1;s:29:\"\0*\0_toplistDataAddPermissions\";i:1;s:19:\"\0*\0_toplistDataSort\";i:2;s:26:\"\0*\0_toplistDataAddMultiple\";b:1;s:23:\"\0*\0_toplistDataAddBlock\";i:0;s:24:\"\0*\0_toplistDataShowLimit\";i:10;s:29:\"\0*\0_toplistDataShowQuizResult\";b:0;s:21:\"\0*\0_toplistDataShowIn\";i:0;s:22:\"\0*\0_toplistDataCaptcha\";b:0;s:15:\"\0*\0_toplistData\";a:0:{}s:21:\"\0*\0_showAverageResult\";b:0;s:16:\"\0*\0_prerequisite\";b:0;s:27:\"\0*\0_toplistDataAddAutomatic\";b:1;s:13:\"\0*\0_quizModus\";i:3;s:22:\"\0*\0_showReviewQuestion\";b:0;s:19:\"\0*\0_quizSummaryHide\";b:0;s:24:\"\0*\0_skipQuestionDisabled\";b:0;s:21:\"\0*\0_emailNotification\";i:0;s:25:\"\0*\0_userEmailNotification\";b:0;s:21:\"\0*\0_showCategoryScore\";b:0;s:29:\"\0*\0_hideResultCorrectQuestion\";b:0;s:22:\"\0*\0_hideResultQuizTime\";b:0;s:20:\"\0*\0_hideResultPoints\";b:0;s:13:\"\0*\0_autostart\";b:0;s:24:\"\0*\0_forcingQuestionSolve\";b:0;s:32:\"\0*\0_hideQuestionPositionOverview\";b:0;s:25:\"\0*\0_hideQuestionNumbering\";b:0;s:17:\"\0*\0_formActivated\";b:0;s:20:\"\0*\0_formShowPosition\";i:0;s:27:\"\0*\0_startOnlyRegisteredUser\";b:0;s:20:\"\0*\0_questionsPerPage\";i:0;s:18:\"\0*\0_sortCategories\";b:0;s:16:\"\0*\0_showCategory\";b:0;s:14:\"\0*\0_categoryId\";i:9;s:16:\"\0*\0_categoryName\";s:0:\"\";s:14:\"\0*\0_adminEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:13:\"\0*\0_userEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:19:\"\0*\0_pluginContainer\";N;s:10:\"\0*\0_mapper\";N;}s:5:\"forms\";a:0:{}s:20:\"prerequisiteQuizList\";a:0:{}}'),
(5, 'TEMPLATE 3', 0, 'a:3:{s:4:\"quiz\";O:20:\"WpProQuiz_Model_Quiz\":63:{s:6:\"\0*\0_id\";i:0;s:8:\"\0*\0_name\";s:12:\"शब्द\";s:8:\"\0*\0_text\";s:117:\"खालील अक्षरांपासून अर्थपूर्ण शब्द तयार करा.\";s:14:\"\0*\0_resultText\";s:17:\"CONGRATULATIONS !\";s:15:\"\0*\0_titleHidden\";b:0;s:24:\"\0*\0_btnRestartQuizHidden\";b:0;s:25:\"\0*\0_btnViewQuestionHidden\";b:0;s:18:\"\0*\0_questionRandom\";b:0;s:16:\"\0*\0_answerRandom\";b:1;s:13:\"\0*\0_timeLimit\";i:0;s:16:\"\0*\0_statisticsOn\";b:0;s:20:\"\0*\0_statisticsIpLock\";i:1440;s:22:\"\0*\0_resultGradeEnabled\";b:0;s:14:\"\0*\0_showPoints\";b:0;s:15:\"\0*\0_quizRunOnce\";b:0;s:19:\"\0*\0_quizRunOnceType\";i:1;s:21:\"\0*\0_quizRunOnceCookie\";b:0;s:19:\"\0*\0_quizRunOnceTime\";i:0;s:18:\"\0*\0_numberedAnswer\";b:0;s:24:\"\0*\0_hideAnswerMessageBox\";b:0;s:22:\"\0*\0_disabledAnswerMark\";b:0;s:19:\"\0*\0_showMaxQuestion\";b:0;s:24:\"\0*\0_showMaxQuestionValue\";i:1;s:26:\"\0*\0_showMaxQuestionPercent\";b:0;s:20:\"\0*\0_toplistActivated\";b:1;s:29:\"\0*\0_toplistDataAddPermissions\";i:3;s:19:\"\0*\0_toplistDataSort\";i:2;s:26:\"\0*\0_toplistDataAddMultiple\";b:1;s:23:\"\0*\0_toplistDataAddBlock\";i:0;s:24:\"\0*\0_toplistDataShowLimit\";i:10;s:29:\"\0*\0_toplistDataShowQuizResult\";b:0;s:21:\"\0*\0_toplistDataShowIn\";i:0;s:22:\"\0*\0_toplistDataCaptcha\";b:0;s:15:\"\0*\0_toplistData\";a:0:{}s:21:\"\0*\0_showAverageResult\";b:0;s:16:\"\0*\0_prerequisite\";b:0;s:27:\"\0*\0_toplistDataAddAutomatic\";b:1;s:13:\"\0*\0_quizModus\";i:3;s:22:\"\0*\0_showReviewQuestion\";b:0;s:19:\"\0*\0_quizSummaryHide\";b:0;s:24:\"\0*\0_skipQuestionDisabled\";b:0;s:21:\"\0*\0_emailNotification\";i:0;s:25:\"\0*\0_userEmailNotification\";b:0;s:21:\"\0*\0_showCategoryScore\";b:0;s:29:\"\0*\0_hideResultCorrectQuestion\";b:0;s:22:\"\0*\0_hideResultQuizTime\";b:0;s:20:\"\0*\0_hideResultPoints\";b:0;s:13:\"\0*\0_autostart\";b:0;s:24:\"\0*\0_forcingQuestionSolve\";b:0;s:32:\"\0*\0_hideQuestionPositionOverview\";b:0;s:25:\"\0*\0_hideQuestionNumbering\";b:0;s:17:\"\0*\0_formActivated\";b:0;s:20:\"\0*\0_formShowPosition\";i:0;s:27:\"\0*\0_startOnlyRegisteredUser\";b:0;s:20:\"\0*\0_questionsPerPage\";i:0;s:18:\"\0*\0_sortCategories\";b:0;s:16:\"\0*\0_showCategory\";b:0;s:14:\"\0*\0_categoryId\";i:11;s:16:\"\0*\0_categoryName\";s:0:\"\";s:14:\"\0*\0_adminEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:13:\"\0*\0_userEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:19:\"\0*\0_pluginContainer\";N;s:10:\"\0*\0_mapper\";N;}s:5:\"forms\";a:0:{}s:20:\"prerequisiteQuizList\";a:0:{}}'),
(6, 'TEMPLATE 4', 0, 'a:3:{s:4:\"quiz\";O:20:\"WpProQuiz_Model_Quiz\":63:{s:6:\"\0*\0_id\";i:0;s:8:\"\0*\0_name\";s:8:\"SPELLING\";s:8:\"\0*\0_text\";s:67:\"खालील शब्द इंग्रजीत लिहा.\";s:14:\"\0*\0_resultText\";s:17:\"CONGRATULATIONS !\";s:15:\"\0*\0_titleHidden\";b:0;s:24:\"\0*\0_btnRestartQuizHidden\";b:0;s:25:\"\0*\0_btnViewQuestionHidden\";b:0;s:18:\"\0*\0_questionRandom\";b:0;s:16:\"\0*\0_answerRandom\";b:1;s:13:\"\0*\0_timeLimit\";i:0;s:16:\"\0*\0_statisticsOn\";b:0;s:20:\"\0*\0_statisticsIpLock\";i:1440;s:22:\"\0*\0_resultGradeEnabled\";b:0;s:14:\"\0*\0_showPoints\";b:0;s:15:\"\0*\0_quizRunOnce\";b:0;s:19:\"\0*\0_quizRunOnceType\";i:1;s:21:\"\0*\0_quizRunOnceCookie\";b:0;s:19:\"\0*\0_quizRunOnceTime\";i:0;s:18:\"\0*\0_numberedAnswer\";b:0;s:24:\"\0*\0_hideAnswerMessageBox\";b:0;s:22:\"\0*\0_disabledAnswerMark\";b:0;s:19:\"\0*\0_showMaxQuestion\";b:0;s:24:\"\0*\0_showMaxQuestionValue\";i:1;s:26:\"\0*\0_showMaxQuestionPercent\";b:0;s:20:\"\0*\0_toplistActivated\";b:1;s:29:\"\0*\0_toplistDataAddPermissions\";i:1;s:19:\"\0*\0_toplistDataSort\";i:1;s:26:\"\0*\0_toplistDataAddMultiple\";b:1;s:23:\"\0*\0_toplistDataAddBlock\";i:0;s:24:\"\0*\0_toplistDataShowLimit\";i:10;s:29:\"\0*\0_toplistDataShowQuizResult\";b:0;s:21:\"\0*\0_toplistDataShowIn\";i:0;s:22:\"\0*\0_toplistDataCaptcha\";b:0;s:15:\"\0*\0_toplistData\";a:0:{}s:21:\"\0*\0_showAverageResult\";b:0;s:16:\"\0*\0_prerequisite\";b:0;s:27:\"\0*\0_toplistDataAddAutomatic\";b:1;s:13:\"\0*\0_quizModus\";i:3;s:22:\"\0*\0_showReviewQuestion\";b:0;s:19:\"\0*\0_quizSummaryHide\";b:0;s:24:\"\0*\0_skipQuestionDisabled\";b:0;s:21:\"\0*\0_emailNotification\";i:0;s:25:\"\0*\0_userEmailNotification\";b:0;s:21:\"\0*\0_showCategoryScore\";b:0;s:29:\"\0*\0_hideResultCorrectQuestion\";b:0;s:22:\"\0*\0_hideResultQuizTime\";b:0;s:20:\"\0*\0_hideResultPoints\";b:0;s:13:\"\0*\0_autostart\";b:0;s:24:\"\0*\0_forcingQuestionSolve\";b:0;s:32:\"\0*\0_hideQuestionPositionOverview\";b:0;s:25:\"\0*\0_hideQuestionNumbering\";b:0;s:17:\"\0*\0_formActivated\";b:0;s:20:\"\0*\0_formShowPosition\";i:0;s:27:\"\0*\0_startOnlyRegisteredUser\";b:1;s:20:\"\0*\0_questionsPerPage\";i:0;s:18:\"\0*\0_sortCategories\";b:0;s:16:\"\0*\0_showCategory\";b:0;s:14:\"\0*\0_categoryId\";i:13;s:16:\"\0*\0_categoryName\";s:0:\"\";s:14:\"\0*\0_adminEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:13:\"\0*\0_userEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:19:\"\0*\0_pluginContainer\";N;s:10:\"\0*\0_mapper\";N;}s:5:\"forms\";a:0:{}s:20:\"prerequisiteQuizList\";a:0:{}}'),
(7, 'TEMPLATE 5', 0, 'a:3:{s:4:\"quiz\";O:20:\"WpProQuiz_Model_Quiz\":63:{s:6:\"\0*\0_id\";i:0;s:8:\"\0*\0_name\";s:8:\"ARTICLES\";s:8:\"\0*\0_text\";s:26:\"CHOOSE THE PROPER ARTICLE.\";s:14:\"\0*\0_resultText\";s:17:\"CONGRATULATIONS !\";s:15:\"\0*\0_titleHidden\";b:0;s:24:\"\0*\0_btnRestartQuizHidden\";b:0;s:25:\"\0*\0_btnViewQuestionHidden\";b:0;s:18:\"\0*\0_questionRandom\";b:0;s:16:\"\0*\0_answerRandom\";b:1;s:13:\"\0*\0_timeLimit\";i:0;s:16:\"\0*\0_statisticsOn\";b:0;s:20:\"\0*\0_statisticsIpLock\";i:1440;s:22:\"\0*\0_resultGradeEnabled\";b:0;s:14:\"\0*\0_showPoints\";b:0;s:15:\"\0*\0_quizRunOnce\";b:0;s:19:\"\0*\0_quizRunOnceType\";i:1;s:21:\"\0*\0_quizRunOnceCookie\";b:0;s:19:\"\0*\0_quizRunOnceTime\";i:0;s:18:\"\0*\0_numberedAnswer\";b:0;s:24:\"\0*\0_hideAnswerMessageBox\";b:0;s:22:\"\0*\0_disabledAnswerMark\";b:0;s:19:\"\0*\0_showMaxQuestion\";b:0;s:24:\"\0*\0_showMaxQuestionValue\";i:1;s:26:\"\0*\0_showMaxQuestionPercent\";b:0;s:20:\"\0*\0_toplistActivated\";b:1;s:29:\"\0*\0_toplistDataAddPermissions\";i:2;s:19:\"\0*\0_toplistDataSort\";i:2;s:26:\"\0*\0_toplistDataAddMultiple\";b:1;s:23:\"\0*\0_toplistDataAddBlock\";i:0;s:24:\"\0*\0_toplistDataShowLimit\";i:10;s:29:\"\0*\0_toplistDataShowQuizResult\";b:0;s:21:\"\0*\0_toplistDataShowIn\";i:0;s:22:\"\0*\0_toplistDataCaptcha\";b:0;s:15:\"\0*\0_toplistData\";a:0:{}s:21:\"\0*\0_showAverageResult\";b:0;s:16:\"\0*\0_prerequisite\";b:0;s:27:\"\0*\0_toplistDataAddAutomatic\";b:1;s:13:\"\0*\0_quizModus\";i:3;s:22:\"\0*\0_showReviewQuestion\";b:0;s:19:\"\0*\0_quizSummaryHide\";b:0;s:24:\"\0*\0_skipQuestionDisabled\";b:0;s:21:\"\0*\0_emailNotification\";i:0;s:25:\"\0*\0_userEmailNotification\";b:0;s:21:\"\0*\0_showCategoryScore\";b:0;s:29:\"\0*\0_hideResultCorrectQuestion\";b:0;s:22:\"\0*\0_hideResultQuizTime\";b:0;s:20:\"\0*\0_hideResultPoints\";b:0;s:13:\"\0*\0_autostart\";b:0;s:24:\"\0*\0_forcingQuestionSolve\";b:0;s:32:\"\0*\0_hideQuestionPositionOverview\";b:0;s:25:\"\0*\0_hideQuestionNumbering\";b:0;s:17:\"\0*\0_formActivated\";b:0;s:20:\"\0*\0_formShowPosition\";i:0;s:27:\"\0*\0_startOnlyRegisteredUser\";b:1;s:20:\"\0*\0_questionsPerPage\";i:0;s:18:\"\0*\0_sortCategories\";b:0;s:16:\"\0*\0_showCategory\";b:0;s:14:\"\0*\0_categoryId\";i:15;s:16:\"\0*\0_categoryName\";s:0:\"\";s:14:\"\0*\0_adminEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:13:\"\0*\0_userEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:19:\"\0*\0_pluginContainer\";N;s:10:\"\0*\0_mapper\";N;}s:5:\"forms\";a:0:{}s:20:\"prerequisiteQuizList\";a:0:{}}'),
(8, 'TEMPLATE 6', 0, 'a:3:{s:4:\"quiz\";O:20:\"WpProQuiz_Model_Quiz\":63:{s:6:\"\0*\0_id\";i:0;s:8:\"\0*\0_name\";s:12:\"दिशा\";s:8:\"\0*\0_text\";s:79:\"खालील प्रश्नांची उत्तरे द्या.\";s:14:\"\0*\0_resultText\";s:17:\"CONGRATULATIONS !\";s:15:\"\0*\0_titleHidden\";b:0;s:24:\"\0*\0_btnRestartQuizHidden\";b:0;s:25:\"\0*\0_btnViewQuestionHidden\";b:0;s:18:\"\0*\0_questionRandom\";b:0;s:16:\"\0*\0_answerRandom\";b:1;s:13:\"\0*\0_timeLimit\";i:0;s:16:\"\0*\0_statisticsOn\";b:0;s:20:\"\0*\0_statisticsIpLock\";i:1440;s:22:\"\0*\0_resultGradeEnabled\";b:0;s:14:\"\0*\0_showPoints\";b:0;s:15:\"\0*\0_quizRunOnce\";b:0;s:19:\"\0*\0_quizRunOnceType\";i:1;s:21:\"\0*\0_quizRunOnceCookie\";b:0;s:19:\"\0*\0_quizRunOnceTime\";i:0;s:18:\"\0*\0_numberedAnswer\";b:0;s:24:\"\0*\0_hideAnswerMessageBox\";b:0;s:22:\"\0*\0_disabledAnswerMark\";b:0;s:19:\"\0*\0_showMaxQuestion\";b:0;s:24:\"\0*\0_showMaxQuestionValue\";i:1;s:26:\"\0*\0_showMaxQuestionPercent\";b:0;s:20:\"\0*\0_toplistActivated\";b:1;s:29:\"\0*\0_toplistDataAddPermissions\";i:3;s:19:\"\0*\0_toplistDataSort\";i:2;s:26:\"\0*\0_toplistDataAddMultiple\";b:1;s:23:\"\0*\0_toplistDataAddBlock\";i:0;s:24:\"\0*\0_toplistDataShowLimit\";i:10;s:29:\"\0*\0_toplistDataShowQuizResult\";b:0;s:21:\"\0*\0_toplistDataShowIn\";i:0;s:22:\"\0*\0_toplistDataCaptcha\";b:0;s:15:\"\0*\0_toplistData\";a:0:{}s:21:\"\0*\0_showAverageResult\";b:0;s:16:\"\0*\0_prerequisite\";b:0;s:27:\"\0*\0_toplistDataAddAutomatic\";b:1;s:13:\"\0*\0_quizModus\";i:3;s:22:\"\0*\0_showReviewQuestion\";b:0;s:19:\"\0*\0_quizSummaryHide\";b:0;s:24:\"\0*\0_skipQuestionDisabled\";b:0;s:21:\"\0*\0_emailNotification\";i:0;s:25:\"\0*\0_userEmailNotification\";b:0;s:21:\"\0*\0_showCategoryScore\";b:0;s:29:\"\0*\0_hideResultCorrectQuestion\";b:0;s:22:\"\0*\0_hideResultQuizTime\";b:0;s:20:\"\0*\0_hideResultPoints\";b:0;s:13:\"\0*\0_autostart\";b:0;s:24:\"\0*\0_forcingQuestionSolve\";b:0;s:32:\"\0*\0_hideQuestionPositionOverview\";b:0;s:25:\"\0*\0_hideQuestionNumbering\";b:0;s:17:\"\0*\0_formActivated\";b:0;s:20:\"\0*\0_formShowPosition\";i:0;s:27:\"\0*\0_startOnlyRegisteredUser\";b:1;s:20:\"\0*\0_questionsPerPage\";i:0;s:18:\"\0*\0_sortCategories\";b:0;s:16:\"\0*\0_showCategory\";b:0;s:14:\"\0*\0_categoryId\";i:17;s:16:\"\0*\0_categoryName\";s:0:\"\";s:14:\"\0*\0_adminEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:13:\"\0*\0_userEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:19:\"\0*\0_pluginContainer\";N;s:10:\"\0*\0_mapper\";N;}s:5:\"forms\";a:0:{}s:20:\"prerequisiteQuizList\";a:0:{}}'),
(9, 'TEMPLATE 7', 0, 'a:3:{s:4:\"quiz\";O:20:\"WpProQuiz_Model_Quiz\":63:{s:6:\"\0*\0_id\";i:0;s:8:\"\0*\0_name\";s:49:\"विरुद्धार्थी शब्द\";s:8:\"\0*\0_text\";s:63:\"विरुद्धार्थी शब्द लिहा.\";s:14:\"\0*\0_resultText\";s:0:\"\";s:15:\"\0*\0_titleHidden\";b:0;s:24:\"\0*\0_btnRestartQuizHidden\";b:0;s:25:\"\0*\0_btnViewQuestionHidden\";b:0;s:18:\"\0*\0_questionRandom\";b:0;s:16:\"\0*\0_answerRandom\";b:1;s:13:\"\0*\0_timeLimit\";i:0;s:16:\"\0*\0_statisticsOn\";b:0;s:20:\"\0*\0_statisticsIpLock\";i:1440;s:22:\"\0*\0_resultGradeEnabled\";b:0;s:14:\"\0*\0_showPoints\";b:0;s:15:\"\0*\0_quizRunOnce\";b:0;s:19:\"\0*\0_quizRunOnceType\";i:1;s:21:\"\0*\0_quizRunOnceCookie\";b:0;s:19:\"\0*\0_quizRunOnceTime\";i:0;s:18:\"\0*\0_numberedAnswer\";b:0;s:24:\"\0*\0_hideAnswerMessageBox\";b:0;s:22:\"\0*\0_disabledAnswerMark\";b:0;s:19:\"\0*\0_showMaxQuestion\";b:0;s:24:\"\0*\0_showMaxQuestionValue\";i:1;s:26:\"\0*\0_showMaxQuestionPercent\";b:0;s:20:\"\0*\0_toplistActivated\";b:0;s:29:\"\0*\0_toplistDataAddPermissions\";i:1;s:19:\"\0*\0_toplistDataSort\";i:1;s:26:\"\0*\0_toplistDataAddMultiple\";b:1;s:23:\"\0*\0_toplistDataAddBlock\";i:0;s:24:\"\0*\0_toplistDataShowLimit\";i:10;s:29:\"\0*\0_toplistDataShowQuizResult\";b:0;s:21:\"\0*\0_toplistDataShowIn\";i:0;s:22:\"\0*\0_toplistDataCaptcha\";b:0;s:15:\"\0*\0_toplistData\";a:0:{}s:21:\"\0*\0_showAverageResult\";b:0;s:16:\"\0*\0_prerequisite\";b:0;s:27:\"\0*\0_toplistDataAddAutomatic\";b:1;s:13:\"\0*\0_quizModus\";i:3;s:22:\"\0*\0_showReviewQuestion\";b:0;s:19:\"\0*\0_quizSummaryHide\";b:0;s:24:\"\0*\0_skipQuestionDisabled\";b:0;s:21:\"\0*\0_emailNotification\";i:0;s:25:\"\0*\0_userEmailNotification\";b:0;s:21:\"\0*\0_showCategoryScore\";b:0;s:29:\"\0*\0_hideResultCorrectQuestion\";b:0;s:22:\"\0*\0_hideResultQuizTime\";b:0;s:20:\"\0*\0_hideResultPoints\";b:0;s:13:\"\0*\0_autostart\";b:0;s:24:\"\0*\0_forcingQuestionSolve\";b:0;s:32:\"\0*\0_hideQuestionPositionOverview\";b:0;s:25:\"\0*\0_hideQuestionNumbering\";b:0;s:17:\"\0*\0_formActivated\";b:0;s:20:\"\0*\0_formShowPosition\";i:0;s:27:\"\0*\0_startOnlyRegisteredUser\";b:0;s:20:\"\0*\0_questionsPerPage\";i:0;s:18:\"\0*\0_sortCategories\";b:0;s:16:\"\0*\0_showCategory\";b:0;s:14:\"\0*\0_categoryId\";i:20;s:16:\"\0*\0_categoryName\";s:0:\"\";s:14:\"\0*\0_adminEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:13:\"\0*\0_userEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:19:\"\0*\0_pluginContainer\";N;s:10:\"\0*\0_mapper\";N;}s:5:\"forms\";a:0:{}s:20:\"prerequisiteQuizList\";a:0:{}}'),
(10, 'TEMPLATE 8', 0, 'a:3:{s:4:\"quiz\";O:20:\"WpProQuiz_Model_Quiz\":63:{s:6:\"\0*\0_id\";i:0;s:8:\"\0*\0_name\";s:23:\"बालआनंद 1\";s:8:\"\0*\0_text\";s:54:\"समानार्थी शब्द लिहा.\";s:14:\"\0*\0_resultText\";s:17:\"CONGRATULATIONS !\";s:15:\"\0*\0_titleHidden\";b:0;s:24:\"\0*\0_btnRestartQuizHidden\";b:0;s:25:\"\0*\0_btnViewQuestionHidden\";b:0;s:18:\"\0*\0_questionRandom\";b:0;s:16:\"\0*\0_answerRandom\";b:1;s:13:\"\0*\0_timeLimit\";i:0;s:16:\"\0*\0_statisticsOn\";b:0;s:20:\"\0*\0_statisticsIpLock\";i:1440;s:22:\"\0*\0_resultGradeEnabled\";b:0;s:14:\"\0*\0_showPoints\";b:0;s:15:\"\0*\0_quizRunOnce\";b:0;s:19:\"\0*\0_quizRunOnceType\";i:1;s:21:\"\0*\0_quizRunOnceCookie\";b:0;s:19:\"\0*\0_quizRunOnceTime\";i:0;s:18:\"\0*\0_numberedAnswer\";b:0;s:24:\"\0*\0_hideAnswerMessageBox\";b:0;s:22:\"\0*\0_disabledAnswerMark\";b:0;s:19:\"\0*\0_showMaxQuestion\";b:0;s:24:\"\0*\0_showMaxQuestionValue\";i:1;s:26:\"\0*\0_showMaxQuestionPercent\";b:0;s:20:\"\0*\0_toplistActivated\";b:0;s:29:\"\0*\0_toplistDataAddPermissions\";i:1;s:19:\"\0*\0_toplistDataSort\";i:1;s:26:\"\0*\0_toplistDataAddMultiple\";b:1;s:23:\"\0*\0_toplistDataAddBlock\";i:0;s:24:\"\0*\0_toplistDataShowLimit\";i:10;s:29:\"\0*\0_toplistDataShowQuizResult\";b:0;s:21:\"\0*\0_toplistDataShowIn\";i:0;s:22:\"\0*\0_toplistDataCaptcha\";b:0;s:15:\"\0*\0_toplistData\";a:0:{}s:21:\"\0*\0_showAverageResult\";b:0;s:16:\"\0*\0_prerequisite\";b:0;s:27:\"\0*\0_toplistDataAddAutomatic\";b:1;s:13:\"\0*\0_quizModus\";i:3;s:22:\"\0*\0_showReviewQuestion\";b:0;s:19:\"\0*\0_quizSummaryHide\";b:0;s:24:\"\0*\0_skipQuestionDisabled\";b:0;s:21:\"\0*\0_emailNotification\";i:0;s:25:\"\0*\0_userEmailNotification\";b:0;s:21:\"\0*\0_showCategoryScore\";b:0;s:29:\"\0*\0_hideResultCorrectQuestion\";b:0;s:22:\"\0*\0_hideResultQuizTime\";b:0;s:20:\"\0*\0_hideResultPoints\";b:0;s:13:\"\0*\0_autostart\";b:0;s:24:\"\0*\0_forcingQuestionSolve\";b:0;s:32:\"\0*\0_hideQuestionPositionOverview\";b:0;s:25:\"\0*\0_hideQuestionNumbering\";b:0;s:17:\"\0*\0_formActivated\";b:0;s:20:\"\0*\0_formShowPosition\";i:0;s:27:\"\0*\0_startOnlyRegisteredUser\";b:1;s:20:\"\0*\0_questionsPerPage\";i:0;s:18:\"\0*\0_sortCategories\";b:0;s:16:\"\0*\0_showCategory\";b:0;s:14:\"\0*\0_categoryId\";i:20;s:16:\"\0*\0_categoryName\";s:0:\"\";s:14:\"\0*\0_adminEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:13:\"\0*\0_userEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:19:\"\0*\0_pluginContainer\";N;s:10:\"\0*\0_mapper\";N;}s:5:\"forms\";a:0:{}s:20:\"prerequisiteQuizList\";a:0:{}}'),
(11, 'TEMPLATTE 1', 0, 'a:3:{s:4:\"quiz\";O:20:\"WpProQuiz_Model_Quiz\":63:{s:6:\"\0*\0_id\";i:0;s:8:\"\0*\0_name\";s:34:\"संख्यामाला - 1\";s:8:\"\0*\0_text\";s:114:\"प्रश्नचिन्हाच्या जागी येणारी संख्या ओळखा. \";s:14:\"\0*\0_resultText\";s:0:\"\";s:15:\"\0*\0_titleHidden\";b:0;s:24:\"\0*\0_btnRestartQuizHidden\";b:0;s:25:\"\0*\0_btnViewQuestionHidden\";b:0;s:18:\"\0*\0_questionRandom\";b:0;s:16:\"\0*\0_answerRandom\";b:1;s:13:\"\0*\0_timeLimit\";i:0;s:16:\"\0*\0_statisticsOn\";b:0;s:20:\"\0*\0_statisticsIpLock\";i:1440;s:22:\"\0*\0_resultGradeEnabled\";b:0;s:14:\"\0*\0_showPoints\";b:0;s:15:\"\0*\0_quizRunOnce\";b:0;s:19:\"\0*\0_quizRunOnceType\";i:1;s:21:\"\0*\0_quizRunOnceCookie\";b:0;s:19:\"\0*\0_quizRunOnceTime\";i:0;s:18:\"\0*\0_numberedAnswer\";b:0;s:24:\"\0*\0_hideAnswerMessageBox\";b:0;s:22:\"\0*\0_disabledAnswerMark\";b:0;s:19:\"\0*\0_showMaxQuestion\";b:0;s:24:\"\0*\0_showMaxQuestionValue\";i:1;s:26:\"\0*\0_showMaxQuestionPercent\";b:0;s:20:\"\0*\0_toplistActivated\";b:1;s:29:\"\0*\0_toplistDataAddPermissions\";i:1;s:19:\"\0*\0_toplistDataSort\";i:2;s:26:\"\0*\0_toplistDataAddMultiple\";b:1;s:23:\"\0*\0_toplistDataAddBlock\";i:0;s:24:\"\0*\0_toplistDataShowLimit\";i:100;s:29:\"\0*\0_toplistDataShowQuizResult\";b:0;s:21:\"\0*\0_toplistDataShowIn\";i:0;s:22:\"\0*\0_toplistDataCaptcha\";b:0;s:15:\"\0*\0_toplistData\";a:0:{}s:21:\"\0*\0_showAverageResult\";b:0;s:16:\"\0*\0_prerequisite\";b:0;s:27:\"\0*\0_toplistDataAddAutomatic\";b:1;s:13:\"\0*\0_quizModus\";i:3;s:22:\"\0*\0_showReviewQuestion\";b:0;s:19:\"\0*\0_quizSummaryHide\";b:0;s:24:\"\0*\0_skipQuestionDisabled\";b:0;s:21:\"\0*\0_emailNotification\";i:0;s:25:\"\0*\0_userEmailNotification\";b:0;s:21:\"\0*\0_showCategoryScore\";b:0;s:29:\"\0*\0_hideResultCorrectQuestion\";b:0;s:22:\"\0*\0_hideResultQuizTime\";b:0;s:20:\"\0*\0_hideResultPoints\";b:0;s:13:\"\0*\0_autostart\";b:0;s:24:\"\0*\0_forcingQuestionSolve\";b:0;s:32:\"\0*\0_hideQuestionPositionOverview\";b:0;s:25:\"\0*\0_hideQuestionNumbering\";b:0;s:17:\"\0*\0_formActivated\";b:0;s:20:\"\0*\0_formShowPosition\";i:0;s:27:\"\0*\0_startOnlyRegisteredUser\";b:0;s:20:\"\0*\0_questionsPerPage\";i:0;s:18:\"\0*\0_sortCategories\";b:0;s:16:\"\0*\0_showCategory\";b:0;s:14:\"\0*\0_categoryId\";i:25;s:16:\"\0*\0_categoryName\";s:0:\"\";s:14:\"\0*\0_adminEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:0:\"\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:111:\"Wp-Pro-Quiz\r\n\r\nThe user \"$username\" has completed \"$quizname\" the quiz.\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:13:\"\0*\0_userEmail\";O:21:\"WpProQuiz_Model_Email\":8:{s:6:\"\0*\0_to\";s:2:\"-1\";s:10:\"\0*\0_toUser\";b:0;s:10:\"\0*\0_toForm\";b:0;s:8:\"\0*\0_from\";s:0:\"\";s:11:\"\0*\0_subject\";s:38:\"Wp-Pro-Quiz: One user completed a quiz\";s:8:\"\0*\0_html\";b:0;s:11:\"\0*\0_message\";s:95:\"Wp-Pro-Quiz\r\n\r\nYou have completed the quiz \"$quizname\".\r\n\r\nPoints: $points\r\nResult: $result\r\n\r\n\";s:10:\"\0*\0_mapper\";N;}s:19:\"\0*\0_pluginContainer\";N;s:10:\"\0*\0_mapper\";N;}s:5:\"forms\";a:0:{}s:20:\"prerequisiteQuizList\";a:0:{}}');

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

--
-- Table structure for table `wpqe_wp_pro_quiz_toplist`
--

CREATE TABLE `wpqe_wp_pro_quiz_toplist` (
  `toplist_id` int(11) NOT NULL,
  `quiz_id` int(11) NOT NULL,
  `date` int(10) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(30) NOT NULL,
  `email` varchar(200) NOT NULL,
  `points` int(10) UNSIGNED NOT NULL,
  `result` float UNSIGNED NOT NULL,
  `ip` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wpqe_wp_pro_quiz_toplist`
--

INSERT INTO `wpqe_wp_pro_quiz_toplist` (`toplist_id`, `quiz_id`, `date`, `user_id`, `name`, `email`, `points`, `result`, `ip`) VALUES
(1, 2, 1587008239, 1, 'admin', 'admin@connectivism.in', 0, 0, '157.47.31.245'),
(2, 1, 1587228390, 1, 'admin', 'admin@connectivism.in', 10, 100, '157.33.149.125'),
(3, 1, 1587229637, 0, 'K', 'ab@g.c', 8, 80, '157.33.153.180'),
(4, 1, 1587229726, 0, 'K', 'ab@g.c', 4, 40, '157.33.153.180'),
(5, 4, 1587230899, 1, 'admin', 'admin@connectivism.in', 4, 100, '157.33.153.180'),
(6, 3, 1587232765, 0, 'K', 'K@G.C', 4, 100, '157.33.153.180'),
(7, 3, 1587232892, 0, 'K', 'K@G.C', 0, 0, '157.33.153.180'),
(8, 3, 1587232948, 0, 'A', 'K@G.C', 4, 100, '157.33.153.180'),
(9, 3, 1587233015, 0, 'A', 'A@G.C', 2, 50, '157.33.153.180'),
(10, 3, 1587233103, 0, 'C', 'A@G.C', 0, 0, '157.33.153.180'),
(11, 2, 1587233504, 0, 'D', 'D@G.C', 4, 100, '157.33.153.180'),
(12, 4, 1587238574, 1, 'admin', 'admin@connectivism.in', 4, 100, '157.47.15.200'),
(13, 4, 1587238657, 1, 'admin', 'admin@connectivism.in', 4, 100, '157.47.15.200'),
(14, 3, 1587238747, 0, 'su', 'cash4click@rocketmail.com', 4, 100, '157.47.15.200'),
(15, 3, 1587238777, 0, 'de', 'cash4click@rocketmail.com', 4, 100, '157.47.15.200'),
(16, 9, 1587981562, 1, 'admin', 'admin@connectivism.in', 20, 100, '157.47.33.215'),
(17, 9, 1587981982, 0, 'Prathmesh', 'p@g.c', 18, 90, '157.47.33.215'),
(18, 9, 1587983690, 0, 'Mahek pathan', 'munirpathan15634@gmail.com', 6, 30, '106.210.191.35'),
(19, 9, 1587984132, 0, 'Ganesh jangam', 'ganeshjangam46128@gmail.com', 14, 70, '157.33.149.148'),
(20, 9, 1587986564, 0, 'S.R.Dani', 'shaileshdani1965@gmail.com', 16, 80, '223.186.111.134'),
(21, 9, 1587986878, 0, 'rupali kamble', 'rupali@gmail.com', 16, 80, '106.220.222.160'),
(22, 9, 1587987729, 0, 'Nikita Shinde', 'nikhita@gamil.com', 2, 10, '45.248.45.96'),
(23, 9, 1587989501, 0, 'Aru patil', 'shubha1np@gmail.com', 20, 100, '49.35.117.62'),
(24, 9, 1587989521, 0, 'Somesh Jadhav', 'ankitajadhav652@gmail.com', 18, 90, '106.193.170.31'),
(25, 9, 1587991505, 0, 'Aditya Rane', 'adityarane7760@gmail.com', 20, 100, '106.210.200.138'),
(26, 9, 1587991541, 0, 'Sakshi khot', 'khotvaibhav7222@gmail.com', 12, 60, '223.178.148.123'),
(27, 9, 1587995672, 0, 'subhash', 'subhash9960467846@gmail.com', 16, 80, '49.35.85.141'),
(28, 9, 1587997669, 0, 'Amar mahamad mo', 'mominamar58@gmail.com', 10, 50, '157.33.186.32'),
(29, 9, 1587997712, 0, 'Amar mahamad mo', 'mominamar58@gmail.com', 8, 40, '157.33.186.32'),
(30, 9, 1587997936, 0, 'Madhura Chougal', 'chougalemadhura@gmail.com', 18, 90, '49.35.8.121'),
(31, 9, 1587998850, 0, 'Tejas. Nalavade', 'tejas@gmail.com', 16, 80, '49.35.7.32'),
(32, 9, 1587999217, 0, 'vaibhav patil', 'vaibhav@gmail.com', 18, 90, '157.33.171.213'),
(33, 9, 1587999653, 0, 'Diksha Ashok Pa', 'vishwajeetpatole@gmail.com', 20, 100, '49.35.45.207'),
(34, 9, 1588001614, 0, 'Pranjal', 'sandipgkamble@gmail.com', 18, 90, '106.210.241.202'),
(35, 9, 1588005113, 0, 'Ganesh jangam', 'ganeshjangam46129@gmail.com', 20, 100, '157.33.160.141'),
(36, 9, 1588006538, 0, 'Jaid MansurMomi', 'farjanamomin14@gmail.com', 20, 100, '157.33.153.76'),
(37, 9, 1588038805, 0, 'Mahek Momin', 'mominjaved3176@gmail.com', 8, 40, '157.33.31.87'),
(38, 9, 1588038897, 0, 'Mahek Momin', 'mominjaved3176@gmail.com', 16, 80, '157.33.31.87'),
(39, 9, 1588038971, 0, 'Mahek Momin', 'mominjaved3176@gmail.com', 20, 100, '157.33.31.87'),
(40, 9, 1588048755, 0, 'Pradnya naik', 'pradnyanakk@gmail.com', 20, 100, '49.35.63.26'),
(41, 9, 1588050243, 0, 'Amruta Patil', 'amrutap097@gmail.com', 18, 90, '106.76.70.130'),
(42, 9, 1588052116, 0, 'Vaibhavi vijay', 'vaibhavi2004@gmail.com', 10, 50, '106.193.188.202'),
(43, 9, 1588058628, 0, 'Chandani bhimra', 'bhimraomaratha6262@gmail.com', 18, 90, '157.33.147.62'),
(44, 9, 1588059881, 0, 'Pranjali jadhav', 'sandipjadhav@gmail.com', 20, 100, '106.200.99.80'),
(45, 9, 1588062365, 0, 'Samruddhi Shelk', 'samruddhishelke015@gmail.com', 14, 70, '106.193.189.16'),
(46, 9, 1588078785, 0, 'Sumit vikram po', 'sumitpol504@gmail.com', 16, 80, '49.35.45.205'),
(47, 9, 1588085054, 0, 'Komal laxman Th', 'komalthorat1509@gmail.com', 12, 60, '49.35.49.59'),
(48, 9, 1588085234, 0, 'Poonam vijay pa', 'sutarjyoti305@gmial.com', 20, 100, '106.193.179.79'),
(49, 9, 1588086517, 0, 'Komal laxman Th', 'komalthorat1509@gmail.com', 14, 70, '49.35.49.59'),
(50, 9, 1588089103, 0, 'Sharad mohite', 'mohan1978mohite@gamil.com', 16, 80, '106.76.78.120'),
(51, 9, 1588093889, 0, 'rupali kamble', 'rupali@gmail.in', 16, 80, '106.210.130.91'),
(52, 9, 1588127475, 0, 'Sandhyarani pat', 'sandhya@gmail.com', 18, 90, '106.76.70.61'),
(53, 9, 1588127964, 0, 'Sandhyarani pat', 'sandhya@gmail.com', 14, 70, '106.76.70.18'),
(54, 9, 1588174759, 0, 'Tejas hajare', 'avinashgavade10@gmail.com', 20, 100, '49.35.21.251'),
(55, 9, 1588175271, 0, 'Sanket', 'sanket@gmail.com', 20, 100, '49.35.11.180'),
(56, 9, 1588226442, 0, 'Dhanashri sawan', 'swapnilsawantsambhaji@gmail.com', 18, 90, '157.33.144.190'),
(57, 9, 1588240031, 0, 'Tejas hajare', 'avinashgavade10@gmail.com', 18, 90, '49.35.13.176'),
(58, 9, 1588340874, 0, 'Priyanka Kamble', 'priyanka131314@gmail.com', 18, 90, '106.220.239.51'),
(59, 10, 1588396493, 1, 'admin', 'admin@connectivism.in', 2, 100, '49.35.104.18'),
(60, 9, 1588399568, 0, 'Priyanka mane', 'mane.sachin2119@gmail.com', 18, 90, '106.220.140.124'),
(61, 9, 1588409998, 0, 'Shivani sunil k', 'sk3130042@gmail.com', 18, 90, '157.33.142.182'),
(62, 11, 1588410429, 1, 'admin', 'admin@connectivism.in', 20, 100, '157.33.145.165'),
(63, 10, 1588423661, 1, 'admin', 'admin@connectivism.in', 20, 100, '157.33.219.252'),
(64, 9, 1588434635, 0, 'Tejas Hajare', 'avinashgavade10@gmail.com', 20, 100, '49.35.31.210'),
(65, 12, 1588440850, 1, 'admin', 'admin@connectivism.in', 20, 100, '157.33.219.252'),
(66, 9, 1588471559, 0, 'Rushi', 'Rushi@gmail.com', 14, 70, '157.33.169.179'),
(67, 9, 1588471803, 0, 'Rushi', 'Rushi@gmail.com', 14, 70, '157.33.169.179'),
(68, 10, 1588483019, 0, 'Suyash', 's510lad@gmail.com', 20, 100, '106.210.172.66'),
(69, 10, 1588483096, 0, 'Vedraj', 'gpawar1383@gmail.com', 20, 100, '49.35.2.250'),
(70, 10, 1588483231, 0, 'Zunjar Patil', 'zunjarpatil2811@gmail.com', 20, 100, '223.178.144.234'),
(71, 10, 1588483929, 0, 'NEEL JAY GHADAG', 'jayghadage8149@gmail.com', 20, 100, '157.47.33.58'),
(72, 10, 1588484976, 0, 'Shourya more', 'pawarakash1790@gmail.com', 20, 100, '157.47.53.211'),
(73, 10, 1588485851, 0, 'Swaranjali yada', 'maheshyadav567@gmail.com', 20, 100, '157.33.133.56'),
(74, 10, 1588486738, 0, 'Tanmay Prasad K', 'smitakumbhar69@gmail.com', 20, 100, '157.33.211.121'),
(75, 10, 1588489460, 0, 'Spruha', 'patilsangeeta21@yahoo.co.in', 20, 100, '106.220.176.116'),
(76, 10, 1588490331, 0, 'Ananya Prakash', 'patilprakash149@gmail.com', 20, 100, '106.210.249.33'),
(77, 10, 1588491468, 0, 'Pranjali', 'pravinzambre9373@gmail.com', 20, 100, '49.35.100.240'),
(78, 10, 1588492271, 0, 'Sarthak', 'sadakaledsantosh@gmail.vom', 20, 100, '157.47.47.243'),
(79, 10, 1588496820, 0, 'Prajwal A.More', 'amitmore552@gmail.com', 20, 100, '49.35.110.53'),
(80, 10, 1588500683, 0, 'Sanavi Kale', 'vukale1001@gmail.com', 20, 100, '157.47.56.116'),
(81, 13, 1588592960, 0, 'Rina', 'rinamane@gamail.com', 16, 80, '157.33.178.26'),
(82, 9, 1588593074, 0, 'Rina', 'rinamane@gamail.com', 16, 80, '157.33.178.26'),
(83, 13, 1588594487, 0, 'Mahek pathan', 'munirpathan15634@gmail.com', 16, 80, '106.220.186.17'),
(84, 13, 1588595493, 0, 'Ganesh jangam', 'ganeshjangam46128@gmail.com', 20, 100, '157.33.185.10'),
(85, 13, 1588596845, 0, 'Mahek pathan', 'munirpathan15634@gmail.com', 20, 100, '106.220.186.17'),
(86, 13, 1588597380, 0, 'Komal Thorat', 'komalthorat1509@gmail.com', 18, 90, '157.47.62.171'),
(87, 13, 1588597710, 0, 'rupali kamble', 'rupali@gmaill.in', 20, 100, '106.220.174.204'),
(88, 13, 1588598084, 0, 'Komal Thorat', 'komalthorat1509@gmail.com', 20, 100, '157.47.62.171'),
(89, 13, 1588598846, 0, 'Nikita Shinde', 'Nikita@gmail.com', 20, 100, '45.248.45.93'),
(90, 13, 1588599345, 0, 'Nikita Shinde', 'Nikita@gmail.com', 20, 100, '45.248.45.93'),
(91, 10, 1588600551, 0, 'sharvari Amol M', 'preetiamane@gmail.com', 20, 100, '157.47.28.151'),
(92, 13, 1588601873, 0, 'Jaid Momin', 'farjanamomin14@gmail.com', 20, 100, '157.47.49.120'),
(93, 13, 1588602443, 0, 'Komal Thorat', 'komalthorat1509@gmail.com', 20, 100, '157.47.62.171'),
(94, 13, 1588603231, 0, 'Sakshi Khot', 'khotvaibhav7222@gmail.com', 12, 60, '223.178.145.18'),
(95, 13, 1588604624, 0, 'Priyanka Kamble', 'priyanka131314@gmail.com', 20, 100, '157.47.5.223'),
(96, 13, 1588604897, 0, 'Priyanka Mane', 'mane.sachin2119@gmail.com', 20, 100, '157.47.5.223'),
(97, 13, 1588605532, 0, 'Sandhyarani pat', 'sandhya@gmail.com', 20, 100, '106.76.78.77'),
(98, 9, 1588608437, 0, 'Anirudh panchal', 'anirudhpanchal14@gmail.com', 18, 90, '42.106.102.187'),
(99, 13, 1588609446, 0, 'Dhanashri', 'swapnilsawantsambhaji@gmail.com', 16, 80, '157.33.234.181'),
(100, 13, 1588609837, 0, 'Aliya shiaikh a', 'skmagicmath@gmail.com', 2, 10, '106.77.20.202'),
(101, 13, 1588609847, 0, 'Aliya shiaikh a', 'skmagicmath@gmail.com', 2, 10, '106.77.20.202'),
(102, 10, 1588611764, 0, 'Aniruddha salun', 'salunkhe.sumit27@gmail.com', 20, 100, '106.220.130.14'),
(103, 13, 1588642484, 0, 'rupali kamble', 'rupali@gmaill.in', 20, 100, '106.210.189.161'),
(104, 13, 1588652968, 0, 'Nikita Shinde', 'Nikita@gmail.com', 20, 100, '103.216.195.98'),
(105, 9, 1588653165, 0, 'rupali kamble', 'rupali@gmaill.in', 16, 80, '106.220.158.176'),
(106, 10, 1588667367, 0, 'Swara Dhiraj ma', 'dhirajmandale76@gmail.com', 20, 100, '157.33.245.186'),
(107, 13, 1588669479, 0, 'subhash', 'subhash9960@gmail.com', 18, 90, '157.33.154.148'),
(108, 13, 1588693980, 0, 'Tejas Hajare', 'avinashgavade10@gmail.com', 6, 30, '49.35.6.142'),
(109, 13, 1588694500, 0, 'Tejas  Hajare', 'avinashgavade10@gmail.com', 20, 100, '49.35.6.142'),
(110, 14, 1588699930, 1, 'admin', 'admin@connectivism.in', 20, 100, '157.47.23.53'),
(111, 14, 1588701195, 1, 'admin', 'admin@connectivism.in', 20, 100, '157.47.23.53'),
(112, 14, 1588701383, 0, 'diksha', 'd@g.c', 6, 30, '157.47.23.53'),
(113, 13, 1588733105, 0, 'Mahek pathan', 'munirpathan@15352gmali.com', 20, 100, '106.76.78.87'),
(114, 13, 1588746876, 0, 'Amol', 'apschool.tisangi@gmail.com', 20, 100, '49.35.34.27'),
(115, 15, 1588760633, 0, 'Sunil', 's@g.c', 20, 100, '157.33.153.160'),
(116, 15, 1588761862, 0, 'rupali kamble', 'rupali@gmail.in', 2, 10, '106.193.231.68'),
(117, 15, 1588763166, 0, 'Smita patil', 'smitapatil644@gmail.com', 20, 100, '223.178.148.121'),
(118, 15, 1588763226, 0, 'Punam salunkhe', 'punamsalunke80@gmail.com', 18, 90, '106.220.172.231'),
(119, 14, 1588763370, 0, 'Smita patil', 'smitapatil644@gmail.com', 18, 90, '223.178.148.121'),
(120, 15, 1588764098, 0, 'Nikita Shinde', 'Nikita@gmail.com', 6, 30, '45.248.45.92'),
(121, 15, 1588766286, 0, 'Swati suryawans', 'swatisurya96@gmail.com', 16, 80, '106.193.106.43'),
(122, 9, 1588770867, 0, 'Prashant madane', 'prashant@gmail.com', 20, 100, '157.33.223.47'),
(123, 13, 1588771422, 0, 'Tejas Nalawade', 'tejas.nalawade@gmail.com', 6, 30, '49.35.110.99'),
(124, 15, 1588773398, 0, 'Savita', 'savitaugalepatil@gmail.com', 20, 100, '157.33.183.127'),
(125, 15, 1588773697, 0, 'Ganesh jangam', 'ganeshjangam46128@gmail.com', 16, 80, '157.33.160.16'),
(126, 15, 1588774202, 0, 'Shubhangi kate', 'kateshubhangi11@gmail.com', 16, 80, '42.108.244.25'),
(127, 13, 1588778010, 0, 'Chandani bhimra', 'bhimraomaratha6262@gmail.com', 16, 80, '157.33.188.184'),
(128, 15, 1588828717, 0, 'Sandhyarani pat', 'sandhya@gmail.com', 18, 90, '106.76.70.149'),
(129, 13, 1588831255, 0, 'sulekha mane', 'sulekha@gmail.com', 20, 100, '157.33.160.214'),
(130, 9, 1588846937, 0, 'subhash sampat', 'subhashkamble308@email.com', 20, 100, '49.35.101.61'),
(131, 16, 1588904639, 0, 'Sunil', 's@g.c', 20, 100, '157.47.19.23'),
(132, 16, 1588922520, 0, 'Sayli patil', 'saylipatil361@gmail.com', 16, 80, '49.35.13.250'),
(133, 16, 1588926020, 0, 'Rina', 'rinamane@gamail.com', 20, 100, '49.35.16.163'),
(134, 16, 1588926647, 0, 'rupalh kamble', 'rupali@gmail.in', 18, 90, '106.210.252.222'),
(135, 16, 1588928399, 0, 'Dhanashri sawan', 'Dhanashri@gmail.com', 18, 90, '157.33.175.213'),
(136, 16, 1588930600, 0, 'Ganesh jangam', 'ganeshjangam46128@gmail.com', 18, 90, '49.35.111.32'),
(137, 16, 1588931415, 0, 'Shivani sunil K', 'sk3130042@gmail.com', 12, 60, '157.33.252.192'),
(138, 16, 1588946753, 0, 'Sakshi Khot', 'khotvaibhav7222@gmail.com', 16, 80, '223.178.148.27'),
(139, 13, 1588950341, 0, 'Monali Mahadev', 'monali@gmail.com', 14, 70, '106.220.191.248'),
(140, 9, 1588950645, 0, 'Monali  Chavan', 'monali@gmail.com', 16, 80, '106.220.191.248'),
(141, 16, 1589004493, 0, 'Shivani sunil K', 'sk3130042@gmail.com', 12, 60, '157.33.141.132'),
(142, 13, 1589012965, 0, 'Pranjali jadhav', 'sandipjadhav8425@gmail.com', 20, 100, '106.200.102.210'),
(143, 16, 1589017929, 0, 'prathamesh Prav', 'pavanbjadhav@gmail.com', 10, 50, '223.178.146.138'),
(144, 16, 1589018353, 0, 'prathamesh Prav', 'pavanbjadhav@gmail.com', 18, 90, '223.178.146.138');

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

--
-- Table structure for table `wpqe_yoast_indexable`
--

CREATE TABLE `wpqe_yoast_indexable` (
  `id` int(11) UNSIGNED NOT NULL,
  `permalink` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `permalink_hash` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `object_id` int(11) UNSIGNED DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `author_id` int(11) UNSIGNED DEFAULT NULL,
  `post_parent` int(11) UNSIGNED DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `post_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) UNSIGNED DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_image` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_description` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) UNSIGNED DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_yoast_indexable`
--

INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(1, 'https://connectivism.in/', '24:417e29eaf1d22b45585b1f35bec8d3fd', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Connecting wisely', 'Home', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '', '', '', '', NULL, NULL, NULL, NULL, NULL, '2020-05-01 07:12:08', '2020-05-01 05:12:08', 1, NULL, NULL, NULL, NULL),
(2, 'https://connectivism.in/tag/3rd-standard/', '41:83920031d541748ebfd3804396f5f30c', 244, 'term', 'post_tag', NULL, NULL, NULL, NULL, '3RD STANDARD', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 07:23:19', '2020-05-01 05:23:19', 1, NULL, NULL, NULL, NULL),
(3, 'https://connectivism.in/author/admin/', '37:58fa89c69358791950d09005f2b300c8', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/76fcfc02a30a9378ada340767769ed81?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/76fcfc02a30a9378ada340767769ed81?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2020-05-01 07:24:26', '2020-05-08 14:05:24', 1, NULL, NULL, NULL, NULL),
(4, 'https://connectivism.in/enlightenment-in-europe/', '48:cc71d651068dd8b486f30cfd25e7f81c', 2566, 'post', 'post', 1, 0, NULL, NULL, 'युरोपातील प्रबोधन आणि विज्ञानाचा विकास 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200430_211847.jpg', NULL, '2632', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200430_211847.jpg', '2632', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200430_211847.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200430_211847.jpg\",\"size\":\"full\",\"id\":2632,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 07:24:26', '2020-05-01 05:24:26', 1, NULL, NULL, NULL, NULL),
(5, 'https://connectivism.in/spelling/', '33:ce817ee5e7130665d18ba93d13a09f9c', 2431, 'post', 'post', 1, 0, NULL, NULL, 'SPELLING', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-01 07:36:54', '2020-05-01 05:36:54', 1, NULL, NULL, NULL, NULL),
(6, 'https://connectivism.in/tag/directions/', '39:833162524016440d012f7b80892e887e', 396, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'directions', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 07:44:16', '2020-05-01 05:44:16', 1, NULL, NULL, NULL, NULL),
(7, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:13:25', '2020-05-09 07:03:51', 1, NULL, NULL, NULL, NULL),
(8, 'https://connectivism.in/simple-interest/', '40:4fd90ba7e4c19438630dec784bb7ff08', 2543, 'post', 'post', 1, 0, NULL, NULL, 'सरळव्याज', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_192655-1.jpg', NULL, '2545', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_192655-1.jpg', '2545', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_192655-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_192655-1.jpg\",\"size\":\"full\",\"id\":2545,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 08:30:15', '2020-05-01 06:30:15', 1, NULL, NULL, NULL, NULL),
(9, 'https://connectivism.in/tag/9th-videos/', '39:b01410c90fd4ca99fa7e17ea5e480b83', 443, 'term', 'post_tag', NULL, NULL, NULL, NULL, '9th Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:31:36', '2020-05-01 06:31:36', 1, NULL, NULL, NULL, NULL),
(10, 'https://connectivism.in/?p=2649/', '32:7114fa94bec93353d73026a30a25dda7', 2649, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '9th Standard', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:32:23', '2020-05-01 06:32:23', 1, NULL, NULL, NULL, NULL),
(11, 'https://connectivism.in/1st-standard-2/', '39:b15053cfceb207cb51efeb99485f44e6', 2650, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '1st Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:32:42', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(12, 'https://connectivism.in/2nd-standard/', '37:927a601b6758f2e9af8404486dc8432a', 2651, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '2nd Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:32:57', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(13, 'https://connectivism.in/3rd-standard-2/', '39:1ae417b448771a0ede69a7d9baf0b401', 2652, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '3rd Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:33:11', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(14, 'https://connectivism.in/4th-standard-2/', '39:664565979cd6925f25813fd43573d589', 2653, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '4th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:33:23', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(15, 'https://connectivism.in/5th-standard-2/', '39:717a23cdf28a3c4b45d71f054eabbc72', 2654, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '5th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:33:35', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(16, 'https://connectivism.in/6th-standard-2/', '39:efe36fdde54a0d50c7c008b89c3a806e', 2655, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '6th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:33:48', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(17, 'https://connectivism.in/7th-standard-2/', '39:1cd2564b8964b6e2c184668ca6efb242', 2656, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '7th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:34:01', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(18, 'https://connectivism.in/8th-standard-2/', '39:7ba7c897866070c5877ad7813311b303', 2657, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '8th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:34:12', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(19, 'https://connectivism.in/10th-standard-2/', '40:c4dd263545d89442e2976dfd84193d3b', 2658, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '10th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:34:29', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(20, 'https://connectivism.in/10th-standard-3/', '40:4384bd1e566d7382aad9287af501ebbe', 2659, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '10th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:34:42', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(21, 'https://connectivism.in/11th-standard-2/', '40:9b423ad3a8141ae33684f0df929070ae', 2660, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '11th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:34:52', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(22, 'https://connectivism.in/12th-standard-2/', '40:467b19e82f613a0878058775c43a0807', 2661, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '12th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:01', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(23, 'https://connectivism.in/9th-standard-2/', '39:bed1d8e9f5c6a9c90d6f2fbcad2be91b', 2662, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '9th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:19', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(24, 'https://connectivism.in/?taxonomy=nav_menu&term=%e0%a4%ae%e0%a5%87%e0%a4%a8%e0%a5%82/', '85:999f0e0a393f354dcad14ce2d5b4e280', 223, 'term', 'nav_menu', NULL, NULL, NULL, NULL, 'मेनू', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(25, 'https://connectivism.in/2236/', '29:2f0d6893933a101ea1ffe27ad17704c5', 2236, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(26, 'https://connectivism.in/%e0%a4%aa%e0%a5%81%e0%a4%b8%e0%a5%8d%e0%a4%a4%e0%a4%95%e0%a5%87/', '88:adef803ab62f19bc102082c1064dfcf3', 2238, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Books', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(27, 'https://connectivism.in/%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%b6%e0%a5%8d%e0%a4%a8%e0%a4%aa%e0%a4%a4%e0%a5%8d%e0%a4%b0%e0%a4%bf%e0%a4%95%e0%a4%be/', '142:818e0290c9725948ddcddcf584025191', 2239, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Question Papers', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(28, 'https://connectivism.in/1st-standard/', '37:801c66cf95a08227fa0bbfefb76c3c52', 2600, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '1st Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(29, 'https://connectivism.in/2nd-stnadard/', '37:76493d485eb62770aeafe0a8bee27ad8', 2599, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '2nd Stnadard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(30, 'https://connectivism.in/3rd-standard/', '37:2a11be34b6e22aed0abc2215233bb116', 2598, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '3rd Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(31, 'https://connectivism.in/4th-standard/', '37:7099eff99a428f0ab6d401d39bef8741', 2597, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '4th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(32, 'https://connectivism.in/5th-standard/', '37:065663c166dff2e332198f7769cc9f0b', 2596, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '5th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(33, 'https://connectivism.in/6th-standard/', '37:106af2d73dca572e3d41f16c8317cc25', 2595, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '6th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(34, 'https://connectivism.in/7th-standard/', '37:a1494cab086492e599b857e696528a34', 2594, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '7th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(35, 'https://connectivism.in/8th-standard/', '37:e03588edc624009886a0125a2ab90cf3', 2593, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '8th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(36, 'https://connectivism.in/9th-standard/', '37:b015542b79633712626bf0747e6841f6', 2592, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '9th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(37, 'https://connectivism.in/10th-standard/', '38:9045df1a2cc7dbb0dd4db38df3e33648', 2591, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '10th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(38, 'https://connectivism.in/11th-standard/', '38:ecb716f7ba99fe29590f66d590a22c36', 2590, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '11th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(39, 'https://connectivism.in/12th-standard/', '38:6c5c3b5c50cad8bc29c459d0dc628d47', 2589, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '12th Standard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(40, 'https://connectivism.in/%e0%a4%b5%e0%a5%8d%e0%a4%b9%e0%a4%bf%e0%a4%a1%e0%a4%bf%e0%a4%93/', '88:f2ad8ced8665e54a9e6a4e51c729cdf3', 2237, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Videos', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:35:52', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(41, 'https://connectivism.in/tag/1st-videos/', '39:8c28151c47a909a92afb988639662024', 435, 'term', 'post_tag', NULL, NULL, NULL, NULL, '1st Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:36:13', '2020-05-01 06:36:13', 1, NULL, NULL, NULL, NULL),
(42, 'https://connectivism.in/tag/2nd-videos/', '39:32f3d512dd21e815e14a903df8dddff3', 436, 'term', 'post_tag', NULL, NULL, NULL, NULL, '2nd Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:36:32', '2020-05-01 06:36:32', 1, NULL, NULL, NULL, NULL),
(43, 'https://connectivism.in/tag/3rd-videos/', '39:fb2bffe28ee808819b1310e0c19c28a6', 437, 'term', 'post_tag', NULL, NULL, NULL, NULL, '3rd Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:36:36', '2020-05-01 06:36:36', 1, NULL, NULL, NULL, NULL),
(44, 'https://connectivism.in/tag/4th-videos/', '39:6cbca0094233a1a3b9059dff7ad915e2', 438, 'term', 'post_tag', NULL, NULL, NULL, NULL, '4th Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:36:41', '2020-05-01 06:36:41', 1, NULL, NULL, NULL, NULL),
(45, 'https://connectivism.in/tag/5th-videos/', '39:4df1e8f5c76ccfd628d0f5b3e29daa8d', 439, 'term', 'post_tag', NULL, NULL, NULL, NULL, '5th Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:36:45', '2020-05-01 06:36:45', 1, NULL, NULL, NULL, NULL),
(46, 'https://connectivism.in/tag/6th-videos/', '39:3598073b86cc2efa3ba941e7182e5c28', 440, 'term', 'post_tag', NULL, NULL, NULL, NULL, '6th Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:36:49', '2020-05-01 06:36:49', 1, NULL, NULL, NULL, NULL),
(47, 'https://connectivism.in/tag/7th-videos/', '39:eed864cf62409038742b62f07424536f', 441, 'term', 'post_tag', NULL, NULL, NULL, NULL, '7th Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:36:52', '2020-05-01 06:36:52', 1, NULL, NULL, NULL, NULL),
(48, 'https://connectivism.in/tag/8th-videos/', '39:0b982a704d6e2c368ce8d749aa971903', 442, 'term', 'post_tag', NULL, NULL, NULL, NULL, '8th Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:36:59', '2020-05-01 06:36:59', 1, NULL, NULL, NULL, NULL),
(49, 'https://connectivism.in/tag/10th-videos/', '40:a88d04832a550800bdb9fe234c895470', 444, 'term', 'post_tag', NULL, NULL, NULL, NULL, '10th Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:37:12', '2020-05-01 06:37:12', 1, NULL, NULL, NULL, NULL),
(50, 'https://connectivism.in/tag/11th-videos/', '40:7558d462eaf7f9af018d0c530ce3f1d2', 445, 'term', 'post_tag', NULL, NULL, NULL, NULL, '11th Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:37:26', '2020-05-01 06:37:26', 1, NULL, NULL, NULL, NULL),
(51, 'https://connectivism.in/tag/12th-videos/', '40:0125b8333b867cef2574dfa8c6648e9d', 446, 'term', 'post_tag', NULL, NULL, NULL, NULL, '12th Videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:37:33', '2020-05-01 06:37:33', 1, NULL, NULL, NULL, NULL),
(52, 'https://connectivism.in/12-history-%e0%a4%af%e0%a5%81%e0%a4%b0%e0%a5%8b%e0%a4%aa%e0%a4%be%e0%a4%a4%e0%a5%80%e0%a4%b2-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%ac%e0%a5%8b%e0%a4%a7%e0%a4%a8-%e0%a4%86%e0%a4%a3%e0%a4%bf-%e0%a4%b5/', '219:35b2d765e8ecc6778775626981584b6d', 2626, 'post', 'post', 1, 0, NULL, NULL, '12 History युरोपातील प्रबोधन आणि विज्ञानाचा विकास भाग &#8211; 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200430_212026.jpg', NULL, '2631', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200430_212026.jpg', '2631', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200430_212026.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200430_212026.jpg\",\"size\":\"full\",\"id\":2631,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 08:37:43', '2020-05-01 06:37:43', 1, NULL, NULL, NULL, NULL),
(53, 'https://connectivism.in/tag/6th-question-papers/', '48:fc453172fc0a74ab1a9206b257e8560a', 449, 'term', 'post_tag', NULL, NULL, NULL, NULL, '6th Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:50:16', '2020-05-01 06:50:16', 1, NULL, NULL, NULL, NULL),
(54, 'https://connectivism.in/tag/3rd-question-papers/', '48:d9d4746ef2c59917b4ecfaa0762e1635', 456, 'term', 'post_tag', NULL, NULL, NULL, NULL, '3rd Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 08:50:33', '2020-05-01 06:50:33', 1, NULL, NULL, NULL, NULL),
(55, 'https://connectivism.in/directions/', '35:535031ed43b8338455c6236ce000a443', 2429, 'post', 'post', 1, 0, NULL, NULL, 'दिशा', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-01 08:50:38', '2020-05-01 06:50:38', 1, NULL, NULL, NULL, NULL),
(56, 'https://connectivism.in/tag/junior-kg-videos/', '45:9591d32d5c1b650e46ab5e02c08efaf6', 466, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'junior kg videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 09:30:08', '2020-05-01 07:30:08', 1, NULL, NULL, NULL, NULL),
(57, 'https://connectivism.in/tag/senior-kg-videos/', '45:c6f1a4dff06e08c2d3db52777b6f4b3d', 467, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'senior kg videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 09:43:55', '2020-05-01 07:43:55', 1, NULL, NULL, NULL, NULL),
(58, 'https://connectivism.in/pairing-objects/', '40:9f3b5b7869d8f4294996ef305e40ebc0', 2548, 'post', 'post', 1, 0, NULL, NULL, 'जोडीच्या वस्तू', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_140051.jpg', NULL, '2550', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_140051.jpg', '2550', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_140051.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_140051.jpg\",\"size\":\"full\",\"id\":2550,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 10:31:02', '2020-05-01 08:31:02', 1, NULL, NULL, NULL, NULL),
(59, 'https://connectivism.in/tag/1st-question-papers/', '48:4fc4173d19488e3af9dd17a972f0360b', 458, 'term', 'post_tag', NULL, NULL, NULL, NULL, '1st Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 10:47:23', '2020-05-01 08:47:23', 1, NULL, NULL, NULL, NULL),
(60, 'https://connectivism.in/tag/8th-question-papers/', '48:136db665cde9594db3e97fc45366369c', 451, 'term', 'post_tag', NULL, NULL, NULL, NULL, '8th Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 10:47:50', '2020-05-01 08:47:50', 1, NULL, NULL, NULL, NULL),
(61, 'https://connectivism.in/tag/12th-question-papers/', '49:0edb477b45a704b79f7c0472bd678b76', 455, 'term', 'post_tag', NULL, NULL, NULL, NULL, '12th Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 10:48:03', '2020-05-01 08:48:03', 1, NULL, NULL, NULL, NULL),
(62, 'https://connectivism.in/home-2-2/', '33:3d1e23c904e2b12bdbce0079bea6abc1', 2057, 'post', 'page', 1, 0, NULL, NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 10:48:42', '2020-05-01 08:48:42', 1, NULL, NULL, NULL, NULL),
(63, 'https://connectivism.in/category/standard-4/', '44:3b5fc74bd24c96c62e4ae11c6c05ca13', 212, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 4', NULL, NULL, 0, NULL, NULL, NULL, 'FOURTH STANDARD', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 11:03:13', '2020-05-01 09:03:13', 1, NULL, NULL, NULL, NULL),
(64, 'https://connectivism.in/category/standard-8/', '44:92ce58a46dc01afc9a43ca2f027f56c9', 216, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 8', NULL, NULL, 0, NULL, NULL, NULL, 'eighth standard', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 11:03:24', '2020-05-01 09:03:24', 1, NULL, NULL, NULL, NULL),
(65, 'https://connectivism.in/taste/', '30:8bd0935946e1e6d9a36440dc172e191a', 2463, 'post', 'post', 1, 0, NULL, NULL, 'चव (TASTE)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200328_153540.jpg', NULL, '2520', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200328_153540.jpg', '2520', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200328_153540.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200328_153540.jpg\",\"size\":\"full\",\"id\":2520,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 11:05:24', '2020-05-01 09:05:24', 1, NULL, NULL, NULL, NULL),
(66, 'https://connectivism.in/numbers/', '32:666d5b706c5dd1743868a00b6cd5e2a5', 2476, 'post', 'post', 1, 0, NULL, NULL, 'संख्यांवरील प्रश्न', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200413_222424.jpg', NULL, '2478', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200413_222424.jpg', '2478', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200413_222424.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200413_222424.jpg\",\"size\":\"full\",\"id\":2478,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 11:05:58', '2020-05-01 09:05:58', 1, NULL, NULL, NULL, NULL),
(68, 'https://connectivism.in/tag/galilio/', '36:8478eee916a358e4f359cb69a8a821cb', 408, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'galilio', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 11:51:43', '2020-05-01 09:51:43', 1, NULL, NULL, NULL, NULL),
(70, 'https://connectivism.in/cropped-20200430_134519-e1588334571494-jpg/', '67:5c77985867a7126cdbc4ea38b1633980', 2665, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-20200430_134519-e1588334571494.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494.jpg', NULL, '2665', 'attachment-image', NULL, NULL, NULL, '2665', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-01 12:03:46', '2020-05-01 10:03:46', 1, NULL, NULL, NULL, NULL),
(71, 'https://connectivism.in/aa9847cb-ecc7-4d77-bb70-44702b718c4c/', '61:e96dd089edd55f7117f71ef90ca7e683', 2666, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 12:03:53', '2020-05-01 10:03:53', 1, NULL, NULL, NULL, NULL),
(72, 'https://connectivism.in/d9de7001-48ea-44c1-b28e-c01add3416af/', '61:4859e9516b5ef4eb025a18e4d94368c5', 2667, 'post', 'customize_changeset', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 12:04:18', '2020-05-01 10:14:04', 1, NULL, NULL, NULL, NULL),
(73, 'https://connectivism.in/cropped-20200430_134519-e1588334571494-1-jpg/', '69:ba7269923aab16e52afca63c6f26448c', 2668, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-20200430_134519-e1588334571494-1.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494-1.jpg', NULL, '2668', 'attachment-image', NULL, NULL, NULL, '2668', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-01 12:05:14', '2020-05-01 10:05:14', 1, NULL, NULL, NULL, NULL),
(74, 'https://connectivism.in/cropped-20200430_134519-e1588334571494-2-jpg/', '69:0c5d3830783fa901a2481c4d9774ceda', 2669, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-20200430_134519-e1588334571494-2.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494-2.jpg', NULL, '2669', 'attachment-image', NULL, NULL, NULL, '2669', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-01 12:11:33', '2020-05-01 10:11:33', 1, NULL, NULL, NULL, NULL),
(75, 'https://connectivism.in/cropped-20200430_134519-e1588334571494-3-jpg/', '69:2bd9aa530a7d411a67ca304a88bb59bc', 2670, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-20200430_134519-e1588334571494-3.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-20200430_134519-e1588334571494-3.jpg', NULL, '2670', 'attachment-image', NULL, NULL, NULL, '2670', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-01 12:12:08', '2020-05-01 10:12:08', 1, NULL, NULL, NULL, NULL),
(76, 'https://connectivism.in/connectivism-512x512/', '45:d7766d7b903c31f23fdc28da401747c8', 2671, 'post', 'attachment', 1, 0, NULL, NULL, 'connectivism 512&#215;512', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/connectivism-512x512-1.jpg', NULL, '2671', 'attachment-image', NULL, NULL, NULL, '2671', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-01 12:13:51', '2020-05-01 10:13:51', 1, NULL, NULL, NULL, NULL),
(77, 'https://connectivism.in/cropped-connectivism-512x512-1-jpg/', '59:246bc5b11386bc2916cae6076f7cc8df', 2672, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-connectivism-512&#215;512-1.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-connectivism-512x512-1.jpg', NULL, '2672', 'attachment-image', NULL, NULL, NULL, '2672', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-01 12:13:59', '2020-05-01 10:13:59', 1, NULL, NULL, NULL, NULL),
(79, 'https://connectivism.in/connectivism-1024x512/', '46:15e2de8ff372b3e817413c424bcced9b', 2674, 'post', 'attachment', 1, 0, NULL, NULL, 'connectivism 1024&#215;512', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/connectivism-1024x512-1.jpg', NULL, '2674', 'attachment-image', NULL, NULL, NULL, '2674', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-01 12:16:41', '2020-05-01 10:16:41', 1, NULL, NULL, NULL, NULL),
(80, 'https://connectivism.in/cropped-connectivism-1024x512-1-jpg/', '60:5d75bc72a8113b85b8697c9c4b3dfdb6', 2675, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-connectivism-1024&#215;512-1.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/cropped-connectivism-1024x512-1.jpg', NULL, '2675', 'attachment-image', NULL, NULL, NULL, '2675', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-01 12:17:01', '2020-05-01 10:17:01', 1, NULL, NULL, NULL, NULL),
(81, 'https://connectivism.in/anganwadi/', '34:6711f0b4c5f2dcceac153e677467e23f', 2676, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Anganwadi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 12:21:14', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(82, 'https://connectivism.in/competitive-exam/', '41:83919e4f4e3d9d989e818aa98029bea0', 2677, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Competitive Exam', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 12:22:09', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(83, 'https://connectivism.in/anganwadi-2/', '36:188401c0a00140be2786e4fb5d4efe65', 2678, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Anganwadi', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 12:23:50', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(84, 'https://connectivism.in/nursary/', '32:9306bd1b178cd4ccddcee6ad9e0e50ff', 2679, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Nursary', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 12:24:16', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(85, 'https://connectivism.in/junior-kg/', '34:44f55c01857e74618eb4e04db7bc6faf', 2680, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Junior KG', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 12:24:43', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(86, 'https://connectivism.in/senior-kg/', '34:79c0e325f23b20f614ac102eabee444f', 2681, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Senior KG', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 12:24:59', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(87, 'https://connectivism.in/competitive-exam-2/', '43:d3d1534e8ffd670598c798fbc330122b', 2682, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Competitive Exam', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 12:25:26', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(88, 'https://connectivism.in/entertainment/', '38:b002dbb36dc0d44702b1097bcc32ed35', 2683, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Entertainment', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 12:25:44', '2020-05-06 16:12:38', 1, NULL, NULL, NULL, NULL),
(89, 'https://connectivism.in/tag/anganwadi-videos/', '45:7a089a9c0abe15465599db209ccbf07d', 464, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'anganwadi videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 13:27:54', '2020-05-01 11:27:54', 1, NULL, NULL, NULL, NULL),
(90, 'https://connectivism.in/tag/nursery-videos/', '43:ec07ef197ef731281247741938193db1', 465, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'nursery videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 13:28:00', '2020-05-01 11:28:00', 1, NULL, NULL, NULL, NULL),
(91, 'https://connectivism.in/tag/entertainment-poem-videos/', '54:53cdc49591a5e59307ab4d4eaac24ee2', 471, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'entertainment poem videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 13:30:40', '2020-05-01 11:30:40', 1, NULL, NULL, NULL, NULL),
(92, 'https://connectivism.in/tag/entertainment-videos/', '49:aafbd6543defe386cc224c78781f9744', 468, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'entertainment videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 13:30:42', '2020-05-01 11:30:42', 1, NULL, NULL, NULL, NULL),
(93, 'https://connectivism.in/tag/10th-question-papers/', '49:3c85602c5f66e8ed091a01a49c4c24f5', 453, 'term', 'post_tag', NULL, NULL, NULL, NULL, '10th Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 13:39:01', '2020-05-01 11:39:01', 1, NULL, NULL, NULL, NULL),
(94, 'https://connectivism.in/tag/effects-of-crusades/', '48:07758cf1697c62c4fd536faad01066fe', 478, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'effects of crusades', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 13:46:45', '2020-05-01 11:46:45', 1, NULL, NULL, NULL, NULL),
(95, 'https://connectivism.in/balanand-2/', '35:a3f8aae0794e93f79839727a83f444e9', 2684, 'post', 'post', 1, 0, NULL, NULL, 'Balanand 2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_140051.jpg', NULL, '2550', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_140051.jpg', '2550', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_140051.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_140051.jpg\",\"size\":\"full\",\"id\":2550,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 14:03:03', '2020-05-01 12:13:39', 1, NULL, NULL, NULL, NULL),
(96, 'https://connectivism.in/tag/pairing-objects/', '44:7e6f1fb047fde24d8be32c7826c6ca30', 481, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'pairing objects', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:05:37', '2020-05-01 12:05:37', 1, NULL, NULL, NULL, NULL),
(97, 'https://connectivism.in/tag/bat/', '32:56bfc55814c41028eefdacd00c7deafc', 482, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'bat', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:05:57', '2020-05-01 12:05:57', 1, NULL, NULL, NULL, NULL),
(98, 'https://connectivism.in/tag/ball/', '33:4913276caf599b5daf59e2e4856c8926', 483, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ball', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:06:00', '2020-05-01 12:06:00', 1, NULL, NULL, NULL, NULL),
(99, 'https://connectivism.in/tag/glass/', '34:d9607f8d26e81419c42810efa3aa82d9', 484, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'glass', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:06:07', '2020-05-01 12:06:07', 1, NULL, NULL, NULL, NULL),
(100, 'https://connectivism.in/tag/math/', '33:ad01042ee90381824576588d3fa96069', 485, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'math', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:06:10', '2020-05-01 12:06:10', 1, NULL, NULL, NULL, NULL),
(101, 'https://connectivism.in/tag/miurror/', '36:c2dbb8fd3e924ee876c9a44230287b27', 486, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'miurror', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:06:20', '2020-05-01 12:06:20', 1, NULL, NULL, NULL, NULL),
(102, 'https://connectivism.in/tag/mirror/', '35:e5296e1c31b64aa547d3e7b871626c5d', 487, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'mirror', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:06:26', '2020-05-01 12:06:26', 1, NULL, NULL, NULL, NULL),
(103, 'https://connectivism.in/tag/comb/', '33:7ed36d2b2ae0bef0c7e3fb52e5170c6b', 488, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'comb', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:06:30', '2020-05-01 12:06:30', 1, NULL, NULL, NULL, NULL),
(104, 'https://connectivism.in/tag/thread/', '35:84edaee8766e15f0ff8a2f8127cd839a', 489, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'thread', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:06:40', '2020-05-01 12:06:40', 1, NULL, NULL, NULL, NULL),
(105, 'https://connectivism.in/tag/niddle/', '35:13a4d2568afa02df4756b11dfc4260d6', 490, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'niddle', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:06:45', '2020-05-01 12:06:45', 1, NULL, NULL, NULL, NULL),
(106, 'https://connectivism.in/tag/cup/', '32:57ec95108f3f8fe4149528b1b1e17933', 491, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'cup', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:07:07', '2020-05-01 12:07:07', 1, NULL, NULL, NULL, NULL),
(107, 'https://connectivism.in/tag/saucer/', '35:faa6888cccf9743f770885a970147f43', 492, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'saucer', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:07:13', '2020-05-01 12:07:13', 1, NULL, NULL, NULL, NULL),
(108, 'https://connectivism.in/tag/plate/', '34:9de97aaef1581aed7284dcc7634f0dda', 493, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'plate', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:07:17', '2020-05-01 12:07:17', 1, NULL, NULL, NULL, NULL),
(109, 'https://connectivism.in/tag/bowl/', '33:dd85c9b081db543bb19c87256a2938cc', 494, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'bowl', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:07:20', '2020-05-01 12:07:20', 1, NULL, NULL, NULL, NULL),
(110, 'https://connectivism.in/tag/lock/', '33:e139f051f22d77565d8da94addaffacc', 495, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'lock', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:07:24', '2020-05-01 12:07:24', 1, NULL, NULL, NULL, NULL),
(111, 'https://connectivism.in/tag/key/', '32:8d0e471ccb3ae1eaf4062f5ad05957de', 496, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'key', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:07:26', '2020-05-01 12:07:26', 1, NULL, NULL, NULL, NULL),
(112, 'https://connectivism.in/tag/pot/', '32:5bac01d436cd821db1f9fec8b7a8c79c', 497, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'pot', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:07:31', '2020-05-01 12:07:31', 1, NULL, NULL, NULL, NULL),
(113, 'https://connectivism.in/tag/table/', '34:d4829ab042bd2c861a4913a9aa978548', 498, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'table', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:07:44', '2020-05-01 12:07:44', 1, NULL, NULL, NULL, NULL),
(114, 'https://connectivism.in/tag/chair/', '34:70c335c2961c3d3c1069bdbde89e2f7f', 499, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'chair', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:07:47', '2020-05-01 12:07:47', 1, NULL, NULL, NULL, NULL),
(115, 'https://connectivism.in/tag/needle/', '35:ad3ec9539fd7ebe800d609bceec5f567', 500, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'needle', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:08:00', '2020-05-01 12:08:00', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(116, 'https://connectivism.in/tag/flowerpot/', '38:00e1f16149ec086900ca8be2a11e480d', 501, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'flowerpot', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:08:10', '2020-05-01 12:08:10', 1, NULL, NULL, NULL, NULL),
(117, 'https://connectivism.in/tag/polpat/', '35:ec38617478668ff1fc109e421c373c7e', 502, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'polpat', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:08:36', '2020-05-01 12:08:36', 1, NULL, NULL, NULL, NULL),
(118, 'https://connectivism.in/tag/latane/', '35:bd39f2eb01f54cc7c23596551b6af9cd', 503, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'latane', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:08:39', '2020-05-01 12:08:39', 1, NULL, NULL, NULL, NULL),
(119, 'https://connectivism.in/tag/polpat-latane/', '42:f4300325cf7e3f0aec969f2d5f3e9db9', 504, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'polpat latane', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:08:46', '2020-05-01 12:08:46', 1, NULL, NULL, NULL, NULL),
(120, 'https://connectivism.in/tag/rolling-stand/', '42:c69c9cf8afa244bb158eaa7864865b28', 505, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'rolling stand', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:08:59', '2020-05-01 12:08:59', 1, NULL, NULL, NULL, NULL),
(121, 'https://connectivism.in/tag/rolling-pin/', '40:c372feade567858f86a1adc34cb68f47', 506, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'rolling pin', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:09:05', '2020-05-01 12:09:05', 1, NULL, NULL, NULL, NULL),
(122, 'https://connectivism.in/tag/anganwadi-question-papers/', '54:b73ce39a512d6082ae6648f0b750e469', 507, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'anganwadi question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:09:31', '2020-05-01 12:09:31', 1, NULL, NULL, NULL, NULL),
(123, 'https://connectivism.in/tag/nursery-question-papers/', '52:066aa5a000b26ce864cbaf6fc3ab9afd', 508, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'nursery question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:09:52', '2020-05-01 12:09:52', 1, NULL, NULL, NULL, NULL),
(124, 'https://connectivism.in/tag/junior-kg-question-papers/', '54:0a948de6750b27446af7048301a7fd5c', 509, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'junior kg question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:10:16', '2020-05-01 12:10:16', 1, NULL, NULL, NULL, NULL),
(125, 'https://connectivism.in/tag/senior-kg-question-papers/', '54:046a95aa69a97cc54c75c756713aad69', 510, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'senior kg question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:10:27', '2020-05-01 12:10:27', 1, NULL, NULL, NULL, NULL),
(126, 'https://connectivism.in/tag/baby-of-animals/', '44:84681660c3ba81b7a3586cc4dbd548ad', 291, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'BABY OF ANIMALS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:10:37', '2020-05-01 12:10:37', 1, NULL, NULL, NULL, NULL),
(127, 'https://connectivism.in/pairing-objects/20200327_140051/', '56:4bce22f6a187fc6ed7c5299b38d67029', 2550, 'post', 'attachment', 1, 2548, NULL, NULL, '20200327_140051', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_140051.jpg', NULL, '2550', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_140051.jpg', '2550', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_140051.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_140051.jpg\",\"size\":\"full\",\"id\":2550,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-01 14:12:21', '2020-05-01 12:12:21', 1, NULL, NULL, NULL, NULL),
(128, 'https://connectivism.in/category/standard-12th/', '47:bf1fb23438f2ac0f04e5d25e09ce2257', 220, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 12', NULL, NULL, 0, NULL, NULL, NULL, 'STANDARD 12', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:21:14', '2020-05-01 12:21:14', 1, NULL, NULL, NULL, NULL),
(132, 'https://connectivism.in/tag/poems/', '34:5c9bb57c1dc211a0b6e61e9d874ece5f', 258, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'POEMS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:42:58', '2020-05-01 12:42:58', 1, NULL, NULL, NULL, NULL),
(133, 'https://connectivism.in/tag/abcd/', '33:be3ea605227b2b7c0265b529a277b6f7', 286, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ABCD', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 14:58:45', '2020-05-01 12:58:45', 1, NULL, NULL, NULL, NULL),
(134, 'https://connectivism.in/tag/shrikrishna/', '40:e8b0ec46e1a026e4bb9df7e4f29f3bb3', 341, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'SHRIKRISHNA', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 15:46:21', '2020-05-01 13:46:21', 1, NULL, NULL, NULL, NULL),
(135, 'https://connectivism.in/category/standard-2/', '44:da1f25539c832fbaa95114805d74fefe', 210, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 2', NULL, NULL, 0, NULL, NULL, NULL, 'SECOND STANDARD', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 16:41:16', '2020-05-01 14:41:16', 1, NULL, NULL, NULL, NULL),
(136, 'https://connectivism.in/tag/synonyms/', '37:852d36dde8624c538c6f4cdb83f334e4', 251, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'SYNONYMS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 16:55:30', '2020-05-01 14:55:30', 1, NULL, NULL, NULL, NULL),
(137, 'https://connectivism.in/tag/numbers-in-letters/', '47:83d4fcece0b5db2525b82b32b0a13942', 401, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'numbers in letters', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 17:01:53', '2020-05-01 15:01:53', 1, NULL, NULL, NULL, NULL),
(138, 'https://connectivism.in/category/balanand/', '42:d9cf1628ae2d46b79f3798d13d743c1a', 259, 'term', 'category', NULL, NULL, NULL, NULL, 'Balanand', NULL, NULL, 0, NULL, NULL, NULL, 'balanand', 22, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 17:16:22', '2020-05-01 15:16:22', 1, NULL, NULL, NULL, NULL),
(139, 'https://connectivism.in/category/speech/', '40:ac1464a7a8507268b97a300664ee3a65', 274, 'term', 'category', NULL, NULL, NULL, NULL, 'Speech', NULL, NULL, 0, NULL, NULL, NULL, 'speech', 32, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 17:16:31', '2020-05-01 15:16:31', 1, NULL, NULL, NULL, NULL),
(140, 'https://connectivism.in/tag/opposite-words/', '43:74a00f697ef83b350442bf3252493a71', 395, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'opposite words', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 17:17:39', '2020-05-01 15:17:39', 1, NULL, NULL, NULL, NULL),
(141, 'https://connectivism.in/category/entertainment/story/', '53:7cf24bc4ca09f8991b34d3f28ddde6dc', 391, 'term', 'category', NULL, NULL, NULL, NULL, 'Story', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 18:03:11', '2020-05-01 16:03:11', 1, NULL, NULL, NULL, NULL),
(142, 'https://connectivism.in/category/entertainment/', '47:026b5448cb0c956fe021ed199636bcc2', 263, 'term', 'category', NULL, NULL, NULL, NULL, 'Entertainment', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 18:03:11', '2020-05-01 16:03:11', 1, NULL, NULL, NULL, NULL),
(143, 'https://connectivism.in/kitchen/', '32:1b5af010bb90035edc8a94b9a0a95e35', 2512, 'post', 'post', 1, 0, NULL, NULL, 'स्वयंपाकघर (KITCHEN)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_200241.jpg', NULL, '2513', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_200241.jpg', '2513', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200401_200241.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200401_200241.jpg\",\"size\":\"full\",\"id\":2513,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 18:03:23', '2020-05-01 16:03:23', 1, NULL, NULL, NULL, NULL),
(144, 'https://connectivism.in/balanand-1/', '35:87b1be190f1a5ff8cdba9d4ab95a4ad3', 2427, 'post', 'post', 1, 0, NULL, NULL, 'बालआनंद 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/BALANAND-COVER-SECOND-EDITION-Copy.jpg', NULL, '2441', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/BALANAND-COVER-SECOND-EDITION-Copy.jpg', '2441', 'featured-image', '{\"width\":1502,\"height\":1847,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/BALANAND-COVER-SECOND-EDITION-Copy.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/BALANAND-COVER-SECOND-EDITION-Copy.jpg\",\"size\":\"full\",\"id\":2441,\"alt\":\"\",\"pixels\":2774194,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 18:03:35', '2020-05-01 16:03:35', 1, NULL, NULL, NULL, NULL),
(145, 'https://connectivism.in/tag/4th-question-papers/', '48:2ba71cfc6c3a4bb1cbca6536a52c9b12', 447, 'term', 'post_tag', NULL, NULL, NULL, NULL, '4th Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 18:10:48', '2020-05-01 16:10:48', 1, NULL, NULL, NULL, NULL),
(146, 'https://connectivism.in/tag/%e0%a4%95%e0%a4%b5%e0%a4%bf%e0%a4%a4%e0%a4%be/', '74:438209d0c6d4e7566fd2e9af1d935220', 257, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'कविता', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 18:26:28', '2020-05-01 16:26:28', 1, NULL, NULL, NULL, NULL),
(147, 'https://connectivism.in/opposite-words/', '39:c22c28c207d860a17cd8badd06f12cb1', 2438, 'post', 'post', 1, 0, NULL, NULL, 'विरुद्धार्थी शब्द', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200416_100526.jpg', NULL, '2439', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200416_100526.jpg', '2439', 'featured-image', '{\"width\":1024,\"height\":1024,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200416_100526.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200416_100526.jpg\",\"size\":\"full\",\"id\":2439,\"alt\":\"\",\"pixels\":1048576,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 18:26:43', '2020-05-01 16:26:43', 1, NULL, NULL, NULL, NULL),
(148, 'https://connectivism.in/tag/story-of-monster/', '45:371c9b04459518e71c0f7997ad4bc745', 339, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'STORY OF MONSTER', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 18:52:43', '2020-05-01 16:52:43', 1, NULL, NULL, NULL, NULL),
(149, 'https://connectivism.in/tag/balanand/', '37:bff11464242044f4e6fc1436c7a6b7d6', 238, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'BALANAND', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 18:58:35', '2020-05-01 16:58:35', 1, NULL, NULL, NULL, NULL),
(150, 'https://connectivism.in/tag/%e0%a4%95%e0%a5%8b%e0%a4%b0%e0%a5%8b%e0%a4%a8%e0%a4%be/', '83:669ff7e35dfdcecdd660a42406d426c5', 256, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'कोरोना', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 19:10:50', '2020-05-01 17:10:50', 1, NULL, NULL, NULL, NULL),
(151, 'https://connectivism.in/tag/%e0%a4%97%e0%a4%a3%e0%a4%bf%e0%a4%a4/', '65:8126f427802330fe52f62625808189d9', 227, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'गणित', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 19:31:08', '2020-05-01 17:31:08', 1, NULL, NULL, NULL, NULL),
(152, 'https://connectivism.in/tag/%e0%a4%9a%e0%a4%b5/', '47:b39b33cf9726e9bc8cf8ac910d88e07c', 322, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'चव', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 19:35:14', '2020-05-01 17:35:14', 1, NULL, NULL, NULL, NULL),
(153, 'https://connectivism.in/tag/competitive-exam-question-papers/', '61:271f457c25cb5dd98cdd829a9962d688', 459, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'competitive exam question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 19:35:22', '2020-05-01 17:35:22', 1, NULL, NULL, NULL, NULL),
(154, 'https://connectivism.in/tag/competitive-exam-videos/', '52:3fb7dc4aefc13cdd0a8cbfa5c88ee43d', 463, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'competitive exam videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 19:35:23', '2020-05-01 17:35:23', 1, NULL, NULL, NULL, NULL),
(155, 'https://connectivism.in/seasons/', '32:303174da91fcf96f28abf08f92f217c8', 2527, 'post', 'post', 1, 0, NULL, NULL, 'ऋतू (SEASONS)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_120403.jpg', NULL, '2529', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_120403.jpg', '2529', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200401_120403.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200401_120403.jpg\",\"size\":\"full\",\"id\":2529,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 20:03:48', '2020-05-01 18:03:48', 1, NULL, NULL, NULL, NULL),
(156, 'https://connectivism.in/jara-thambuya-punha-dhavuya-poem/', '57:d9abb972fe0d01007d4b3d3cf5c36969', 2454, 'post', 'post', 1, 0, NULL, NULL, 'जरा थांबूया, पुन्हा धावूया', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200421_072503.jpg', NULL, '2461', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200421_072503.jpg', '2461', 'featured-image', '{\"width\":1280,\"height\":717,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200421_072503.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200421_072503.jpg\",\"size\":\"full\",\"id\":2461,\"alt\":\"\",\"pixels\":917760,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 20:03:56', '2020-05-01 18:03:56', 1, NULL, NULL, NULL, NULL),
(157, 'https://connectivism.in/homes-of-birds/', '39:c850dedc789b1e501e62eaacb1fb15e5', 2508, 'post', 'post', 1, 0, NULL, NULL, 'पक्ष्यांची घरे', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_195000.jpg', NULL, '2509', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_195000.jpg', '2509', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_195000.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_195000.jpg\",\"size\":\"full\",\"id\":2509,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 20:04:05', '2020-05-01 18:04:05', 1, NULL, NULL, NULL, NULL),
(158, 'https://connectivism.in/slices-of-fruits/', '41:cca83f5d2d8c8df4887e7f30d150b6e6', 2480, 'post', 'post', 1, 0, NULL, NULL, 'फळांच्या फोडी', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200410_115254.jpg', NULL, '2482', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200410_115254.jpg', '2482', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200410_115254.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200410_115254.jpg\",\"size\":\"full\",\"id\":2482,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 20:04:09', '2020-05-01 18:04:09', 1, NULL, NULL, NULL, NULL),
(159, 'https://connectivism.in/dr-babasaheb-ambedkar/', '46:accfd2e14551a7574e62306397912ee5', 2472, 'post', 'post', 1, 0, NULL, NULL, 'भारतीय राज्यघटनेचे शिल्पकार &#8211; डॉ. बाबासाहेब आंबेडकर', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200414_225141.jpg', NULL, '2474', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200414_225141.jpg', '2474', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200414_225141.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200414_225141.jpg\",\"size\":\"full\",\"id\":2474,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 20:04:17', '2020-05-01 18:04:17', 1, NULL, NULL, NULL, NULL),
(160, 'https://connectivism.in/colours/', '32:6b77db23cf98df64d47d4d0f610b9d6b', 2484, 'post', 'post', 1, 0, NULL, NULL, 'रंग (COLOURS)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200409_105354.jpg', NULL, '2486', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200409_105354.jpg', '2486', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200409_105354.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200409_105354.jpg\",\"size\":\"full\",\"id\":2486,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 20:04:21', '2020-05-01 18:04:21', 1, NULL, NULL, NULL, NULL),
(161, 'https://connectivism.in/square-and-squareroot/', '46:e6a238c06d6840975f2cbf4eaef1122d', 2468, 'post', 'post', 1, 0, NULL, NULL, 'वर्ग आणि वर्गमूळ', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200417_175454.jpg', NULL, '2470', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200417_175454.jpg', '2470', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200417_175454.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200417_175454.jpg\",\"size\":\"full\",\"id\":2470,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 20:04:25', '2020-05-01 18:04:25', 1, NULL, NULL, NULL, NULL),
(162, 'https://connectivism.in/vehicles/', '33:d8ba15939d9ac21924075292e4697e1b', 2516, 'post', 'post', 1, 0, NULL, NULL, 'वाहने &#8211; VEHICLES', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200329_082605.jpg', NULL, '2518', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200329_082605.jpg', '2518', 'featured-image', '{\"width\":1280,\"height\":721,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200329_082605.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200329_082605.jpg\",\"size\":\"full\",\"id\":2518,\"alt\":\"\",\"pixels\":922880,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 20:04:29', '2020-05-01 18:04:29', 1, NULL, NULL, NULL, NULL),
(163, 'https://connectivism.in/similar-words/', '38:855c5e197a3404b0ebb7fe9ddb5eb34b', 2435, 'post', 'post', 1, 0, NULL, NULL, 'समानार्थी शब्द', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200416_100025.jpg', NULL, '2436', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200416_100025.jpg', '2436', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200416_100025.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200416_100025.jpg\",\"size\":\"full\",\"id\":2436,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 20:04:39', '2020-05-01 18:04:39', 1, NULL, NULL, NULL, NULL),
(164, 'https://connectivism.in/tag/%e0%a4%b0%e0%a4%82%e0%a4%97/', '56:68d91d4b64acf49fa1e41374622c28c7', 283, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'रंग', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 20:04:53', '2020-05-01 18:04:53', 1, NULL, NULL, NULL, NULL),
(165, 'https://connectivism.in/tag/%e0%a4%b8%e0%a4%82%e0%a4%96%e0%a5%8d%e0%a4%af%e0%a4%be/', '83:f382f0906179e09268c1c8a80c43a963', 279, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'संख्या', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 20:04:55', '2020-05-01 18:04:55', 1, NULL, NULL, NULL, NULL),
(166, 'https://connectivism.in/category/standard-10/', '45:f8917fe85aa4e38b203cd78a575886c2', 218, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 10', NULL, NULL, 0, NULL, NULL, NULL, 'TENTH STANDARD', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 20:27:28', '2020-05-01 18:27:28', 1, NULL, NULL, NULL, NULL),
(167, 'https://connectivism.in/tag/europe/', '35:8644246c0f2364446641e0ab2eb4bd13', 406, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'europe', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 20:28:06', '2020-05-01 18:28:06', 1, NULL, NULL, NULL, NULL),
(168, 'https://connectivism.in/tag/summer/', '35:7ad9028c3fd8e98b606ca6db4f35db41', 334, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'SUMMER', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 20:33:14', '2020-05-01 18:33:14', 1, NULL, NULL, NULL, NULL),
(169, 'https://connectivism.in/homes-of-animals/', '41:a9ddc3488992688907f5eb1f9083f29e', 2535, 'post', 'post', 1, 0, NULL, NULL, 'प्राण्यांची घरे (HOMES OF ANIMALS)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_175604.jpg', NULL, '2536', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_175604.jpg', '2536', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200401_175604.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200401_175604.jpg\",\"size\":\"full\",\"id\":2536,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 21:15:15', '2020-05-01 19:15:15', 1, NULL, NULL, NULL, NULL),
(170, 'https://connectivism.in/tag/9th-question-papers/', '48:f7868f80fdc5b7cbae6bf574e6e3bc56', 452, 'term', 'post_tag', NULL, NULL, NULL, NULL, '9th Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 22:01:59', '2020-05-01 20:01:59', 1, NULL, NULL, NULL, NULL),
(171, 'https://connectivism.in/tag/5th-question-papers/', '48:f982a609b06e0081b4ace29ed1ae475b', 448, 'term', 'post_tag', NULL, NULL, NULL, NULL, '5th Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 22:48:05', '2020-05-01 20:48:05', 1, NULL, NULL, NULL, NULL),
(172, 'https://connectivism.in/tag/%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%be%e0%a4%a3%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%80-%e0%a4%aa%e0%a4%bf%e0%a4%b2%e0%a5%8d%e0%a4%b2%e0%a5%87/', '183:35795819a6cfb984e05afbe105660f04', 294, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'प्राण्यांची पिल्ले', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-01 22:49:41', '2020-05-01 20:49:41', 1, NULL, NULL, NULL, NULL),
(173, 'https://connectivism.in/meri-pathshala-speech/', '46:d0e5aa8026b92e96b483bd78b384d049', 2539, 'post', 'post', 1, 0, NULL, NULL, 'मेरी पाठशाला &#8211; भाषण', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_222819.jpg', NULL, '2540', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_222819.jpg', '2540', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_222819.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_222819.jpg\",\"size\":\"full\",\"id\":2540,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-01 23:14:53', '2020-05-01 21:14:53', 1, NULL, NULL, NULL, NULL),
(174, 'https://connectivism.in/tag/articles/', '37:40a7f4fba6b43a10be912a14e1338321', 83, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Articles', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 00:02:28', '2020-05-01 22:02:28', 1, NULL, NULL, NULL, NULL),
(175, 'https://connectivism.in/tag/7th-question-papers/', '48:3e5cadc7697c6db8e228ca74cf460fd2', 450, 'term', 'post_tag', NULL, NULL, NULL, NULL, '7th Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 00:22:55', '2020-05-01 22:22:55', 1, NULL, NULL, NULL, NULL),
(176, 'https://connectivism.in/tag/enlightenment-in-europe/', '52:4cfccfcd245853a07180a35763fccd84', 407, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'enlightenment in europe', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 00:23:41', '2020-05-01 22:23:41', 1, NULL, NULL, NULL, NULL),
(177, 'https://connectivism.in/tag/model-question-paper/', '49:ed61e0839f8fca9ecad220eec1d21f91', 301, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'MODEL QUESTION PAPER', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 00:23:59', '2020-05-01 22:23:59', 1, NULL, NULL, NULL, NULL),
(178, 'https://connectivism.in/tag/crusades/', '37:52e4891c841142866894a9dd92d8ae2d', 477, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'crusades', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 00:29:54', '2020-05-01 22:29:54', 1, NULL, NULL, NULL, NULL),
(179, 'https://connectivism.in/tag/7th-maths-videos/', '45:c84915d694856f9afb84390c8fc4c71c', 472, 'term', 'post_tag', NULL, NULL, NULL, NULL, '7th maths videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 01:09:57', '2020-05-01 23:09:57', 1, NULL, NULL, NULL, NULL),
(180, 'https://connectivism.in/tag/entertainment-speech-videos/', '56:0808b97f54160af327fd6963b1f076d3', 469, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'entertainment speech videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 01:10:08', '2020-05-01 23:10:08', 1, NULL, NULL, NULL, NULL),
(181, 'https://connectivism.in/about/page-with-comments/', '49:29a01cd1e9d0ff1f70cda32c4bda7c81', 155, 'post', 'page', 1, 10, NULL, NULL, 'Page with comments', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 01:39:56', '2020-05-01 23:39:56', 1, NULL, NULL, NULL, NULL),
(182, 'https://connectivism.in/about/', '30:840c3fb95103886b87f2e67d9e76017f', 10, 'post', 'page', 1, 0, NULL, NULL, 'About The Tests', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 01:39:56', '2020-05-01 23:39:56', 1, NULL, NULL, NULL, NULL),
(183, 'https://connectivism.in/tag/%e0%a4%ae%e0%a5%81%e0%a4%b3%e0%a4%be%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a4%b0%e0%a5%87/', '110:2de1091874c460404651fd8d8752a104', 262, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'मुळाक्षरे', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 01:48:04', '2020-05-01 23:48:04', 1, NULL, NULL, NULL, NULL),
(185, 'https://connectivism.in/marathi-alphabets-mulakshare/', '53:7f10f7d04f856e2d6e214d1563412978', 2446, 'post', 'post', 1, 0, NULL, NULL, 'मुळाक्षरे', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200407_122745.jpg', NULL, '2448', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200407_122745.jpg', '2448', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200407_122745.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200407_122745.jpg\",\"size\":\"full\",\"id\":2448,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-02 02:14:48', '2020-05-02 00:14:48', 1, NULL, NULL, NULL, NULL),
(186, 'https://connectivism.in/tag/1st-marathi-question-papers/', '56:65d14358603d7355d9e582f15e85813e', 480, 'term', 'post_tag', NULL, NULL, NULL, NULL, '1st marathi question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 02:28:48', '2020-05-02 00:28:48', 1, NULL, NULL, NULL, NULL),
(190, 'https://connectivism.in/tag/2nd-question-papers/', '48:80df0c6763c72859f456eb9fb399707b', 457, 'term', 'post_tag', NULL, NULL, NULL, NULL, '2nd Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 03:34:50', '2020-05-02 01:34:50', 1, NULL, NULL, NULL, NULL),
(191, 'https://connectivism.in/tag/dhrmayudhde/', '40:87d659cfa19f0d2b7182ed5dc48b45e4', 476, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'dhrmayudhde', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 03:48:42', '2020-05-02 01:48:42', 1, NULL, NULL, NULL, NULL),
(192, 'https://connectivism.in/tag/mobile-test/', '40:7084c00807cbd3a3eb789c88773f0b95', 266, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'MOBILE TEST', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 04:45:30', '2020-05-02 02:45:30', 1, NULL, NULL, NULL, NULL),
(193, 'https://connectivism.in/tag/12th-history-question-papers/', '57:aea5106980bef7cd7d394a91f7b6536a', 460, 'term', 'post_tag', NULL, NULL, NULL, NULL, '12th history question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:00:35', '2020-05-02 03:00:35', 1, NULL, NULL, NULL, NULL),
(194, 'https://connectivism.in/tag/corona/', '35:020eeb36f4e9eccaa61865bfbf65a8d2', 255, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'CORONA', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:03:47', '2020-05-02 03:03:47', 1, NULL, NULL, NULL, NULL),
(195, 'https://connectivism.in/tag/%e0%a4%af%e0%a5%81%e0%a4%b0%e0%a5%8b%e0%a4%aa%e0%a4%be%e0%a4%a4%e0%a5%80%e0%a4%b2-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%ac%e0%a5%8b%e0%a4%a7%e0%a4%a8/', '174:f0f776ac0af2e981a701b798afd5a8d0', 403, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'युरोपातील प्रबोधन', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:06:33', '2020-05-02 03:06:33', 1, NULL, NULL, NULL, NULL),
(196, 'https://connectivism.in/tag/simple-interest/', '44:5de505f4a8e518cad47d8708e688da99', 359, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'SIMPLE INTEREST', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:06:48', '2020-05-02 03:06:48', 1, NULL, NULL, NULL, NULL),
(204, 'https://connectivism.in/corona-se-darona-poem/', '46:c83cc4bed8de76a768d89bff2617406e', 2442, 'post', 'post', 1, 0, NULL, NULL, 'कोरोना से डरोना (कविता)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200404_085706.jpg', NULL, '2444', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200404_085706.jpg', '2444', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200404_085706.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200404_085706.jpg\",\"size\":\"full\",\"id\":2444,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-02 05:27:28', '2020-05-02 03:27:28', 1, NULL, NULL, NULL, NULL),
(205, 'https://connectivism.in/arrange-words/', '38:12b1aa1ddb9cfb63dff251241f750d88', 2425, 'post', 'post', 1, 0, NULL, NULL, 'शब्द', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-02 05:28:04', '2020-05-02 03:28:04', 1, NULL, NULL, NULL, NULL),
(206, 'https://connectivism.in/numbers-reading/', '40:848fcc057500b387aa4f491d2d064b7a', 2423, 'post', 'post', 1, 0, NULL, NULL, 'संख्यावाचन', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-02 05:28:09', '2020-05-02 03:28:09', 1, NULL, NULL, NULL, NULL),
(207, 'https://connectivism.in/tag/%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%86%e0%a4%a0%e0%a4%b5%e0%a5%80/', '120:5fd6a8de638584c69e6e236b1f6be398', 252, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'इयत्ता आठवी', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:28:50', '2020-05-02 03:28:50', 1, NULL, NULL, NULL, NULL),
(208, 'https://connectivism.in/tag/%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%9a%e0%a5%8c%e0%a4%a5%e0%a5%80/', '120:7f45ba9aa40590f06911d59d52e07508', 253, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'इयत्ता चौथी', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:29:01', '2020-05-02 03:29:01', 1, NULL, NULL, NULL, NULL),
(209, 'https://connectivism.in/tag/%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%a4%e0%a4%bf%e0%a4%b8%e0%a4%b0%e0%a5%80/', '129:c749d500cc4db764a8eba158a2828ce1', 241, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'इयत्ता तिसरी', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:29:04', '2020-05-02 03:29:04', 1, NULL, NULL, NULL, NULL),
(210, 'https://connectivism.in/tag/%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%aa%e0%a4%be%e0%a4%9a%e0%a4%b5%e0%a5%80/', '129:c8fe3f750084ea5cc5e5704cd37c8eed', 246, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'इयत्ता पाचवी', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:29:08', '2020-05-02 03:29:08', 1, NULL, NULL, NULL, NULL),
(211, 'https://connectivism.in/tag/%e0%a4%a4%e0%a4%bf%e0%a4%b8%e0%a4%b0%e0%a5%80/', '74:0c36bf7c505c2be6768035bf38c21555', 242, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'तिसरी', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:29:15', '2020-05-02 03:29:15', 1, NULL, NULL, NULL, NULL),
(212, 'https://connectivism.in/tag/%e0%a4%ac%e0%a4%be%e0%a4%b2%e0%a4%86%e0%a4%a8%e0%a4%82%e0%a4%a6/', '92:17a9c1f23895efdedb961330e5f98ea2', 232, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'बालआनंद', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:29:21', '2020-05-02 03:29:21', 1, NULL, NULL, NULL, NULL),
(213, 'https://connectivism.in/tag/%e0%a4%ae%e0%a4%b0%e0%a4%be%e0%a4%a0%e0%a5%80-%e0%a4%b5%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%95%e0%a4%b0%e0%a4%a3/', '138:62f10ff6425b2ab9e9d3123024395d44', 254, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'मराठी व्याकरण', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:29:29', '2020-05-02 03:29:29', 1, NULL, NULL, NULL, NULL),
(214, 'https://connectivism.in/tag/%e0%a4%ae%e0%a5%8b%e0%a4%a0%e0%a4%be-%e0%a4%97%e0%a4%9f/', '84:f44ab9c5b8c84ab9de2c371f17b31d61', 237, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'मोठा गट', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:29:38', '2020-05-02 03:29:38', 1, NULL, NULL, NULL, NULL),
(215, 'https://connectivism.in/tag/%e0%a4%b2%e0%a4%b9%e0%a4%be%e0%a4%a8-%e0%a4%97%e0%a4%9f/', '84:1be7875e25904183980058d870b4025c', 236, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'लहान गट', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:29:49', '2020-05-02 03:29:49', 1, NULL, NULL, NULL, NULL),
(216, 'https://connectivism.in/tag/%e0%a4%b8%e0%a5%8d%e0%a4%aa%e0%a4%b0%e0%a5%8d%e0%a4%a7%e0%a4%be-%e0%a4%aa%e0%a4%b0%e0%a5%80%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a4%be/', '156:917e1f7f2fd21111fb1e3a60a2395b90', 243, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'स्पर्धा परीक्षा', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:29:58', '2020-05-02 03:29:58', 1, NULL, NULL, NULL, NULL),
(217, 'https://connectivism.in/tag/kids-videos/', '40:b3b6a03c141f1c1fe3bc7a3caf396aa4', 313, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'KIDS VIDEOS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 05:51:46', '2020-05-02 03:51:46', 1, NULL, NULL, NULL, NULL),
(218, 'https://connectivism.in/?page_id=2697/', '38:f5359d70ea751dfd146d1c80fa888098', 2697, 'post', 'page', 1, 0, NULL, NULL, 'Auto Draft', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 06:25:09', '2020-05-02 04:25:09', 1, NULL, NULL, NULL, NULL),
(219, 'https://connectivism.in/privacy-policy/', '39:e0e770c132c9e80f87c655aef6bbed8e', 3, 'post', 'page', 1, 0, NULL, NULL, 'Privacy Policy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-02 06:25:46', '2020-05-05 07:11:50', 1, NULL, NULL, NULL, NULL),
(220, 'https://connectivism.in/contact-us-2/', '37:91c2fef4ef14d693aa0a605452cc4e2b', 2055, 'post', 'page', 1, 0, NULL, NULL, 'Contact Us', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-02 06:26:32', '2020-05-05 07:37:01', 1, NULL, NULL, NULL, NULL),
(221, 'https://connectivism.in/about-us/', '33:d48a0f263568341150e0378c79a60f74', 1774, 'post', 'page', 1, 0, NULL, NULL, 'About Us', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-02 06:27:59', '2020-05-05 02:40:51', 1, NULL, NULL, NULL, NULL),
(222, 'https://connectivism.in/tag/slices-of-fruits/', '45:e62213afaf0c70bc8f91572198911177', 280, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'slices of fruits', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 06:39:32', '2020-05-02 04:39:32', 1, NULL, NULL, NULL, NULL),
(223, 'https://connectivism.in/articles/', '33:a068668014f55effb0f7fe668582172f', 2419, 'post', 'post', 1, 0, NULL, NULL, 'ARTICLES', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200412_233207-e1586973403553.jpg', NULL, '2422', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200412_233207-e1586973403553.jpg', '2422', 'featured-image', '{\"width\":356,\"height\":200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200412_233207-e1586973403553.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200412_233207-e1586973403553.jpg\",\"size\":\"full\",\"id\":2422,\"alt\":\"\",\"pixels\":71200,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-02 07:05:59', '2020-05-02 05:05:59', 1, NULL, NULL, NULL, NULL),
(224, 'https://connectivism.in/?p=2698/', '32:1ab8aada72d258cfdda067971a9f60b2', 2698, 'post', 'post', 1, 0, NULL, NULL, '12th standard Question Papers', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-02 07:11:46', '2020-05-07 02:28:52', 1, NULL, NULL, NULL, NULL),
(225, 'https://connectivism.in/enlightenment-in-europe/20200430_211847/', '64:30fb6c3b55a898f3e82052da02e49150', 2632, 'post', 'attachment', 1, 2566, NULL, NULL, '20200430_211847', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200430_211847.jpg', NULL, '2632', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200430_211847.jpg', '2632', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200430_211847.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200430_211847.jpg\",\"size\":\"full\",\"id\":2632,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 07:18:28', '2020-05-02 05:18:28', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(226, 'https://connectivism.in/tag/12th-history-videos/', '48:33ba4ccb034bb10aaf74ecc72623afd7', 475, 'term', 'post_tag', NULL, NULL, NULL, NULL, '12th history videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 07:24:14', '2020-05-02 05:24:14', 1, NULL, NULL, NULL, NULL),
(227, 'https://connectivism.in/tag/%e0%a4%a8%e0%a4%ae%e0%a5%81%e0%a4%a8%e0%a4%be-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%b6%e0%a5%8d%e0%a4%a8%e0%a4%aa%e0%a4%a4%e0%a5%8d%e0%a4%b0%e0%a4%bf%e0%a4%95%e0%a4%be/', '192:03544a0b2424cc0dae8da1b6fa4ec3d2', 302, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'नमुना प्रश्नपत्रिका', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 07:30:02', '2020-05-02 05:30:02', 1, NULL, NULL, NULL, NULL),
(228, 'https://connectivism.in/types-of-numbers/', '41:a594d981c46aa0427fda035bee8b3d1d', 2552, 'post', 'post', 1, 0, NULL, NULL, 'संख्यांचे प्रकार', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_081520.jpg', NULL, '2553', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_081520.jpg', '2553', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_081520.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_081520.jpg\",\"size\":\"full\",\"id\":2553,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-02 07:30:19', '2020-05-02 05:30:19', 1, NULL, NULL, NULL, NULL),
(229, 'https://connectivism.in/food-where-does-it-come-from/', '53:f48ba05c12df24dc5aa8ed6d98d67260', 2699, 'post', 'post', 1, 0, NULL, NULL, 'Food : Where Does It Come From ?', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-02 08:43:49', '2020-05-02 06:59:52', 1, NULL, NULL, NULL, NULL),
(230, 'https://connectivism.in/category/standard-6/cbse/', '49:df410a2aaa097c0db35e658e88da9fd5', 511, 'term', 'category', NULL, NULL, NULL, NULL, 'CBSE', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 08:50:43', '2020-05-02 06:50:43', 1, NULL, NULL, NULL, NULL),
(231, 'https://connectivism.in/category/standard-6/', '44:06b57766fa700960674907f2f30723b9', 214, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 6', NULL, NULL, 0, NULL, NULL, NULL, 'sixth standard', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 08:50:43', '2020-05-02 06:50:43', 1, NULL, NULL, NULL, NULL),
(232, 'https://connectivism.in/category/standard-6/cbse/science/', '57:f0761b36c1c600d55df63e65ee592cc2', 512, 'term', 'category', NULL, NULL, NULL, NULL, 'Science', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 08:51:34', '2020-05-02 06:51:34', 1, NULL, NULL, NULL, NULL),
(233, 'https://connectivism.in/tag/6th-science-question-papers/', '56:05f4681d340160ff416271366835396e', 513, 'term', 'post_tag', NULL, NULL, NULL, NULL, '6th science question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 08:53:16', '2020-05-02 06:53:16', 1, NULL, NULL, NULL, NULL),
(234, 'https://connectivism.in/tag/6th-cbse-science-question-papers/', '61:50a0ca84b7acb47449e6d14e16daca60', 514, 'term', 'post_tag', NULL, NULL, NULL, NULL, '6th cbse science question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 08:54:11', '2020-05-02 06:54:11', 1, NULL, NULL, NULL, NULL),
(235, 'https://connectivism.in/tag/herbivores/', '39:729f92bf75bdb84f68c21302f9464bcf', 515, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'herbivores', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 08:55:54', '2020-05-02 06:55:54', 1, NULL, NULL, NULL, NULL),
(236, 'https://connectivism.in/tag/carnivores/', '39:2daeb93571af89cc61d5eff799de4e8f', 516, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'carnivores', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 08:56:03', '2020-05-02 06:56:03', 1, NULL, NULL, NULL, NULL),
(237, 'https://connectivism.in/tag/omnivores/', '38:79ae1710e5345d385a6e9371070206f0', 517, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'omnivores', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 08:56:12', '2020-05-02 06:56:12', 1, NULL, NULL, NULL, NULL),
(238, 'https://connectivism.in/tag/animal-products/', '44:a43fa8bb91f6854311b1b6024c4c313d', 518, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'animal products', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 08:56:34', '2020-05-02 06:56:34', 1, NULL, NULL, NULL, NULL),
(239, 'https://connectivism.in/tag/food/', '33:4f7c11497ef25e28989ad2fc12db910f', 519, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'food', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 08:57:36', '2020-05-02 06:57:36', 1, NULL, NULL, NULL, NULL),
(240, 'https://connectivism.in/tag/ingredients/', '40:91023f024a794fa4bd956d8d84ca1028', 520, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ingredients', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 08:58:43', '2020-05-02 06:58:43', 1, NULL, NULL, NULL, NULL),
(241, 'https://connectivism.in/tag/marathi-numbers/', '44:9b31874f0c411a92b5c9d6bb39b83927', 402, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'marathi numbers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:06:46', '2020-05-02 07:06:46', 1, NULL, NULL, NULL, NULL),
(242, 'https://connectivism.in/tag/educational-philosophy/', '51:8e94da3d04ad3c86465d3fd168907983', 297, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Educational Philosophy', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:06:56', '2020-05-02 07:06:56', 1, NULL, NULL, NULL, NULL),
(243, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:08:07', '2020-05-09 06:52:24', 1, NULL, NULL, NULL, NULL),
(244, 'https://connectivism.in/animals-birds-fruits-flowers-vegetables-musical-instruments/', '84:d04db573328830921817db212493946c', 2504, 'post', 'post', 1, 0, NULL, NULL, 'प्राणी पक्षी फळे फुले भाज्या वाद्ये', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200330_143123.jpg', NULL, '2506', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200330_143123.jpg', '2506', 'featured-image', '{\"width\":1280,\"height\":718,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200330_143123.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200330_143123.jpg\",\"size\":\"full\",\"id\":2506,\"alt\":\"\",\"pixels\":919040,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-02 09:42:29', '2020-05-02 07:42:29', 1, NULL, NULL, NULL, NULL),
(245, 'https://connectivism.in/animals-and-their-babies/', '49:efebc97be863c240083d597f1b8b75fc', 2492, 'post', 'post', 1, 0, NULL, NULL, 'प्राण्यांची पिल्ले (ANIMALS AND THEIR BABIES)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/pranyanchi-pille.jpg', NULL, '2494', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/pranyanchi-pille.jpg', '2494', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/pranyanchi-pille.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/pranyanchi-pille.jpg\",\"size\":\"full\",\"id\":2494,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-02 09:43:24', '2020-05-02 07:43:24', 1, NULL, NULL, NULL, NULL),
(246, 'https://connectivism.in/educational-philosophy-part-1/', '54:75ca2f87e941db19fe4e3952c78c42ec', 2496, 'post', 'post', 1, 0, NULL, NULL, 'शैक्षणिक तत्त्वज्ञान भाग &#8211; 1 (Educational Philosophy)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_092914.jpg', NULL, '2498', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_092914.jpg', '2498', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200401_092914.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200401_092914.jpg\",\"size\":\"full\",\"id\":2498,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-02 09:45:19', '2020-05-02 07:45:19', 1, NULL, NULL, NULL, NULL),
(247, 'https://connectivism.in/story-of-shrikrishna-and-monster-corona/', '64:041fee6a42a591e74f74ec90d4dfdbf6', 2531, 'post', 'post', 1, 0, NULL, NULL, 'श्रीकृष्ण आणि राक्षस ( कोरोना ) गोष्ट STORY OF SHRIKRISHNA AND MONSTER ( CORONA )', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200402_194749.jpg', NULL, '2533', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200402_194749.jpg', '2533', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200402_194749.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200402_194749.jpg\",\"size\":\"full\",\"id\":2533,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-02 09:45:43', '2020-05-02 07:45:43', 1, NULL, NULL, NULL, NULL),
(248, 'https://connectivism.in/tag/%e0%a4%97%e0%a5%8b%e0%a4%b7%e0%a5%8d%e0%a4%9f/', '74:ccb5cbe85d2f05e309fb49af63dd55f7', 335, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'गोष्ट', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:52:03', '2020-05-02 07:52:03', 1, NULL, NULL, NULL, NULL),
(249, 'https://connectivism.in/tag/%e0%a4%a4%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a5%8d%e0%a4%b5%e0%a4%9c%e0%a5%8d%e0%a4%9e%e0%a4%be%e0%a4%a8/', '128:da43905df6d112e4c4a2531d36338c2d', 296, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'तत्त्वज्ञान', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:52:55', '2020-05-02 07:52:55', 1, NULL, NULL, NULL, NULL),
(250, 'https://connectivism.in/tag/english-alphabets/', '46:e30ce8bf40b62357d390dac42f99eef2', 285, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ENGLISH ALPHABETS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:53:13', '2020-05-02 07:53:13', 1, NULL, NULL, NULL, NULL),
(251, 'https://connectivism.in/tag/%e0%a4%aa%e0%a4%be%e0%a4%a0%e0%a4%b6%e0%a4%be%e0%a4%b2%e0%a4%be/', '92:07fdcd0107c1ea69e886d556531502b9', 350, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'पाठशाला', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:53:15', '2020-05-02 07:53:15', 1, NULL, NULL, NULL, NULL),
(252, 'https://connectivism.in/tag/philosophy/', '39:209fabbf651ba76e20afb7d6ad4ec2ae', 298, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Philosophy', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:53:18', '2020-05-02 07:53:18', 1, NULL, NULL, NULL, NULL),
(253, 'https://connectivism.in/tag/types-of-numbers/', '45:9950602e407a444fb09ae3d00b0be174', 361, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'TYPES OF NUMBERS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:53:29', '2020-05-02 07:53:29', 1, NULL, NULL, NULL, NULL),
(254, 'https://connectivism.in/tag/%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%be%e0%a4%a3%e0%a5%80/', '83:6db111a3c202138abf28545ca83f2de4', 304, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'प्राणी', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:53:48', '2020-05-02 07:53:48', 1, NULL, NULL, NULL, NULL),
(255, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', 'Archives for', NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:53:49', '2020-05-09 07:26:26', 1, NULL, NULL, NULL, NULL),
(256, 'https://connectivism.in/tag/%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%be%e0%a4%a3%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%80-%e0%a4%98%e0%a4%b0%e0%a5%87/', '156:3cd5b6818e80d0b442512c1c90b374b5', 345, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'प्राण्यांची घरे', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:54:10', '2020-05-02 07:54:10', 1, NULL, NULL, NULL, NULL),
(257, 'https://connectivism.in/tag/%e0%a4%ab%e0%a4%b3%e0%a5%87/', '56:0715e80c53b56ab3d93892f368ed7519', 306, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'फळे', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:54:37', '2020-05-02 07:54:37', 1, NULL, NULL, NULL, NULL),
(258, 'https://connectivism.in/tag/%e0%a4%ab%e0%a5%81%e0%a4%b2%e0%a5%87/', '65:dce920cb7532f5d4e68a2d50857f08ca', 307, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'फुले', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:55:05', '2020-05-02 07:55:05', 1, NULL, NULL, NULL, NULL),
(259, 'https://connectivism.in/tag/%e0%a4%ad%e0%a4%be%e0%a4%9c%e0%a5%8d%e0%a4%af%e0%a4%be/', '83:adbdcb9615b1ee0d8d3eb8cfa83ea671', 308, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'भाज्या', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:55:29', '2020-05-02 07:55:29', 1, NULL, NULL, NULL, NULL),
(260, 'https://connectivism.in/tag/%e0%a4%ad%e0%a4%be%e0%a4%b7%e0%a4%a3/', '65:f9a5733f60b0e0eaa5eda63167dd323b', 355, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'भाषण', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:55:38', '2020-05-02 07:55:38', 1, NULL, NULL, NULL, NULL),
(261, 'https://connectivism.in/tag/%e0%a4%ae%e0%a4%be%e0%a4%9d%e0%a5%80-%e0%a4%b6%e0%a4%be%e0%a4%b3%e0%a4%be/', '102:daf23493ee47e5f5fda6c09ce8d9b563', 354, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'माझी शाळा', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:56:07', '2020-05-02 07:56:07', 1, NULL, NULL, NULL, NULL),
(262, 'https://connectivism.in/tag/%e0%a4%ae%e0%a5%87%e0%a4%b0%e0%a5%80-%e0%a4%aa%e0%a4%be%e0%a4%a0%e0%a4%b6%e0%a4%be%e0%a4%b2%e0%a4%be/', '129:51ecab05ad59d27eb46fe80b817b21b3', 349, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'मेरी पाठशाला', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:56:59', '2020-05-02 07:56:59', 1, NULL, NULL, NULL, NULL),
(263, 'https://connectivism.in/tag/%e0%a4%b5%e0%a4%be%e0%a4%a6%e0%a5%8d%e0%a4%af%e0%a5%87/', '83:831f377eec385b200868c80e303e8582', 309, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'वाद्ये', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:57:39', '2020-05-02 07:57:39', 1, NULL, NULL, NULL, NULL),
(264, 'https://connectivism.in/tag/%e0%a4%b5%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%9c/', '74:265db94b14cd67352bd4f8702a9ae818', 357, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'व्याज', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:58:00', '2020-05-02 07:58:00', 1, NULL, NULL, NULL, NULL),
(265, 'https://connectivism.in/tag/%e0%a4%b6%e0%a5%88%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a4%a3%e0%a4%bf%e0%a4%95-%e0%a4%a4%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a5%8d%e0%a4%b5%e0%a4%9c%e0%a5%8d%e0%a4%9e%e0%a4%be%e0%a4%a8/', '201:10ddb9aa6ab4e0fc7def4f4b30c0bcc3', 295, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'शैक्षणिक तत्त्वज्ञान', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:58:29', '2020-05-02 07:58:29', 1, NULL, NULL, NULL, NULL),
(266, 'https://connectivism.in/tag/%e0%a4%b8%e0%a4%82%e0%a4%96%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%87-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%95%e0%a4%be%e0%a4%b0/', '165:65c1505832d3192c5b1b2a1ed13848a8', 360, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'संख्यांचे प्रकार', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:59:02', '2020-05-02 07:59:02', 1, NULL, NULL, NULL, NULL),
(267, 'https://connectivism.in/tag/%e0%a4%b8%e0%a4%b0%e0%a4%b3%e0%a4%b5%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%9c/', '101:a65ff87092aef8847711a590072faaec', 356, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'सरळव्याज', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 09:59:43', '2020-05-02 07:59:43', 1, NULL, NULL, NULL, NULL),
(268, 'https://connectivism.in/tag/%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%b6%e0%a5%8d%e0%a4%a8%e0%a4%aa%e0%a4%a4%e0%a5%8d%e0%a4%b0%e0%a4%bf%e0%a4%95%e0%a4%be/', '146:fc1246cc066da87c5d37859e1c4bbaac', 303, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'प्रश्नपत्रिका', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 10:39:28', '2020-05-02 08:39:28', 1, NULL, NULL, NULL, NULL),
(270, 'https://connectivism.in/chair/', '30:d1c5cc2e9c262b899f9ec123ee3b6e51', 2702, 'post', 'attachment', 1, 0, NULL, NULL, 'chair', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/chair.jpg', NULL, '2702', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/chair.jpg', '2702', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/chair.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/chair.jpg\",\"size\":\"full\",\"id\":2702,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:29', '2020-05-02 09:14:09', 1, NULL, NULL, NULL, NULL),
(271, 'https://connectivism.in/comb/', '29:24bca81b230e9ee82f308550a27e9740', 2703, 'post', 'attachment', 1, 0, NULL, NULL, 'comb', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/comb.jpg', NULL, '2703', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/comb.jpg', '2703', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/comb.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/comb.jpg\",\"size\":\"full\",\"id\":2703,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:30', '2020-05-02 09:14:26', 1, NULL, NULL, NULL, NULL),
(272, 'https://connectivism.in/cup/', '28:8dd4df55105e3bdc0524d88b1a212697', 2704, 'post', 'attachment', 1, 0, NULL, NULL, 'cup', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/cup.jpg', NULL, '2704', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/cup.jpg', '2704', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/cup.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/cup.jpg\",\"size\":\"full\",\"id\":2704,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:31', '2020-05-02 09:12:36', 1, NULL, NULL, NULL, NULL),
(273, 'https://connectivism.in/flowerpot-1/', '36:6350476cee2ba4140364def3f216f2f7', 2705, 'post', 'attachment', 1, 0, NULL, NULL, 'flowerpot 1', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/flowerpot-1.jpg', NULL, '2705', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/flowerpot-1.jpg', '2705', 'attachment-image', '{\"width\":244,\"height\":201,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/flowerpot-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/flowerpot-1.jpg\",\"size\":\"full\",\"id\":2705,\"alt\":\"\",\"pixels\":49044,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:31', '2020-05-02 09:12:23', 1, NULL, NULL, NULL, NULL),
(274, 'https://connectivism.in/flowerpot-2/', '36:d0dd0710b9555a9783fbd4ce317cb05f', 2706, 'post', 'attachment', 1, 0, NULL, NULL, 'flowerpot 2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/flowerpot-2.jpg', NULL, '2706', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/flowerpot-2.jpg', '2706', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/flowerpot-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/flowerpot-2.jpg\",\"size\":\"full\",\"id\":2706,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:32', '2020-05-02 09:12:03', 1, NULL, NULL, NULL, NULL),
(275, 'https://connectivism.in/glass/', '30:db9d2c2661c9fe117f5d83961601f6a0', 2707, 'post', 'attachment', 1, 0, NULL, NULL, 'glass', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/glass.jpg', NULL, '2707', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/glass.jpg', '2707', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/glass.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/glass.jpg\",\"size\":\"full\",\"id\":2707,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:33', '2020-05-02 09:11:31', 1, NULL, NULL, NULL, NULL),
(276, 'https://connectivism.in/key/', '28:af74a719208e3f9875883baeaaa7bab6', 2708, 'post', 'attachment', 1, 0, NULL, NULL, 'key', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/key.jpg', NULL, '2708', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/key.jpg', '2708', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/key.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/key.jpg\",\"size\":\"full\",\"id\":2708,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:34', '2020-05-02 09:11:16', 1, NULL, NULL, NULL, NULL),
(278, 'https://connectivism.in/needle/', '31:b354954cea6adf91e8f670fc6be4a18d', 2710, 'post', 'attachment', 1, 0, NULL, NULL, 'needle', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/needle.jpg', NULL, '2710', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/needle.jpg', '2710', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/needle.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/needle.jpg\",\"size\":\"full\",\"id\":2710,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:36', '2020-05-02 09:11:06', 1, NULL, NULL, NULL, NULL),
(279, 'https://connectivism.in/plate/', '30:9e75c50693702f5fb49b3829d88ca6bb', 2711, 'post', 'attachment', 1, 0, NULL, NULL, 'plate', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/plate.jpg', NULL, '2711', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/plate.jpg', '2711', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/plate.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/plate.jpg\",\"size\":\"full\",\"id\":2711,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:37', '2020-05-02 09:10:48', 1, NULL, NULL, NULL, NULL),
(280, 'https://connectivism.in/pot/', '28:e659229e4d56dd1fbda16332338edf17', 2712, 'post', 'attachment', 1, 0, NULL, NULL, 'pot', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/pot.jpg', NULL, '2712', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/pot.jpg', '2712', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/pot.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/pot.jpg\",\"size\":\"full\",\"id\":2712,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:38', '2020-05-02 09:05:18', 1, NULL, NULL, NULL, NULL),
(281, 'https://connectivism.in/rolling-pin/', '36:c0dcd5c01103a241484e397a3907f8d6', 2713, 'post', 'attachment', 1, 0, NULL, NULL, 'rolling pin', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/rolling-pin.jpg', NULL, '2713', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/rolling-pin.jpg', '2713', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/rolling-pin.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/rolling-pin.jpg\",\"size\":\"full\",\"id\":2713,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:39', '2020-05-02 09:04:44', 1, NULL, NULL, NULL, NULL),
(282, 'https://connectivism.in/rolling-stand/', '38:9a3a7e4809e3fb6be59643fd8fb094ad', 2714, 'post', 'attachment', 1, 0, NULL, NULL, 'rolling stand', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/rolling-stand.jpg', NULL, '2714', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/rolling-stand.jpg', '2714', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/rolling-stand.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/rolling-stand.jpg\",\"size\":\"full\",\"id\":2714,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:40', '2020-05-02 09:03:02', 1, NULL, NULL, NULL, NULL),
(283, 'https://connectivism.in/saucer/', '31:4b2514750df2f695a25f01322d29ada6', 2715, 'post', 'attachment', 1, 0, NULL, NULL, 'saucer', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/saucer.jpg', NULL, '2715', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/saucer.jpg', '2715', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/saucer.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/saucer.jpg\",\"size\":\"full\",\"id\":2715,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:41', '2020-05-02 09:02:44', 1, NULL, NULL, NULL, NULL),
(284, 'https://connectivism.in/table/', '30:ccd43ae41594605c060dee74143d9491', 2716, 'post', 'attachment', 1, 0, NULL, NULL, 'table', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/table.jpg', NULL, '2716', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/table.jpg', '2716', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/table.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/table.jpg\",\"size\":\"full\",\"id\":2716,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:42', '2020-05-02 09:02:32', 1, NULL, NULL, NULL, NULL),
(285, 'https://connectivism.in/thread/', '31:e6576ab5f4eabdf79056a1923d9c5187', 2717, 'post', 'attachment', 1, 0, NULL, NULL, 'thread', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/thread.jpg', NULL, '2717', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/thread.jpg', '2717', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/thread.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/thread.jpg\",\"size\":\"full\",\"id\":2717,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:43', '2020-05-02 09:02:15', 1, NULL, NULL, NULL, NULL),
(287, 'https://connectivism.in/ball/', '29:2764e0d8decb93a22f2e673e127cfbd3', 2719, 'post', 'attachment', 1, 0, NULL, NULL, 'ball', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/ball.jpg', NULL, '2719', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/ball.jpg', '2719', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/ball.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/ball.jpg\",\"size\":\"full\",\"id\":2719,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:45', '2020-05-02 09:00:50', 1, NULL, NULL, NULL, NULL),
(288, 'https://connectivism.in/bat/', '28:2f91176b7bca58e6dded61cc5bac26c9', 2720, 'post', 'attachment', 1, 0, NULL, NULL, 'bat', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/bat.jpg', NULL, '2720', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/bat.jpg', '2720', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/bat.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/bat.jpg\",\"size\":\"full\",\"id\":2720,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 10:40:46', '2020-05-02 09:01:58', 1, NULL, NULL, NULL, NULL),
(289, 'https://connectivism.in/category/senior-kg/', '43:ea7c78f5c90492b2c0a2963d5a3606c7', 222, 'term', 'category', NULL, NULL, NULL, NULL, 'Senior KG', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 10:46:49', '2020-05-02 08:46:49', 1, NULL, NULL, NULL, NULL),
(290, 'https://connectivism.in/lock/', '29:e9954ff0ef1aae3fbb12164ef60fa74a', 2721, 'post', 'attachment', 1, 0, NULL, NULL, 'lock', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/lock.jpg', NULL, '2721', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/lock.jpg', '2721', 'attachment-image', '{\"width\":210,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/lock.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/lock.jpg\",\"size\":\"full\",\"id\":2721,\"alt\":\"\",\"pixels\":44100,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-02 11:08:37', '2020-05-02 09:09:49', 1, NULL, NULL, NULL, NULL),
(291, 'https://connectivism.in/tag/%e0%a4%89%e0%a4%a8%e0%a5%8d%e0%a4%b9%e0%a4%be%e0%a4%b3%e0%a4%be/', '92:8c3a1144b6ebe648b628729d6f72b46b', 330, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'उन्हाळा', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 11:43:36', '2020-05-02 09:43:36', 1, NULL, NULL, NULL, NULL),
(292, 'https://connectivism.in/tag/%e0%a4%8b%e0%a4%a4%e0%a5%82/', '56:98f0ecefb58b46afc05227e918eadd5f', 326, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ऋतू', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 11:43:38', '2020-05-02 09:43:38', 1, NULL, NULL, NULL, NULL),
(293, 'https://connectivism.in/tag/%e0%a4%aa%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a5%80/', '74:331365670178d31aedffb776ff4e5c8f', 305, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'पक्षी', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 11:43:45', '2020-05-02 09:43:45', 1, NULL, NULL, NULL, NULL),
(294, 'https://connectivism.in/tag/%e0%a4%aa%e0%a4%95%e0%a5%8d%e0%a4%b7%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%82%e0%a4%9a%e0%a5%80-%e0%a4%98%e0%a4%b0%e0%a5%87/', '147:a205663fe41509c5ee2be52b936387b6', 314, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'पक्ष्यांची घरे', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 11:43:48', '2020-05-02 09:43:48', 1, NULL, NULL, NULL, NULL),
(295, 'https://connectivism.in/tag/%e0%a4%aa%e0%a4%be%e0%a4%b5%e0%a4%b8%e0%a4%be%e0%a4%b3%e0%a4%be/', '92:1e94954298c17f1ac9c7b62d5e80011f', 329, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'पावसाळा', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 11:43:50', '2020-05-02 09:43:50', 1, NULL, NULL, NULL, NULL),
(296, 'https://connectivism.in/tag/%e0%a4%b5%e0%a4%be%e0%a4%b9%e0%a4%a8%e0%a5%87/', '74:c333edf69ae4d0e22f615d47566e0315', 320, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'वाहने', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 11:43:52', '2020-05-02 09:43:52', 1, NULL, NULL, NULL, NULL),
(297, 'https://connectivism.in/tag/%e0%a4%b8%e0%a5%8d%e0%a4%b5%e0%a4%af%e0%a4%82%e0%a4%aa%e0%a4%be%e0%a4%95%e0%a4%98%e0%a4%b0/', '119:2c40d7f200063b296e1d3d84b91b32ab', 316, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'स्वयंपाकघर', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 11:43:54', '2020-05-02 09:43:54', 1, NULL, NULL, NULL, NULL),
(298, 'https://connectivism.in/tag/%e0%a4%b8%e0%a5%8d%e0%a4%b5%e0%a4%af%e0%a4%82%e0%a4%aa%e0%a4%be%e0%a4%95%e0%a4%98%e0%a4%b0%e0%a4%be%e0%a4%a4%e0%a5%80%e0%a4%b2-%e0%a4%b5%e0%a4%b8%e0%a5%8d%e0%a4%a4%e0%a5%82/', '201:e911fdd26b2bc0d977635a2abbe9569e', 319, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'स्वयंपाकघरातील वस्तू', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 11:43:56', '2020-05-02 09:43:56', 1, NULL, NULL, NULL, NULL),
(299, 'https://connectivism.in/tag/%e0%a4%b9%e0%a4%bf%e0%a4%b5%e0%a4%be%e0%a4%b3%e0%a4%be/', '83:9bc044b2cca3a2fb7b837da2b5e4db99', 331, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'हिवाळा', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 11:43:57', '2020-05-02 09:43:57', 1, NULL, NULL, NULL, NULL),
(300, 'https://connectivism.in/bowl-2/', '31:4ea81c3df81dc5248816d1aad08ad766', 2722, 'post', 'attachment', 1, 0, NULL, NULL, 'bowl 2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/bowl-2.jpg', NULL, '2722', 'attachment-image', NULL, NULL, NULL, '2722', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-02 11:50:02', '2020-05-02 09:50:02', 1, NULL, NULL, NULL, NULL),
(301, 'https://connectivism.in/mirror-2/', '33:588512eb9dfd1cca7499d779a76998e2', 2723, 'post', 'attachment', 1, 0, NULL, NULL, 'mirror 2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/mirror-2.jpg', NULL, '2723', 'attachment-image', NULL, NULL, NULL, '2723', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-02 12:10:41', '2020-05-02 10:10:41', 1, NULL, NULL, NULL, NULL),
(302, 'https://connectivism.in/tag/question-paper/', '43:678a753c682406df57e2e5f3400ca147', 300, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'QUESTION PAPER', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 12:12:54', '2020-05-02 10:12:54', 1, NULL, NULL, NULL, NULL),
(303, 'https://connectivism.in/kids-model-question-paper-1/', '52:116e3abe4f964b9f5d2d3ebd478523f5', 2500, 'post', 'post', 1, 0, NULL, NULL, 'KIDS MODEL QUESTION PAPER 1 (नमुना प्रश्नपत्रिका 1)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200405_170256.jpg', NULL, '2501', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200405_170256.jpg', '2501', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200405_170256.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200405_170256.jpg\",\"size\":\"full\",\"id\":2501,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-02 12:43:28', '2020-05-02 10:43:28', 1, NULL, NULL, NULL, NULL),
(304, 'https://connectivism.in/tag/alphabets/', '38:9a55869998e685ad2096046a65d4288b', 287, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ALPHABETS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 13:00:39', '2020-05-02 11:00:39', 1, NULL, NULL, NULL, NULL),
(305, 'https://connectivism.in/tag/babies-of-animals/', '46:d583c3bcf6218e5107aaf4639b353083', 292, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'BABIES OF ANIMALS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 13:00:44', '2020-05-02 11:00:44', 1, NULL, NULL, NULL, NULL),
(306, 'https://connectivism.in/tag/%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%a6%e0%a5%81%e0%a4%b8%e0%a4%b0%e0%a5%80/', '129:4665e82434b3556ec363aaf9aceebf08', 230, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'इयत्ता दुसरी', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 13:37:29', '2020-05-02 11:37:29', 1, NULL, NULL, NULL, NULL),
(307, 'https://connectivism.in/tag/%e0%a4%87%e0%a4%af%e0%a4%a4%e0%a5%8d%e0%a4%a4%e0%a4%be-%e0%a4%aa%e0%a4%b9%e0%a4%bf%e0%a4%b2%e0%a5%80/', '129:783024f7be388826881a6e8b4b1fb976', 226, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'इयत्ता पहिली', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 13:37:32', '2020-05-02 11:37:32', 1, NULL, NULL, NULL, NULL),
(308, 'https://connectivism.in/tag/%e0%a4%a6%e0%a5%81%e0%a4%b8%e0%a4%b0%e0%a5%80/', '74:b9051ee7cfdda38bbe6373cb554633d7', 228, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'दुसरी', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 13:37:37', '2020-05-02 11:37:37', 1, NULL, NULL, NULL, NULL),
(309, 'https://connectivism.in/tag/%e0%a4%ae%e0%a4%b0%e0%a4%be%e0%a4%a0%e0%a5%80/', '74:76d3bd2c1bf1dbc8e18a1e3c070e4b29', 231, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'मराठी', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 13:37:38', '2020-05-02 11:37:38', 1, NULL, NULL, NULL, NULL),
(310, 'https://connectivism.in/tag/%e0%a4%b6%e0%a4%ac%e0%a5%8d%e0%a4%a6/', '65:cbcee0525be36b1972921b7f9d2fa0a7', 229, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'शब्द', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 13:37:40', '2020-05-02 11:37:40', 1, NULL, NULL, NULL, NULL),
(311, 'https://connectivism.in/tag/interest/', '37:778ffad418ba68c57ca72de64b64990e', 358, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'INTEREST', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 13:46:52', '2020-05-02 11:46:52', 1, NULL, NULL, NULL, NULL),
(312, 'https://connectivism.in/tag/monster/', '36:600ce46945e427196b01194603953698', 340, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'MONSTER', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 14:33:36', '2020-05-02 12:33:36', 1, NULL, NULL, NULL, NULL),
(313, 'https://connectivism.in/tag/8th-maths-videos/', '45:2d18445e97637032a4efe0398ae0ba8f', 461, 'term', 'post_tag', NULL, NULL, NULL, NULL, '8th maths videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 15:38:54', '2020-05-02 13:38:54', 1, NULL, NULL, NULL, NULL),
(314, 'https://connectivism.in/tag/9th-maths-videos/', '45:aad4fb431c1465009db62b37c38a2e66', 473, 'term', 'post_tag', NULL, NULL, NULL, NULL, '9th maths videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 15:38:56', '2020-05-02 13:38:56', 1, NULL, NULL, NULL, NULL),
(315, 'https://connectivism.in/tag/competitive-exam-education-videos/', '62:ccc8cf14c5e1af02833da6b2b92019db', 474, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'competitive exam education videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 15:39:09', '2020-05-02 13:39:09', 1, NULL, NULL, NULL, NULL),
(316, 'https://connectivism.in/tag/competitive-exam-maths-videos/', '58:f94b20f49fbe65b9fb8b636f984c7494', 462, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'competitive exam maths videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 15:39:11', '2020-05-02 13:39:11', 1, NULL, NULL, NULL, NULL),
(317, 'https://connectivism.in/tag/entertainment-story-videos/', '55:c9595e7a36963a528e4da4dd9671d103', 470, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'entertainment story videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 15:39:14', '2020-05-02 13:39:14', 1, NULL, NULL, NULL, NULL),
(318, 'https://connectivism.in/more-about-computers/', '45:8d55046a41737a77efed6b7bdf88c612', 2724, 'post', 'post', 1, 0, NULL, NULL, 'More About Computers', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-02 17:18:26', '2020-05-02 15:30:53', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(319, 'https://connectivism.in/category/standard-6/cbse/computer/', '58:a407e555379c9e893e08ce13ed81814e', 521, 'term', 'category', NULL, NULL, NULL, NULL, 'Computer', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 17:23:36', '2020-05-02 15:23:36', 1, NULL, NULL, NULL, NULL),
(320, 'https://connectivism.in/tag/6th-computer-question-papers/', '57:f04bd84f37e18d68e68f8005b1d2aba7', 522, 'term', 'post_tag', NULL, NULL, NULL, NULL, '6th computer question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 17:26:26', '2020-05-02 15:26:26', 1, NULL, NULL, NULL, NULL),
(321, 'https://connectivism.in/tag/6th-cbse-computer-question-papers/', '62:e6ec7f82bd5b4cb62f5cdf0f6573b828', 523, 'term', 'post_tag', NULL, NULL, NULL, NULL, '6th cbse computer question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 17:27:15', '2020-05-02 15:27:15', 1, NULL, NULL, NULL, NULL),
(322, 'https://connectivism.in/tag/computer/', '37:39c1e69a41eca7d6be4eae9a98070806', 524, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'computer', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 17:27:24', '2020-05-02 15:27:24', 1, NULL, NULL, NULL, NULL),
(323, 'https://connectivism.in/tag/types-of-computer/', '46:966d099fe51ab193c2018e3fb1dab582', 525, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'types of computer', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 17:27:39', '2020-05-02 15:27:39', 1, NULL, NULL, NULL, NULL),
(324, 'https://connectivism.in/tag/minicomputer/', '41:97974b34f8d2b9c091368bad7e0f5136', 526, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'minicomputer', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 17:28:23', '2020-05-02 15:28:23', 1, NULL, NULL, NULL, NULL),
(325, 'https://connectivism.in/tag/supercomputer/', '42:137f7ed1c99e48252d727cd680ff6628', 527, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'supercomputer', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 17:28:42', '2020-05-02 15:28:42', 1, NULL, NULL, NULL, NULL),
(326, 'https://connectivism.in/tag/microcomputer/', '42:7d7b9b7ead268d99c59b7c9b8f3ec726', 528, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'microcomputer', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 17:28:54', '2020-05-02 15:28:54', 1, NULL, NULL, NULL, NULL),
(327, 'https://connectivism.in/tag/mainframes/', '39:7faede9c5f4d6eb65c85b82fa20723a9', 529, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'mainframes', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 17:29:03', '2020-05-02 15:29:03', 1, NULL, NULL, NULL, NULL),
(328, 'https://connectivism.in/tag/computer-capabilities/', '50:9f30f2c615bb60ed0cc7219e32423d8d', 530, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'computer capabilities', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 17:29:36', '2020-05-02 15:29:36', 1, NULL, NULL, NULL, NULL),
(329, 'https://connectivism.in/tag/computer-language/', '46:e291a77b9bf717409ccfd6cb5652d27f', 531, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'computer language', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 17:29:55', '2020-05-02 15:29:55', 1, NULL, NULL, NULL, NULL),
(330, 'https://connectivism.in/tag/seasons/', '36:f7d2e783a68087305a6619b3304a7fab', 327, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'SEASONS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 19:04:53', '2020-05-02 17:04:53', 1, NULL, NULL, NULL, NULL),
(331, 'https://connectivism.in/alphabets-a-to-z/', '41:33945dede3998f77fba84530ebc69d88', 2488, 'post', 'post', 1, 0, NULL, NULL, 'ALPHABETS (A to Z)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200408_134111.jpg', NULL, '2489', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200408_134111.jpg', '2489', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200408_134111.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200408_134111.jpg\",\"size\":\"full\",\"id\":2489,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-02 19:48:50', '2020-05-02 17:48:50', 1, NULL, NULL, NULL, NULL),
(332, 'https://connectivism.in/tag/colours/', '36:0edfdc56b5bfa369e749153346d1009c', 284, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'COLOURS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 19:52:00', '2020-05-02 17:52:00', 1, NULL, NULL, NULL, NULL),
(333, 'https://connectivism.in/tag/bal-anand/', '38:f744b973e63acfb0effbbf801d340b05', 239, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'BAL ANAND', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 20:10:29', '2020-05-02 18:10:29', 1, NULL, NULL, NULL, NULL),
(334, 'https://connectivism.in/category/competitive-exam/', '50:c8bbcced4bb3fb535f7310a4e783546f', 247, 'term', 'category', NULL, NULL, NULL, NULL, 'Competitive Exam', NULL, NULL, 0, NULL, NULL, NULL, 'Competitive Exam', 32, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 20:12:01', '2020-05-02 18:12:01', 1, NULL, NULL, NULL, NULL),
(335, 'https://connectivism.in/category/standard-7/', '44:6351ff4405f7f407b217eea5023ad16f', 215, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 7', NULL, NULL, 0, NULL, NULL, NULL, 'seventh standard', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 20:17:38', '2020-05-02 18:17:38', 1, NULL, NULL, NULL, NULL),
(336, 'https://connectivism.in/category/anganwadi/', '43:e4a974ccfe08184fd384c6e89f24908d', 282, 'term', 'category', NULL, NULL, NULL, NULL, 'Anganwadi', NULL, NULL, 0, NULL, NULL, NULL, 'anganwadi', 22, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 20:25:45', '2020-05-02 18:25:45', 1, NULL, NULL, NULL, NULL),
(337, 'https://connectivism.in/category/junior-kg/', '43:a4a387b92828a38262e09e5794ddf6eb', 221, 'term', 'category', NULL, NULL, NULL, NULL, 'Junior KG', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 20:30:36', '2020-05-02 18:30:36', 1, NULL, NULL, NULL, NULL),
(338, 'https://connectivism.in/category/nursery/', '41:13508298f6b3f57a308607ba02772df4', 288, 'term', 'category', NULL, NULL, NULL, NULL, 'Nursery', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 20:32:31', '2020-05-02 18:32:31', 1, NULL, NULL, NULL, NULL),
(339, 'https://connectivism.in/kids-online-test-1/', '43:6e2bf22d61ce30daf56c8d9d4b7a74d0', 2523, 'post', 'post', 1, 0, NULL, NULL, 'KIDS ONLINE TEST 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200403_120031.jpg', NULL, '2524', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200403_120031.jpg', '2524', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200403_120031.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200403_120031.jpg\",\"size\":\"full\",\"id\":2524,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-02 20:33:13', '2020-05-02 18:33:13', 1, NULL, NULL, NULL, NULL),
(340, 'https://connectivism.in/tag/online-test/', '40:b67389831593b96bafcd6ae968a461c3', 324, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ONLINE TEST', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 20:35:56', '2020-05-02 18:35:56', 1, NULL, NULL, NULL, NULL),
(341, 'https://connectivism.in/category/standard-1/', '44:6640d64cddf20cedb5aaf0145f9c3dc7', 209, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 1', NULL, NULL, 0, NULL, NULL, NULL, 'first standard', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 20:39:10', '2020-05-02 18:39:10', 1, NULL, NULL, NULL, NULL),
(342, 'https://connectivism.in/category/standard-12th/history/', '55:f8b1fa4d601cd4af5a0444f7a3710508', 362, 'term', 'category', NULL, NULL, NULL, NULL, 'History', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 20:42:42', '2020-05-02 18:42:42', 1, NULL, NULL, NULL, NULL),
(343, 'https://connectivism.in/category/entertainment/poem/', '52:0b0bba5d64cc48e8596f5d977b1eca24', 392, 'term', 'category', NULL, NULL, NULL, NULL, 'Poem', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 20:55:07', '2020-05-02 18:55:07', 1, NULL, NULL, NULL, NULL),
(344, 'https://connectivism.in/category/standard-5/', '44:228844e9e198d40a2a0b385170270f3b', 213, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 5', NULL, NULL, 0, NULL, NULL, NULL, 'fifth standard', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 21:03:26', '2020-05-02 19:03:26', 1, NULL, NULL, NULL, NULL),
(345, 'https://connectivism.in/category/standard-9/', '44:b8cd8d05585279fc7c31a5bedcc65ec2', 217, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 9', NULL, NULL, 0, NULL, NULL, NULL, 'ninth standard', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 21:17:51', '2020-05-02 19:17:51', 1, NULL, NULL, NULL, NULL),
(346, 'https://connectivism.in/tag/causes-of-crusades/', '47:e263ad335d255994bc0a3f08fbe09fe2', 479, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'causes of crusades', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 22:22:12', '2020-05-02 20:22:12', 1, NULL, NULL, NULL, NULL),
(347, 'https://connectivism.in/tag/development-of-science/', '51:6396c8ebc0c0bab34fd10ff445dd14f8', 405, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'development of science', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 22:31:27', '2020-05-02 20:31:27', 1, NULL, NULL, NULL, NULL),
(348, 'https://connectivism.in/tag/keplar/', '35:0ff1b06ef7b6a1b00e4e80c980e79ac7', 410, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'keplar', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-02 22:51:28', '2020-05-02 20:51:28', 1, NULL, NULL, NULL, NULL),
(349, 'https://connectivism.in/kids-online-test-no-2/', '46:54da897272748eb6db49af328f9ea1ba', 2464, 'post', 'post', 1, 0, NULL, NULL, 'KIDS ONLINE TEST NO. 2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200418_135953.png', NULL, '2466', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200418_135953.png', '2466', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200418_135953.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200418_135953.png\",\"size\":\"full\",\"id\":2466,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/png\"}', 0, 0, NULL, '2020-05-03 05:20:28', '2020-05-03 03:20:28', 1, NULL, NULL, NULL, NULL),
(350, 'https://connectivism.in/tag/%e0%a4%a6%e0%a4%bf%e0%a4%b6%e0%a4%be/', '65:ea8572d189c2bbde5209e7c043f15453', 398, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'दिशा', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-03 08:48:51', '2020-05-03 06:48:51', 1, NULL, NULL, NULL, NULL),
(351, 'https://connectivism.in/shop/', '29:dbdb719f3c8f38877044089e2f4c7696', 1983, 'post', 'page', 1, 0, NULL, NULL, 'Shop', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-03 12:30:12', '2020-05-03 10:30:12', 1, NULL, NULL, NULL, NULL),
(352, 'https://connectivism.in/category/standard-3/', '44:a0a5d6ffe3f362cc4b43161fef48a21d', 211, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 3', NULL, NULL, 0, NULL, NULL, NULL, 'THIRD STANDARD', 28, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-03 16:27:29', '2020-05-03 14:27:29', 1, NULL, NULL, NULL, NULL),
(353, 'https://connectivism.in/corona-poem/', '36:dc23d26154d4d36c873ad9926804891f', 2455, 'post', 'post', 1, 0, NULL, NULL, 'कोरोना (कविता)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200420_073105.jpg', NULL, '2460', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200420_073105.jpg', '2460', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200420_073105.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200420_073105.jpg\",\"size\":\"full\",\"id\":2460,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-03 17:01:05', '2020-05-03 15:01:05', 1, NULL, NULL, NULL, NULL),
(354, 'https://connectivism.in/tag/5th-standard/', '41:05b58108d993f87fa6856473d44918dc', 224, 'term', 'post_tag', NULL, NULL, NULL, NULL, '5th standard', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-03 21:58:30', '2020-05-03 19:58:30', 1, NULL, NULL, NULL, NULL),
(355, 'https://connectivism.in/tag/animals/', '36:ffcdba04f249247ad7c8e26be2e216f3', 290, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ANIMALS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-03 22:16:22', '2020-05-03 20:16:22', 1, NULL, NULL, NULL, NULL),
(356, 'https://connectivism.in/tag/balanand-activity/', '46:13463de516326c736bb88a2ec69e1daf', 240, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'BALANAND ACTIVITY', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-03 22:22:08', '2020-05-03 20:22:08', 1, NULL, NULL, NULL, NULL),
(357, 'https://connectivism.in/tag/english-grammer/', '44:7b81f8d86967c8e15bb02fa1e8b8f0f1', 225, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'english grammer', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-03 23:13:38', '2020-05-03 21:13:38', 1, NULL, NULL, NULL, NULL),
(358, 'https://connectivism.in/tag/kids-online-test/', '45:84564dda86df22a3ef7180d1cdf377d8', 264, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'KIDS ONLINE TEST', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-03 23:38:38', '2020-05-03 21:38:38', 1, NULL, NULL, NULL, NULL),
(359, 'https://connectivism.in/tag/korona/', '35:1a87efbea68ac7179fc7a7d993d6a812', 343, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'KORONA', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-03 23:58:35', '2020-05-03 21:58:35', 1, NULL, NULL, NULL, NULL),
(360, 'https://connectivism.in/tag/numbers/', '36:e74aaadfc0317a34ac7bc5a6f53a6ca8', 278, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'numbers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 00:09:29', '2020-05-03 22:09:29', 1, NULL, NULL, NULL, NULL),
(361, 'https://connectivism.in/tag/speech/', '35:2b298c834317c42c471a6126448b9097', 275, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'speech', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 00:48:23', '2020-05-03 22:48:23', 1, NULL, NULL, NULL, NULL),
(362, 'https://connectivism.in/tag/videos/', '35:b650ebd50f8003b282456f25b2dca413', 260, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'VIDEOS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 01:08:24', '2020-05-03 23:08:24', 1, NULL, NULL, NULL, NULL),
(363, 'https://connectivism.in/home/', '29:01dfb16bbaa9f8d4a42bbe28012228db', 1706, 'post', 'page', 1, 0, NULL, NULL, 'What we do?', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/learn-1468406_1920-min.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/learn-1468406_1920-min.jpg', NULL, 'first-content-image', NULL, NULL, NULL, NULL, '2020-05-04 04:03:44', '2020-05-04 02:03:44', 1, NULL, NULL, NULL, NULL),
(364, 'https://connectivism.in/tag/birds/', '34:ddc0239b1c73975d22bbb0b29544d97d', 310, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'BIRDS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 05:47:47', '2020-05-04 03:47:47', 1, NULL, NULL, NULL, NULL),
(365, 'https://connectivism.in/tag/fruits/', '35:74426d6e5ae9c8340a043eed817e8880', 281, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'fruits', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 06:08:55', '2020-05-04 04:08:55', 1, NULL, NULL, NULL, NULL),
(366, 'https://connectivism.in/?p=2726/', '32:45101a7a342ca84dc11dedbc75c6b4c3', 2726, 'post', 'post', 1, 0, NULL, NULL, 'Auto Draft', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 10:17:33', '2020-05-04 08:17:33', 1, NULL, NULL, NULL, NULL),
(367, 'https://connectivism.in/?p=2727/', '32:a842586d32fdda0234eaf7b9447611ef', 2727, 'post', 'post', 1, 0, NULL, NULL, 'Auto Draft', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 10:17:34', '2020-05-04 08:17:34', 1, NULL, NULL, NULL, NULL),
(368, 'https://connectivism.in/enlightenment-in-europe-part-2/', '55:d300ecc0ae5809219e19b5510d148cd9', 2728, 'post', 'post', 1, 0, NULL, NULL, 'युरोपातील प्रबोधन आणि विज्ञानाचा विकास &#8211; 2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-04 10:28:32', '2020-05-04 08:43:13', 1, NULL, NULL, NULL, NULL),
(369, 'https://connectivism.in/tag/online-tests/', '41:b2ab4dc03aa2a96cd70c584557cff6ec', 532, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'online tests', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 10:42:12', '2020-05-04 08:42:12', 1, NULL, NULL, NULL, NULL),
(370, 'https://connectivism.in/tag/birds-houses/', '41:6d3a28d8770497fba798608d5d0aebf1', 315, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'BIRDS HOUSES', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 18:00:00', '2020-05-04 16:00:00', 1, NULL, NULL, NULL, NULL),
(371, 'https://connectivism.in/tag/11th-question-papers/', '49:d9cf4360a1970fa79da97270cf9134a2', 454, 'term', 'post_tag', NULL, NULL, NULL, NULL, '11th Question Papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 21:26:38', '2020-05-04 19:26:38', 1, NULL, NULL, NULL, NULL),
(372, 'https://connectivism.in/tag/animals-and-their-babies/', '53:fd33dc53e10805c1e3d379553613ab3a', 289, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ANIMALS AND THEIR BABIES', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 22:47:56', '2020-05-04 20:47:56', 1, NULL, NULL, NULL, NULL),
(373, 'https://connectivism.in/tag/antonyms/', '37:6ee83d2ec952066863cebc11d4d7f9f2', 394, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'antonyms', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 22:50:26', '2020-05-04 20:50:26', 1, NULL, NULL, NULL, NULL),
(374, 'https://connectivism.in/tag/corona-virus/', '41:6a71ef46c42c2413c0def6a624cc7ed5', 344, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'CORONA VIRUS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 22:53:43', '2020-05-04 20:53:43', 1, NULL, NULL, NULL, NULL),
(375, 'https://connectivism.in/tag/indian-constitution/', '48:3c7f4c3537816eeef6a69cc7ac86f2a0', 380, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'indian constitution', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 22:59:42', '2020-05-04 20:59:42', 1, NULL, NULL, NULL, NULL),
(376, 'https://connectivism.in/tag/krishna/', '36:07e8e5da689cf60b67f00347ab6bc850', 342, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'KRISHNA', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 23:08:09', '2020-05-04 21:08:09', 1, NULL, NULL, NULL, NULL),
(377, 'https://connectivism.in/tag/online-teaching/', '44:1de5446a62e4ea361d0fb69f6e16fd40', 265, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ONLINE TEACHING', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 23:18:56', '2020-05-04 21:18:56', 1, NULL, NULL, NULL, NULL),
(378, 'https://connectivism.in/tag/school/', '35:14b8ed6dbd1656513a5530c92490fc49', 352, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'SCHOOL', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 23:21:34', '2020-05-04 21:21:34', 1, NULL, NULL, NULL, NULL),
(379, 'https://connectivism.in/tag/senior-kg/', '38:8d894fdfcefa59dfde3d0a3759899814', 234, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'senior kg', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-04 23:26:53', '2020-05-04 21:26:53', 1, NULL, NULL, NULL, NULL),
(380, 'https://connectivism.in/terms-of-use-2/', '39:d8832e40ad109d8c39e7213476beea88', 2053, 'post', 'page', 1, 0, NULL, NULL, 'Terms and Conditions', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-05 06:53:51', '2020-05-05 07:17:03', 1, NULL, NULL, NULL, NULL),
(381, 'https://connectivism.in/disclaimer/', '35:03737b0ce466638e38dabbc671363f78', 2740, 'post', 'page', 1, 0, NULL, NULL, 'Disclaimer', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-05 09:17:14', '2020-05-05 07:21:47', 1, NULL, NULL, NULL, NULL),
(382, 'https://connectivism.in/our-earth-and-our-solar-system/', '55:fd9a9217acd981ebb197524efabe667f', 2743, 'post', 'post', 1, 0, NULL, NULL, 'Our Earth And Our Solar System', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-05 16:49:08', '2020-05-05 15:21:56', 1, NULL, NULL, NULL, NULL),
(383, 'https://connectivism.in/tag/5th-environmental-studies-question-papers/', '70:9fdb1463ac34724c1b3eae40188bc738', 533, 'term', 'post_tag', NULL, NULL, NULL, NULL, '5th environmental studies question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 17:00:55', '2020-05-05 15:00:55', 1, NULL, NULL, NULL, NULL),
(384, 'https://connectivism.in/tag/5th-state-board-science-question-papers/', '68:5e64029dfcb57b60a36bc9de4fa6b242', 534, 'term', 'post_tag', NULL, NULL, NULL, NULL, '5th state board science question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 17:01:50', '2020-05-05 15:01:50', 1, NULL, NULL, NULL, NULL),
(385, 'https://connectivism.in/tag/5th-science-question-papers/', '56:960b41476f0d0858f846c440d0b13bd1', 535, 'term', 'post_tag', NULL, NULL, NULL, NULL, '5th science question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 17:02:24', '2020-05-05 15:02:24', 1, NULL, NULL, NULL, NULL),
(386, 'https://connectivism.in/tag/5th-state-board-environmental-studies-question-papers/', '82:ad786f9ef773c51f65972c1a9b782119', 536, 'term', 'post_tag', NULL, NULL, NULL, NULL, '5th state board environmental studies question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 17:03:38', '2020-05-05 15:03:38', 1, NULL, NULL, NULL, NULL),
(387, 'https://connectivism.in/tag/our-earth/', '38:a6dfbf2103464c9c6e5b7bc21cb8879f', 537, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'our earth', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 17:04:04', '2020-05-05 15:04:04', 1, NULL, NULL, NULL, NULL),
(388, 'https://connectivism.in/tag/our-earth-and-our-solar-system-standard-5th/', '72:98d25b027411046c32d784b9d5d901f1', 538, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Our Earth And Our Solar System standard 5th', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 17:04:49', '2020-05-05 15:04:49', 1, NULL, NULL, NULL, NULL),
(389, 'https://connectivism.in/tag/solar-system/', '41:699a45bc153c933ca1e71779d4a8585a', 539, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'solar system', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 17:05:12', '2020-05-05 15:05:12', 1, NULL, NULL, NULL, NULL),
(390, 'https://connectivism.in/tag/5th-english-medium-state-board-environmental-studies-part-1-question-papers/', '104:5eb4adceaf5c61bb417ad100bae78867', 540, 'term', 'post_tag', NULL, NULL, NULL, NULL, '5th english medium state board environmental studies part 1 question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 17:09:38', '2020-05-05 15:09:38', 1, NULL, NULL, NULL, NULL),
(391, 'https://connectivism.in/category/standard-5/state-board-english-medium/', '71:38c0dcb3e95c0dbda6d66416028464b2', 541, 'term', 'category', NULL, NULL, NULL, NULL, 'State Board English Medium', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 17:13:07', '2020-05-05 15:16:15', 1, NULL, NULL, NULL, NULL),
(392, 'https://connectivism.in/tag/earth/', '34:8afc9eda57f3f31d6172e5987898b86f', 542, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'earth', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 17:21:36', '2020-05-05 15:21:36', 1, NULL, NULL, NULL, NULL),
(393, 'https://connectivism.in/tag/national-heros/', '43:bb589607438aea905de8e0a0f475da9a', 389, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'national heros', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 19:11:48', '2020-05-05 17:11:48', 1, NULL, NULL, NULL, NULL),
(394, 'https://connectivism.in/tag/republican-day/', '43:223d119d7021844eac3c73730f39f6c1', 385, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'republican day', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-05 19:23:16', '2020-05-05 17:23:16', 1, NULL, NULL, NULL, NULL),
(395, 'https://connectivism.in/?p=2748/', '32:c5ea9940883e29303e8081036b328b81', 2748, 'post', 'post', 1, 0, NULL, NULL, 'Auto Draft', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 09:51:33', '2020-05-06 07:51:33', 1, NULL, NULL, NULL, NULL),
(396, 'https://connectivism.in/number-series-1/', '40:550a160957648d2646ae49972e6d4e21', 2749, 'post', 'post', 1, 0, NULL, NULL, 'संख्यामाला &#8211; 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/20200506_234018.jpg', NULL, '2768', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/20200506_234018.jpg', '2768', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/20200506_234018.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/20200506_234018.jpg\",\"size\":\"full\",\"id\":2768,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 09:51:34', '2020-05-06 16:33:28', 1, NULL, NULL, NULL, NULL),
(397, 'https://connectivism.in/tag/competitive-exam-it-question-papers/', '64:824322d3146626b098b39265033a4493', 543, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'competitive exam it question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 10:02:31', '2020-05-06 08:02:31', 1, NULL, NULL, NULL, NULL),
(398, 'https://connectivism.in/tag/disha/', '34:d8a5a0043c12e6ff991cf54b60488c4b', 397, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'disha', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 12:26:09', '2020-05-06 10:26:09', 1, NULL, NULL, NULL, NULL),
(399, 'https://connectivism.in/tag/doctor-ambedkar/', '44:f55b7968bf284ea7ddc64ee51c8c1b6b', 277, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'doctor ambedkar', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 12:28:15', '2020-05-06 10:28:15', 1, NULL, NULL, NULL, NULL),
(400, 'https://connectivism.in/tag/mahamanav/', '38:6c0aa8e48b55ba5b77793fe52306715f', 379, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'mahamanav', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 12:32:29', '2020-05-06 10:32:29', 1, NULL, NULL, NULL, NULL),
(401, 'https://connectivism.in/tag/my-school-speech/', '45:c0784ecbf23a0a94d217f085053fa690', 353, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'MY SCHOOL SPEECH', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 12:42:47', '2020-05-06 10:42:47', 1, NULL, NULL, NULL, NULL),
(402, 'https://connectivism.in/tag/rainy-season/', '41:317daaac0f8052894b7b3dfdb688109c', 332, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'RAINY SEASON', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 12:50:14', '2020-05-06 10:50:14', 1, NULL, NULL, NULL, NULL),
(403, 'https://connectivism.in/tag/26-january/', '39:2f485d5bbe6a40b306c6a220166bfc3f', 384, 'term', 'post_tag', NULL, NULL, NULL, NULL, '26 january', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:12:00', '2020-05-06 11:12:00', 1, NULL, NULL, NULL, NULL),
(404, 'https://connectivism.in/tag/babasaheb-ambedkar/', '47:942beec90f7b9abe104ae83ac6623efd', 383, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'babasaheb ambedkar', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:22:15', '2020-05-06 11:22:15', 1, NULL, NULL, NULL, NULL),
(405, 'https://connectivism.in/tag/dr-babasaheb-ambedkar/', '50:ee88ce4fe9d4968ca4b16748d595c7e2', 377, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'dr babasaheb ambedkar', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:32:22', '2020-05-06 11:32:22', 1, NULL, NULL, NULL, NULL),
(406, 'https://connectivism.in/tag/houses-of-animals/', '46:47aaf2835f2a51ab300db082fd43122c', 348, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'HOUSES OF ANIMALS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:34:21', '2020-05-06 11:34:21', 1, NULL, NULL, NULL, NULL),
(407, 'https://connectivism.in/tag/junior-kg/', '38:8161ad2956fd8535a66dc4c35fd7864e', 233, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'junior kg', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:38:14', '2020-05-06 11:38:14', 1, NULL, NULL, NULL, NULL),
(408, 'https://connectivism.in/tag/marathi-alphabets/', '46:d26c7fd39efc4030bca405a944f5fe7a', 393, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'marathi alphabets', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:40:16', '2020-05-06 11:40:16', 1, NULL, NULL, NULL, NULL),
(409, 'https://connectivism.in/tag/numbers-reading/', '44:2569b734f02db16eea3b1f0ab9b90cec', 400, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'numbers reading', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:44:03', '2020-05-06 11:44:03', 1, NULL, NULL, NULL, NULL),
(410, 'https://connectivism.in/tag/nursery/', '36:de5f5bf4e516e9ef2735cb3c8686e678', 235, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'nursery', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:48:23', '2020-05-06 11:48:23', 1, NULL, NULL, NULL, NULL),
(411, 'https://connectivism.in/tag/republic-day/', '41:7f7183e36698e02fb04902f851d40099', 386, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'republic day', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:53:45', '2020-05-06 11:53:45', 1, NULL, NULL, NULL, NULL),
(412, 'https://connectivism.in/tag/square-and-squareroot/', '50:98fa652e3d5e388b9d269d67e90a6104', 271, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Square and squareroot', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:55:38', '2020-05-06 11:55:38', 1, NULL, NULL, NULL, NULL),
(413, 'https://connectivism.in/tag/square/', '35:69a41d3ec6b4ecc093aeba3ea0fe0e25', 272, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'square', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:57:51', '2020-05-06 11:57:51', 1, NULL, NULL, NULL, NULL),
(414, 'https://connectivism.in/tag/squareroot/', '39:ef2bd426cd3d23e3fc4d3ede18e6c65c', 273, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'squareroot', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 13:59:52', '2020-05-06 11:59:52', 1, NULL, NULL, NULL, NULL),
(415, 'https://connectivism.in/tag/story-of-shrikrishna-and-monster/', '61:4bdd7997ea3930314a2e396bd414ec38', 338, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'STORY OF SHRIKRISHNA AND MONSTER', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:01:30', '2020-05-06 12:01:30', 1, NULL, NULL, NULL, NULL),
(416, 'https://connectivism.in/tag/story/', '34:0df572470edb019fcb86cb008c8e6bec', 336, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'STORY', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:03:30', '2020-05-06 12:03:30', 1, NULL, NULL, NULL, NULL),
(417, 'https://connectivism.in/tag/taste/', '34:aeabee5e4d60a0c5c554fd8c50e54ed5', 323, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'TASTE', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:11:55', '2020-05-06 12:11:55', 1, NULL, NULL, NULL, NULL),
(418, 'https://connectivism.in/tag/vehicles/', '37:7c8f972c497c759877a5d327f364ded3', 321, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'VEHICLES', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:14:01', '2020-05-06 12:14:01', 1, NULL, NULL, NULL, NULL),
(419, 'https://connectivism.in/tag/winter/', '35:c5a36403ba5289f281167400da832097', 333, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'WINTER', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:16:09', '2020-05-06 12:16:09', 1, NULL, NULL, NULL, NULL),
(420, 'https://connectivism.in/canola2/', '32:cf0354842ef42d5f7074b433292d9bb5', 611, 'post', 'attachment', 1, 0, NULL, NULL, 'canola2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/01/canola2.jpg', NULL, '611', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/01/canola2.jpg', '611', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/01\\/canola2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/01\\/canola2.jpg\",\"size\":\"full\",\"id\":611,\"alt\":\"canola\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(421, 'https://connectivism.in/dsc20050727_091048_222/', '47:0205e2c9320d9e68528257afc2c1d192', 616, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20050727_091048_222', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/01/dsc20050727_091048_222.jpg', NULL, '616', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/01/dsc20050727_091048_222.jpg', '616', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/01\\/dsc20050727_091048_222.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/01\\/dsc20050727_091048_222.jpg\",\"size\":\"full\",\"id\":616,\"alt\":\"dsc20050727_091048_222\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(422, 'https://connectivism.in/dsc20050813_115856_52/', '46:5ea2a48c32189d4c0bbf3447b4dbbbd2', 617, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20050813_115856_52', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/01/dsc20050813_115856_52.jpg', NULL, '617', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/01/dsc20050813_115856_52.jpg', '617', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/01\\/dsc20050813_115856_52.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/01\\/dsc20050813_115856_52.jpg\",\"size\":\"full\",\"id\":617,\"alt\":\"dsc20050813_115856_52\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(423, 'https://connectivism.in/100_5478/', '33:62a79518d20734075a5cc1d9661e9cc7', 754, 'post', 'attachment', 1, 0, NULL, NULL, 'Bell on Wharf', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/100_5478.jpg', NULL, '754', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/100_5478.jpg', '754', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/100_5478.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/100_5478.jpg\",\"size\":\"full\",\"id\":754,\"alt\":\"Bell on Wharf\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(424, 'https://connectivism.in/100_5540/', '33:778f6d1bd257eb843dbf56dd795415b6', 755, 'post', 'attachment', 1, 0, NULL, NULL, 'Golden Gate Bridge', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/100_5540.jpg', NULL, '755', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/100_5540.jpg', '755', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/100_5540.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/100_5540.jpg\",\"size\":\"full\",\"id\":755,\"alt\":\"Golden Gate Bridge\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(425, 'https://connectivism.in/cep00032/', '33:8e017d0483c724f6004a1eabfdb2cf49', 756, 'post', 'attachment', 1, 0, NULL, NULL, 'Sunburst Over River', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/cep00032.jpg', NULL, '756', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/cep00032.jpg', '756', 'attachment-image', '{\"width\":1500,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/cep00032.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/cep00032.jpg\",\"size\":\"full\",\"id\":756,\"alt\":\"Sunburst Over River\",\"pixels\":1800000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(426, 'https://connectivism.in/dcp_2082/', '33:9894c2a807d2b6463a632064833dd4de', 757, 'post', 'attachment', 1, 0, NULL, NULL, 'Boardwalk', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dcp_2082.jpg', NULL, '757', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dcp_2082.jpg', '757', 'attachment-image', '{\"width\":1600,\"height\":1066,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dcp_2082.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dcp_2082.jpg\",\"size\":\"full\",\"id\":757,\"alt\":\"Boardwalk\",\"pixels\":1705600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(427, 'https://connectivism.in/dsc03149/', '33:0f292323d4d5920eff88f2283ea1ce95', 758, 'post', 'attachment', 1, 0, NULL, NULL, 'Yachtsody in Blue', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc03149.jpg', NULL, '758', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc03149.jpg', '758', 'attachment-image', '{\"width\":1280,\"height\":960,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dsc03149.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dsc03149.jpg\",\"size\":\"full\",\"id\":758,\"alt\":\"Yachtsody in Blue\",\"pixels\":1228800,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(428, 'https://connectivism.in/dsc04563/', '33:aff2090fb2d38018045730be7a45a1ef', 759, 'post', 'attachment', 1, 0, NULL, NULL, 'Rain Ripples', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc04563.jpg', NULL, '759', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc04563.jpg', '759', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dsc04563.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dsc04563.jpg\",\"size\":\"full\",\"id\":759,\"alt\":\"Rain Ripples\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(429, 'https://connectivism.in/dsc09114/', '33:cd1b71b652413feea157a9dff6d382d1', 760, 'post', 'attachment', 1, 0, NULL, NULL, 'Sydney Harbor Bridge', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc09114.jpg', NULL, '760', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc09114.jpg', '760', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dsc09114.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dsc09114.jpg\",\"size\":\"full\",\"id\":760,\"alt\":\"Sydney Harbor Bridge\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(430, 'https://connectivism.in/dsc09114-2/', '35:e92f9f7be508b3d916a35f1f345bd8c8', 761, 'post', 'attachment', 1, 0, NULL, NULL, 'Sydney Harbor Bridge', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc09114-1.jpg', NULL, '761', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc09114-1.jpg', '761', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dsc09114-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dsc09114-1.jpg\",\"size\":\"full\",\"id\":761,\"alt\":\"Sydney Harbor Bridge\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(431, 'https://connectivism.in/dsc20050102_192118_51/', '46:39ca8f9659a249a7a6a5cd3418936573', 762, 'post', 'attachment', 1, 0, NULL, NULL, 'Wind Farm', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20050102_192118_51.jpg', NULL, '762', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20050102_192118_51.jpg', '762', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dsc20050102_192118_51.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dsc20050102_192118_51.jpg\",\"size\":\"full\",\"id\":762,\"alt\":\"Wind Farm\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(432, 'https://connectivism.in/dsc20050102_192118_51-2/', '48:fcf51c7709ecf5efebc3f742ff441103', 763, 'post', 'attachment', 1, 0, NULL, NULL, 'Wind Farm', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20050102_192118_51-1.jpg', NULL, '763', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20050102_192118_51-1.jpg', '763', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dsc20050102_192118_51-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dsc20050102_192118_51-1.jpg\",\"size\":\"full\",\"id\":763,\"alt\":\"Wind Farm\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(433, 'https://connectivism.in/dsc20051220_160808_102/', '47:3616b2c02e2a768665ca7130e68f6cb8', 764, 'post', 'attachment', 1, 0, NULL, NULL, 'Antique Farm Machinery', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20051220_160808_102.jpg', NULL, '764', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20051220_160808_102.jpg', '764', 'attachment-image', '{\"width\":1600,\"height\":1066,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dsc20051220_160808_102.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dsc20051220_160808_102.jpg\",\"size\":\"full\",\"id\":764,\"alt\":\"Antique Farm Machinery\",\"pixels\":1705600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(434, 'https://connectivism.in/dsc20051220_160808_102-2/', '49:ea080e9ad18da7f6e6288e681716c386', 765, 'post', 'attachment', 1, 0, NULL, NULL, 'Antique Farm Machinery', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20051220_160808_102-1.jpg', NULL, '765', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20051220_160808_102-1.jpg', '765', 'attachment-image', '{\"width\":1600,\"height\":1066,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dsc20051220_160808_102-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dsc20051220_160808_102-1.jpg\",\"size\":\"full\",\"id\":765,\"alt\":\"Antique Farm Machinery\",\"pixels\":1705600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(435, 'https://connectivism.in/dsc02085/', '33:c9060b934afb3a9333940a46b82c323f', 766, 'post', 'attachment', 1, 0, NULL, NULL, 'Orange Iris', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc02085.jpg', NULL, '766', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc02085.jpg', '766', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dsc02085.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dsc02085.jpg\",\"size\":\"full\",\"id\":766,\"alt\":\"Orange Iris\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(436, 'https://connectivism.in/dsc02085-2/', '35:40f5de7351af67a0fcf5edf2c4d5233e', 767, 'post', 'attachment', 1, 0, NULL, NULL, 'Orange Iris', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc02085-1.jpg', NULL, '767', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc02085-1.jpg', '767', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dsc02085-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dsc02085-1.jpg\",\"size\":\"full\",\"id\":767,\"alt\":\"Orange Iris\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(437, 'https://connectivism.in/dsc20051220_173257_119/', '47:bf472124924f4805edab4838cbff0db1', 768, 'post', 'attachment', 1, 0, NULL, NULL, 'Rusty Rail', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20051220_173257_119.jpg', NULL, '768', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20051220_173257_119.jpg', '768', 'attachment-image', '{\"width\":1600,\"height\":1066,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dsc20051220_173257_119.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dsc20051220_173257_119.jpg\",\"size\":\"full\",\"id\":768,\"alt\":\"Rusty Rail\",\"pixels\":1705600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(438, 'https://connectivism.in/dscn3316/', '33:4e54c327bfe1e96b34fefbe227d944e3', 769, 'post', 'attachment', 1, 0, NULL, NULL, 'Sea and Rocks', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dscn3316.jpg', NULL, '769', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dscn3316.jpg', '769', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/dscn3316.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/dscn3316.jpg\",\"size\":\"full\",\"id\":769,\"alt\":\"Sea and Rocks\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(439, 'https://connectivism.in/michelle_049/', '37:c71084d2870074c3004f66a7faa663e4', 770, 'post', 'attachment', 1, 0, NULL, NULL, 'Big Sur', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/michelle_049.jpg', NULL, '770', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/michelle_049.jpg', '770', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/michelle_049.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/michelle_049.jpg\",\"size\":\"full\",\"id\":770,\"alt\":\"Big Sur\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(440, 'https://connectivism.in/dcf-1-0/', '32:af0e47ad4879731e96eb5e58df20307a', 771, 'post', 'attachment', 1, 0, NULL, NULL, 'Windmill', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/windmill.jpg', NULL, '771', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/windmill.jpg', '771', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/windmill.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/windmill.jpg\",\"size\":\"full\",\"id\":771,\"alt\":\"Windmill\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(441, 'https://connectivism.in/dcf-1-0-2/', '34:7b4e5715b8ed23f0020238a678857cb1', 772, 'post', 'attachment', 1, 0, NULL, NULL, 'Windmill', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/windmill-1.jpg', NULL, '772', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/windmill-1.jpg', '772', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/windmill-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/windmill-1.jpg\",\"size\":\"full\",\"id\":772,\"alt\":\"Windmill\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(442, 'https://connectivism.in/alas-i-have-found-my-shangri-la/', '56:137cfe334cac907d738024182591449f', 773, 'post', 'attachment', 1, 0, NULL, NULL, 'Huatulco Coastline', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0513-1.jpg', NULL, '773', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0513-1.jpg', '773', 'attachment-image', '{\"width\":800,\"height\":533,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/img_0513-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/img_0513-1.jpg\",\"size\":\"full\",\"id\":773,\"alt\":\"Huatulco Coastline\",\"pixels\":426400,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(443, 'https://connectivism.in/alas-i-have-found-my-shangri-la-2/', '58:bf8266cd571cc582da190b4df054f03a', 774, 'post', 'attachment', 1, 0, NULL, NULL, 'Huatulco Coastline', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0513-1-1.jpg', NULL, '774', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0513-1-1.jpg', '774', 'attachment-image', '{\"width\":800,\"height\":533,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/img_0513-1-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/img_0513-1-1.jpg\",\"size\":\"full\",\"id\":774,\"alt\":\"Huatulco Coastline\",\"pixels\":426400,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(444, 'https://connectivism.in/img_0747/', '33:dae2ef8d9a52a7296d098f3eb4c91fd8', 775, 'post', 'attachment', 1, 0, NULL, NULL, 'Brazil Beach', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0747.jpg', NULL, '775', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0747.jpg', '775', 'attachment-image', '{\"width\":1600,\"height\":1066,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/img_0747.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/img_0747.jpg\",\"size\":\"full\",\"id\":775,\"alt\":\"Brazil Beach\",\"pixels\":1705600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:18', '2020-05-06 12:37:18', 1, NULL, NULL, NULL, NULL),
(445, 'https://connectivism.in/img_0747-2/', '35:d47d4aec0010cf82df864a0ef8ff5192', 776, 'post', 'attachment', 1, 0, NULL, NULL, 'Brazil Beach', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0747-1.jpg', NULL, '776', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0747-1.jpg', '776', 'attachment-image', '{\"width\":1600,\"height\":1066,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/img_0747-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/img_0747-1.jpg\",\"size\":\"full\",\"id\":776,\"alt\":\"Brazil Beach\",\"pixels\":1705600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(446, 'https://connectivism.in/img_0767/', '33:49d6f0ada8e5c9a0430699c18deeb912', 777, 'post', 'attachment', 1, 0, NULL, NULL, 'Huatulco Coastline', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0767.jpg', NULL, '777', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0767.jpg', '777', 'attachment-image', '{\"width\":800,\"height\":533,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/img_0767.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/img_0767.jpg\",\"size\":\"full\",\"id\":777,\"alt\":\"Huatulco Coastline\",\"pixels\":426400,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(447, 'https://connectivism.in/img_0767-2/', '35:22b44ef0861f57b273d3de0c787dcdba', 778, 'post', 'attachment', 1, 0, NULL, NULL, 'Huatulco Coastline', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0767-1.jpg', NULL, '778', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_0767-1.jpg', '778', 'attachment-image', '{\"width\":800,\"height\":533,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/img_0767-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/img_0767-1.jpg\",\"size\":\"full\",\"id\":778,\"alt\":\"Huatulco Coastline\",\"pixels\":426400,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(448, 'https://connectivism.in/img_8399/', '33:e13a9030e966e2d5f7bfb73d44df9e3e', 779, 'post', 'attachment', 1, 0, NULL, NULL, 'Boat Barco Texture', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_8399.jpg', NULL, '779', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_8399.jpg', '779', 'attachment-image', '{\"width\":1600,\"height\":1066,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/img_8399.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/img_8399.jpg\",\"size\":\"full\",\"id\":779,\"alt\":\"Boat Barco Texture\",\"pixels\":1705600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(449, 'https://connectivism.in/img_8399-2/', '35:21d68da1aeba63ecf797155adc271e55', 780, 'post', 'attachment', 1, 0, NULL, NULL, 'Boat Barco Texture', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_8399-1.jpg', NULL, '780', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/img_8399-1.jpg', '780', 'attachment-image', '{\"width\":1600,\"height\":1066,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/img_8399-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/img_8399-1.jpg\",\"size\":\"full\",\"id\":780,\"alt\":\"Boat Barco Texture\",\"pixels\":1705600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(450, 'https://connectivism.in/dsc20040724_152504_532-2/', '49:05bc253f50456b95a658f4daefae9c13', 807, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20040724_152504_532', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20040724_152504_532.jpg', NULL, '807', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20040724_152504_532.jpg', '807', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2012\\/06\\/dsc20040724_152504_532.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2012\\/06\\/dsc20040724_152504_532.jpg\",\"size\":\"full\",\"id\":807,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(451, 'https://connectivism.in/dsc20040724_152504_532-2-2/', '51:8349437ffb73796f696d7c6f6cbae78e', 808, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20040724_152504_532', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20040724_152504_532-1.jpg', NULL, '808', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20040724_152504_532-1.jpg', '808', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2012\\/06\\/dsc20040724_152504_532-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2012\\/06\\/dsc20040724_152504_532-1.jpg\",\"size\":\"full\",\"id\":808,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(452, 'https://connectivism.in/dsc20040724_152504_532-2-3/', '51:959464ba267ac8f89b5dc3c12cf981c3', 809, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20040724_152504_532', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20040724_152504_532-2.jpg', NULL, '809', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20040724_152504_532-2.jpg', '809', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2012\\/06\\/dsc20040724_152504_532-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2012\\/06\\/dsc20040724_152504_532-2.jpg\",\"size\":\"full\",\"id\":809,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(453, 'https://connectivism.in/dsc20050604_133440_3421/', '48:2082267039b232b689294aea13e0c4c2', 811, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20050604_133440_3421', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20050604_133440_34211-1.jpg', NULL, '811', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20050604_133440_34211-1.jpg', '811', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2012\\/06\\/dsc20050604_133440_34211-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2012\\/06\\/dsc20050604_133440_34211-1.jpg\",\"size\":\"full\",\"id\":811,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(454, 'https://connectivism.in/dsc20050604_133440_3421-2/', '50:66db09b6c86be7b07a85e0a6d85fcfdd', 812, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20050604_133440_3421', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20050604_133440_34211.jpg', NULL, '812', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20050604_133440_34211.jpg', '812', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2012\\/06\\/dsc20050604_133440_34211.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2012\\/06\\/dsc20050604_133440_34211.jpg\",\"size\":\"full\",\"id\":812,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(455, 'https://connectivism.in/dsc20050604_133440_3421-3/', '50:34612ec233abc0f7b9a94754f244536b', 813, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20050604_133440_3421', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20050604_133440_34211-2.jpg', NULL, '813', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/06/dsc20050604_133440_34211-2.jpg', '813', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2012\\/06\\/dsc20050604_133440_34211-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2012\\/06\\/dsc20050604_133440_34211-2.jpg\",\"size\":\"full\",\"id\":813,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(456, 'https://connectivism.in/originaldixielandjazzbandwithalbernard-stlouisblues/', '76:76885f6a550dcfbb9d25eb7031ae51df', 821, 'post', 'attachment', 1, 0, NULL, NULL, 'St. Louis Blues', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(457, 'https://connectivism.in/originaldixielandjazzbandwithalbernard-stlouisblues-2/', '78:ce54d4b604a2fc1ab61db6553af397bb', 822, 'post', 'attachment', 1, 0, NULL, NULL, 'St. Louis Blues', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(458, 'https://connectivism.in/originaldixielandjazzbandwithalbernard-stlouisblues-3/', '78:f557b771f636964b9cc12ba61490a6fd', 828, 'post', 'attachment', 1, 0, NULL, NULL, 'St. Louis Blues', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(459, 'https://connectivism.in/olympus-digital-camera/', '47:6be8d7cf20a53384543a27a55b2801f9', 827, 'post', 'attachment', 1, 0, NULL, NULL, 'OLYMPUS DIGITAL CAMERA', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/07/manhattansummer.jpg', NULL, '827', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/07/manhattansummer.jpg', '827', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2012\\/07\\/manhattansummer.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2012\\/07\\/manhattansummer.jpg\",\"size\":\"full\",\"id\":827,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(460, 'https://connectivism.in/olympus-digital-camera-2/', '49:db912b868fc1fb059b3a2bcbd9ef1418', 829, 'post', 'attachment', 1, 0, NULL, NULL, 'OLYMPUS DIGITAL CAMERA', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/07/manhattansummer-1.jpg', NULL, '829', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/07/manhattansummer-1.jpg', '829', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2012\\/07\\/manhattansummer-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2012\\/07\\/manhattansummer-1.jpg\",\"size\":\"full\",\"id\":829,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(461, 'https://connectivism.in/olympus-digital-camera-3/', '49:0bc600428008d040ca0e8c1ac65e7c73', 968, 'post', 'attachment', 1, 0, NULL, NULL, 'OLYMPUS DIGITAL CAMERA', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/07/manhattansummer-2.jpg', NULL, '968', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2012/07/manhattansummer-2.jpg', '968', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2012\\/07\\/manhattansummer-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2012\\/07\\/manhattansummer-2.jpg\",\"size\":\"full\",\"id\":968,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(462, 'https://connectivism.in/soworthloving-wallpaper/', '48:cd6f7ed1ebb389e0772e35f5ccfc32ec', 1025, 'post', 'attachment', 1, 0, NULL, NULL, 'I Am Worth Loving Wallpaper', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/soworthloving-wallpaper.jpg', NULL, '1025', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/soworthloving-wallpaper.jpg', '1025', 'attachment-image', '{\"width\":1920,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/soworthloving-wallpaper.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/soworthloving-wallpaper.jpg\",\"size\":\"full\",\"id\":1025,\"alt\":\"I Am Worth Loving Wallpaper\",\"pixels\":2304000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(463, 'https://connectivism.in/soworthloving-wallpaper-2/', '50:bf42fc790c2d2940e029acdcd530a7cb', 1027, 'post', 'attachment', 1, 0, NULL, NULL, 'I Am Worth Loving Wallpaper', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/soworthloving-wallpaper-1.jpg', NULL, '1027', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/soworthloving-wallpaper-1.jpg', '1027', 'attachment-image', '{\"width\":1920,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/soworthloving-wallpaper-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/soworthloving-wallpaper-1.jpg\",\"size\":\"full\",\"id\":1027,\"alt\":\"I Am Worth Loving Wallpaper\",\"pixels\":2304000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(464, 'https://connectivism.in/soworthloving-wallpaper-3/', '50:9481c49eaa06a5a213677aa9feba267c', 1028, 'post', 'attachment', 1, 0, NULL, NULL, 'I Am Worth Loving Wallpaper', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/soworthloving-wallpaper-2.jpg', NULL, '1028', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/soworthloving-wallpaper-2.jpg', '1028', 'attachment-image', '{\"width\":1920,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/soworthloving-wallpaper-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/soworthloving-wallpaper-2.jpg\",\"size\":\"full\",\"id\":1028,\"alt\":\"I Am Worth Loving Wallpaper\",\"pixels\":2304000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(465, 'https://connectivism.in/image-alignment-150x150/', '48:15a0483d0294676a0f972a1d3e4ae80c', 970, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 150&#215;150', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-150x150-1.jpg', NULL, '970', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-150x150-1.jpg', '970', 'attachment-image', '{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-150x150-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-150x150-1.jpg\",\"size\":\"full\",\"id\":970,\"alt\":\"Image Alignment 150x150\",\"pixels\":22500,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(466, 'https://connectivism.in/image-alignment-150x150-2/', '50:0fb73f5d5212ec313a81d63157c82f00', 971, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 150&#215;150', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-150x150-2.jpg', NULL, '971', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-150x150-2.jpg', '971', 'attachment-image', '{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-150x150-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-150x150-2.jpg\",\"size\":\"full\",\"id\":971,\"alt\":\"Image Alignment 150x150\",\"pixels\":22500,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(467, 'https://connectivism.in/image-alignment-150x150-3/', '50:5e92b930dddaf1955914ba81e15b0fbd', 1024, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 150&#215;150', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-150x150-3.jpg', NULL, '1024', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-150x150-3.jpg', '1024', 'attachment-image', '{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-150x150-3.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-150x150-3.jpg\",\"size\":\"full\",\"id\":1024,\"alt\":\"Image Alignment 150x150\",\"pixels\":22500,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(468, 'https://connectivism.in/image-alignment-300x200/', '48:3f44d75c3e23b263e9f4bedbf8c5f2fb', 1029, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 300&#215;200', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-300x200-1.jpg', NULL, '1029', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-300x200-1.jpg', '1029', 'attachment-image', '{\"width\":300,\"height\":200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-300x200-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-300x200-1.jpg\",\"size\":\"full\",\"id\":1029,\"alt\":\"Image Alignment 300x200\",\"pixels\":60000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(469, 'https://connectivism.in/image-alignment-300x200-2/', '50:ab0b6734043f69dfd70c8c16fc07d7a7', 1030, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 300&#215;200', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-300x200-2.jpg', NULL, '1030', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-300x200-2.jpg', '1030', 'attachment-image', '{\"width\":300,\"height\":200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-300x200-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-300x200-2.jpg\",\"size\":\"full\",\"id\":1030,\"alt\":\"Image Alignment 300x200\",\"pixels\":60000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:19', '2020-05-06 12:37:19', 1, NULL, NULL, NULL, NULL),
(470, 'https://connectivism.in/image-alignment-300x200-3/', '50:4c9a5a5bbe2c9d1ea98f0372f2b4eddd', 1032, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 300&#215;200', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-300x200-3.jpg', NULL, '1032', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-300x200-3.jpg', '1032', 'attachment-image', '{\"width\":300,\"height\":200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-300x200-3.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-300x200-3.jpg\",\"size\":\"full\",\"id\":1032,\"alt\":\"Image Alignment 300x200\",\"pixels\":60000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(471, 'https://connectivism.in/image-alignment-580x300/', '48:7efec88cdc31729ca180b665efc35040', 967, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 580&#215;300', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-580x300-1.jpg', NULL, '967', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-580x300-1.jpg', '967', 'attachment-image', '{\"width\":580,\"height\":300,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-580x300-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-580x300-1.jpg\",\"size\":\"full\",\"id\":967,\"alt\":\"Image Alignment 580x300\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(472, 'https://connectivism.in/image-alignment-580x300-2/', '50:cc147888f66544443775e53601ab73cf', 969, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 580&#215;300', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-580x300-2.jpg', NULL, '969', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-580x300-2.jpg', '969', 'attachment-image', '{\"width\":580,\"height\":300,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-580x300-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-580x300-2.jpg\",\"size\":\"full\",\"id\":969,\"alt\":\"Image Alignment 580x300\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(473, 'https://connectivism.in/image-alignment-580x300-3/', '50:eee0e9a56f913944cb32621f466fd57e', 972, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 580&#215;300', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-580x300-3.jpg', NULL, '972', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-580x300-3.jpg', '972', 'attachment-image', '{\"width\":580,\"height\":300,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-580x300-3.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-580x300-3.jpg\",\"size\":\"full\",\"id\":972,\"alt\":\"Image Alignment 580x300\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(474, 'https://connectivism.in/image-alignment-1200x4002/', '50:9aa6c7bf6fe71ad83f2b7fb4416c78fa', 1034, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 1200&#215;4002', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-1200x4002-1.jpg', NULL, '1034', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-1200x4002-1.jpg', '1034', 'attachment-image', '{\"width\":1200,\"height\":400,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-1200x4002-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-1200x4002-1.jpg\",\"size\":\"full\",\"id\":1034,\"alt\":\"Image Alignment 1200x4002\",\"pixels\":480000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(475, 'https://connectivism.in/image-alignment-1200x4002-2/', '52:3ff26d027c0a635c3e6751edfd2209e7', 1036, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 1200&#215;4002', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-1200x4002-2.jpg', NULL, '1036', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-1200x4002-2.jpg', '1036', 'attachment-image', '{\"width\":1200,\"height\":400,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-1200x4002-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-1200x4002-2.jpg\",\"size\":\"full\",\"id\":1036,\"alt\":\"Image Alignment 1200x4002\",\"pixels\":480000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(476, 'https://connectivism.in/image-alignment-1200x4002-3/', '52:6835fa703060d689a240aa4fe281d815', 1037, 'post', 'attachment', 1, 0, NULL, NULL, 'Image Alignment 1200&#215;4002', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-1200x4002-3.jpg', NULL, '1037', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/image-alignment-1200x4002-3.jpg', '1037', 'attachment-image', '{\"width\":1200,\"height\":400,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-1200x4002-3.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/image-alignment-1200x4002-3.jpg\",\"size\":\"full\",\"id\":1037,\"alt\":\"Image Alignment 1200x4002\",\"pixels\":480000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(477, 'https://connectivism.in/unicorn-wallpaper/', '42:1f0a18aedebe704ce88cf2e958841ed7', 1045, 'post', 'attachment', 1, 0, NULL, NULL, 'Unicorn Wallpaper', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/unicorn-wallpaper.jpg', NULL, '1045', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/unicorn-wallpaper.jpg', '1045', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/unicorn-wallpaper.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/unicorn-wallpaper.jpg\",\"size\":\"full\",\"id\":1045,\"alt\":\"Unicorn Wallpaper\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(478, 'https://connectivism.in/unicorn-wallpaper-2/', '44:2ae512e3389b771c3397055bf7e7c684', 1046, 'post', 'attachment', 1, 0, NULL, NULL, 'Unicorn Wallpaper', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/unicorn-wallpaper-1.jpg', NULL, '1046', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/unicorn-wallpaper-1.jpg', '1046', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/unicorn-wallpaper-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/unicorn-wallpaper-1.jpg\",\"size\":\"full\",\"id\":1046,\"alt\":\"Unicorn Wallpaper\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(479, 'https://connectivism.in/unicorn-wallpaper-3/', '44:01a08659b395978e602704d89d4fcaac', 1047, 'post', 'attachment', 1, 0, NULL, NULL, 'Unicorn Wallpaper', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/unicorn-wallpaper-2.jpg', NULL, '1047', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/unicorn-wallpaper-2.jpg', '1047', 'attachment-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/unicorn-wallpaper-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/unicorn-wallpaper-2.jpg\",\"size\":\"full\",\"id\":1047,\"alt\":\"Unicorn Wallpaper\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(480, 'https://connectivism.in/featured-image-horizontal-2/', '52:3ed0f7d9758f8436e4d3bd8f7c767a7d', 1022, 'post', 'attachment', 1, 0, NULL, NULL, 'Horizontal Featured Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal.jpg', NULL, '1022', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal.jpg', '1022', 'attachment-image', '{\"width\":580,\"height\":300,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal.jpg\",\"size\":\"full\",\"id\":1022,\"alt\":\"Horizontal Featured Image\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(481, 'https://connectivism.in/featured-image-horizontal-2-2/', '54:ae2e283b7a29b68ef2f525bd00d4644c', 1023, 'post', 'attachment', 1, 0, NULL, NULL, 'Horizontal Featured Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal-1.jpg', NULL, '1023', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal-1.jpg', '1023', 'attachment-image', '{\"width\":580,\"height\":300,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal-1.jpg\",\"size\":\"full\",\"id\":1023,\"alt\":\"Horizontal Featured Image\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(482, 'https://connectivism.in/featured-image-horizontal-2-3/', '54:2c342c3b01f0333fe0057b052e9e9511', 1026, 'post', 'attachment', 1, 0, NULL, NULL, 'Horizontal Featured Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal-2.jpg', NULL, '1026', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal-2.jpg', '1026', 'attachment-image', '{\"width\":580,\"height\":300,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal-2.jpg\",\"size\":\"full\",\"id\":1026,\"alt\":\"Horizontal Featured Image\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(483, 'https://connectivism.in/featured-image-vertical-2/', '50:88b5e925ce93d6c3977bae49613d0fe9', 1031, 'post', 'attachment', 1, 0, NULL, NULL, 'Vertical Featured Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-vertical.jpg', NULL, '1031', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-vertical.jpg', '1031', 'attachment-image', '{\"width\":300,\"height\":580,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-vertical.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-vertical.jpg\",\"size\":\"full\",\"id\":1031,\"alt\":\"Horizontal Featured Image\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(484, 'https://connectivism.in/featured-image-vertical-2-2/', '52:0dbc64af50fe05ffd3e0fe0eb522f724', 1033, 'post', 'attachment', 1, 0, NULL, NULL, 'Vertical Featured Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-vertical-1.jpg', NULL, '1033', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-vertical-1.jpg', '1033', 'attachment-image', '{\"width\":300,\"height\":580,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-vertical-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-vertical-1.jpg\",\"size\":\"full\",\"id\":1033,\"alt\":\"Horizontal Featured Image\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(485, 'https://connectivism.in/featured-image-vertical-2-3/', '52:04f43b612fa89261fd1366044c4dd8fb', 1035, 'post', 'attachment', 1, 0, NULL, NULL, 'Vertical Featured Image', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-vertical-2.jpg', NULL, '1035', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-vertical-2.jpg', '1035', 'attachment-image', '{\"width\":300,\"height\":580,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-vertical-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-vertical-2.jpg\",\"size\":\"full\",\"id\":1035,\"alt\":\"Horizontal Featured Image\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(486, 'https://connectivism.in/triforce-wallpaper/', '43:5786fee30012a7bf10dc089b69ce19c7', 1628, 'post', 'attachment', 1, 0, NULL, NULL, 'triforce-wallpaper', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/04/triforce-wallpaper.jpg', NULL, '1628', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/04/triforce-wallpaper.jpg', '1628', 'attachment-image', '{\"width\":1131,\"height\":707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/04\\/triforce-wallpaper.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/04\\/triforce-wallpaper.jpg\",\"size\":\"full\",\"id\":1628,\"alt\":\"\",\"pixels\":799617,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(487, 'https://connectivism.in/triforce-wallpaper-2/', '45:14b28c690d6b141a2e4c4d5c12dd08e6', 1629, 'post', 'attachment', 1, 0, NULL, NULL, 'triforce-wallpaper', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/04/triforce-wallpaper-1.jpg', NULL, '1629', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/04/triforce-wallpaper-1.jpg', '1629', 'attachment-image', '{\"width\":1131,\"height\":707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/04\\/triforce-wallpaper-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/04\\/triforce-wallpaper-1.jpg\",\"size\":\"full\",\"id\":1629,\"alt\":\"\",\"pixels\":799617,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(488, 'https://connectivism.in/triforce-wallpaper-3/', '45:1af0f6f4d8f8e4a319f33135aab0b0ec', 1630, 'post', 'attachment', 1, 0, NULL, NULL, 'triforce-wallpaper', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/04/triforce-wallpaper-2.jpg', NULL, '1630', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/04/triforce-wallpaper-2.jpg', '1630', 'attachment-image', '{\"width\":1131,\"height\":707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/04\\/triforce-wallpaper-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/04\\/triforce-wallpaper-2.jpg\",\"size\":\"full\",\"id\":1630,\"alt\":\"\",\"pixels\":799617,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(489, 'https://connectivism.in/dsc20040724_152504_532/', '47:ab5383819ef72df5259a840e57acd2b9', 1686, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20040724_152504_532', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20040724_152504_532.jpg', NULL, '1686', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20040724_152504_532.jpg', '1686', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/09\\/dsc20040724_152504_532.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/09\\/dsc20040724_152504_532.jpg\",\"size\":\"full\",\"id\":1686,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(490, 'https://connectivism.in/dsc20040724_152504_532-3/', '49:707c55c4ba64b239cff60584c1ead2b4', 1687, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20040724_152504_532', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20040724_152504_532-1.jpg', NULL, '1687', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20040724_152504_532-1.jpg', '1687', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/09\\/dsc20040724_152504_532-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/09\\/dsc20040724_152504_532-1.jpg\",\"size\":\"full\",\"id\":1687,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(491, 'https://connectivism.in/dsc20040724_152504_532-4/', '49:e3c2efb46e0d16aa25bf47f9285841d9', 1690, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20040724_152504_532', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20040724_152504_532-2.jpg', NULL, '1690', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20040724_152504_532-2.jpg', '1690', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/09\\/dsc20040724_152504_532-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/09\\/dsc20040724_152504_532-2.jpg\",\"size\":\"full\",\"id\":1690,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(492, 'https://connectivism.in/dsc20050604_133440_34211/', '49:b52e4d08fc9e5e791df776961636a783', 1688, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20050604_133440_34211', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20050604_133440_34211.jpg', NULL, '1688', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20050604_133440_34211.jpg', '1688', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/09\\/dsc20050604_133440_34211.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/09\\/dsc20050604_133440_34211.jpg\",\"size\":\"full\",\"id\":1688,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(493, 'https://connectivism.in/dsc20050604_133440_34211-2/', '51:94e0103dc11221cec8f50e0431374a7a', 1689, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20050604_133440_34211', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20050604_133440_34211-1.jpg', NULL, '1689', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20050604_133440_34211-1.jpg', '1689', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/09\\/dsc20050604_133440_34211-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/09\\/dsc20050604_133440_34211-1.jpg\",\"size\":\"full\",\"id\":1689,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(494, 'https://connectivism.in/dsc20050604_133440_34211-3/', '51:7559d70e8233649ea0d79f39b4cce9fd', 1693, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20050604_133440_34211', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20050604_133440_34211-2.jpg', NULL, '1693', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/09/dsc20050604_133440_34211-2.jpg', '1693', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/09\\/dsc20050604_133440_34211-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/09\\/dsc20050604_133440_34211-2.jpg\",\"size\":\"full\",\"id\":1693,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:20', '2020-05-06 12:37:20', 1, NULL, NULL, NULL, NULL),
(495, 'https://connectivism.in/dsc20050315_145007_132-2/', '49:4842c47788876096860e359860581f35', 1691, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20050315_145007_132', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/dsc20050315_145007_132.jpg', NULL, '1691', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/dsc20050315_145007_132.jpg', '1691', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2014\\/01\\/dsc20050315_145007_132.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2014\\/01\\/dsc20050315_145007_132.jpg\",\"size\":\"full\",\"id\":1691,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(496, 'https://connectivism.in/dsc20050315_145007_132-2-2/', '51:38bf1ba78a3a62e6ebec114f3618c6a2', 1692, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20050315_145007_132', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/dsc20050315_145007_132-1.jpg', NULL, '1692', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/dsc20050315_145007_132-1.jpg', '1692', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2014\\/01\\/dsc20050315_145007_132-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2014\\/01\\/dsc20050315_145007_132-1.jpg\",\"size\":\"full\",\"id\":1692,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(497, 'https://connectivism.in/dsc20050315_145007_132-2-3/', '51:2a1148aebf35ccbc6d3c8f85a8873e1c', 1719, 'post', 'attachment', 1, 0, NULL, NULL, 'dsc20050315_145007_132', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/dsc20050315_145007_132-2.jpg', NULL, '1719', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/dsc20050315_145007_132-2.jpg', '1719', 'attachment-image', '{\"width\":640,\"height\":480,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2014\\/01\\/dsc20050315_145007_132-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2014\\/01\\/dsc20050315_145007_132-2.jpg\",\"size\":\"full\",\"id\":1719,\"alt\":\"\",\"pixels\":307200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(498, 'https://connectivism.in/spectacles-2/', '37:378b6151cf8b34746cf77c3cb4a09c23', 1694, 'post', 'attachment', 1, 0, NULL, NULL, 'spectacles', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/spectacles.gif', NULL, '1694', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/spectacles.gif', '1694', 'attachment-image', '{\"width\":165,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2014\\/01\\/spectacles.gif\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2014\\/01\\/spectacles.gif\",\"size\":\"full\",\"id\":1694,\"alt\":\"\",\"pixels\":34650,\"type\":\"image\\/gif\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(499, 'https://connectivism.in/spectacles-2-2/', '39:24ae002da6a916164ff23f51fe005841', 1695, 'post', 'attachment', 1, 0, NULL, NULL, 'spectacles', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/spectacles-1.gif', NULL, '1695', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/spectacles-1.gif', '1695', 'attachment-image', '{\"width\":165,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2014\\/01\\/spectacles-1.gif\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2014\\/01\\/spectacles-1.gif\",\"size\":\"full\",\"id\":1695,\"alt\":\"\",\"pixels\":34650,\"type\":\"image\\/gif\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(500, 'https://connectivism.in/spectacles-2-3/', '39:656d5ce12e900f7d12f4c8893de159aa', 1721, 'post', 'attachment', 1, 0, NULL, NULL, 'spectacles', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/spectacles-2.gif', NULL, '1721', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2014/01/spectacles-2.gif', '1721', 'attachment-image', '{\"width\":165,\"height\":210,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2014\\/01\\/spectacles-2.gif\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2014\\/01\\/spectacles-2.gif\",\"size\":\"full\",\"id\":1721,\"alt\":\"\",\"pixels\":34650,\"type\":\"image\\/gif\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(501, 'https://connectivism.in/header-logo/', '36:e10f9f65dc05a4ec3b0f25b45e9465d8', 1718, 'post', 'attachment', 1, 0, NULL, NULL, 'header-logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/header-logo.png', NULL, '1718', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/header-logo.png', '1718', 'attachment-image', '{\"width\":208,\"height\":63,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/header-logo.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/header-logo.png\",\"size\":\"full\",\"id\":1718,\"alt\":\"\",\"pixels\":13104,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(502, 'https://connectivism.in/header-logo-2/', '38:af67f1383b7ca60abb4fa964734b08d2', 1720, 'post', 'attachment', 1, 0, NULL, NULL, 'header-logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/header-logo-1.png', NULL, '1720', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/header-logo-1.png', '1720', 'attachment-image', '{\"width\":208,\"height\":63,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/header-logo-1.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/header-logo-1.png\",\"size\":\"full\",\"id\":1720,\"alt\":\"\",\"pixels\":13104,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(503, 'https://connectivism.in/header-logo-3/', '38:ab88d8af39cbd59a3f18ebc5674ef79b', 1729, 'post', 'attachment', 1, 0, NULL, NULL, 'header-logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/header-logo-2.png', NULL, '1729', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/header-logo-2.png', '1729', 'attachment-image', '{\"width\":208,\"height\":63,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/header-logo-2.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/header-logo-2.png\",\"size\":\"full\",\"id\":1729,\"alt\":\"\",\"pixels\":13104,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(504, 'https://connectivism.in/photo-1453749024858-4bca89bd9edc/', '57:22cb0f59ef8c5129f4decf6cfe69dbe2', 1728, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1453749024858-4bca89bd9edc', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1453749024858-4bca89bd9edc-scaled.jpg', NULL, '1728', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1453749024858-4bca89bd9edc-scaled.jpg', '1728', 'attachment-image', '{\"width\":2560,\"height\":1812,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1453749024858-4bca89bd9edc-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1453749024858-4bca89bd9edc-scaled.jpg\",\"size\":\"full\",\"id\":1728,\"alt\":\"\",\"pixels\":4638720,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(505, 'https://connectivism.in/photo-1453749024858-4bca89bd9edc-2/', '59:f71384a272d0007fecb5a80bcdae8e26', 1730, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1453749024858-4bca89bd9edc', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1453749024858-4bca89bd9edc-1-scaled.jpg', NULL, '1730', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1453749024858-4bca89bd9edc-1-scaled.jpg', '1730', 'attachment-image', '{\"width\":2560,\"height\":1812,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1453749024858-4bca89bd9edc-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1453749024858-4bca89bd9edc-1-scaled.jpg\",\"size\":\"full\",\"id\":1730,\"alt\":\"\",\"pixels\":4638720,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(506, 'https://connectivism.in/photo-1453749024858-4bca89bd9edc-3/', '59:46100131ddc50d3e039f5e4016c60ad4', 1731, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1453749024858-4bca89bd9edc', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1453749024858-4bca89bd9edc-2-scaled.jpg', NULL, '1731', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1453749024858-4bca89bd9edc-2-scaled.jpg', '1731', 'attachment-image', '{\"width\":2560,\"height\":1812,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1453749024858-4bca89bd9edc-2-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1453749024858-4bca89bd9edc-2-scaled.jpg\",\"size\":\"full\",\"id\":1731,\"alt\":\"\",\"pixels\":4638720,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(507, 'https://connectivism.in/photo-1470487274665-5c67dce2beca/', '57:0382e601b0d341b4c9fe19640cc87c58', 1732, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1470487274665-5c67dce2beca', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470487274665-5c67dce2beca-scaled.jpg', NULL, '1732', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470487274665-5c67dce2beca-scaled.jpg', '1732', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470487274665-5c67dce2beca-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470487274665-5c67dce2beca-scaled.jpg\",\"size\":\"full\",\"id\":1732,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(508, 'https://connectivism.in/photo-1470487274665-5c67dce2beca-2/', '59:a6d8bbec0187bc1cf705d1f82ea99eee', 1733, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1470487274665-5c67dce2beca', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470487274665-5c67dce2beca-1-scaled.jpg', NULL, '1733', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470487274665-5c67dce2beca-1-scaled.jpg', '1733', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470487274665-5c67dce2beca-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470487274665-5c67dce2beca-1-scaled.jpg\",\"size\":\"full\",\"id\":1733,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(509, 'https://connectivism.in/photo-1469276093774-c273601c8b02/', '57:f54d26343d7b4fb9db390722f7e17b3a', 1734, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1469276093774-c273601c8b02', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1469276093774-c273601c8b02-scaled.jpg', NULL, '1734', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1469276093774-c273601c8b02-scaled.jpg', '1734', 'attachment-image', '{\"width\":1707,\"height\":2560,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1469276093774-c273601c8b02-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1469276093774-c273601c8b02-scaled.jpg\",\"size\":\"full\",\"id\":1734,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(510, 'https://connectivism.in/photo-1466298356323-f84bed7b3475-2/', '59:99d39bd84b280015b358d5fb09d3c01a', 1735, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1466298356323-f84bed7b3475', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1466298356323-f84bed7b3475-1-scaled.jpg', NULL, '1735', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1466298356323-f84bed7b3475-1-scaled.jpg', '1735', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1466298356323-f84bed7b3475-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1466298356323-f84bed7b3475-1-scaled.jpg\",\"size\":\"full\",\"id\":1735,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(511, 'https://connectivism.in/photo-1464967569081-adaf461b4ea5/', '57:3dcbd9b43219c0915a1bfe57f605a6cf', 1737, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1464967569081-adaf461b4ea5', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1464967569081-adaf461b4ea5-scaled.jpg', NULL, '1737', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1464967569081-adaf461b4ea5-scaled.jpg', '1737', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1464967569081-adaf461b4ea5-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1464967569081-adaf461b4ea5-scaled.jpg\",\"size\":\"full\",\"id\":1737,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(512, 'https://connectivism.in/photo-1464967569081-adaf461b4ea5-2/', '59:298320452b49a51c2d37b36c4961bac2', 1738, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1464967569081-adaf461b4ea5', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1464967569081-adaf461b4ea5-1-scaled.jpg', NULL, '1738', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1464967569081-adaf461b4ea5-1-scaled.jpg', '1738', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1464967569081-adaf461b4ea5-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1464967569081-adaf461b4ea5-1-scaled.jpg\",\"size\":\"full\",\"id\":1738,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(513, 'https://connectivism.in/photo-1470202327289-19cfeb711e7a/', '57:11c3b15f6696657a43f4e4ca5cbfbbaf', 1739, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1470202327289-19cfeb711e7a', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470202327289-19cfeb711e7a-scaled.jpg', NULL, '1739', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470202327289-19cfeb711e7a-scaled.jpg', '1739', 'attachment-image', '{\"width\":2560,\"height\":1704,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470202327289-19cfeb711e7a-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470202327289-19cfeb711e7a-scaled.jpg\",\"size\":\"full\",\"id\":1739,\"alt\":\"\",\"pixels\":4362240,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(514, 'https://connectivism.in/photo-1470202327289-19cfeb711e7a-2/', '59:2ee9c82604477648887f15cf0e668d4a', 1740, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1470202327289-19cfeb711e7a', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470202327289-19cfeb711e7a-1-scaled.jpg', NULL, '1740', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470202327289-19cfeb711e7a-1-scaled.jpg', '1740', 'attachment-image', '{\"width\":2560,\"height\":1704,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470202327289-19cfeb711e7a-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470202327289-19cfeb711e7a-1-scaled.jpg\",\"size\":\"full\",\"id\":1740,\"alt\":\"\",\"pixels\":4362240,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(515, 'https://connectivism.in/photo-1470202327289-19cfeb711e7a-3/', '59:238553e5f153c63de5aa5d2a36608411', 1741, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1470202327289-19cfeb711e7a', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470202327289-19cfeb711e7a-2-scaled.jpg', NULL, '1741', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470202327289-19cfeb711e7a-2-scaled.jpg', '1741', 'attachment-image', '{\"width\":2560,\"height\":1704,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470202327289-19cfeb711e7a-2-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470202327289-19cfeb711e7a-2-scaled.jpg\",\"size\":\"full\",\"id\":1741,\"alt\":\"\",\"pixels\":4362240,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(516, 'https://connectivism.in/photo-1470202327289-19cfeb711e7a-4/', '59:9085b3b1c82a59c5f70fa952a08b4607', 1742, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1470202327289-19cfeb711e7a', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470202327289-19cfeb711e7a-3-scaled.jpg', NULL, '1742', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1470202327289-19cfeb711e7a-3-scaled.jpg', '1742', 'attachment-image', '{\"width\":2560,\"height\":1704,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470202327289-19cfeb711e7a-3-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1470202327289-19cfeb711e7a-3-scaled.jpg\",\"size\":\"full\",\"id\":1742,\"alt\":\"\",\"pixels\":4362240,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(517, 'https://connectivism.in/photo-1431605695381-f4a9c3cdd150/', '57:1fdc3d3b3b312c7d6482912c83fe456e', 1743, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1431605695381-f4a9c3cdd150', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1431605695381-f4a9c3cdd150-scaled.jpg', NULL, '1743', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1431605695381-f4a9c3cdd150-scaled.jpg', '1743', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1431605695381-f4a9c3cdd150-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1431605695381-f4a9c3cdd150-scaled.jpg\",\"size\":\"full\",\"id\":1743,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(518, 'https://connectivism.in/photo-1431605695381-f4a9c3cdd150-2/', '59:1d8e90e71b92f37de62c772676938de9', 1744, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1431605695381-f4a9c3cdd150', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1431605695381-f4a9c3cdd150-1-scaled.jpg', NULL, '1744', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1431605695381-f4a9c3cdd150-1-scaled.jpg', '1744', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1431605695381-f4a9c3cdd150-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1431605695381-f4a9c3cdd150-1-scaled.jpg\",\"size\":\"full\",\"id\":1744,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(519, 'https://connectivism.in/photo-1431540015161-0bf868a2d407/', '57:5e580a26d74005e5dca51673ae1c35fc', 1745, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1431540015161-0bf868a2d407', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1431540015161-0bf868a2d407-scaled.jpg', NULL, '1745', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1431540015161-0bf868a2d407-scaled.jpg', '1745', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1431540015161-0bf868a2d407-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1431540015161-0bf868a2d407-scaled.jpg\",\"size\":\"full\",\"id\":1745,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(520, 'https://connectivism.in/photo-1446034730750-a0b64d06ad13/', '57:b0052ea825b42b333af86ee78f66b36e', 1746, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1446034730750-a0b64d06ad13', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1446034730750-a0b64d06ad13-scaled.jpg', NULL, '1746', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1446034730750-a0b64d06ad13-scaled.jpg', '1746', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1446034730750-a0b64d06ad13-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1446034730750-a0b64d06ad13-scaled.jpg\",\"size\":\"full\",\"id\":1746,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(521, 'https://connectivism.in/photo-1446034730750-a0b64d06ad13-2/', '59:3398d0b03d41e75d7483aeca814c7b49', 1748, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1446034730750-a0b64d06ad13', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1446034730750-a0b64d06ad13-1-scaled.jpg', NULL, '1748', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1446034730750-a0b64d06ad13-1-scaled.jpg', '1748', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1446034730750-a0b64d06ad13-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1446034730750-a0b64d06ad13-1-scaled.jpg\",\"size\":\"full\",\"id\":1748,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(522, 'https://connectivism.in/alexi-lamm-1176208_1920/', '48:cf1e17e11e63e92f4e9d582c2c329f2b', 1747, 'post', 'attachment', 1, 0, NULL, NULL, 'alexi-lamm-1176208_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/alexi-lamm-1176208_1920.jpg', NULL, '1747', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/alexi-lamm-1176208_1920.jpg', '1747', 'attachment-image', '{\"width\":1920,\"height\":1275,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/alexi-lamm-1176208_1920.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/alexi-lamm-1176208_1920.jpg\",\"size\":\"full\",\"id\":1747,\"alt\":\"\",\"pixels\":2448000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(523, 'https://connectivism.in/alexi-lamm-1176208_1920-2/', '50:d48db99af39f06adbae85c7152740a88', 1755, 'post', 'attachment', 1, 0, NULL, NULL, 'alexi-lamm-1176208_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/alexi-lamm-1176208_1920-1.jpg', NULL, '1755', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/alexi-lamm-1176208_1920-1.jpg', '1755', 'attachment-image', '{\"width\":1920,\"height\":1275,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/alexi-lamm-1176208_1920-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/alexi-lamm-1176208_1920-1.jpg\",\"size\":\"full\",\"id\":1755,\"alt\":\"\",\"pixels\":2448000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(524, 'https://connectivism.in/workplace-1245776_1920/', '47:9d58cf70cb3b8b557498c08a4914a08b', 1749, 'post', 'attachment', 1, 0, NULL, NULL, 'workplace-1245776_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/workplace-1245776_1920.jpg', NULL, '1749', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/workplace-1245776_1920.jpg', '1749', 'attachment-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/workplace-1245776_1920.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/workplace-1245776_1920.jpg\",\"size\":\"full\",\"id\":1749,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(525, 'https://connectivism.in/workplace-1245776_1920-2/', '49:d7a10a0a5faf92d0be0eec5678bfe9b2', 1750, 'post', 'attachment', 1, 0, NULL, NULL, 'workplace-1245776_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/workplace-1245776_1920-1.jpg', NULL, '1750', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/workplace-1245776_1920-1.jpg', '1750', 'attachment-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/workplace-1245776_1920-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/workplace-1245776_1920-1.jpg\",\"size\":\"full\",\"id\":1750,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(526, 'https://connectivism.in/workplace-1245776_1920-3/', '49:051a6bfdff15dfdd39b6732e392655a0', 1751, 'post', 'attachment', 1, 0, NULL, NULL, 'workplace-1245776_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/workplace-1245776_1920-2.jpg', NULL, '1751', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/workplace-1245776_1920-2.jpg', '1751', 'attachment-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/workplace-1245776_1920-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/workplace-1245776_1920-2.jpg\",\"size\":\"full\",\"id\":1751,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(527, 'https://connectivism.in/workplace-1245776_1920-4/', '49:1fc6f6d08b153f31d6177ca93d918e62', 1759, 'post', 'attachment', 1, 0, NULL, NULL, 'workplace-1245776_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/workplace-1245776_1920-3.jpg', NULL, '1759', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/workplace-1245776_1920-3.jpg', '1759', 'attachment-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/workplace-1245776_1920-3.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/workplace-1245776_1920-3.jpg\",\"size\":\"full\",\"id\":1759,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(528, 'https://connectivism.in/softball-1593816_1280/', '46:eb87e50d706c90508283b169af5349cc', 1752, 'post', 'attachment', 1, 0, NULL, NULL, 'softball-1593816_1280', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/softball-1593816_1280.jpg', NULL, '1752', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/softball-1593816_1280.jpg', '1752', 'attachment-image', '{\"width\":1280,\"height\":853,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/softball-1593816_1280.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/softball-1593816_1280.jpg\",\"size\":\"full\",\"id\":1752,\"alt\":\"\",\"pixels\":1091840,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(529, 'https://connectivism.in/softball-1593816_1280-2/', '48:986a40b745239210496d4dcd21541f8b', 1753, 'post', 'attachment', 1, 0, NULL, NULL, 'softball-1593816_1280', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/softball-1593816_1280-1.jpg', NULL, '1753', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/softball-1593816_1280-1.jpg', '1753', 'attachment-image', '{\"width\":1280,\"height\":853,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/softball-1593816_1280-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/softball-1593816_1280-1.jpg\",\"size\":\"full\",\"id\":1753,\"alt\":\"\",\"pixels\":1091840,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(530, 'https://connectivism.in/softball-1593816_1280-3/', '48:ef49d45976d0ad89a8c02c79d1b3970f', 1754, 'post', 'attachment', 1, 0, NULL, NULL, 'softball-1593816_1280', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/softball-1593816_1280-2.jpg', NULL, '1754', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/softball-1593816_1280-2.jpg', '1754', 'attachment-image', '{\"width\":1280,\"height\":853,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/softball-1593816_1280-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/softball-1593816_1280-2.jpg\",\"size\":\"full\",\"id\":1754,\"alt\":\"\",\"pixels\":1091840,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(531, 'https://connectivism.in/photo-1473662711507-13345f9d447c-min/', '61:4fa0bd2cdf78f9788a8f43c7f0be990a', 1756, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1473662711507-13345f9d447c-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1473662711507-13345f9d447c-min-scaled.jpg', NULL, '1756', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1473662711507-13345f9d447c-min-scaled.jpg', '1756', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1473662711507-13345f9d447c-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1473662711507-13345f9d447c-min-scaled.jpg\",\"size\":\"full\",\"id\":1756,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(532, 'https://connectivism.in/photo-1473662711507-13345f9d447c-min-2/', '63:b7dde106340d2c41066dc8e96f51d59f', 1757, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1473662711507-13345f9d447c-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1473662711507-13345f9d447c-min-1-scaled.jpg', NULL, '1757', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1473662711507-13345f9d447c-min-1-scaled.jpg', '1757', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1473662711507-13345f9d447c-min-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1473662711507-13345f9d447c-min-1-scaled.jpg\",\"size\":\"full\",\"id\":1757,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(533, 'https://connectivism.in/photo-1473662711507-13345f9d447c-min-3/', '63:e17f94e586e754148a3b4ca37ac412d8', 1758, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1473662711507-13345f9d447c-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1473662711507-13345f9d447c-min-2-scaled.jpg', NULL, '1758', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1473662711507-13345f9d447c-min-2-scaled.jpg', '1758', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1473662711507-13345f9d447c-min-2-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1473662711507-13345f9d447c-min-2-scaled.jpg\",\"size\":\"full\",\"id\":1758,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(534, 'https://connectivism.in/pexels-photo-225017/', '44:5f18c73d362f0c42dbb6b88b626be57a', 1760, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-225017', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-225017-scaled.jpeg', NULL, '1760', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-225017-scaled.jpeg', '1760', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-225017-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-225017-scaled.jpeg\",\"size\":\"full\",\"id\":1760,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(535, 'https://connectivism.in/pexels-photo-128893-min/', '48:dbdaaf460e4ede59646d1b5eaf4ed1b9', 1761, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-128893-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-128893-min-scaled.jpeg', NULL, '1761', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-128893-min-scaled.jpeg', '1761', 'attachment-image', '{\"width\":2560,\"height\":1708,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-128893-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-128893-min-scaled.jpeg\",\"size\":\"full\",\"id\":1761,\"alt\":\"\",\"pixels\":4372480,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(536, 'https://connectivism.in/gallery-03/', '35:c6b77e8c8deb9a4a7b21d854d53af554', 1762, 'post', 'attachment', 1, 0, NULL, NULL, 'gallery-03', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03.jpg', NULL, '1762', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03.jpg', '1762', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03.jpg\",\"size\":\"full\",\"id\":1762,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(537, 'https://connectivism.in/pexels-photo-61129-min/', '47:cd5e09b68ed48bd53afeaaedde622656', 1763, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-61129-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-61129-min-scaled.jpeg', NULL, '1763', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-61129-min-scaled.jpeg', '1763', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-61129-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-61129-min-scaled.jpeg\",\"size\":\"full\",\"id\":1763,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(538, 'https://connectivism.in/boy-child-fun-beach-min/', '48:97a834b97ba93b7c785403dc0187c298', 1766, 'post', 'attachment', 1, 0, NULL, NULL, 'boy-child-fun-beach-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-child-fun-beach-min-scaled.jpg', NULL, '1766', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-child-fun-beach-min-scaled.jpg', '1766', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boy-child-fun-beach-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boy-child-fun-beach-min-scaled.jpg\",\"size\":\"full\",\"id\":1766,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(539, 'https://connectivism.in/pexels-photo-225957-min/', '48:b95bb47b949d57c5324fa9da128f8efc', 1769, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-225957-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-225957-min-scaled.jpeg', NULL, '1769', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-225957-min-scaled.jpeg', '1769', 'attachment-image', '{\"width\":2560,\"height\":1709,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-225957-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-225957-min-scaled.jpeg\",\"size\":\"full\",\"id\":1769,\"alt\":\"\",\"pixels\":4375040,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(540, 'https://connectivism.in/pexels-photo-27040-min/', '47:17d8b7b368a1bfc54fa0ff50355bcf93', 1772, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-27040-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-27040-min-scaled.jpg', NULL, '1772', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-27040-min-scaled.jpg', '1772', 'attachment-image', '{\"width\":2560,\"height\":1701,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-27040-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-27040-min-scaled.jpg\",\"size\":\"full\",\"id\":1772,\"alt\":\"\",\"pixels\":4354560,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(541, 'https://connectivism.in/pexels-photo-173666-min/', '48:44fd2684b15138065261edb37a5630a2', 1777, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-173666-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-173666-min-scaled.jpeg', NULL, '1777', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-173666-min-scaled.jpeg', '1777', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-173666-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-173666-min-scaled.jpeg\",\"size\":\"full\",\"id\":1777,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(542, 'https://connectivism.in/pexels-photo-173666-min-2/', '50:62deccd96619cc7fd85f8ae6d5340ee8', 1778, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-173666-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-173666-min-1-scaled.jpeg', NULL, '1778', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-173666-min-1-scaled.jpeg', '1778', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-173666-min-1-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-173666-min-1-scaled.jpeg\",\"size\":\"full\",\"id\":1778,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(543, 'https://connectivism.in/pexels-photo-173666-min-3/', '50:bba6c46a789857e68d848109e3e38216', 1779, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-173666-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-173666-min-2-scaled.jpeg', NULL, '1779', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-173666-min-2-scaled.jpeg', '1779', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-173666-min-2-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-173666-min-2-scaled.jpeg\",\"size\":\"full\",\"id\":1779,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(544, 'https://connectivism.in/child-childrens-baby-children-s-min/', '60:b594a78ad5411d8b6e4c9d1ca853d73a', 1780, 'post', 'attachment', 1, 0, NULL, NULL, 'child-childrens-baby-children-s-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/child-childrens-baby-children-s-min.jpg', NULL, '1780', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/child-childrens-baby-children-s-min.jpg', '1780', 'attachment-image', '{\"width\":2048,\"height\":1346,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/child-childrens-baby-children-s-min.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/child-childrens-baby-children-s-min.jpg\",\"size\":\"full\",\"id\":1780,\"alt\":\"\",\"pixels\":2756608,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:21', '2020-05-06 12:37:21', 1, NULL, NULL, NULL, NULL),
(545, 'https://connectivism.in/child-childrens-baby-children-s-min-2/', '62:d106486008293aa7b26f79e4f9336688', 1787, 'post', 'attachment', 1, 0, NULL, NULL, 'child-childrens-baby-children-s-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/child-childrens-baby-children-s-min-1.jpg', NULL, '1787', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/child-childrens-baby-children-s-min-1.jpg', '1787', 'attachment-image', '{\"width\":2048,\"height\":1346,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/child-childrens-baby-children-s-min-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/child-childrens-baby-children-s-min-1.jpg\",\"size\":\"full\",\"id\":1787,\"alt\":\"\",\"pixels\":2756608,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(546, 'https://connectivism.in/child-childrens-baby-children-s-min-3/', '62:31965d7a3fd9633b998069622b01b41c', 1788, 'post', 'attachment', 1, 0, NULL, NULL, 'child-childrens-baby-children-s-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/child-childrens-baby-children-s-min-2.jpg', NULL, '1788', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/child-childrens-baby-children-s-min-2.jpg', '1788', 'attachment-image', '{\"width\":2048,\"height\":1346,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/child-childrens-baby-children-s-min-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/child-childrens-baby-children-s-min-2.jpg\",\"size\":\"full\",\"id\":1788,\"alt\":\"\",\"pixels\":2756608,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(547, 'https://connectivism.in/girls_png6481/', '38:1702d928243f92f4b7f39d0997f1f260', 1783, 'post', 'attachment', 1, 0, NULL, NULL, 'girls_PNG6481', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/girls_PNG6481.png', NULL, '1783', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/girls_PNG6481.png', '1783', 'attachment-image', '{\"width\":230,\"height\":352,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/girls_PNG6481.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/girls_PNG6481.png\",\"size\":\"full\",\"id\":1783,\"alt\":\"\",\"pixels\":80960,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(548, 'https://connectivism.in/girls_png6481-2/', '40:addfa78e537fa397d886efcfd082685b', 1789, 'post', 'attachment', 1, 0, NULL, NULL, 'girls_PNG6481', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/girls_PNG6481-1.png', NULL, '1789', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/girls_PNG6481-1.png', '1789', 'attachment-image', '{\"width\":230,\"height\":352,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/girls_PNG6481-1.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/girls_PNG6481-1.png\",\"size\":\"full\",\"id\":1789,\"alt\":\"\",\"pixels\":80960,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(549, 'https://connectivism.in/girls_png6481-3/', '40:64367c50bfabda5a337b3c6aad7dc547', 1790, 'post', 'attachment', 1, 0, NULL, NULL, 'girls_PNG6481', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/girls_PNG6481-2.png', NULL, '1790', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/girls_PNG6481-2.png', '1790', 'attachment-image', '{\"width\":230,\"height\":352,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/girls_PNG6481-2.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/girls_PNG6481-2.png\",\"size\":\"full\",\"id\":1790,\"alt\":\"\",\"pixels\":80960,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(550, 'https://connectivism.in/girls_png6463/', '38:d4744e764134ce1307857802cceab091', 1786, 'post', 'attachment', 1, 0, NULL, NULL, 'girls_PNG6463', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/girls_PNG6463.png', NULL, '1786', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/girls_PNG6463-633x1024.png', '1786', 'attachment-image', '{\"width\":633,\"height\":1024,\"path\":\"2016\\/11\\/girls_PNG6463-633x1024.png\",\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/girls_PNG6463-633x1024.png\",\"size\":\"large\",\"id\":1786,\"alt\":\"\",\"pixels\":648192,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(551, 'https://connectivism.in/businessman_png6587/', '44:ff20367f469328e778bdad9eca253e80', 1791, 'post', 'attachment', 1, 0, NULL, NULL, 'businessman_PNG6587', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/businessman_PNG6587.png', NULL, '1791', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/businessman_PNG6587.png', '1791', 'attachment-image', '{\"width\":347,\"height\":465,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/businessman_PNG6587.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/businessman_PNG6587.png\",\"size\":\"full\",\"id\":1791,\"alt\":\"\",\"pixels\":161355,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(552, 'https://connectivism.in/sitting_man_png11483/', '45:584214217ec12030817d7caed660a9af', 1792, 'post', 'attachment', 1, 0, NULL, NULL, 'sitting_man_PNG11483', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/sitting_man_PNG11483.png', NULL, '1792', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/sitting_man_PNG11483.png', '1792', 'attachment-image', '{\"width\":581,\"height\":662,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/sitting_man_PNG11483.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/sitting_man_PNG11483.png\",\"size\":\"full\",\"id\":1792,\"alt\":\"\",\"pixels\":384622,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(553, 'https://connectivism.in/businessman_png6540/', '44:49ec7c5100baedfa5fe44bfb1e3e0c2e', 1793, 'post', 'attachment', 1, 0, NULL, NULL, 'businessman_PNG6540', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/businessman_PNG6540.png', NULL, '1793', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/businessman_PNG6540.png', '1793', 'attachment-image', '{\"width\":268,\"height\":877,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/businessman_PNG6540.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/businessman_PNG6540.png\",\"size\":\"full\",\"id\":1793,\"alt\":\"\",\"pixels\":235036,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(554, 'https://connectivism.in/thinking_woman_png11627/', '48:9d87f7efa6fea23ce4394185efc4fa84', 1794, 'post', 'attachment', 1, 0, NULL, NULL, 'thinking_woman_PNG11627', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/thinking_woman_PNG11627.png', NULL, '1794', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/thinking_woman_PNG11627.png', '1794', 'attachment-image', '{\"width\":425,\"height\":660,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/thinking_woman_PNG11627.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/thinking_woman_PNG11627.png\",\"size\":\"full\",\"id\":1794,\"alt\":\"\",\"pixels\":280500,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(555, 'https://connectivism.in/pexels-photo-3-min-min/', '47:03fcf090736a9c1d5e8c4cb98af5edc8', 1798, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo (3)-min-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-3-min-min-scaled.jpg', NULL, '1798', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-3-min-min-scaled.jpg', '1798', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-3-min-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-3-min-min-scaled.jpg\",\"size\":\"full\",\"id\":1798,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(556, 'https://connectivism.in/pexels-photo-97353-min/', '47:134f2a1974e8c3ea6d6c192ec7ccd673', 1800, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-97353-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-97353-min-scaled.jpeg', NULL, '1800', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-97353-min-scaled.jpeg', '1800', 'attachment-image', '{\"width\":2560,\"height\":1440,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-97353-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-97353-min-scaled.jpeg\",\"size\":\"full\",\"id\":1800,\"alt\":\"\",\"pixels\":3686400,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(557, 'https://connectivism.in/pexels-photo-2-min/', '43:c670d4474fc6638c54f39b34c79dc26f', 1802, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo (2)-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-2-min-scaled.jpg', NULL, '1802', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-2-min-scaled.jpg', '1802', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-2-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-2-min-scaled.jpg\",\"size\":\"full\",\"id\":1802,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(558, 'https://connectivism.in/pexels-photo-1-min/', '43:ca9b3a38571ec43d32e96d74f2f88797', 1804, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo (1)-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-1-min-scaled.jpg', NULL, '1804', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-1-min-scaled.jpg', '1804', 'attachment-image', '{\"width\":2560,\"height\":1857,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-1-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-1-min-scaled.jpg\",\"size\":\"full\",\"id\":1804,\"alt\":\"\",\"pixels\":4753920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(560, 'https://connectivism.in/?attachment_id=1805/', '44:2f815d680f367b0a2b71b78629e9bc58', 1805, 'post', 'attachment', 1, 2109, NULL, NULL, 'pexels-photo (1)-min', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-1-min-1-scaled.jpg', NULL, '1805', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-1-min-1-scaled.jpg', '1805', 'attachment-image', '{\"width\":2560,\"height\":1857,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-1-min-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-1-min-1-scaled.jpg\",\"size\":\"full\",\"id\":1805,\"alt\":\"\",\"pixels\":4753920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-08 15:50:06', 1, NULL, NULL, NULL, NULL),
(561, 'https://connectivism.in/magic-cube-cube-puzzle-play-54101-min/', '62:94679a1ab90e1ef67dea6283c5c2d917', 1806, 'post', 'attachment', 1, 0, NULL, NULL, 'magic-cube-cube-puzzle-play-54101-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/magic-cube-cube-puzzle-play-54101-min-scaled.jpeg', NULL, '1806', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/magic-cube-cube-puzzle-play-54101-min-scaled.jpeg', '1806', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/magic-cube-cube-puzzle-play-54101-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/magic-cube-cube-puzzle-play-54101-min-scaled.jpeg\",\"size\":\"full\",\"id\":1806,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(562, 'https://connectivism.in/?attachment_id=1808/', '44:e5fb04fb6573610239ba6f904190e6f3', 1808, 'post', 'attachment', 1, 2109, NULL, NULL, 'magic-cube-cube-puzzle-play-54101-min', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/magic-cube-cube-puzzle-play-54101-min-1-scaled.jpeg', NULL, '1808', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/magic-cube-cube-puzzle-play-54101-min-1-scaled.jpeg', '1808', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/magic-cube-cube-puzzle-play-54101-min-1-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/magic-cube-cube-puzzle-play-54101-min-1-scaled.jpeg\",\"size\":\"full\",\"id\":1808,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-08 15:50:06', 1, NULL, NULL, NULL, NULL),
(563, 'https://connectivism.in/pexels-photo-90548-min/', '47:22c702e9d5fbc3b5b361219c87b8ceab', 1807, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-90548-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-90548-min-scaled.jpeg', NULL, '1807', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-90548-min-scaled.jpeg', '1807', 'attachment-image', '{\"width\":2560,\"height\":1437,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-90548-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-90548-min-scaled.jpeg\",\"size\":\"full\",\"id\":1807,\"alt\":\"\",\"pixels\":3678720,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(564, 'https://connectivism.in/pexels-photo-90548-min-2/', '49:51d40834333651a702941b64851dcc2d', 1809, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-90548-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-90548-min-1-scaled.jpeg', NULL, '1809', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-90548-min-1-scaled.jpeg', '1809', 'attachment-image', '{\"width\":2560,\"height\":1437,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-90548-min-1-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-90548-min-1-scaled.jpeg\",\"size\":\"full\",\"id\":1809,\"alt\":\"\",\"pixels\":3678720,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(565, 'https://connectivism.in/pexels-photo-min/', '41:80ee8faa7d2e5b805eb9f0ee435b37f1', 1810, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-min-scaled.jpg', NULL, '1810', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-min-scaled.jpg', '1810', 'attachment-image', '{\"width\":2560,\"height\":1704,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-min-scaled.jpg\",\"size\":\"full\",\"id\":1810,\"alt\":\"\",\"pixels\":4362240,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(567, 'https://connectivism.in/?attachment_id=1811/', '44:99e2240bdb3115f00a45991728c1bc7d', 1811, 'post', 'attachment', 1, 2113, NULL, NULL, 'teddy-1435804_1920-min', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/teddy-1435804_1920-min.jpg', NULL, '1811', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/teddy-1435804_1920-min.jpg', '1811', 'attachment-image', '{\"width\":1920,\"height\":1346,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/teddy-1435804_1920-min.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/teddy-1435804_1920-min.jpg\",\"size\":\"full\",\"id\":1811,\"alt\":\"\",\"pixels\":2584320,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-08 15:50:06', 1, NULL, NULL, NULL, NULL),
(568, 'https://connectivism.in/teddy-1435804_1920-min-2/', '49:a3d7d6da6cc9040c7da05409bf8a486f', 1812, 'post', 'attachment', 1, 0, NULL, NULL, 'teddy-1435804_1920-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/teddy-1435804_1920-min-1.jpg', NULL, '1812', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/teddy-1435804_1920-min-1.jpg', '1812', 'attachment-image', '{\"width\":1920,\"height\":1346,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/teddy-1435804_1920-min-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/teddy-1435804_1920-min-1.jpg\",\"size\":\"full\",\"id\":1812,\"alt\":\"\",\"pixels\":2584320,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(569, 'https://connectivism.in/?attachment_id=1813/', '44:8e791e2a88588da2cfa51a766bf55463', 1813, 'post', 'attachment', 1, 2113, NULL, NULL, 'teddy-1444649_1920-min', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/teddy-1444649_1920-min.jpg', NULL, '1813', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/teddy-1444649_1920-min.jpg', '1813', 'attachment-image', '{\"width\":1920,\"height\":1276,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/teddy-1444649_1920-min.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/teddy-1444649_1920-min.jpg\",\"size\":\"full\",\"id\":1813,\"alt\":\"\",\"pixels\":2449920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-08 15:50:06', 1, NULL, NULL, NULL, NULL),
(570, 'https://connectivism.in/teddy-1444649_1920-min-2/', '49:01c629cdef9d3288d2a504666e930fa5', 1814, 'post', 'attachment', 1, 0, NULL, NULL, 'teddy-1444649_1920-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/teddy-1444649_1920-min-1.jpg', NULL, '1814', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/teddy-1444649_1920-min-1.jpg', '1814', 'attachment-image', '{\"width\":1920,\"height\":1276,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/teddy-1444649_1920-min-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/teddy-1444649_1920-min-1.jpg\",\"size\":\"full\",\"id\":1814,\"alt\":\"\",\"pixels\":2449920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(571, 'https://connectivism.in/about-us/learn-1468406_1920-min/', '56:a98e38a74c2c754a74faff2245229c59', 1815, 'post', 'attachment', 1, 1774, NULL, NULL, 'learn-1468406_1920-min', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/learn-1468406_1920-min.jpg', NULL, '1815', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/learn-1468406_1920-min.jpg', '1815', 'attachment-image', '{\"width\":1920,\"height\":855,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/learn-1468406_1920-min.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/learn-1468406_1920-min.jpg\",\"size\":\"full\",\"id\":1815,\"alt\":\"\",\"pixels\":1641600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:22', '2020-05-06 12:37:22', 1, NULL, NULL, NULL, NULL),
(572, 'https://connectivism.in/learn-1468406_1920-min-2/', '49:132e8624373eb02c59e6e45926b80b1b', 1816, 'post', 'attachment', 1, 0, NULL, NULL, 'learn-1468406_1920-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/learn-1468406_1920-min-1.jpg', NULL, '1816', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/learn-1468406_1920-min-1.jpg', '1816', 'attachment-image', '{\"width\":1920,\"height\":855,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/learn-1468406_1920-min-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/learn-1468406_1920-min-1.jpg\",\"size\":\"full\",\"id\":1816,\"alt\":\"\",\"pixels\":1641600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(574, 'https://connectivism.in/we-provide-quality-education-to-our-kids__trashed/slider-01/', '84:678a5d964cb00818e5ea03291001e542', 1832, 'post', 'attachment', 1, 1831, NULL, NULL, 'slider-01', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/slider-01.jpg', NULL, '1832', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/slider-01.jpg', '1832', 'attachment-image', '{\"width\":1920,\"height\":781,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/slider-01.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/slider-01.jpg\",\"size\":\"full\",\"id\":1832,\"alt\":\"\",\"pixels\":1499520,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(575, 'https://connectivism.in/slider-01-2/', '36:0609cf51b161f63be6c4fa2584a20fa3', 1833, 'post', 'attachment', 1, 0, NULL, NULL, 'slider-01', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/slider-01-1.jpg', NULL, '1833', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/slider-01-1.jpg', '1833', 'attachment-image', '{\"width\":1920,\"height\":781,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/slider-01-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/slider-01-1.jpg\",\"size\":\"full\",\"id\":1833,\"alt\":\"\",\"pixels\":1499520,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(576, 'https://connectivism.in/photo-1474899351970-ee05f7dd1334-min/', '61:1e7b579b11e619cbaa3bbae64df31c9b', 1835, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1474899351970-ee05f7dd1334-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1474899351970-ee05f7dd1334-min-scaled.jpg', NULL, '1835', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1474899351970-ee05f7dd1334-min-scaled.jpg', '1835', 'attachment-image', '{\"width\":2560,\"height\":1920,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1474899351970-ee05f7dd1334-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1474899351970-ee05f7dd1334-min-scaled.jpg\",\"size\":\"full\",\"id\":1835,\"alt\":\"\",\"pixels\":4915200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(577, 'https://connectivism.in/people-1439791_1920-min/', '48:11de230502f9916570807b46e22f54a8', 1837, 'post', 'attachment', 1, 0, NULL, NULL, 'people-1439791_1920-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/people-1439791_1920-min.jpg', NULL, '1837', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/people-1439791_1920-min.jpg', '1837', 'attachment-image', '{\"width\":1920,\"height\":1285,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/people-1439791_1920-min.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/people-1439791_1920-min.jpg\",\"size\":\"full\",\"id\":1837,\"alt\":\"\",\"pixels\":2467200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(578, 'https://connectivism.in/people-1439790_1920-min/', '48:aa2f81019da6cf27d1ad525590964301', 1838, 'post', 'attachment', 1, 0, NULL, NULL, 'people-1439790_1920-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/people-1439790_1920-min.jpg', NULL, '1838', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/people-1439790_1920-min.jpg', '1838', 'attachment-image', '{\"width\":1920,\"height\":1285,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/people-1439790_1920-min.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/people-1439790_1920-min.jpg\",\"size\":\"full\",\"id\":1838,\"alt\":\"\",\"pixels\":2467200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(579, 'https://connectivism.in/water-fight-442257_1920-min/', '52:cded009ba4df85283dc3a4c15d1d596a', 1839, 'post', 'attachment', 1, 0, NULL, NULL, 'water-fight-442257_1920-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/water-fight-442257_1920-min.jpg', NULL, '1839', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/water-fight-442257_1920-min.jpg', '1839', 'attachment-image', '{\"width\":1920,\"height\":1619,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/water-fight-442257_1920-min.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/water-fight-442257_1920-min.jpg\",\"size\":\"full\",\"id\":1839,\"alt\":\"\",\"pixels\":3108480,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(580, 'https://connectivism.in/amusement-park-237200_1920-min/', '55:22f08f06429fb5ac1b6d313bcce19245', 1840, 'post', 'attachment', 1, 0, NULL, NULL, 'amusement-park-237200_1920-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/amusement-park-237200_1920-min.jpg', NULL, '1840', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/amusement-park-237200_1920-min.jpg', '1840', 'attachment-image', '{\"width\":1920,\"height\":1080,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/amusement-park-237200_1920-min.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/amusement-park-237200_1920-min.jpg\",\"size\":\"full\",\"id\":1840,\"alt\":\"\",\"pixels\":2073600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(581, 'https://connectivism.in/pexels-photo-128906-min/', '48:af0331e77f605b678bec4d5757b258c2', 1843, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-128906-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-128906-min-scaled.jpeg', NULL, '1843', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-128906-min-scaled.jpeg', '1843', 'attachment-image', '{\"width\":2560,\"height\":1701,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-128906-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-128906-min-scaled.jpeg\",\"size\":\"full\",\"id\":1843,\"alt\":\"\",\"pixels\":4354560,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(582, 'https://connectivism.in/pexels-photo-4-min/', '43:dca6659d69106519487ef5d09fbd3bd9', 1844, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo (4)-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-4-min-scaled.jpg', NULL, '1844', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-4-min-scaled.jpg', '1844', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-4-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-4-min-scaled.jpg\",\"size\":\"full\",\"id\":1844,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(583, 'https://connectivism.in/pexels-photo-4-min-2/', '45:afc21d195383f3a8c85cad2ad5c69ce1', 1845, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo (4)-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-4-min-1-scaled.jpg', NULL, '1845', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-4-min-1-scaled.jpg', '1845', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-4-min-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-4-min-1-scaled.jpg\",\"size\":\"full\",\"id\":1845,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(584, 'https://connectivism.in/photo-1444210971048-6130cf0c46cf-min/', '61:abe1cf3d9bbc28e2837e9689c70aa37e', 1846, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1444210971048-6130cf0c46cf-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1444210971048-6130cf0c46cf-min-scaled.jpg', NULL, '1846', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1444210971048-6130cf0c46cf-min-scaled.jpg', '1846', 'attachment-image', '{\"width\":2560,\"height\":1702,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1444210971048-6130cf0c46cf-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1444210971048-6130cf0c46cf-min-scaled.jpg\",\"size\":\"full\",\"id\":1846,\"alt\":\"\",\"pixels\":4357120,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(585, 'https://connectivism.in/photo-1444210971048-6130cf0c46cf-min-2/', '63:0c11a446ffabf044abdf4e37c9d6df9e', 1847, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1444210971048-6130cf0c46cf-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1444210971048-6130cf0c46cf-min-1-scaled.jpg', NULL, '1847', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1444210971048-6130cf0c46cf-min-1-scaled.jpg', '1847', 'attachment-image', '{\"width\":2560,\"height\":1702,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1444210971048-6130cf0c46cf-min-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1444210971048-6130cf0c46cf-min-1-scaled.jpg\",\"size\":\"full\",\"id\":1847,\"alt\":\"\",\"pixels\":4357120,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(586, 'https://connectivism.in/photo-1472586662442-3eec04b9dbda-min/', '61:12e10ffb40d789ee0881d733459960da', 1848, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1472586662442-3eec04b9dbda-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1472586662442-3eec04b9dbda-min-scaled.jpg', NULL, '1848', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1472586662442-3eec04b9dbda-min-scaled.jpg', '1848', 'attachment-image', '{\"width\":2560,\"height\":1700,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1472586662442-3eec04b9dbda-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1472586662442-3eec04b9dbda-min-scaled.jpg\",\"size\":\"full\",\"id\":1848,\"alt\":\"\",\"pixels\":4352000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(587, 'https://connectivism.in/photo-1472586662442-3eec04b9dbda-min-2/', '63:6a50f8f1d3f35844438066bbeba02397', 1849, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1472586662442-3eec04b9dbda-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1472586662442-3eec04b9dbda-min-1-scaled.jpg', NULL, '1849', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1472586662442-3eec04b9dbda-min-1-scaled.jpg', '1849', 'attachment-image', '{\"width\":2560,\"height\":1700,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1472586662442-3eec04b9dbda-min-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1472586662442-3eec04b9dbda-min-1-scaled.jpg\",\"size\":\"full\",\"id\":1849,\"alt\":\"\",\"pixels\":4352000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(588, 'https://connectivism.in/beach-1573473_1920-min/', '47:27d1479c5b10c0d7162bab3c14b91a89', 1850, 'post', 'attachment', 1, 0, NULL, NULL, 'beach-1573473_1920-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/beach-1573473_1920-min.jpg', NULL, '1850', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/beach-1573473_1920-min.jpg', '1850', 'attachment-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/beach-1573473_1920-min.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/beach-1573473_1920-min.jpg\",\"size\":\"full\",\"id\":1850,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(589, 'https://connectivism.in/beach-1573473_1920-min-2/', '49:d23eb18503c2ab0341c1002d2e38173f', 1852, 'post', 'attachment', 1, 0, NULL, NULL, 'beach-1573473_1920-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/beach-1573473_1920-min-1.jpg', NULL, '1852', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/beach-1573473_1920-min-1.jpg', '1852', 'attachment-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/beach-1573473_1920-min-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/beach-1573473_1920-min-1.jpg\",\"size\":\"full\",\"id\":1852,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(590, 'https://connectivism.in/beach-1573473_1920-min-3/', '49:bb93e3ea6c09d9485cd45c6d06705755', 1853, 'post', 'attachment', 1, 0, NULL, NULL, 'beach-1573473_1920-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/beach-1573473_1920-min-2.jpg', NULL, '1853', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/beach-1573473_1920-min-2.jpg', '1853', 'attachment-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/beach-1573473_1920-min-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/beach-1573473_1920-min-2.jpg\",\"size\":\"full\",\"id\":1853,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(591, 'https://connectivism.in/beach-sea-holiday-child-160655-min/', '59:fd18c8cf490af1571c5c538ee05d869d', 1851, 'post', 'attachment', 1, 0, NULL, NULL, 'beach-sea-holiday-child-160655-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/beach-sea-holiday-child-160655-min-scaled.jpeg', NULL, '1851', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/beach-sea-holiday-child-160655-min-scaled.jpeg', '1851', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/beach-sea-holiday-child-160655-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/beach-sea-holiday-child-160655-min-scaled.jpeg\",\"size\":\"full\",\"id\":1851,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(592, 'https://connectivism.in/pexels-photo-198993-min/', '48:ed5043845feb3fdd8e032cdc64b72c48', 1854, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-198993-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-198993-min-scaled.jpeg', NULL, '1854', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-198993-min-scaled.jpeg', '1854', 'attachment-image', '{\"width\":2560,\"height\":1703,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-198993-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-198993-min-scaled.jpeg\",\"size\":\"full\",\"id\":1854,\"alt\":\"\",\"pixels\":4359680,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(593, 'https://connectivism.in/pexels-photo-198993-min-2/', '50:d621077027cb3279056f0900eac9d706', 1858, 'post', 'attachment', 1, 0, NULL, NULL, 'pexels-photo-198993-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-198993-min-1-scaled.jpeg', NULL, '1858', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-198993-min-1-scaled.jpeg', '1858', 'attachment-image', '{\"width\":2560,\"height\":1703,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-198993-min-1-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-198993-min-1-scaled.jpeg\",\"size\":\"full\",\"id\":1858,\"alt\":\"\",\"pixels\":4359680,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(594, 'https://connectivism.in/photo-1468818438311-4bab781ab9b8-min/', '61:6ed6ef50a11361a0016ea0835c0c54db', 1855, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1468818438311-4bab781ab9b8-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1468818438311-4bab781ab9b8-min-scaled.jpg', NULL, '1855', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1468818438311-4bab781ab9b8-min-scaled.jpg', '1855', 'attachment-image', '{\"width\":2560,\"height\":1706,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1468818438311-4bab781ab9b8-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1468818438311-4bab781ab9b8-min-scaled.jpg\",\"size\":\"full\",\"id\":1855,\"alt\":\"\",\"pixels\":4367360,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(595, 'https://connectivism.in/photo-1468818438311-4bab781ab9b8-min-2/', '63:c7423f50891d4c24167246f4c36c9d3d', 1857, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1468818438311-4bab781ab9b8-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1468818438311-4bab781ab9b8-min-1-scaled.jpg', NULL, '1857', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1468818438311-4bab781ab9b8-min-1-scaled.jpg', '1857', 'attachment-image', '{\"width\":2560,\"height\":1706,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1468818438311-4bab781ab9b8-min-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1468818438311-4bab781ab9b8-min-1-scaled.jpg\",\"size\":\"full\",\"id\":1857,\"alt\":\"\",\"pixels\":4367360,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(596, 'https://connectivism.in/photo-1464198016405-33fd4527b89d-min/', '61:cdbb35c3735afc7346e0c54710717548', 1856, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1464198016405-33fd4527b89d-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1464198016405-33fd4527b89d-min-scaled.jpg', NULL, '1856', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1464198016405-33fd4527b89d-min-scaled.jpg', '1856', 'attachment-image', '{\"width\":2560,\"height\":1851,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1464198016405-33fd4527b89d-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1464198016405-33fd4527b89d-min-scaled.jpg\",\"size\":\"full\",\"id\":1856,\"alt\":\"\",\"pixels\":4738560,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(597, 'https://connectivism.in/photo-1464198016405-33fd4527b89d-min-2/', '63:9b03bb3bac083409f77dc7d8c9f7053f', 1859, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1464198016405-33fd4527b89d-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1464198016405-33fd4527b89d-min-1-scaled.jpg', NULL, '1859', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1464198016405-33fd4527b89d-min-1-scaled.jpg', '1859', 'attachment-image', '{\"width\":2560,\"height\":1851,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1464198016405-33fd4527b89d-min-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1464198016405-33fd4527b89d-min-1-scaled.jpg\",\"size\":\"full\",\"id\":1859,\"alt\":\"\",\"pixels\":4738560,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(598, 'https://connectivism.in/photo-1445282650865-52d8ea4e110b-min/', '61:f4fb39180e7679ee8360d8ea2e493deb', 1860, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1445282650865-52d8ea4e110b-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1445282650865-52d8ea4e110b-min-scaled.jpg', NULL, '1860', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1445282650865-52d8ea4e110b-min-scaled.jpg', '1860', 'attachment-image', '{\"width\":2560,\"height\":1541,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1445282650865-52d8ea4e110b-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1445282650865-52d8ea4e110b-min-scaled.jpg\",\"size\":\"full\",\"id\":1860,\"alt\":\"\",\"pixels\":3944960,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(599, 'https://connectivism.in/photo-1465188162913-8fb5709d6d57-min/', '61:46b58cdcf84c7753140d8c982c7311b2', 1861, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1465188162913-8fb5709d6d57-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1465188162913-8fb5709d6d57-min-scaled.jpg', NULL, '1861', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1465188162913-8fb5709d6d57-min-scaled.jpg', '1861', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1465188162913-8fb5709d6d57-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1465188162913-8fb5709d6d57-min-scaled.jpg\",\"size\":\"full\",\"id\":1861,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(600, 'https://connectivism.in/photo-1465188162913-8fb5709d6d57-min-2/', '63:838aedcc6a4799c4a6b16c21524c2e67', 1862, 'post', 'attachment', 1, 0, NULL, NULL, 'photo-1465188162913-8fb5709d6d57-min', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1465188162913-8fb5709d6d57-min-1-scaled.jpg', NULL, '1862', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/photo-1465188162913-8fb5709d6d57-min-1-scaled.jpg', '1862', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/photo-1465188162913-8fb5709d6d57-min-1-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/photo-1465188162913-8fb5709d6d57-min-1-scaled.jpg\",\"size\":\"full\",\"id\":1862,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(601, 'https://connectivism.in/logo/', '29:f0ba328574d51e8d77d9165afaf750cc', 1889, 'post', 'attachment', 1, 0, NULL, NULL, 'logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/logo.png', NULL, '1889', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/logo.png', '1889', 'attachment-image', '{\"width\":191,\"height\":58,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/logo.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/logo.png\",\"size\":\"full\",\"id\":1889,\"alt\":\"\",\"pixels\":11078,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(602, 'https://connectivism.in/logo-2/', '31:0e40d09ef3bf9d014d62ceeefc513275', 1891, 'post', 'attachment', 1, 0, NULL, NULL, 'logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/logo-1.png', NULL, '1891', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/logo-1.png', '1891', 'attachment-image', '{\"width\":191,\"height\":58,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/logo-1.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/logo-1.png\",\"size\":\"full\",\"id\":1891,\"alt\":\"\",\"pixels\":11078,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(603, 'https://connectivism.in/cropped-logo-png/', '41:6eb7cb1d86090b66699d557283ddb4a7', 1890, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-logo.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/cropped-logo.png', NULL, '1890', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/cropped-logo.png', '1890', 'attachment-image', '{\"width\":512,\"height\":512,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/cropped-logo.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/cropped-logo.png\",\"size\":\"full\",\"id\":1890,\"alt\":\"\",\"pixels\":262144,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(604, 'https://connectivism.in/cropped-logo-png-2/', '43:82e64006d21c9d6a059026190514ed87', 1892, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-logo.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/cropped-logo-1.png', NULL, '1892', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/cropped-logo-1.png', '1892', 'attachment-image', '{\"width\":512,\"height\":512,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/cropped-logo-1.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/cropped-logo-1.png\",\"size\":\"full\",\"id\":1892,\"alt\":\"\",\"pixels\":262144,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(605, 'https://connectivism.in/voluptate-velit-esse-2__trashed/', '56:68d474ad6d0abbfbf1aac26b8554175a', 1899, 'post', 'post', 1, 0, NULL, NULL, 'Voluptate velit esse', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-08.jpg', NULL, '1929', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-08.jpg', '1929', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-08.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-08.jpg\",\"size\":\"full\",\"id\":1929,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(606, 'https://connectivism.in/voluptate-velit-esse-2__trashed/gallery-01/', '67:73f65615e960b462c5dbcbb0a929b618', 1905, 'post', 'attachment', 1, 1899, NULL, NULL, 'gallery-01', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01.jpg', NULL, '1905', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01.jpg', '1905', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01.jpg\",\"size\":\"full\",\"id\":1905,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(607, 'https://connectivism.in/voluptate-velit-esse-2-2__trashed/', '58:12e665f51c656c54326cf6b9c19928b4', 2125, 'post', 'post', 1, 0, NULL, NULL, 'Voluptate velit esse', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-08-1.jpg', NULL, '1930', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-08-1.jpg', '1930', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-08-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-08-1.jpg\",\"size\":\"full\",\"id\":1930,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(608, 'https://connectivism.in/voluptate-velit-esse-2-2__trashed/gallery-01-2/', '71:7956136109c219b7bda50393cbf35be9', 1906, 'post', 'attachment', 1, 2125, NULL, NULL, 'gallery-01', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01-1.jpg', NULL, '1906', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01-1.jpg', '1906', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01-1.jpg\",\"size\":\"full\",\"id\":1906,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(609, 'https://connectivism.in/voluptate-velit-esse-2__trashed/gallery-02/', '67:e413467ca036e4f3d28ab141ea9f9238', 1907, 'post', 'attachment', 1, 1899, NULL, NULL, 'gallery-02', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02.jpg', NULL, '1907', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02.jpg', '1907', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02.jpg\",\"size\":\"full\",\"id\":1907,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(610, 'https://connectivism.in/voluptate-velit-esse-2-2__trashed/gallery-02-2/', '71:5b8f2254f76e3a64f3ac55480cf92419', 1908, 'post', 'attachment', 1, 2125, NULL, NULL, 'gallery-02', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02-1.jpg', NULL, '1908', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02-1.jpg', '1908', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02-1.jpg\",\"size\":\"full\",\"id\":1908,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(611, 'https://connectivism.in/voluptate-velit-esse-2__trashed/gallery-03-2/', '69:d89339c1a9ebe88eb7a7c551b9f24e25', 1909, 'post', 'attachment', 1, 1899, NULL, NULL, 'gallery-03', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1.jpg', NULL, '1909', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1.jpg', '1909', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1.jpg\",\"size\":\"full\",\"id\":1909,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(612, 'https://connectivism.in/voluptate-velit-esse-2-2__trashed/gallery-03-2-2/', '73:4c94e79a3fc178653159c6e54a31b6e2', 1912, 'post', 'attachment', 1, 2125, NULL, NULL, 'gallery-03', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1-1.jpg', NULL, '1912', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1-1.jpg', '1912', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1-1.jpg\",\"size\":\"full\",\"id\":1912,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(613, 'https://connectivism.in/voluptate-velit-esse-2__trashed/gallery-04/', '67:9c2b21c0d17ee9bc777c8eea3e2104e8', 1921, 'post', 'attachment', 1, 1899, NULL, NULL, 'gallery-04', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-04.jpg', NULL, '1921', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-04.jpg', '1921', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-04.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-04.jpg\",\"size\":\"full\",\"id\":1921,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(614, 'https://connectivism.in/voluptate-velit-esse-2-2__trashed/gallery-04-2/', '71:abdd817824f72a46ed78eeb957bec959', 1922, 'post', 'attachment', 1, 2125, NULL, NULL, 'gallery-04', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-04-1.jpg', NULL, '1922', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-04-1.jpg', '1922', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-04-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-04-1.jpg\",\"size\":\"full\",\"id\":1922,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(615, 'https://connectivism.in/voluptate-velit-esse-2__trashed/gallery-05/', '67:50fe4b7bf0557f9af1eaaca7b0808739', 1923, 'post', 'attachment', 1, 1899, NULL, NULL, 'gallery-05', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-05.jpg', NULL, '1923', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-05.jpg', '1923', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-05.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-05.jpg\",\"size\":\"full\",\"id\":1923,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(616, 'https://connectivism.in/voluptate-velit-esse-2-2__trashed/gallery-05-2/', '71:fe00bd316e3659e33595eff8026da0ee', 1924, 'post', 'attachment', 1, 2125, NULL, NULL, 'gallery-05', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-05-1.jpg', NULL, '1924', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-05-1.jpg', '1924', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-05-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-05-1.jpg\",\"size\":\"full\",\"id\":1924,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(617, 'https://connectivism.in/voluptate-velit-esse-2__trashed/gallery-06/', '67:f38c2940f13f672a96cf7b05bfacfa66', 1925, 'post', 'attachment', 1, 1899, NULL, NULL, 'gallery-06', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-06.jpg', NULL, '1925', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-06.jpg', '1925', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-06.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-06.jpg\",\"size\":\"full\",\"id\":1925,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(618, 'https://connectivism.in/voluptate-velit-esse-2-2__trashed/gallery-06-2/', '71:f5be80cd9ad2283eb80ff098e79ea911', 1926, 'post', 'attachment', 1, 2125, NULL, NULL, 'gallery-06', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-06-1.jpg', NULL, '1926', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-06-1.jpg', '1926', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-06-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-06-1.jpg\",\"size\":\"full\",\"id\":1926,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(619, 'https://connectivism.in/voluptate-velit-esse-2__trashed/gallery-07/', '67:8558138afe9ff6f6328a01173e45f9bc', 1927, 'post', 'attachment', 1, 1899, NULL, NULL, 'gallery-07', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-07.jpg', NULL, '1927', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-07.jpg', '1927', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-07.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-07.jpg\",\"size\":\"full\",\"id\":1927,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(620, 'https://connectivism.in/voluptate-velit-esse-2-2__trashed/gallery-07-2/', '71:f9bc275c6bca46f1318cac00dd52e2eb', 1928, 'post', 'attachment', 1, 2125, NULL, NULL, 'gallery-07', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-07-1.jpg', NULL, '1928', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-07-1.jpg', '1928', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-07-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-07-1.jpg\",\"size\":\"full\",\"id\":1928,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(621, 'https://connectivism.in/voluptate-velit-esse-2__trashed/gallery-08/', '67:425561633e5a1d71e3144006c36d310a', 1929, 'post', 'attachment', 1, 1899, NULL, NULL, 'gallery-08', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-08.jpg', NULL, '1929', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-08.jpg', '1929', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-08.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-08.jpg\",\"size\":\"full\",\"id\":1929,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(622, 'https://connectivism.in/voluptate-velit-esse-2-2__trashed/gallery-08-2/', '71:b23e829df0402e1266a443a55e121e23', 1930, 'post', 'attachment', 1, 2125, NULL, NULL, 'gallery-08', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-08-1.jpg', NULL, '1930', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-08-1.jpg', '1930', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-08-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-08-1.jpg\",\"size\":\"full\",\"id\":1930,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(623, 'https://connectivism.in/drawing-class-2__trashed/', '49:93d871598f3747dc84cfef0e6b0be980', 2121, 'post', 'post', 1, 0, NULL, NULL, 'Drawing Class', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280.jpg', NULL, '1941', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280.jpg', '1941', 'featured-image', '{\"width\":1280,\"height\":847,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280.jpg\",\"size\":\"full\",\"id\":1941,\"alt\":\"\",\"pixels\":1084160,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(624, 'https://connectivism.in/drawing-class-2__trashed/boy-366311_1280/', '65:8577a7a8175a306bd48b350c817930ad', 1941, 'post', 'attachment', 1, 2121, NULL, NULL, 'boy-366311_1280', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280.jpg', NULL, '1941', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280.jpg', '1941', 'attachment-image', '{\"width\":1280,\"height\":847,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280.jpg\",\"size\":\"full\",\"id\":1941,\"alt\":\"\",\"pixels\":1084160,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:23', '2020-05-06 12:37:23', 1, NULL, NULL, NULL, NULL),
(625, 'https://connectivism.in/drawing-class__trashed/', '47:8d3a3f5f2ff6aafaa0183bfc99a65f9c', 2120, 'post', 'post', 1, 0, NULL, NULL, 'Drawing Class', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280-1.jpg', NULL, '1942', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280-1.jpg', '1942', 'featured-image', '{\"width\":1280,\"height\":847,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280-1.jpg\",\"size\":\"full\",\"id\":1942,\"alt\":\"\",\"pixels\":1084160,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(626, 'https://connectivism.in/drawing-class__trashed/boy-366311_1280-2/', '65:17c9789ad8a24ba6b8b46a2bab7749fc', 1942, 'post', 'attachment', 1, 2120, NULL, NULL, 'boy-366311_1280', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280-1.jpg', NULL, '1942', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280-1.jpg', '1942', 'attachment-image', '{\"width\":1280,\"height\":847,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280-1.jpg\",\"size\":\"full\",\"id\":1942,\"alt\":\"\",\"pixels\":1084160,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(627, 'https://connectivism.in/drawing-class-3__trashed/', '49:56c274d1c8de8f537b49503535120bd4', 2152, 'post', 'post', 1, 0, NULL, NULL, 'Drawing Class', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280-2.jpg', NULL, '1943', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280-2.jpg', '1943', 'featured-image', '{\"width\":1280,\"height\":847,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280-2.jpg\",\"size\":\"full\",\"id\":1943,\"alt\":\"\",\"pixels\":1084160,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(628, 'https://connectivism.in/drawing-class-3__trashed/boy-366311_1280-3/', '67:1d20e6f3677d69f3e09826da653a45fd', 1943, 'post', 'attachment', 1, 2152, NULL, NULL, 'boy-366311_1280', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280-2.jpg', NULL, '1943', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280-2.jpg', '1943', 'attachment-image', '{\"width\":1280,\"height\":847,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280-2.jpg\",\"size\":\"full\",\"id\":1943,\"alt\":\"\",\"pixels\":1084160,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(629, 'https://connectivism.in/find-the-rhyme-2__trashed/', '50:bfaef267662581e10d743d250da12d55', 2118, 'post', 'post', 1, 0, NULL, NULL, 'Find The Rhyme', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280.jpg', NULL, '1944', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280.jpg', '1944', 'featured-image', '{\"width\":1280,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280.jpg\",\"size\":\"full\",\"id\":1944,\"alt\":\"\",\"pixels\":1638400,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(630, 'https://connectivism.in/find-the-rhyme-2__trashed/children-50209_1280/', '70:aa1afbc664ae84648b64a51985df6918', 1944, 'post', 'attachment', 1, 2118, NULL, NULL, 'children-50209_1280', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280.jpg', NULL, '1944', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280.jpg', '1944', 'attachment-image', '{\"width\":1280,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280.jpg\",\"size\":\"full\",\"id\":1944,\"alt\":\"\",\"pixels\":1638400,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(631, 'https://connectivism.in/find-the-rhyme-3__trashed/', '50:58bc6ea1eefefda2cde6c1d7931a4f8f', 2151, 'post', 'post', 1, 0, NULL, NULL, 'Find The Rhyme', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280-1.jpg', NULL, '1945', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280-1.jpg', '1945', 'featured-image', '{\"width\":1280,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280-1.jpg\",\"size\":\"full\",\"id\":1945,\"alt\":\"\",\"pixels\":1638400,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(632, 'https://connectivism.in/find-the-rhyme-3__trashed/children-50209_1280-2/', '72:9fd99e5241b0f0520dcda3c6ebbd6e8c', 1945, 'post', 'attachment', 1, 2151, NULL, NULL, 'children-50209_1280', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280-1.jpg', NULL, '1945', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280-1.jpg', '1945', 'attachment-image', '{\"width\":1280,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280-1.jpg\",\"size\":\"full\",\"id\":1945,\"alt\":\"\",\"pixels\":1638400,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(633, 'https://connectivism.in/quiz-competition__trashed/', '50:059ef7f80945c531461495a624ff0420', 1894, 'post', 'post', 1, 0, NULL, NULL, 'Quiz Competition', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boys-1782427_1280.jpg', NULL, '1946', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boys-1782427_1280.jpg', '1946', 'featured-image', '{\"width\":1280,\"height\":845,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boys-1782427_1280.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boys-1782427_1280.jpg\",\"size\":\"full\",\"id\":1946,\"alt\":\"\",\"pixels\":1081600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(634, 'https://connectivism.in/quiz-competition__trashed/boys-1782427_1280/', '68:86f6bfe47259932538c7d09faeb125fd', 1946, 'post', 'attachment', 1, 1894, NULL, NULL, 'boys-1782427_1280', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boys-1782427_1280.jpg', NULL, '1946', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boys-1782427_1280.jpg', '1946', 'attachment-image', '{\"width\":1280,\"height\":845,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boys-1782427_1280.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boys-1782427_1280.jpg\",\"size\":\"full\",\"id\":1946,\"alt\":\"\",\"pixels\":1081600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(635, 'https://connectivism.in/quiz-competition-3__trashed/', '52:bc15e541cb6b329b0e728ecb8d9673a6', 2154, 'post', 'post', 1, 0, NULL, NULL, 'Quiz Competition', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boys-1782427_1280-1.jpg', NULL, '1947', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boys-1782427_1280-1.jpg', '1947', 'featured-image', '{\"width\":1280,\"height\":845,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boys-1782427_1280-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boys-1782427_1280-1.jpg\",\"size\":\"full\",\"id\":1947,\"alt\":\"\",\"pixels\":1081600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(636, 'https://connectivism.in/quiz-competition-3__trashed/boys-1782427_1280-2/', '72:ef6743ef26b716f93f66fb96e3a0e2c0', 1947, 'post', 'attachment', 1, 2154, NULL, NULL, 'boys-1782427_1280', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boys-1782427_1280-1.jpg', NULL, '1947', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boys-1782427_1280-1.jpg', '1947', 'attachment-image', '{\"width\":1280,\"height\":845,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boys-1782427_1280-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boys-1782427_1280-1.jpg\",\"size\":\"full\",\"id\":1947,\"alt\":\"\",\"pixels\":1081600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(637, 'https://connectivism.in/water-fight-442257_1280/', '48:4d356ef7625267bfebd2e406fb9e331b', 1948, 'post', 'attachment', 1, 0, NULL, NULL, 'water-fight-442257_1280', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/water-fight-442257_1280.jpg', NULL, '1948', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/water-fight-442257_1280.jpg', '1948', 'attachment-image', '{\"width\":1280,\"height\":1079,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/water-fight-442257_1280.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/water-fight-442257_1280.jpg\",\"size\":\"full\",\"id\":1948,\"alt\":\"\",\"pixels\":1381120,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(638, 'https://connectivism.in/sports-day-2__trashed/', '46:a400abb985dc1a44b42d151a87f09e60', 2153, 'post', 'post', 1, 0, NULL, NULL, 'Sports Day', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/water-fight-442257_1280-1.jpg', NULL, '1949', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/water-fight-442257_1280-1.jpg', '1949', 'featured-image', '{\"width\":1280,\"height\":1079,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/water-fight-442257_1280-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/water-fight-442257_1280-1.jpg\",\"size\":\"full\",\"id\":1949,\"alt\":\"\",\"pixels\":1381120,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(639, 'https://connectivism.in/sports-day-2__trashed/water-fight-442257_1280-2/', '72:9856f428d7348de53adcb3642c3544d0', 1949, 'post', 'attachment', 1, 2153, NULL, NULL, 'water-fight-442257_1280', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/water-fight-442257_1280-1.jpg', NULL, '1949', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/water-fight-442257_1280-1.jpg', '1949', 'attachment-image', '{\"width\":1280,\"height\":1079,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/water-fight-442257_1280-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/water-fight-442257_1280-1.jpg\",\"size\":\"full\",\"id\":1949,\"alt\":\"\",\"pixels\":1381120,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(640, 'https://connectivism.in/we-provide-quality-education-to-our-kids__trashed/pexels-photo-207891/', '94:6535deb9fca98a4ed0450e8d1b1dd83b', 1950, 'post', 'attachment', 1, 1831, NULL, NULL, 'pexels-photo-207891', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2018/07/pexels-photo-207891.jpeg', NULL, '1950', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2018/07/pexels-photo-207891.jpeg', '1950', 'attachment-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2018\\/07\\/pexels-photo-207891.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2018\\/07\\/pexels-photo-207891.jpeg\",\"size\":\"full\",\"id\":1950,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(641, 'https://connectivism.in/we-provide-quality-education-to-our-kids-2/', '67:3b6e76910ed460c15c294f83d8826385', 2052, 'post', 'page', 1, 0, NULL, NULL, 'We provide quality education to our kids.', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2018/07/pexels-photo-207891-1.jpeg', NULL, '1951', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2018/07/pexels-photo-207891-1.jpeg', '1951', 'featured-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2018\\/07\\/pexels-photo-207891-1.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2018\\/07\\/pexels-photo-207891-1.jpeg\",\"size\":\"full\",\"id\":1951,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(642, 'https://connectivism.in/we-provide-quality-education-to-our-kids-2/pexels-photo-207891-2/', '89:9c1b54969ba5c6e41fc610b78e061ded', 1951, 'post', 'attachment', 1, 2052, NULL, NULL, 'pexels-photo-207891', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2018/07/pexels-photo-207891-1.jpeg', NULL, '1951', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2018/07/pexels-photo-207891-1.jpeg', '1951', 'attachment-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2018\\/07\\/pexels-photo-207891-1.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2018\\/07\\/pexels-photo-207891-1.jpeg\",\"size\":\"full\",\"id\":1951,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(643, 'https://connectivism.in/woocommerce-placeholder/', '48:8f21afd2bd73bca3be05aa66bbe8ab9b', 5, 'post', 'attachment', 1, 0, NULL, NULL, 'woocommerce-placeholder', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/woocommerce-placeholder.png', NULL, '5', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/woocommerce-placeholder.png', '5', 'attachment-image', '{\"width\":1200,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/woocommerce-placeholder.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/woocommerce-placeholder.png\",\"size\":\"full\",\"id\":5,\"alt\":\"\",\"pixels\":1440000,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(644, 'https://connectivism.in/connectivism/', '37:67e93d7193c7021c147385ddb3ab8c9e', 6, 'post', 'attachment', 1, 0, NULL, NULL, 'connectivism', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/connectivism.png', NULL, '6', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/connectivism.png', '6', 'attachment-image', '{\"width\":512,\"height\":512,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/connectivism.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/connectivism.png\",\"size\":\"full\",\"id\":6,\"alt\":\"\",\"pixels\":262144,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(645, 'https://connectivism.in/cropped-connectivism-png/', '49:1f6eea6eddcd417524446c59b8e9e483', 7, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-connectivism.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism.png', NULL, '7', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism.png', '7', 'attachment-image', '{\"width\":460,\"height\":102,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/cropped-connectivism.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/cropped-connectivism.png\",\"size\":\"full\",\"id\":7,\"alt\":\"\",\"pixels\":46920,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(646, 'https://connectivism.in/one-click-demo-import-log_file_2020-04-07__07-35-42/', '76:00bd2d8be7b4348c0944ad03ffb01da2', 8, 'post', 'attachment', 1, 0, NULL, NULL, 'One Click Demo Import &#8211; log_file_2020-04-07__07-35-42', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(647, 'https://connectivism.in/one-click-demo-import-log_file_2020-04-07__07-43-05/', '76:e8414525456eaa67ecb2b1d41c4c6ce3', 2165, 'post', 'attachment', 1, 0, NULL, NULL, 'One Click Demo Import &#8211; log_file_2020-04-07__07-43-05', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(648, 'https://connectivism.in/one-click-demo-import-log_file_2020-04-07__07-43-58/', '76:2e6b736c0742e846bc8352a4eec31de0', 2166, 'post', 'attachment', 1, 0, NULL, NULL, 'One Click Demo Import &#8211; log_file_2020-04-07__07-43-58', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(649, 'https://connectivism.in/gallery-03-3/', '37:232f06a91a693fa4c5b1eda93fcdafae', 2167, 'post', 'attachment', 1, 0, NULL, NULL, 'gallery-03', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/gallery-03.jpg', NULL, '2167', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/gallery-03.jpg', '2167', 'attachment-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/gallery-03.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/gallery-03.jpg\",\"size\":\"full\",\"id\":2167,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(650, 'https://connectivism.in/cropped-connectivism-1-png/', '51:2fff3cccd8c15ded2d11cf6552d6f0c0', 2173, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-connectivism-1.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism-1.png', NULL, '2173', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism-1.png', '2173', 'attachment-image', '{\"width\":453,\"height\":84,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/cropped-connectivism-1.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/cropped-connectivism-1.png\",\"size\":\"full\",\"id\":2173,\"alt\":\"\",\"pixels\":38052,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(651, 'https://connectivism.in/homepage/', '33:794f9f381ffe0fe6de466eac98227d60', 2179, 'post', 'page', 1, 0, NULL, NULL, 'Homepage', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(652, 'https://connectivism.in/homepage/other-small/', '45:916394ca2325644970c3ae98075615ce', 2180, 'post', 'attachment', 1, 2179, NULL, NULL, 'other-small', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/other-small.jpg', NULL, '2180', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/other-small.jpg', '2180', 'attachment-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/other-small.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/other-small.jpg\",\"size\":\"full\",\"id\":2180,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(653, 'https://connectivism.in/banana/', '31:b96507fdf0e4fd17eba7845f6e272d36', 2417, 'post', 'attachment', 1, 0, NULL, NULL, 'banana', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/banana.jpg', NULL, '2417', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/banana.jpg', '2417', 'attachment-image', '{\"width\":727,\"height\":448,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/banana.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/banana.jpg\",\"size\":\"full\",\"id\":2417,\"alt\":\"\",\"pixels\":325696,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(654, 'https://connectivism.in/guava/', '30:992cd0bd9206ac10cbb9bee8b937c765', 2418, 'post', 'attachment', 1, 0, NULL, NULL, 'guava', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/guava.jpg', NULL, '2418', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/guava.jpg', '2418', 'attachment-image', '{\"width\":238,\"height\":151,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/guava.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/guava.jpg\",\"size\":\"full\",\"id\":2418,\"alt\":\"\",\"pixels\":35938,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(655, 'https://connectivism.in/articles/20200412_233207/', '49:16bc6fd4c797ccbac877355aa69aa5a7', 2422, 'post', 'attachment', 1, 2419, NULL, NULL, '20200412_233207', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200412_233207-e1586973403553.jpg', NULL, '2422', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200412_233207-e1586973403553.jpg', '2422', 'attachment-image', '{\"width\":356,\"height\":200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200412_233207-e1586973403553.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200412_233207-e1586973403553.jpg\",\"size\":\"full\",\"id\":2422,\"alt\":\"\",\"pixels\":71200,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(656, 'https://connectivism.in/similar-words/20200416_100025/', '54:0695e084a2b7e8c6ebbb369f4aa2ed4f', 2436, 'post', 'attachment', 1, 2435, NULL, NULL, '20200416_100025', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200416_100025.jpg', NULL, '2436', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200416_100025.jpg', '2436', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200416_100025.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200416_100025.jpg\",\"size\":\"full\",\"id\":2436,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(657, 'https://connectivism.in/opposite-words/20200416_100526/', '55:01ca02f1824a88a4a6315694d5fbfb07', 2439, 'post', 'attachment', 1, 2438, NULL, NULL, '20200416_100526', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200416_100526.jpg', NULL, '2439', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200416_100526.jpg', '2439', 'attachment-image', '{\"width\":1024,\"height\":1024,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200416_100526.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200416_100526.jpg\",\"size\":\"full\",\"id\":2439,\"alt\":\"\",\"pixels\":1048576,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(658, 'https://connectivism.in/balanand-1/balanand-cover-second-edition-copy/', '70:880e0daf8e60bb87a194b531fe797b88', 2441, 'post', 'attachment', 1, 2427, NULL, NULL, 'BALANAND-COVER-SECOND-EDITION-Copy', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/BALANAND-COVER-SECOND-EDITION-Copy.jpg', NULL, '2441', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/BALANAND-COVER-SECOND-EDITION-Copy.jpg', '2441', 'attachment-image', '{\"width\":1502,\"height\":1847,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/BALANAND-COVER-SECOND-EDITION-Copy.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/BALANAND-COVER-SECOND-EDITION-Copy.jpg\",\"size\":\"full\",\"id\":2441,\"alt\":\"\",\"pixels\":2774194,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(659, 'https://connectivism.in/corona-se-darona-poem/20200404_085706/', '62:c3ab1897dcad469872482ac3b384495c', 2444, 'post', 'attachment', 1, 2442, NULL, NULL, '20200404_085706', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200404_085706.jpg', NULL, '2444', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200404_085706.jpg', '2444', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200404_085706.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200404_085706.jpg\",\"size\":\"full\",\"id\":2444,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:24', '2020-05-06 12:37:24', 1, NULL, NULL, NULL, NULL),
(660, 'https://connectivism.in/marathi-alphabets-mulakshare/20200407_122745/', '69:019384be795eed863d5184ee91bb641d', 2448, 'post', 'attachment', 1, 2446, NULL, NULL, '20200407_122745', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200407_122745.jpg', NULL, '2448', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200407_122745.jpg', '2448', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200407_122745.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200407_122745.jpg\",\"size\":\"full\",\"id\":2448,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(661, 'https://connectivism.in/corona-poem/20200420_073105/', '52:185d708b93c9314beb55924f060e9a34', 2460, 'post', 'attachment', 1, 2455, NULL, NULL, '20200420_073105', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200420_073105.jpg', NULL, '2460', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200420_073105.jpg', '2460', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200420_073105.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200420_073105.jpg\",\"size\":\"full\",\"id\":2460,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(662, 'https://connectivism.in/jara-thambuya-punha-dhavuya-poem/20200421_072503/', '73:6e62c81bfb9bbe22c2d81705b705c63f', 2461, 'post', 'attachment', 1, 2454, NULL, NULL, '20200421_072503', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200421_072503.jpg', NULL, '2461', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200421_072503.jpg', '2461', 'attachment-image', '{\"width\":1280,\"height\":717,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200421_072503.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200421_072503.jpg\",\"size\":\"full\",\"id\":2461,\"alt\":\"\",\"pixels\":917760,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(663, 'https://connectivism.in/kids-online-test-no-2/20200418_135953/', '62:5eb369c33805686dd7701e3b3dfa64f5', 2466, 'post', 'attachment', 1, 2464, NULL, NULL, '20200418_135953', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200418_135953.png', NULL, '2466', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200418_135953.png', '2466', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200418_135953.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200418_135953.png\",\"size\":\"full\",\"id\":2466,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(664, 'https://connectivism.in/square-and-squareroot/20200417_175454/', '62:058bfbc3f794ea457b07d418db3e9c92', 2470, 'post', 'attachment', 1, 2468, NULL, NULL, '20200417_175454', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200417_175454.jpg', NULL, '2470', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200417_175454.jpg', '2470', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200417_175454.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200417_175454.jpg\",\"size\":\"full\",\"id\":2470,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(665, 'https://connectivism.in/dr-babasaheb-ambedkar/20200414_225141/', '62:2887063780c56094d35aee746607b7fd', 2474, 'post', 'attachment', 1, 2472, NULL, NULL, '20200414_225141', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200414_225141.jpg', NULL, '2474', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200414_225141.jpg', '2474', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200414_225141.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200414_225141.jpg\",\"size\":\"full\",\"id\":2474,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(666, 'https://connectivism.in/numbers/20200413_222424/', '48:282899b2dd55ad86fc89ab8d821d09c7', 2478, 'post', 'attachment', 1, 2476, NULL, NULL, '20200413_222424', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200413_222424.jpg', NULL, '2478', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200413_222424.jpg', '2478', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200413_222424.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200413_222424.jpg\",\"size\":\"full\",\"id\":2478,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(667, 'https://connectivism.in/slices-of-fruits/20200410_115254/', '57:993ab2106f692963b51a6e60fde7f686', 2482, 'post', 'attachment', 1, 2480, NULL, NULL, '20200410_115254', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200410_115254.jpg', NULL, '2482', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200410_115254.jpg', '2482', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200410_115254.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200410_115254.jpg\",\"size\":\"full\",\"id\":2482,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(668, 'https://connectivism.in/colours/20200409_105354/', '48:c3e52982ffff5261d3e53ec403d71037', 2486, 'post', 'attachment', 1, 2484, NULL, NULL, '20200409_105354', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200409_105354.jpg', NULL, '2486', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200409_105354.jpg', '2486', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200409_105354.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200409_105354.jpg\",\"size\":\"full\",\"id\":2486,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(669, 'https://connectivism.in/alphabets-a-to-z/20200408_134111/', '57:6cb7aff9dac02d3aacda99424893756f', 2489, 'post', 'attachment', 1, 2488, NULL, NULL, '20200408_134111', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200408_134111.jpg', NULL, '2489', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200408_134111.jpg', '2489', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200408_134111.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200408_134111.jpg\",\"size\":\"full\",\"id\":2489,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(670, 'https://connectivism.in/animals-and-their-babies/pranyanchi-pille/', '66:2915064d65d7c41c2e7046c586c61d88', 2494, 'post', 'attachment', 1, 2492, NULL, NULL, 'pranyanchi-pille', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/pranyanchi-pille.jpg', NULL, '2494', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/pranyanchi-pille.jpg', '2494', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/pranyanchi-pille.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/pranyanchi-pille.jpg\",\"size\":\"full\",\"id\":2494,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(671, 'https://connectivism.in/educational-philosophy-part-1/20200401_092914/', '70:a5cec578baa21a50c63ca04cb2027a2b', 2498, 'post', 'attachment', 1, 2496, NULL, NULL, '20200401_092914', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_092914.jpg', NULL, '2498', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_092914.jpg', '2498', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200401_092914.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200401_092914.jpg\",\"size\":\"full\",\"id\":2498,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(672, 'https://connectivism.in/kids-model-question-paper-1/20200405_170256/', '68:d64b9e51144417a590c9cbdf722c0e99', 2501, 'post', 'attachment', 1, 2500, NULL, NULL, '20200405_170256', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200405_170256.jpg', NULL, '2501', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200405_170256.jpg', '2501', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200405_170256.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200405_170256.jpg\",\"size\":\"full\",\"id\":2501,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(673, 'https://connectivism.in/animals-birds-fruits-flowers-vegetables-musical-instruments/20200330_143123/', '100:9f8b8c87bb00e37941dad04cf6054a63', 2506, 'post', 'attachment', 1, 2504, NULL, NULL, '20200330_143123', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200330_143123.jpg', NULL, '2506', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200330_143123.jpg', '2506', 'attachment-image', '{\"width\":1280,\"height\":718,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200330_143123.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200330_143123.jpg\",\"size\":\"full\",\"id\":2506,\"alt\":\"\",\"pixels\":919040,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(674, 'https://connectivism.in/homes-of-birds/20200327_195000/', '55:fc1a088fabe3e6beadebfaab0ad2afe3', 2509, 'post', 'attachment', 1, 2508, NULL, NULL, '20200327_195000', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_195000.jpg', NULL, '2509', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_195000.jpg', '2509', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_195000.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_195000.jpg\",\"size\":\"full\",\"id\":2509,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(675, 'https://connectivism.in/kitchen/20200401_200241/', '48:8b92afd03b517fb98fe94f8e4539bf22', 2513, 'post', 'attachment', 1, 2512, NULL, NULL, '20200401_200241', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_200241.jpg', NULL, '2513', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_200241.jpg', '2513', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200401_200241.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200401_200241.jpg\",\"size\":\"full\",\"id\":2513,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(676, 'https://connectivism.in/vehicles/20200329_082605/', '49:fd7fca1bee6d5334a7eabab3a1f4827b', 2518, 'post', 'attachment', 1, 2516, NULL, NULL, '20200329_082605', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200329_082605.jpg', NULL, '2518', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200329_082605.jpg', '2518', 'attachment-image', '{\"width\":1280,\"height\":721,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200329_082605.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200329_082605.jpg\",\"size\":\"full\",\"id\":2518,\"alt\":\"\",\"pixels\":922880,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(677, 'https://connectivism.in/taste/20200328_153540/', '46:bfb74cc984190eb6f74e33a05f49a870', 2520, 'post', 'attachment', 1, 2463, NULL, NULL, '20200328_153540', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200328_153540.jpg', NULL, '2520', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200328_153540.jpg', '2520', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200328_153540.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200328_153540.jpg\",\"size\":\"full\",\"id\":2520,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(678, 'https://connectivism.in/kids-online-test-1/20200403_120031/', '59:438e694dcbe0d4aa7124f7979c284809', 2524, 'post', 'attachment', 1, 2523, NULL, NULL, '20200403_120031', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200403_120031.jpg', NULL, '2524', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200403_120031.jpg', '2524', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200403_120031.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200403_120031.jpg\",\"size\":\"full\",\"id\":2524,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(679, 'https://connectivism.in/seasons/20200401_120403/', '48:247eea512f9f402fc602624670705c1d', 2529, 'post', 'attachment', 1, 2527, NULL, NULL, '20200401_120403', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_120403.jpg', NULL, '2529', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_120403.jpg', '2529', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200401_120403.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200401_120403.jpg\",\"size\":\"full\",\"id\":2529,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(680, 'https://connectivism.in/story-of-shrikrishna-and-monster-corona/20200402_194749/', '80:c8a5062795107c918bebd424807f8564', 2533, 'post', 'attachment', 1, 2531, NULL, NULL, '20200402_194749', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200402_194749.jpg', NULL, '2533', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200402_194749.jpg', '2533', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200402_194749.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200402_194749.jpg\",\"size\":\"full\",\"id\":2533,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(681, 'https://connectivism.in/homes-of-animals/20200401_175604/', '57:2d16c886fca145cbe4c85a88067cfa87', 2536, 'post', 'attachment', 1, 2535, NULL, NULL, '20200401_175604', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_175604.jpg', NULL, '2536', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200401_175604.jpg', '2536', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200401_175604.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200401_175604.jpg\",\"size\":\"full\",\"id\":2536,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(682, 'https://connectivism.in/meri-pathshala-speech/20200327_222819/', '62:648dc0c4a828b3d68711f42e67e82f87', 2540, 'post', 'attachment', 1, 2539, NULL, NULL, '20200327_222819', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_222819.jpg', NULL, '2540', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_222819.jpg', '2540', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_222819.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_222819.jpg\",\"size\":\"full\",\"id\":2540,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(683, 'https://connectivism.in/simple-interest/20200327_192655/', '56:b8ac052c69265ed99f5b306faab538df', 2544, 'post', 'attachment', 1, 2543, NULL, NULL, '20200327_192655', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_192655.jpg', NULL, '2544', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_192655.jpg', '2544', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_192655.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_192655.jpg\",\"size\":\"full\",\"id\":2544,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(684, 'https://connectivism.in/simple-interest/20200327_192655-1/', '58:84aba73f5e8d55fcded93b2d499fb196', 2545, 'post', 'attachment', 1, 2543, NULL, NULL, '20200327_192655-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_192655-1.jpg', NULL, '2545', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_192655-1.jpg', '2545', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_192655-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_192655-1.jpg\",\"size\":\"full\",\"id\":2545,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:25', '2020-05-06 12:37:25', 1, NULL, NULL, NULL, NULL),
(685, 'https://connectivism.in/types-of-numbers/20200327_081520/', '57:8d6592204da730ecd8253630552a548d', 2553, 'post', 'attachment', 1, 2552, NULL, NULL, '20200327_081520', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_081520.jpg', NULL, '2553', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200327_081520.jpg', '2553', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200327_081520.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200327_081520.jpg\",\"size\":\"full\",\"id\":2553,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(686, 'https://connectivism.in/enlightenment-in-europe/thumbnail-dharmyudhde/', '70:0e9a41a2347f2876f8ddd14822c0e045', 2580, 'post', 'attachment', 1, 2566, NULL, NULL, 'thumbnail-dharmyudhde', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/thumbnail-dharmyudhde.jpg', NULL, '2580', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/thumbnail-dharmyudhde.jpg', '2580', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/thumbnail-dharmyudhde.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/thumbnail-dharmyudhde.jpg\",\"size\":\"full\",\"id\":2580,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(687, 'https://connectivism.in/cropped-connectivism-2-png/', '51:74f21b0f150b4674ad4a76839920defb', 2585, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-connectivism-2.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism-2.png', NULL, '2585', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/cropped-connectivism-2.png', '2585', 'attachment-image', '{\"width\":240,\"height\":240,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/cropped-connectivism-2.png\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/cropped-connectivism-2.png\",\"size\":\"full\",\"id\":2585,\"alt\":\"\",\"pixels\":57600,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(688, 'https://connectivism.in/12-history-%e0%a4%af%e0%a5%81%e0%a4%b0%e0%a5%8b%e0%a4%aa%e0%a4%be%e0%a4%a4%e0%a5%80%e0%a4%b2-%e0%a4%aa%e0%a5%8d%e0%a4%b0%e0%a4%ac%e0%a5%8b%e0%a4%a7%e0%a4%a8-%e0%a4%86%e0%a4%a3%e0%a4%bf-%e0%a4%b5/20200430_212026/', '235:cdf8632e269efd584b9ed0bb60858742', 2631, 'post', 'attachment', 1, 2626, NULL, NULL, '20200430_212026', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200430_212026.jpg', NULL, '2631', 'attachment-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/04/20200430_212026.jpg', '2631', 'attachment-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/04\\/20200430_212026.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/04\\/20200430_212026.jpg\",\"size\":\"full\",\"id\":2631,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(689, 'https://connectivism.in/lorem-ipsum/', '36:e93a985e6e6d1fb2bf0c38609f4b56dd', 146, 'post', 'page', 1, 0, NULL, NULL, 'Lorem Ipsum', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(690, 'https://connectivism.in/about/page-with-comments-disabled/', '58:4b086357ccef092cbff38d1b4c07ff14', 156, 'post', 'page', 1, 10, NULL, NULL, 'Page with comments disabled', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(691, 'https://connectivism.in/level-1-2/level-2-2/level-3-2/', '54:b467a76fe4f07cd712a7d705d7ad9a0e', 2023, 'post', 'page', 1, 2024, NULL, NULL, 'Level 3', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(692, 'https://connectivism.in/level-1-2/level-2-2/', '44:725f2a9ff1d7411788b375a790db80d9', 2024, 'post', 'page', 1, 2025, NULL, NULL, 'Level 2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(693, 'https://connectivism.in/level-1-2/', '34:0be0e17ba62d73bfde56097b90b06b6c', 2025, 'post', 'page', 1, 0, NULL, NULL, 'Level 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(694, 'https://connectivism.in/level-1-2/level-2-2/', '44:725f2a9ff1d7411788b375a790db80d9', 2024, 'post', 'page', 1, 2025, NULL, NULL, 'Level 2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(695, 'https://connectivism.in/level-1-2/', '34:0be0e17ba62d73bfde56097b90b06b6c', 2025, 'post', 'page', 1, 0, NULL, NULL, 'Level 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(696, 'https://connectivism.in/about/clearing-floats/', '46:b72bb2599bc13815218a85706ee57853', 501, 'post', 'page', 1, 10, NULL, NULL, 'Clearing Floats', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/manhattansummer.jpg?w=150', NULL, NULL, 'first-content-image', NULL, NULL, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2012/07/manhattansummer.jpg?w=150', NULL, 'first-content-image', NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(697, 'https://connectivism.in/front-page/', '35:3bf33ceda412b9b6cc56339252300a87', 701, 'post', 'page', 1, 0, NULL, NULL, 'Front Page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(698, 'https://connectivism.in/page-a/', '31:40839679cbdcad0bc6ed0705bcf77f92', 733, 'post', 'page', 1, 0, NULL, NULL, 'Page A', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(699, 'https://connectivism.in/page-b/', '31:f68aca2ae97b1c320f568ee49d19fedc', 735, 'post', 'page', 1, 0, NULL, NULL, 'Page B', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(700, 'https://connectivism.in/level-1-2/level-2a/', '43:3253625d73bf4af09fccabd2156014ae', 2030, 'post', 'page', 1, 2025, NULL, NULL, 'Level 2a', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(701, 'https://connectivism.in/level-1-2/level-2b/', '43:c8948d8c3b56ac3d961d306b1d8fb179', 2031, 'post', 'page', 1, 2025, NULL, NULL, 'Level 2b', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(702, 'https://connectivism.in/level-1-2/level-2-2/level-3a/', '53:79ea420c572d3e7c6f6749756239c8f4', 2032, 'post', 'page', 1, 2024, NULL, NULL, 'Level 3a', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(703, 'https://connectivism.in/level-1-2/level-2-2/level-3b/', '53:047cefb2aaeade399a5187af753cf08b', 2033, 'post', 'page', 1, 2024, NULL, NULL, 'Level 3b', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(704, 'https://connectivism.in/about/page-image-alignment/', '51:2ac9ae28604c410da351d1c14861bac8', 1133, 'post', 'page', 1, 10, NULL, NULL, 'Page Image Alignment', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'https://themepalacedemo.com/kids-education/wp-content/uploads/sites/24/2013/03/image-alignment-580x300.jpg', NULL, 'first-content-image', NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(705, 'https://connectivism.in/about/page-markup-and-formatting/', '57:c8797a1286b63714d36d8ec59a92ff67', 1134, 'post', 'page', 1, 10, NULL, NULL, 'Page Markup And Formatting', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(706, 'https://connectivism.in/sample-page-3/', '38:a763f1d40834a74dd0832f5e973bef52', 2017, 'post', 'page', 1, 0, NULL, NULL, 'Sample Page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(707, 'https://connectivism.in/cart/', '29:8dde633330a2ef4a709a1a160a9d2367', 1992, 'post', 'page', 1, 0, NULL, NULL, 'Cart', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(708, 'https://connectivism.in/checkout/', '33:971d1a1224d3160f3ac278eb23c5aaf7', 1993, 'post', 'page', 1, 0, NULL, NULL, 'Checkout', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(709, 'https://connectivism.in/my-account/', '35:bba9d1eb919155343594aa4c22a86997', 1994, 'post', 'page', 1, 0, NULL, NULL, 'My Account', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(710, 'https://connectivism.in/blog-2/', '31:083a97f19de2050ba72359cee5467fee', 2046, 'post', 'page', 1, 0, NULL, NULL, 'Blog', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(711, 'https://connectivism.in/pre-school-2/', '37:785507d3a5305f10ab5b3112171a79cb', 2047, 'post', 'page', 1, 0, NULL, NULL, 'Pre School', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:26', '2020-05-06 12:37:26', 1, NULL, NULL, NULL, NULL),
(712, 'https://connectivism.in/environment-2/', '38:b77ac52e3aa715a5a6d731acfd4a7122', 2048, 'post', 'page', 1, 0, NULL, NULL, 'Environment', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-173666-min-scaled.jpeg', NULL, '1777', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-173666-min-scaled.jpeg', '1777', 'featured-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-173666-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-173666-min-scaled.jpeg\",\"size\":\"full\",\"id\":1777,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:27', '2020-05-06 12:37:27', 1, NULL, NULL, NULL, NULL),
(713, 'https://connectivism.in/live-love-learn-teach-2/', '48:810f8c619a6a5717425a750d127eaba1', 2049, 'post', 'page', 1, 0, NULL, NULL, 'Live, Love, Learn, Teach', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/slider-01.jpg', NULL, '1832', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/slider-01.jpg', '1832', 'featured-image', '{\"width\":1920,\"height\":781,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/slider-01.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/slider-01.jpg\",\"size\":\"full\",\"id\":1832,\"alt\":\"\",\"pixels\":1499520,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:27', '2020-05-06 12:37:27', 1, NULL, NULL, NULL, NULL),
(714, 'https://connectivism.in/homely-environment-2/', '45:dd0639a1e7e3edb4eea1650b5aeca02b', 2050, 'post', 'page', 1, 0, NULL, NULL, 'Homely Environment.', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/workplace-1245776_1920-3.jpg', NULL, '1759', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/workplace-1245776_1920-3.jpg', '1759', 'featured-image', '{\"width\":1920,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/workplace-1245776_1920-3.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/workplace-1245776_1920-3.jpg\",\"size\":\"full\",\"id\":1759,\"alt\":\"\",\"pixels\":2457600,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:27', '2020-05-06 12:37:27', 1, NULL, NULL, NULL, NULL),
(715, 'https://connectivism.in/help-2/', '31:e6cfd05951f84d40f424464a2021ebdd', 2056, 'post', 'page', 1, 0, NULL, NULL, 'Help', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:27', '2020-05-06 12:37:27', 1, NULL, NULL, NULL, NULL),
(723, 'https://connectivism.in/level-1__trashed/level-2__trashed/', '58:9ac2a34f71d380bfc1a41d2295887dc4', 173, 'post', 'page', 1, 174, NULL, NULL, 'Level 2', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:27', '2020-05-06 12:37:27', 1, NULL, NULL, NULL, NULL),
(724, 'https://connectivism.in/level-1__trashed/', '41:dc39aaf0ead0a97fbdd5c2ef04a4d6b1', 174, 'post', 'page', 1, 0, NULL, NULL, 'Level 1', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:27', '2020-05-06 12:37:27', 1, NULL, NULL, NULL, NULL),
(725, 'https://connectivism.in/about-2__trashed/', '41:dbdefbeb2fe17bbb6811dbeaeed72467', 2019, 'post', 'page', 1, 0, NULL, NULL, 'About The Tests', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:27', '2020-05-06 12:37:27', 1, NULL, NULL, NULL, NULL),
(758, 'https://connectivism.in/edge-case-nested-and-mixed-lists__trashed/', '66:005e8a1bfc2741008667f0efd6322915', 1000, 'post', 'post', 1, 0, NULL, NULL, 'Edge Case: Nested And Mixed Lists', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:28', '2020-05-06 12:37:28', 1, NULL, NULL, NULL, NULL),
(759, 'https://connectivism.in/edge-case-nested-and-mixed-lists-2__trashed/', '68:dd33225c13ffcfa554ed026f5d379be2', 2040, 'post', 'post', 1, 0, NULL, NULL, 'Edge Case: Nested And Mixed Lists', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:28', '2020-05-06 12:37:28', 1, NULL, NULL, NULL, NULL),
(760, 'https://connectivism.in/edge-case-many-tags__trashed/', '53:602f1d8463374a755d5ac8ac4cfd0553', 1151, 'post', 'post', 1, 0, NULL, NULL, 'Edge Case: Many Tags', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:28', '2020-05-06 12:37:28', 1, NULL, NULL, NULL, NULL),
(761, 'https://connectivism.in/edge-case-many-tags-2__trashed/', '55:79c11be4eb88e1a720d9da02c0ef8096', 2042, 'post', 'post', 1, 0, NULL, NULL, 'Edge Case: Many Tags', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:28', '2020-05-06 12:37:28', 1, NULL, NULL, NULL, NULL),
(762, 'https://connectivism.in/edge-case-many-categories__trashed/', '59:208e33901d8cfcb002c99239eaf8a0dc', 1152, 'post', 'post', 1, 0, NULL, NULL, 'Edge Case: Many Categories', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:28', '2020-05-06 12:37:28', 1, NULL, NULL, NULL, NULL),
(763, 'https://connectivism.in/edge-case-many-categories-2__trashed/', '61:cbe3bc919c54772e327d082ad96af472', 2071, 'post', 'post', 1, 0, NULL, NULL, 'Edge Case: Many Categories', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:28', '2020-05-06 12:37:28', 1, NULL, NULL, NULL, NULL),
(764, 'https://connectivism.in/edge-case-no-content__trashed/', '54:97446f5f59a27cbbc0e1e8fee257e69a', 1170, 'post', 'post', 1, 0, NULL, NULL, 'Edge Case: No Content', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:28', '2020-05-06 12:37:28', 1, NULL, NULL, NULL, NULL),
(765, 'https://connectivism.in/edge-case-no-content-2__trashed/', '56:fd3b0b431c2960070389c71d4be4dacc', 2082, 'post', 'post', 1, 0, NULL, NULL, 'Edge Case: No Content', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(766, 'https://connectivism.in/edge-case-no-title__trashed/', '52:5258e762b584fd6f2c0ec23c598e2e25', 1169, 'post', 'post', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(767, 'https://connectivism.in/edge-case-no-title-2__trashed/', '54:760ea5c55f4aa279f3f81a54566c38dc', 2080, 'post', 'post', 1, 0, NULL, NULL, '', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(768, 'https://connectivism.in/title-should-not-overflow-the-content-area__trashed/', '76:d992ccad5e33a17c6081fd39c8c229c0', 1175, 'post', 'post', 1, 0, NULL, NULL, 'Antidisestablishmentarianism', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(769, 'https://connectivism.in/title-should-not-overflow-the-content-area-2__trashed/', '78:017d44befb066221fe45f4a151278580', 2083, 'post', 'post', 1, 0, NULL, NULL, 'Antidisestablishmentarianism', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(770, 'https://connectivism.in/post-format-chat__trashed/', '50:1313a6dd0e7c64d565efbee3df4bbc72', 562, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Chat', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(771, 'https://connectivism.in/post-format-chat-2__trashed/', '52:2e0735933b84a1043b342934f5ee610d', 2061, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Chat', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(772, 'https://connectivism.in/post-format-quote__trashed/', '51:731864b6e4da76682486d2c81e7c00c6', 575, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Quote', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(773, 'https://connectivism.in/post-format-quote-2__trashed/', '53:66b18942abf4de91428f6255bc2accb7', 2065, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Quote', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(774, 'https://connectivism.in/post-format-link__trashed/', '50:43313eb4c5bbf24f3372e90071f663d6', 565, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Link', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(775, 'https://connectivism.in/post-format-link-2__trashed/', '52:e7ae5b74937cc4737a8063832e4656fd', 2062, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Link', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(776, 'https://connectivism.in/post-format-status__trashed/', '52:d59c9c2c3567604d3b546a0135475f3c', 579, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Status', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(777, 'https://connectivism.in/post-format-status-2__trashed/', '54:05ec2c9739ca64c91b138e288649a575', 2066, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Status', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(778, 'https://connectivism.in/post-format-aside__trashed/', '51:d125e29188ce37954dafdd15eaefde93', 559, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Aside', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(779, 'https://connectivism.in/post-format-aside-2__trashed/', '53:fab30e839ad1fdc621810f206f47235b', 2060, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Aside', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(780, 'https://connectivism.in/post-format-video-videopress__trashed/', '62:db7cc12c82523997eccf19027c7bba94', 1005, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Video (VideoPress)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(781, 'https://connectivism.in/post-format-video-videopress-2__trashed/', '64:37ef1fd94194159d8de9045daed36433', 2069, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Video (VideoPress)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(782, 'https://connectivism.in/post-format-video-wordpresstv__trashed/', '63:03a78e663c43b59843e9a7a9e6b93b16', 582, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Video (WordPress.tv)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(783, 'https://connectivism.in/post-format-video-wordpresstv-2__trashed/', '65:3231f5fc92f6c059e635c1b2bb3dfe56', 2067, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Video (WordPress.tv)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(784, 'https://connectivism.in/post-format-audio__trashed/', '51:93389e827cb17560b3ac0cdc4f81ddd8', 587, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Audio', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(785, 'https://connectivism.in/post-format-audio-2__trashed/', '53:49aa0320e4c26b63a4e72e3f168f5ccd', 2068, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Audio', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(786, 'https://connectivism.in/post-format-image-linked__trashed/', '58:6f742761d7c4497635a7689fcd571e03', 568, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Image (Linked)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg', NULL, 'first-content-image', NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(787, 'https://connectivism.in/post-format-image-linked-2__trashed/', '60:3e5311326d3e8425b37f73c3016e0de0', 2063, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Image (Linked)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://wpthemetestdata.files.wordpress.com/2012/06/dsc20040724_152504_532.jpg', NULL, 'first-content-image', NULL, NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(788, 'https://connectivism.in/post-format-image-caption__trashed/', '59:336fa7cab7f5ba66f4e29d0a5ba83995', 1163, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Image (Caption)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/04/triforce-wallpaper.jpg', NULL, '1628', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/04/triforce-wallpaper.jpg', '1628', 'featured-image', '{\"width\":1131,\"height\":707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/04\\/triforce-wallpaper.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/04\\/triforce-wallpaper.jpg\",\"size\":\"full\",\"id\":1628,\"alt\":\"\",\"pixels\":799617,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(789, 'https://connectivism.in/post-format-image-caption-2__trashed/', '61:8290bc5215332f5e6ea4d6cb54d0c37f', 2077, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Image (Caption)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/04/triforce-wallpaper.jpg', NULL, '1628', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/04/triforce-wallpaper.jpg', '1628', 'featured-image', '{\"width\":1131,\"height\":707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/04\\/triforce-wallpaper.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/04\\/triforce-wallpaper.jpg\",\"size\":\"full\",\"id\":1628,\"alt\":\"\",\"pixels\":799617,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:29', '2020-05-06 12:37:29', 1, NULL, NULL, NULL, NULL),
(790, 'https://connectivism.in/post-format-gallery-tiled__trashed/', '59:7d0d1afd831338d969840fd877e8ce67', 2041, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Gallery (Tiled)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20050102_192118_51-1-150x150.jpg', NULL, NULL, 'gallery-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc20050102_192118_51-1-150x150.jpg', NULL, 'gallery-image', NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(791, 'https://connectivism.in/post-format-gallery-tiled-2__trashed/', '61:1c07fb38ff52f2e7c953c261945ae26e', 2070, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Gallery (Tiled)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc09114-150x150.jpg', NULL, NULL, 'gallery-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/dsc09114-150x150.jpg', NULL, 'gallery-image', NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(792, 'https://connectivism.in/post-format-gallery__trashed/', '53:b27fa1ff867ab090536bfb456aca1679', 555, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Gallery', 'trash', 0, 0, NULL, 2, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/windmill.jpg', NULL, '771', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/windmill.jpg', '771', 'featured-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/windmill.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/windmill.jpg\",\"size\":\"full\",\"id\":771,\"alt\":\"Windmill\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(793, 'https://connectivism.in/post-format-gallery-2__trashed/', '55:ee0d57783e0b14781256ec1ec270f4f7', 2059, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Gallery', 'trash', 0, 0, NULL, 2, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/windmill.jpg', NULL, '771', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2011/07/windmill.jpg', '771', 'featured-image', '{\"width\":1600,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2011\\/07\\/windmill.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2011\\/07\\/windmill.jpg\",\"size\":\"full\",\"id\":771,\"alt\":\"Windmill\",\"pixels\":1920000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(794, 'https://connectivism.in/post-format-standard__trashed/', '54:5031c7e89c992285ca1200792e36ea9c', 358, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Standard', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(795, 'https://connectivism.in/post-format-standard-2__trashed/', '56:df6d280d61b7de2cda6939e05fcfabb4', 2058, 'post', 'post', 1, 0, NULL, NULL, 'Post Format: Standard', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(796, 'https://connectivism.in/media-twitter-embeds__trashed/', '54:6018d11149a4d9d04f428860461ec5ee', 1179, 'post', 'post', 1, 0, NULL, NULL, 'Media: Twitter Embeds', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(797, 'https://connectivism.in/media-twitter-embeds-2__trashed/', '56:d2b88eea308ae87fe8b1df3b3969dd5d', 2085, 'post', 'post', 1, 0, NULL, NULL, 'Media: Twitter Embeds', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(798, 'https://connectivism.in/template-pingbacks-an-trackbacks__trashed/', '66:d1a2fba22d56a05160f8273138fb2b58', 1149, 'post', 'post', 1, 0, NULL, NULL, 'Template: Pingbacks And Trackbacks', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(799, 'https://connectivism.in/template-pingbacks-an-trackbacks-2__trashed/', '68:c1b038f022317b5dac7aa922f130af8d', 2072, 'post', 'post', 1, 0, NULL, NULL, 'Template: Pingbacks And Trackbacks', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(800, 'https://connectivism.in/template-pingbacks-an-trackbacks-3__trashed/', '68:0f42d647958349d3c7789800e2bd057f', 2102, 'post', 'post', 1, 0, NULL, NULL, 'Template: Pingbacks And Trackbacks', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(801, 'https://connectivism.in/template-comments-disabled__trashed/', '60:9e4d4b749515b7f0f1292954fff3bdb8', 1150, 'post', 'post', 1, 0, NULL, NULL, 'Template: Comments Disabled', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(802, 'https://connectivism.in/template-comments-disabled-2__trashed/', '62:0cd1e7e9b438129bcb9226c6b3b54fde', 2073, 'post', 'post', 1, 0, NULL, NULL, 'Template: Comments Disabled', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(803, 'https://connectivism.in/template-comments-disabled-3__trashed/', '62:75d00ffaf5b46cc3af26b11d0500b40b', 2104, 'post', 'post', 1, 0, NULL, NULL, 'Template: Comments Disabled', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(804, 'https://connectivism.in/template-comments__trashed/', '51:c0d23b37a6f960d3d465f119dd67ec54', 1148, 'post', 'post', 1, 0, NULL, NULL, 'Template: Comments', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(805, 'https://connectivism.in/template-comments-2__trashed/', '53:062ca6d9236dc493995a3683755bdf06', 2100, 'post', 'post', 1, 0, NULL, NULL, 'Template: Comments', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(806, 'https://connectivism.in/template-password-protected__trashed/', '61:b58f0f85a37b181f6db8f6d08db626ba', 1168, 'post', 'post', 1, 0, NULL, NULL, 'Protected: Template: Password Protected (the password is &#8220;enter&#8221;)', 'trash', 0, 1, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(807, 'https://connectivism.in/template-password-protected-2__trashed/', '63:019f90ee34648d4f6c2c57945a8634df', 2074, 'post', 'post', 1, 0, NULL, NULL, 'Protected: Template: Password Protected (the password is &#8220;enter&#8221;)', 'trash', 0, 1, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(808, 'https://connectivism.in/template-password-protected-3__trashed/', '63:7ab7fb89bc39265ef10a05d5888f2707', 2105, 'post', 'post', 1, 0, NULL, NULL, 'Protected: Template: Password Protected (the password is &#8220;enter&#8221;)', 'trash', 0, 1, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(809, 'https://connectivism.in/template-sticky__trashed/', '49:b168b67ecf5bffb79bfa976003a43c85', 1241, 'post', 'post', 1, 0, NULL, NULL, 'Template: Sticky', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(810, 'https://connectivism.in/template-sticky-2__trashed/', '51:cd7b462e327cabfdf29bb179432b719e', 2086, 'post', 'post', 1, 0, NULL, NULL, 'Template: Sticky', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(811, 'https://connectivism.in/template-sticky-3__trashed/', '51:836513c8e76b514fa3626b54ce6be2ce', 2119, 'post', 'post', 1, 0, NULL, NULL, 'Template: Sticky', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(812, 'https://connectivism.in/template-paginated__trashed/', '52:61fe6c5fff5a38cdee3d9bb4924e31a1', 1171, 'post', 'post', 1, 0, NULL, NULL, 'Template: Paginated', 'trash', 0, 0, NULL, 3, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(813, 'https://connectivism.in/template-paginated-2__trashed/', '54:54b625c46240a09412cc507ad7b0a00a', 2075, 'post', 'post', 1, 0, NULL, NULL, 'Template: Paginated', 'trash', 0, 0, NULL, 3, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(814, 'https://connectivism.in/template-paginated-3__trashed/', '54:4b0b178d244e8500e1b4b9b14ac59715', 2107, 'post', 'post', 1, 0, NULL, NULL, 'Template: Paginated', 'trash', 0, 0, NULL, 3, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:30', '2020-05-06 12:37:30', 1, NULL, NULL, NULL, NULL),
(815, 'https://connectivism.in/template-excerpt-generated__trashed/', '60:8987ffa35e23635d9a1a5555e7a939db', 1446, 'post', 'post', 1, 0, NULL, NULL, 'Template: Excerpt (Generated)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(816, 'https://connectivism.in/template-excerpt-generated-2__trashed/', '62:c7428cf32209c0eac6a952ae891d94b0', 2088, 'post', 'post', 1, 0, NULL, NULL, 'Template: Excerpt (Generated)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(817, 'https://connectivism.in/template-excerpt-generated-3__trashed/', '62:82192ebabec44072abc83d4babe72922', 2122, 'post', 'post', 1, 0, NULL, NULL, 'Template: Excerpt (Generated)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(818, 'https://connectivism.in/template-excerpt-defined__trashed/', '58:5dfc402af5e70d40e45d30d01c294639', 993, 'post', 'post', 1, 0, NULL, NULL, 'Template: Excerpt (Defined)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(819, 'https://connectivism.in/template-excerpt-defined-2__trashed/', '60:751bcc52dfdf7ed8198ef5e066390457', 2089, 'post', 'post', 1, 0, NULL, NULL, 'Template: Excerpt (Defined)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(820, 'https://connectivism.in/template-more-tag__trashed/', '51:7ff269f9e6b7c660cebbb54fcdf4dbac', 996, 'post', 'post', 1, 0, NULL, NULL, 'Template: More Tag', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(821, 'https://connectivism.in/template-more-tag-2__trashed/', '53:75f53d04e73bed5977e98d4c10568e52', 2093, 'post', 'post', 1, 0, NULL, NULL, 'Template: More Tag', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(822, 'https://connectivism.in/template-featured-image-horizontal__trashed/', '68:eac84b8def963291ad924b0f9acc85cc', 1011, 'post', 'post', 1, 0, NULL, NULL, 'Template: Featured Image (Horizontal)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal.jpg', NULL, '1022', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal.jpg', '1022', 'featured-image', '{\"width\":580,\"height\":300,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal.jpg\",\"size\":\"full\",\"id\":1022,\"alt\":\"Horizontal Featured Image\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(823, 'https://connectivism.in/template-featured-image-horizontal-2__trashed/', '70:49a5d3449fda7d0003e5e3a4de44d9a4', 2096, 'post', 'post', 1, 0, NULL, NULL, 'Template: Featured Image (Horizontal)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal.jpg', NULL, '1022', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal.jpg', '1022', 'featured-image', '{\"width\":580,\"height\":300,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal.jpg\",\"size\":\"full\",\"id\":1022,\"alt\":\"Horizontal Featured Image\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(824, 'https://connectivism.in/template-featured-image-vertical__trashed/', '66:21830b051431b49c456f176c5cda220d', 1016, 'post', 'post', 1, 0, NULL, NULL, 'Template: Featured Image (Vertical)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/soworthloving-wallpaper-1.jpg', NULL, '1027', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/soworthloving-wallpaper-1.jpg', '1027', 'featured-image', '{\"width\":1920,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/soworthloving-wallpaper-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/soworthloving-wallpaper-1.jpg\",\"size\":\"full\",\"id\":1027,\"alt\":\"I Am Worth Loving Wallpaper\",\"pixels\":2304000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(825, 'https://connectivism.in/template-featured-image-vertical-2__trashed/', '68:d3620fd3e210a073dbaff327f0047d8e', 2098, 'post', 'post', 1, 0, NULL, NULL, 'Template: Featured Image (Vertical)', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/soworthloving-wallpaper-1.jpg', NULL, '1027', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/soworthloving-wallpaper-1.jpg', '1027', 'featured-image', '{\"width\":1920,\"height\":1200,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/soworthloving-wallpaper-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/soworthloving-wallpaper-1.jpg\",\"size\":\"full\",\"id\":1027,\"alt\":\"I Am Worth Loving Wallpaper\",\"pixels\":2304000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(826, 'https://connectivism.in/markup-title-with-markup__trashed/', '58:8094d9e722e2ddca23f10ce745ee9080', 1173, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Title With Markup', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(827, 'https://connectivism.in/markup-title-with-markup-2__trashed/', '60:53080e9700759990663663cce1131580', 2076, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Title With Markup', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(828, 'https://connectivism.in/markup-title-with-markup-3__trashed/', '60:26e2ed94faa6d1ca9bdc34de3161ec8a', 2108, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Title With Markup', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(829, 'https://connectivism.in/title-with-special-characters__trashed/', '63:d11baaad5e32f1a688f16e4bfeac109c', 1174, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Title With Special Characters', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(830, 'https://connectivism.in/title-with-special-characters-2__trashed/', '65:a732182ce6b3e116977eea8e210a2e02', 2078, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Title With Special Characters', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(831, 'https://connectivism.in/title-with-special-characters-3__trashed/', '65:c63a3d2475c341b903cbaf45d6d7d6cf', 2110, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Title With Special Characters', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(832, 'https://connectivism.in/markup-text-alignment__trashed/', '55:ab7dd255f6e5a00f0791d9a2e0a62033', 1176, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Text Alignment', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(833, 'https://connectivism.in/markup-text-alignment-2__trashed/', '57:163a5210d4bdf8853e5a5a596f68c574', 2079, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Text Alignment', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(834, 'https://connectivism.in/markup-text-alignment-3__trashed/', '57:79e4a42ff5375d0e950f04de92f1d45b', 2111, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Text Alignment', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(835, 'https://connectivism.in/markup-image-alignment__trashed/', '56:12866c8571e03a39574674058996f27a', 1177, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Image Alignment', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal-1.jpg', NULL, '1023', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal-1.jpg', '1023', 'featured-image', '{\"width\":580,\"height\":300,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal-1.jpg\",\"size\":\"full\",\"id\":1023,\"alt\":\"Horizontal Featured Image\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(836, 'https://connectivism.in/markup-image-alignment-2__trashed/', '58:89967dc0f04a3bc57793174cb7a27d87', 2081, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Image Alignment', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal-1.jpg', NULL, '1023', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal-1.jpg', '1023', 'featured-image', '{\"width\":580,\"height\":300,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal-1.jpg\",\"size\":\"full\",\"id\":1023,\"alt\":\"Horizontal Featured Image\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(837, 'https://connectivism.in/markup-image-alignment-3__trashed/', '58:c3a2bc61b8459335980e7ee0631ca4fd', 2114, 'post', 'post', 1, 0, NULL, NULL, 'Markup: Image Alignment', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal-1.jpg', NULL, '1023', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2013/03/featured-image-horizontal-1.jpg', '1023', 'featured-image', '{\"width\":580,\"height\":300,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2013\\/03\\/featured-image-horizontal-1.jpg\",\"size\":\"full\",\"id\":1023,\"alt\":\"Horizontal Featured Image\",\"pixels\":174000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(838, 'https://connectivism.in/markup-html-tags-and-formatting__trashed/', '65:2f9e09f99d9359b3a159610b80f3b142', 1178, 'post', 'post', 1, 0, NULL, NULL, 'Markup: HTML Tags and Formatting', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(839, 'https://connectivism.in/markup-html-tags-and-formatting-2__trashed/', '67:64cbe8ee8d77bb6fc2ce011685435766', 2084, 'post', 'post', 1, 0, NULL, NULL, 'Markup: HTML Tags and Formatting', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(840, 'https://connectivism.in/markup-html-tags-and-formatting-3__trashed/', '67:76258f6b4ded271b230eb23016d171bd', 2115, 'post', 'post', 1, 0, NULL, NULL, 'Markup: HTML Tags and Formatting', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(841, 'https://connectivism.in/__trashed-2/', '36:e8a5c91764c1151eed8cacde68718f99', 1164, 'post', 'post', 1, 0, NULL, NULL, 'Draft', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:31', '2020-05-06 12:37:31', 1, NULL, NULL, NULL, NULL),
(842, 'https://connectivism.in/__trashed-3/', '36:d227d0616ced3ade53cbbdbd18fddd32', 2044, 'post', 'post', 1, 0, NULL, NULL, 'Draft', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(843, 'https://connectivism.in/hello-world-2__trashed/', '47:b14b9041e75cb02b04ba9152f614d011', 2064, 'post', 'post', 1, 0, NULL, NULL, 'Hello world!', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(844, 'https://connectivism.in/hello-world-3__trashed/', '47:71471da24379b30fdb5ed74593c82876', 2087, 'post', 'post', 1, 0, NULL, NULL, 'Hello world!', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(845, 'https://connectivism.in/enjoying-swimming__trashed/', '51:71dcaac0138acab141c245a80788b727', 2090, 'post', 'post', 1, 0, NULL, NULL, 'Enjoying swimming', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-61129-min-scaled.jpeg', NULL, '1763', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-61129-min-scaled.jpeg', '1763', 'featured-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-61129-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-61129-min-scaled.jpeg\",\"size\":\"full\",\"id\":1763,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(846, 'https://connectivism.in/enjoying-swimming-2__trashed/', '53:2cb05cb68f8a729af39a517dcff8d532', 2091, 'post', 'post', 1, 0, NULL, NULL, 'Enjoying swimming', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-61129-min-scaled.jpeg', NULL, '1763', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-61129-min-scaled.jpeg', '1763', 'featured-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-61129-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-61129-min-scaled.jpeg\",\"size\":\"full\",\"id\":1763,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(847, 'https://connectivism.in/enjoying-swimming-3__trashed/', '53:cdc62f751d84235d7bff6b7bad5df69e', 2124, 'post', 'post', 1, 0, NULL, NULL, 'Enjoying swimming', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-61129-min-scaled.jpeg', NULL, '1763', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-61129-min-scaled.jpeg', '1763', 'featured-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-61129-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-61129-min-scaled.jpeg\",\"size\":\"full\",\"id\":1763,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(848, 'https://connectivism.in/boy-playing-with-sand-at-beach__trashed/', '64:c90e673fa4e9b2303ed60b91e3bd7c01', 1765, 'post', 'post', 1, 0, NULL, NULL, 'Boy playing with sand at Beach.', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-child-fun-beach-min-scaled.jpg', NULL, '1766', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-child-fun-beach-min-scaled.jpg', '1766', 'featured-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boy-child-fun-beach-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boy-child-fun-beach-min-scaled.jpg\",\"size\":\"full\",\"id\":1766,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(849, 'https://connectivism.in/boy-playing-with-sand-at-beach-2__trashed/', '66:dc4282e6d823f337b84ebea8c81bf359', 2092, 'post', 'post', 1, 0, NULL, NULL, 'Boy playing with sand at Beach.', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-child-fun-beach-min-scaled.jpg', NULL, '1766', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-child-fun-beach-min-scaled.jpg', '1766', 'featured-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boy-child-fun-beach-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boy-child-fun-beach-min-scaled.jpg\",\"size\":\"full\",\"id\":1766,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(850, 'https://connectivism.in/boy-playing-with-sand-at-beach-3__trashed/', '66:806de41aab3b01f7bc9ad8758b5bebee', 2126, 'post', 'post', 1, 0, NULL, NULL, 'Boy playing with sand at Beach.', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-child-fun-beach-min-scaled.jpg', NULL, '1766', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-child-fun-beach-min-scaled.jpg', '1766', 'featured-image', '{\"width\":2560,\"height\":1707,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boy-child-fun-beach-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boy-child-fun-beach-min-scaled.jpg\",\"size\":\"full\",\"id\":1766,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(851, 'https://connectivism.in/we-provide-quality-education__trashed/', '62:a0a0091d4f52b7e5b1ae9686f94230b7', 1768, 'post', 'post', 1, 0, NULL, NULL, 'We Provide Quality education.', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-225957-min-scaled.jpeg', NULL, '1769', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-225957-min-scaled.jpeg', '1769', 'featured-image', '{\"width\":2560,\"height\":1709,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-225957-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-225957-min-scaled.jpeg\",\"size\":\"full\",\"id\":1769,\"alt\":\"\",\"pixels\":4375040,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(852, 'https://connectivism.in/we-provide-quality-education-2__trashed/', '64:3c0d636d1f9fcca3fae0a8a2f79b5786', 2094, 'post', 'post', 1, 0, NULL, NULL, 'We Provide Quality education.', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-225957-min-scaled.jpeg', NULL, '1769', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-225957-min-scaled.jpeg', '1769', 'featured-image', '{\"width\":2560,\"height\":1709,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-225957-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-225957-min-scaled.jpeg\",\"size\":\"full\",\"id\":1769,\"alt\":\"\",\"pixels\":4375040,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(853, 'https://connectivism.in/we-provide-quality-education-3__trashed/', '64:f04a5b689e45f54aa637036c1614e952', 2128, 'post', 'post', 1, 0, NULL, NULL, 'We Provide Quality education.', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-225957-min-scaled.jpeg', NULL, '1769', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-225957-min-scaled.jpeg', '1769', 'featured-image', '{\"width\":2560,\"height\":1709,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-225957-min-scaled.jpeg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-225957-min-scaled.jpeg\",\"size\":\"full\",\"id\":1769,\"alt\":\"\",\"pixels\":4375040,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(854, 'https://connectivism.in/bubble-fun__trashed/', '44:428f4321eaf265cf1ac2cff52b83785e', 1771, 'post', 'post', 1, 0, NULL, NULL, 'Bubble fun.', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-27040-min-scaled.jpg', NULL, '1772', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-27040-min-scaled.jpg', '1772', 'featured-image', '{\"width\":2560,\"height\":1701,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-27040-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-27040-min-scaled.jpg\",\"size\":\"full\",\"id\":1772,\"alt\":\"\",\"pixels\":4354560,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(855, 'https://connectivism.in/bubble-fun-2__trashed/', '46:179e569660288e36b35b66013d00565f', 2099, 'post', 'post', 1, 0, NULL, NULL, 'Bubble fun.', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-27040-min-scaled.jpg', NULL, '1772', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-27040-min-scaled.jpg', '1772', 'featured-image', '{\"width\":2560,\"height\":1701,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-27040-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-27040-min-scaled.jpg\",\"size\":\"full\",\"id\":1772,\"alt\":\"\",\"pixels\":4354560,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(856, 'https://connectivism.in/bubble-fun-3__trashed/', '46:5359c588888fd56bf0516d2cd68f9907', 2140, 'post', 'post', 1, 0, NULL, NULL, 'Bubble fun.', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-27040-min-scaled.jpg', NULL, '1772', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/pexels-photo-27040-min-scaled.jpg', '1772', 'featured-image', '{\"width\":2560,\"height\":1701,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-27040-min-scaled.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/pexels-photo-27040-min-scaled.jpg\",\"size\":\"full\",\"id\":1772,\"alt\":\"\",\"pixels\":4354560,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(857, 'https://connectivism.in/parental-guidance__trashed/', '51:bdf1b5ffa272deddc74e884b093eb83c', 1879, 'post', 'post', 1, 0, NULL, NULL, 'Parental Guidance', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(858, 'https://connectivism.in/parental-guidance-2__trashed/', '53:cc9836fa4b140532209ab461006996cd', 2116, 'post', 'post', 1, 0, NULL, NULL, 'Parental Guidance', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(859, 'https://connectivism.in/parental-guidance-3__trashed/', '53:1e8c87e804b224d547f1ef0e18af9968', 2150, 'post', 'post', 1, 0, NULL, NULL, 'Parental Guidance', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(860, 'https://connectivism.in/find-the-rhyme__trashed/', '48:70b1dd21fa01d8812558596b6d46bf00', 2117, 'post', 'post', 1, 0, NULL, NULL, 'Find The Rhyme', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280-2.jpg', NULL, '1943', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/boy-366311_1280-2.jpg', '1943', 'featured-image', '{\"width\":1280,\"height\":847,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280-2.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/boy-366311_1280-2.jpg\",\"size\":\"full\",\"id\":1943,\"alt\":\"\",\"pixels\":1084160,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(861, 'https://connectivism.in/quiz-competition-2__trashed/', '52:311eaa17ca34cfe163be4fedb5117872', 2123, 'post', 'post', 1, 0, NULL, NULL, 'Quiz Competition', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280.jpg', NULL, '1944', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280.jpg', '1944', 'featured-image', '{\"width\":1280,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280.jpg\",\"size\":\"full\",\"id\":1944,\"alt\":\"\",\"pixels\":1638400,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(862, 'https://connectivism.in/sports-day__trashed/', '44:db0ed772b5b6d2d7a10110efae97f02e', 1893, 'post', 'post', 1, 0, NULL, NULL, 'Sports Day', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280-1.jpg', NULL, '1945', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/children-50209_1280-1.jpg', '1945', 'featured-image', '{\"width\":1280,\"height\":1280,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/children-50209_1280-1.jpg\",\"size\":\"full\",\"id\":1945,\"alt\":\"\",\"pixels\":1638400,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(863, 'https://connectivism.in/neque-porro-quisquam-est-2__trashed/', '60:ae6e0e71841aa493cad563420d1ea315', 1900, 'post', 'post', 1, 0, NULL, NULL, 'Neque Porro Quisquam Est', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-07.jpg', NULL, '1927', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-07.jpg', '1927', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-07.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-07.jpg\",\"size\":\"full\",\"id\":1927,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(864, 'https://connectivism.in/neque-porro-quisquam-est-2-2__trashed/', '62:17f7ef94341348fcaae16c79038e7aca', 2127, 'post', 'post', 1, 0, NULL, NULL, 'Neque Porro Quisquam Est', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-07-1.jpg', NULL, '1928', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-07-1.jpg', '1928', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-07-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-07-1.jpg\",\"size\":\"full\",\"id\":1928,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(865, 'https://connectivism.in/neque-porro-quisquam-est-2-3__trashed/', '62:14acbdb198827f1c8d17303c384be0b3', 2156, 'post', 'post', 1, 0, NULL, NULL, 'Neque Porro Quisquam Est', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, '', NULL, '1911', 'featured-image', NULL, NULL, NULL, '1911', 'featured-image', NULL, NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(866, 'https://connectivism.in/dolorem-ipsum-quia-2__trashed/', '54:168e45cab6e013386478228c6eb56900', 1901, 'post', 'post', 1, 0, NULL, NULL, 'Dolorem ipsum quia', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-06.jpg', NULL, '1925', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-06.jpg', '1925', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-06.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-06.jpg\",\"size\":\"full\",\"id\":1925,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(867, 'https://connectivism.in/dolorem-ipsum-quia-2-2__trashed/', '56:de2c98b14665338fe050e6475945f1a8', 2130, 'post', 'post', 1, 0, NULL, NULL, 'Dolorem ipsum quia', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-06-1.jpg', NULL, '1926', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-06-1.jpg', '1926', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-06-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-06-1.jpg\",\"size\":\"full\",\"id\":1926,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(868, 'https://connectivism.in/voluptate-velit-esse-2-3__trashed/', '58:724082fb04e6ea260cabcaf3635183aa', 2155, 'post', 'post', 1, 0, NULL, NULL, 'Voluptate velit esse', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1-1.jpg', NULL, '1912', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1-1.jpg', '1912', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1-1.jpg\",\"size\":\"full\",\"id\":1912,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(869, 'https://connectivism.in/dolorem-ipsum-quia-2-3__trashed/', '56:dbc94c2cbcc5e61afd30b413812ce883', 2157, 'post', 'post', 1, 0, NULL, NULL, 'Dolorem ipsum quia', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, '', NULL, '1910', 'featured-image', NULL, NULL, NULL, '1910', 'featured-image', NULL, NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(870, 'https://connectivism.in/dolorem-ipsum-quia-3__trashed/', '54:795220fb7de739b53a3655048ab1096e', 2129, 'post', 'post', 1, 0, NULL, NULL, 'Dolorem ipsum quia', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-05.jpg', NULL, '1923', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-05.jpg', '1923', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-05.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-05.jpg\",\"size\":\"full\",\"id\":1923,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(871, 'https://connectivism.in/dolorem-ipsum-quia-3-2__trashed/', '56:60b3dabb77bb0096e0ef78864e751b30', 2133, 'post', 'post', 1, 0, NULL, NULL, 'Dolorem ipsum quia', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-05-1.jpg', NULL, '1924', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-05-1.jpg', '1924', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-05-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-05-1.jpg\",\"size\":\"full\",\"id\":1924,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(872, 'https://connectivism.in/dolorem-ipsum-quia-3-3__trashed/', '56:f875edb97a4cb19193432c93c3b4f06c', 2158, 'post', 'post', 1, 0, NULL, NULL, 'Dolorem ipsum quia', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1.jpg', NULL, '1909', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1.jpg', '1909', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1.jpg\",\"size\":\"full\",\"id\":1909,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(873, 'https://connectivism.in/voluptate-velit-esse-3__trashed/', '56:b32d710bb67f5d7079b03836d90c4097', 2132, 'post', 'post', 1, 0, NULL, NULL, 'Voluptate velit esse', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-04.jpg', NULL, '1921', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-04.jpg', '1921', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-04.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-04.jpg\",\"size\":\"full\",\"id\":1921,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(874, 'https://connectivism.in/voluptate-velit-esse-3-2__trashed/', '58:eb4cb3edbbcaf39107ebb448b5c72e4c', 2135, 'post', 'post', 1, 0, NULL, NULL, 'Voluptate velit esse', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-04-1.jpg', NULL, '1922', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-04-1.jpg', '1922', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-04-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-04-1.jpg\",\"size\":\"full\",\"id\":1922,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(875, 'https://connectivism.in/voluptate-velit-esse-3-3__trashed/', '58:903e51533f7c41830fd31b00322606cb', 2159, 'post', 'post', 1, 0, NULL, NULL, 'Voluptate velit esse', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02-1.jpg', NULL, '1908', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02-1.jpg', '1908', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02-1.jpg\",\"size\":\"full\",\"id\":1908,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(876, 'https://connectivism.in/neque-porro-quisquam-est-3__trashed/', '60:4f350c7d5bb611627b3937e7bbd50740', 2134, 'post', 'post', 1, 0, NULL, NULL, 'Neque Porro Quisquam Est', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1.jpg', NULL, '1909', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1.jpg', '1909', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1.jpg\",\"size\":\"full\",\"id\":1909,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(877, 'https://connectivism.in/neque-porro-quisquam-est-3-2__trashed/', '62:7dcfa5b5a8d2fff0d5d4a4aedfcb9d00', 2137, 'post', 'post', 1, 0, NULL, NULL, 'Neque Porro Quisquam Est', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1-1.jpg', NULL, '1912', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-03-1-1.jpg', '1912', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-03-1-1.jpg\",\"size\":\"full\",\"id\":1912,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(878, 'https://connectivism.in/neque-porro-quisquam-est-3-3__trashed/', '62:4ff42070960f7d55bdbf3bf279829310', 2160, 'post', 'post', 1, 0, NULL, NULL, 'Neque Porro Quisquam Est', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02.jpg', NULL, '1907', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02.jpg', '1907', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02.jpg\",\"size\":\"full\",\"id\":1907,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(879, 'https://connectivism.in/dolorem-ipsum-quia-4__trashed/', '54:91b1135f66506fb357d952228599ef42', 2136, 'post', 'post', 1, 0, NULL, NULL, 'Dolorem ipsum quia', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02.jpg', NULL, '1907', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02.jpg', '1907', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02.jpg\",\"size\":\"full\",\"id\":1907,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(880, 'https://connectivism.in/dolorem-ipsum-quia-4-2__trashed/', '56:7c3556b7d2593cd23754a34c99bae83c', 2139, 'post', 'post', 1, 0, NULL, NULL, 'Dolorem ipsum quia', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02-1.jpg', NULL, '1908', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-02-1.jpg', '1908', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-02-1.jpg\",\"size\":\"full\",\"id\":1908,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(881, 'https://connectivism.in/dolorem-ipsum-quia-4-3__trashed/', '56:8f94e1bbc76c5ab243e1d29c72bde243', 2161, 'post', 'post', 1, 0, NULL, NULL, 'Dolorem ipsum quia', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01-1.jpg', NULL, '1906', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01-1.jpg', '1906', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01-1.jpg\",\"size\":\"full\",\"id\":1906,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(882, 'https://connectivism.in/voluptate-velit-esse-4__trashed/', '56:7b27aa7fd42bc39ec1a18ec80a14a2c9', 2138, 'post', 'post', 1, 0, NULL, NULL, 'Voluptate velit esse', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01.jpg', NULL, '1905', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01.jpg', '1905', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01.jpg\",\"size\":\"full\",\"id\":1905,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(883, 'https://connectivism.in/voluptate-velit-esse-4-2__trashed/', '58:6c8328b5282a299a7bab40e326c4e2c9', 2141, 'post', 'post', 1, 0, NULL, NULL, 'Voluptate velit esse', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01-1.jpg', NULL, '1906', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01-1.jpg', '1906', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01-1.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01-1.jpg\",\"size\":\"full\",\"id\":1906,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(884, 'https://connectivism.in/voluptate-velit-esse-4-3__trashed/', '58:1b9aeea1bd567f97d3970ee19059f904', 2162, 'post', 'post', 1, 0, NULL, NULL, 'Voluptate velit esse', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01.jpg', NULL, '1905', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2016/11/gallery-01.jpg', '1905', 'featured-image', '{\"width\":800,\"height\":800,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2016\\/11\\/gallery-01.jpg\",\"size\":\"full\",\"id\":1905,\"alt\":\"\",\"pixels\":640000,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(885, 'https://connectivism.in/scheduled__trashed/', '43:51a0d446821240b3e9a913b552078ec2', 1153, 'post', 'post', 1, 0, NULL, NULL, 'Scheduled', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(886, 'https://connectivism.in/scheduled-2__trashed/', '45:88e6aebcf03e436e0687ce5109cce0bc', 2043, 'post', 'post', 1, 0, NULL, NULL, 'Scheduled', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(887, 'https://connectivism.in/hello-world__trashed/', '45:fa89c8cb8ce134cbc3782062aa537a7b', 1, 'post', 'post', 1, 0, NULL, NULL, 'Hello world!', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(888, 'https://connectivism.in/__trashed/', '34:e7db6f3445aea3988a5e79624a917fc1', 2283, 'post', 'post', 1, 0, NULL, NULL, 's', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(889, 'https://connectivism.in/__trashed-4/', '36:ce9e5e0c35b6f17fd9815dacec63603f', 2556, 'post', 'post', 1, 0, NULL, NULL, '12 ARTS HISTORY', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1, NULL, NULL, NULL, NULL),
(906, 'https://connectivism.in/books/uncategorized/', '44:e2aeabc78077f34ce7a5c2ca5ffb462a', 15, 'term', 'product_cat', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(907, 'https://connectivism.in/tag/8bit/', '33:561a8d0753c2b762b5a2fdc9562fa7ef', 81, 'term', 'post_tag', NULL, NULL, NULL, NULL, '8BIT', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(908, 'https://connectivism.in/tag/alignment-2/', '40:55c1f557ced1f2bf6381f6fac2664767', 82, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'alignment', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(909, 'https://connectivism.in/tag/aside/', '34:c3e46bb93edf703658bb4935fd3b8663', 84, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'aside', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(910, 'https://connectivism.in/tag/audio/', '34:ef522867c71c8b191cef5df03c2b6701', 85, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'audio', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(911, 'https://connectivism.in/tag/captions-2/', '39:9f01904be3ada4e4699a78280c734299', 86, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'captions', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(912, 'https://connectivism.in/tag/categories/', '39:a7e75443b8bf9ed9d9866f6a3e2c65ee', 87, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'categories', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(913, 'https://connectivism.in/tag/chat/', '33:f5918cbe80bb163671ed21754d3448eb', 88, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'chat', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(914, 'https://connectivism.in/tag/chattels/', '37:24a4368af9b9891110673a165f15271f', 89, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'chattels', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(915, 'https://connectivism.in/tag/cienaga/', '36:96c7d87cd3e786c47d228c450b82a001', 90, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'cienaga', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(916, 'https://connectivism.in/tag/claycold/', '37:b74ca00fdc81e203c0b9e57384d2f3cf', 91, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'claycold', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(917, 'https://connectivism.in/tag/codex/', '34:f90c0ec8ad7909c4f3a1551798f178f8', 92, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Codex', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(918, 'https://connectivism.in/tag/comments-2/', '39:3d730816ea42627e130d54ab0c6e369a', 93, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'comments', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(919, 'https://connectivism.in/tag/content-2/', '38:36ad7e557bf9e6a6fc592e44653b1973', 94, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'content', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(920, 'https://connectivism.in/tag/crushing/', '37:44c529c998cd39ad7c6d441859af397d', 95, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'crushing', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(921, 'https://connectivism.in/tag/css/', '32:b853175832b554fd380bd6d78d291452', 96, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'css', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(922, 'https://connectivism.in/tag/depo/', '33:f6f2b11466299141a02caea5635a6e64', 97, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'depo', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(923, 'https://connectivism.in/tag/dinarchy/', '37:65ecbf27405ad9f6a62d6278b63b0313', 98, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'dinarchy', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(924, 'https://connectivism.in/tag/doolie/', '35:aa000fdd46d4704bfb2b00c7e00453ff', 99, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'doolie', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(925, 'https://connectivism.in/tag/dowork/', '35:d4166ff1648706056408f5812c5bf588', 100, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'dowork', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(926, 'https://connectivism.in/tag/edge-case/', '38:f5198c49e769695fc3cf243a97863a41', 101, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'edge case', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(927, 'https://connectivism.in/tag/embeds-2/', '37:a0957e81437e6d8b88f303be547318cc', 102, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'embeds', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(928, 'https://connectivism.in/tag/energumen/', '38:2e0c283a9cce98176cbbeca80fb2108d', 103, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'energumen', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(929, 'https://connectivism.in/tag/ephialtes/', '38:75d28f6a0dc3c65acc249b6c7e32edc1', 104, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ephialtes', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(930, 'https://connectivism.in/tag/eudiometer/', '39:d718459a94be51bdf04fb766e58349fc', 105, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'eudiometer', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(931, 'https://connectivism.in/tag/excerpt-2/', '38:b69e42782f4519109446654b83b3581e', 106, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'excerpt', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(932, 'https://connectivism.in/tag/fail/', '33:2af2976a6a238bc71f6fd31555e56d04', 107, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Fail', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(933, 'https://connectivism.in/tag/featured-image/', '43:617c5ea3fa6912fb0364be038be8b60e', 108, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'featured image', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(934, 'https://connectivism.in/tag/figuriste/', '38:314e9707c91f413b01114fa6a4c1ede3', 109, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'figuriste', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(935, 'https://connectivism.in/tag/filler/', '35:43ba74810dbee4d899e13922425bf5f9', 110, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'filler', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(936, 'https://connectivism.in/tag/formatting-2/', '41:de8fcd7dc205b1e8a2031fdb0d7a36e6', 111, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'formatting', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(937, 'https://connectivism.in/tag/ftw/', '32:58d61514ac2323986cad395b89b1049c', 112, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'FTW', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(938, 'https://connectivism.in/tag/fun/', '32:ec9c51f72d696483c41fe8d59fd47d1b', 113, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Fun', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(939, 'https://connectivism.in/tag/gallery/', '36:9e58bed368485be340ef4be353621e68', 114, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'gallery', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(940, 'https://connectivism.in/tag/goes-here/', '38:5867d5f9eaef4994ba11d9a7e06cc881', 115, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'goes here', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(941, 'https://connectivism.in/tag/habergeon/', '38:e79fb6021d5330d3b4fc02839f9acd57', 116, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'habergeon', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(942, 'https://connectivism.in/tag/hapless/', '36:253e5e025fb975c7b01fd8ef1a7c038f', 117, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'hapless', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(943, 'https://connectivism.in/tag/hartshorn/', '38:830c8d104a4c4465efde8bb95129e4cb', 118, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'hartshorn', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(944, 'https://connectivism.in/tag/hostility-impregnability/', '53:e1089f87e5cab5c9d415229392160fea', 119, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'hostility impregnability', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(945, 'https://connectivism.in/tag/html/', '33:55edf7ed0f75ff5d432361fddfffa495', 120, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'html', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(946, 'https://connectivism.in/tag/image/', '34:4bc8e23756e4c981b785a238dbc2814d', 121, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'image', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(947, 'https://connectivism.in/tag/impropriation/', '42:cf8735e77d4935692c6a1e0394c8740f', 122, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'impropriation', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(948, 'https://connectivism.in/tag/is/', '31:7e997757334e179d9723930406eccaad', 123, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'is', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(949, 'https://connectivism.in/tag/jetpack-2/', '38:23bb12fde93e706fe1f6c61e53832cc2', 124, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'jetpack', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(950, 'https://connectivism.in/tag/knave/', '34:68a6ec75c960a849131b574b13da8dad', 125, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'knave', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(951, 'https://connectivism.in/tag/layout/', '35:fff93ddb686e72d1e49b5973cf324a56', 126, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'layout', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(952, 'https://connectivism.in/tag/link/', '33:6c857310f72dcb71c4fc95199f1bd9a7', 127, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'link', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:34', '2020-05-06 12:37:34', 1, NULL, NULL, NULL, NULL),
(953, 'https://connectivism.in/tag/lists-2/', '36:17e9bef1f44980498217dcaf7c206095', 128, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'lists', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(954, 'https://connectivism.in/tag/lorem/', '34:718758124be37f7a0634c0856dcbd455', 129, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'lorem', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(955, 'https://connectivism.in/tag/love/', '33:d8a66608b36e5a9ee445921ddfb954c7', 130, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Love', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(956, 'https://connectivism.in/tag/markup-2/', '37:fdc5edf69c30ab20c584c175f6b3009e', 131, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'markup', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(957, 'https://connectivism.in/tag/media/', '34:5022c61093592e81f1dff80d40c42397', 132, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'media', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(958, 'https://connectivism.in/tag/misinformed/', '40:de9ee7fa33fbf43087c995fbeca1d12b', 133, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'misinformed', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(959, 'https://connectivism.in/tag/moil/', '33:399528bc888c04e1858bee3378e11554', 134, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'moil', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(960, 'https://connectivism.in/tag/more/', '33:d4a662234de0cff2032696417a10fc80', 135, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'more', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(961, 'https://connectivism.in/tag/mornful/', '36:677a50251a6428dcad01182a76381865', 136, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'mornful', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(962, 'https://connectivism.in/tag/mothership/', '39:9c6f17b774101d232aad988addf4ee10', 137, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Mothership', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(963, 'https://connectivism.in/tag/mustread/', '37:c3fbb3e841d54cbbbf55d540e44d968b', 138, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Must Read', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(964, 'https://connectivism.in/tag/nailedit/', '37:d3b5459909b18edc901b2355a08cac30', 139, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Nailed It', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(965, 'https://connectivism.in/tag/outlaw/', '35:3182161a0f794812a7cec837a64be267', 140, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'outlaw', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(966, 'https://connectivism.in/tag/pagination/', '39:aa72676bc92c3335f69f95c9b6859892', 141, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'pagination', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(967, 'https://connectivism.in/tag/pamphjlet/', '38:abd494ae60de3f16973794d6bcbddb2f', 142, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'pamphjlet', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(968, 'https://connectivism.in/tag/password-2/', '39:81097dd78b86c6e4f7b9a18280fc49c0', 143, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'password', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(969, 'https://connectivism.in/tag/pictures/', '37:69350615418853d46f507fcc150445dc', 144, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Pictures', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(970, 'https://connectivism.in/tag/pingbacks-2/', '40:00551a62d86ed7357e6c3835ced4cc1e', 145, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'pingbacks', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(971, 'https://connectivism.in/tag/pneumatics/', '39:d54744dee5a2c550ecce8c315827d425', 146, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'pneumatics', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(972, 'https://connectivism.in/tag/portly-portreeve/', '45:221c1a0ff21712e796f7559cb065c069', 147, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'portly portreeve', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(973, 'https://connectivism.in/tag/post/', '33:9d742365dc39c44bde5c7e811e942fb3', 148, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'post', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(974, 'https://connectivism.in/tag/post-formats/', '41:da48938f1129d407239564e87779bf32', 149, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Post Formats', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(975, 'https://connectivism.in/tag/precipitancy/', '41:52526eeafddd8a3f1dd8ac03f35824e4', 150, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'precipitancy', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(976, 'https://connectivism.in/tag/privation/', '38:0d6cba3bdf76e45ccb7d6842bc40475f', 151, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'privation', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(977, 'https://connectivism.in/tag/programme/', '38:f09d22746fcbe35a074e84073aa92557', 152, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'programme', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(978, 'https://connectivism.in/tag/psychological/', '42:1c35fcb043b0f588b519d3d9da2c4d33', 153, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'psychological', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(979, 'https://connectivism.in/tag/puncher/', '36:fa060fe26f1cdb84fd717a79583ca952', 154, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'puncher', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(980, 'https://connectivism.in/tag/quote/', '34:0bdbf6707e74238b2c2b7d35805b9d98', 155, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'quote', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:35', '2020-05-06 12:37:35', 1, NULL, NULL, NULL, NULL),
(981, 'https://connectivism.in/tag/ramose/', '35:81c5b9e74c70a081d6582d6ef31a8bfb', 156, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ramose', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(982, 'https://connectivism.in/tag/read-more/', '38:8601234b683e5ac72892a5ebf3b1701e', 157, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'read more', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(983, 'https://connectivism.in/tag/readability/', '40:1871e66397fc46aeaecebb9470333e20', 158, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'readability', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(984, 'https://connectivism.in/tag/renegade/', '37:6ed6785fc726ba874356e4aaebb5ff93', 159, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'renegade', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(985, 'https://connectivism.in/tag/retrocede/', '38:908bb58515eb1ceb4e6aa0f37ef789a6', 160, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'retrocede', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(986, 'https://connectivism.in/tag/shortcode/', '38:d21b06c97f8640976b2b5b32820e1c34', 161, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'shortcode', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(987, 'https://connectivism.in/tag/stagnation-unhorsed/', '48:997d8f7a1ef73672da21e0f6a398e3f1', 162, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'stagnation unhorsed', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(988, 'https://connectivism.in/tag/standard-2/', '39:eaf83bf7983c9d542f42fe4cb989d868', 163, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'standard', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(989, 'https://connectivism.in/tag/status/', '35:407178e8fb3238559466129dec196935', 164, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'status', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(990, 'https://connectivism.in/tag/sticky-2/', '37:79aa7eb9686f273de33606f374322007', 165, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'sticky', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(991, 'https://connectivism.in/tag/success/', '36:3439e7c5e03d21c9a3f1603ab3f2d965', 166, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Success', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(992, 'https://connectivism.in/tag/swagger/', '36:5e8a56814b6c1a5a0a997eabfdfc8987', 167, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Swagger', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(993, 'https://connectivism.in/tag/tag-a/', '34:86ed8811832ddc62ce41981f99f268ee', 168, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Tag A', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(994, 'https://connectivism.in/tag/tag-b/', '34:9896435611487ea07305f8bbc59a9158', 169, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Tag B', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(995, 'https://connectivism.in/tag/tag-c/', '34:b2870c1f896f4c0dbae8f95c1454d2de', 170, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Tag C', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(996, 'https://connectivism.in/tag/tag1/', '33:9fc51f90cfeba05317618dfca8d018ed', 171, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'tag1', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(997, 'https://connectivism.in/tag/tag2/', '33:54da41945bbf2f97c904a3113c64c340', 172, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'tag2', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(998, 'https://connectivism.in/tag/tag3/', '33:f6e6f9d0963d1cc3e1c6be496b8926da', 173, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'tag3', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(999, 'https://connectivism.in/tag/tags/', '33:e978171bbb4d72c73d6eda68ba10191c', 174, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Tags', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1000, 'https://connectivism.in/tag/template/', '37:35f3254e0a90e8da1e925b9e814b6f09', 175, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'template', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1001, 'https://connectivism.in/tag/text/', '33:6b70761367dc01b748d4fd83332219c0', 176, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'text', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1002, 'https://connectivism.in/tag/the-man/', '36:0bc2a085e205395468306d6f4be6ae04', 177, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'the man', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1003, 'https://connectivism.in/tag/thunderheaded/', '42:70eb3312490d3e6af987f03ef3a4115d', 178, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'thunderheaded', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1004, 'https://connectivism.in/tag/tiled/', '34:b5349f238ea69ae49591ad212c7c9961', 179, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'tiled', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1005, 'https://connectivism.in/tag/title/', '34:54c466338a9b1203f5a5f41b997413f0', 180, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'title', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1006, 'https://connectivism.in/tag/trackbacks-2/', '41:c1a782d8c83c8e2981d3b99eb39428a0', 181, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'trackbacks', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1007, 'https://connectivism.in/tag/twitter-2/', '38:80c8c18a9162eac59d60c2e685be2c5f', 182, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'twitter', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1008, 'https://connectivism.in/tag/unculpable/', '39:5bc776a27bd3791b621f703c428567f5', 183, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'unculpable', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1009, 'https://connectivism.in/tag/unseen/', '35:10ad7763454a1fff04adc4d993fd6116', 184, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Unseen', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1010, 'https://connectivism.in/tag/video/', '34:ee676106c66befdbf5bf5b45d6aee4b0', 185, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1011, 'https://connectivism.in/tag/videopress/', '39:79119bd2dee17e5c5f4fcc2d4dc88f15', 186, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'videopress', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1012, 'https://connectivism.in/tag/withered-brandnew/', '46:a6b9892448c100b54b8394c7c7a37651', 187, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'withered brandnew', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1013, 'https://connectivism.in/tag/wordpress/', '38:2eafbc543a3a6b5c7146fac956fbb61c', 188, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'WordPress', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1014, 'https://connectivism.in/tag/wordpress-tv/', '41:8f38559d02502c61c591f1759383655c', 189, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'wordpress.tv', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1015, 'https://connectivism.in/tag/xanthopsia/', '39:43a2c90eed1c96e4243d153bfd633de1', 190, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'xanthopsia', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1016, 'https://connectivism.in/type/gallery/', '37:e489c9671644f5b478ef4afb8e2a8cff', 200, 'term', 'post_format', NULL, NULL, NULL, NULL, 'Gallery', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1017, 'https://connectivism.in/type/aside/', '35:78c8067477419b6cc92e1ccc7de51b9b', 201, 'term', 'post_format', NULL, NULL, NULL, NULL, 'Aside', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1018, 'https://connectivism.in/type/chat/', '34:17d8210347ebf01664ca72413777195c', 202, 'term', 'post_format', NULL, NULL, NULL, NULL, 'Chat', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1019, 'https://connectivism.in/type/link/', '34:f145e7a2d72fe8a8be05f45279c513e5', 203, 'term', 'post_format', NULL, NULL, NULL, NULL, 'Link', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1020, 'https://connectivism.in/type/image/', '35:e4c5bd4e9b5dcd3e05a1ca87ffe10d2f', 204, 'term', 'post_format', NULL, NULL, NULL, NULL, 'Image', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1021, 'https://connectivism.in/type/quote/', '35:bfaf0a2afdacc3d67fa8eea0c0752699', 205, 'term', 'post_format', NULL, NULL, NULL, NULL, 'Quote', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1022, 'https://connectivism.in/type/status/', '36:767e2627e090daf024c7c44791271179', 206, 'term', 'post_format', NULL, NULL, NULL, NULL, 'Status', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1023, 'https://connectivism.in/type/video/', '35:0e120b4254908a1a625b79fe6a730595', 207, 'term', 'post_format', NULL, NULL, NULL, NULL, 'Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1024, 'https://connectivism.in/type/audio/', '35:0474d64114e1ee2686c6bc1c980db82d', 208, 'term', 'post_format', NULL, NULL, NULL, NULL, 'Audio', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1025, 'https://connectivism.in/category/standard-11/', '45:73b6940d2847533774fc506f2942a222', 219, 'term', 'category', NULL, NULL, NULL, NULL, 'Standard 11', NULL, NULL, 0, NULL, NULL, NULL, 'STANDARD 11', 32, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1026, 'https://connectivism.in/tag/%e0%a4%9a%e0%a5%8c%e0%a4%a5%e0%a5%80/', '65:8a4418793fc1fbccd63c5b24d79f20bb', 248, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'चौथी', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:36', '2020-05-06 12:37:36', 1, NULL, NULL, NULL, NULL),
(1027, 'https://connectivism.in/tag/4th-standard/', '41:52fb1f0a372a00ca8dbd53d4b170abdd', 249, 'term', 'post_tag', NULL, NULL, NULL, NULL, '4TH STANDARD', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1028, 'https://connectivism.in/tag/similar-words/', '42:1131542a844b7d951aafa49c4f097b4c', 250, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'SIMILAR WORDS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1029, 'https://connectivism.in/tag/mulakshare/', '39:8b6c573c4b10f57bdf12086945331523', 261, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'MULAKSHARE', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1030, 'https://connectivism.in/tag/kids-talent-search-exam/', '52:caa8f23437405f9e31ddfe8802093fe2', 267, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'KIDS TALENT SEARCH EXAM', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1031, 'https://connectivism.in/tag/%e0%a4%b5%e0%a4%b0%e0%a5%8d%e0%a4%97-%e0%a4%86%e0%a4%a3%e0%a4%bf-%e0%a4%b5%e0%a4%b0%e0%a5%8d%e0%a4%97%e0%a4%ae%e0%a5%82%e0%a4%b3/', '157:a84fc97f4e76009b415b746c7106c654', 268, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'वर्ग आणि वर्गमूळ', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1032, 'https://connectivism.in/tag/%e0%a4%b5%e0%a4%b0%e0%a5%8d%e0%a4%97/', '65:27bf225e819cd1ba5e578d8dac2e8f6e', 269, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'वर्ग', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1033, 'https://connectivism.in/tag/%e0%a4%b5%e0%a4%b0%e0%a5%8d%e0%a4%97%e0%a4%ae%e0%a5%82%e0%a4%b3/', '92:89991e054a72f278354283bc04693731', 270, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'वर्गमूळ', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1034, 'https://connectivism.in/tag/doctor-babasaheb-ambedkar/', '54:9d0fdc452fe3bf03432a94d577b0b8ee', 276, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'doctor babasaheb ambedkar', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1035, 'https://connectivism.in/tag/pranyanchi-pille/', '45:34930de58718c6f66be01a5d23d2c9b5', 293, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'PRANYANCHI PILLE', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1036, 'https://connectivism.in/tag/education/', '38:173b7ea8f7caf0337fa4e7346f495961', 299, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'Education', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1037, 'https://connectivism.in/tag/vegetables/', '39:da1f297cb70630b69cc8bed8934388e3', 311, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'VEGETABLES', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1038, 'https://connectivism.in/tag/musical-instruments/', '48:7fe2298509eeaffa546a5ff7f42228e4', 312, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'MUSICAL INSTRUMENTS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1039, 'https://connectivism.in/tag/kitchen/', '36:76c72768331dfa3f43d457026b64ec84', 317, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'KITCHEN', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1040, 'https://connectivism.in/tag/things-in-kitchen/', '46:44a12f9c23040f275ba4d010061f72bc', 318, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'THINGS IN KITCHEN', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1041, 'https://connectivism.in/tag/test/', '33:50724fc67b502c1f9284a9df4c8e1d5d', 325, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'TEST', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1042, 'https://connectivism.in/tag/%e0%a4%aa%e0%a4%be%e0%a4%b5%e0%a4%b8%e0%a4%be%e0%a4%b2%e0%a4%be/', '92:34b5de6355ca20c62a1a81cf18e8e3cc', 328, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'पावसाला', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1043, 'https://connectivism.in/tag/story-of-shrikrishna/', '49:4f800c73b1fb4ebc95266f743794d7fe', 337, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'STORY OF SHRIKRISHNA', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1044, 'https://connectivism.in/tag/homes-of-animals/', '45:34428c802cb376758035cbf1a09d6da5', 346, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'HOMES OF ANIMALS', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1045, 'https://connectivism.in/tag/house-of-animal/', '44:48cbfa8126f3aadc53598d0e68d6eafb', 347, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'HOUSE OF ANIMAL', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1046, 'https://connectivism.in/tag/my-school/', '38:d932e031da1e9733e31d0f7e7f6fb81a', 351, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'MY SCHOOL', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1047, 'https://connectivism.in/category/standard-12th/political-science/', '65:e469b013b5e4ce912702e483e3cd9e56', 363, 'term', 'category', NULL, NULL, NULL, NULL, 'Political Science', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1048, 'https://connectivism.in/category/standard-11/social-science-standard-11/', '72:a968ff5259f4ff5d9f0ee6fffebe39ae', 364, 'term', 'category', NULL, NULL, NULL, NULL, 'Social Science', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1049, 'https://connectivism.in/category/standard-12th/social-science/', '62:818d042eebf91140289bccbfe7d04f35', 365, 'term', 'category', NULL, NULL, NULL, NULL, 'Social Science', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1050, 'https://connectivism.in/category/standard-12th/marathi/', '55:64d89c2ca4ca81978a83f485a3886bf0', 366, 'term', 'category', NULL, NULL, NULL, NULL, 'Marathi', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1051, 'https://connectivism.in/category/standard-12th/hindi/', '53:1b6ea4aa9ceb20cc80bdf1c97f4271c3', 367, 'term', 'category', NULL, NULL, NULL, NULL, 'Hindi', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1052, 'https://connectivism.in/category/standard-12th/english/', '55:0621076d48050129600ccc53cd73e0ed', 368, 'term', 'category', NULL, NULL, NULL, NULL, 'English', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL);
INSERT INTO `wpqe_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`) VALUES
(1053, 'https://connectivism.in/category/standard-12th/maths/', '53:de4b71a8b3060e45fac51d0f45ca353c', 369, 'term', 'category', NULL, NULL, NULL, NULL, 'Maths', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1054, 'https://connectivism.in/category/standard-12th/physics/', '55:d968a203f0628b15e7db9164f5419fa1', 370, 'term', 'category', NULL, NULL, NULL, NULL, 'Physics', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1055, 'https://connectivism.in/category/standard-12th/chemistry/', '57:2653351c34f5248243ca8cdd54d1d29c', 371, 'term', 'category', NULL, NULL, NULL, NULL, 'Chemistry', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:37', '2020-05-06 12:37:37', 1, NULL, NULL, NULL, NULL),
(1056, 'https://connectivism.in/category/standard-12th/biology/', '55:def821787b8d5ad4b4c73f0d4a643aea', 372, 'term', 'category', NULL, NULL, NULL, NULL, 'Biology', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1057, 'https://connectivism.in/category/standard-12th/economics/', '57:b9f39d2c9ae411e20164753a9abcb9f3', 373, 'term', 'category', NULL, NULL, NULL, NULL, 'Economics', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1058, 'https://connectivism.in/category/standard-12th/geography/', '57:6528d69f80fe12cf17f2655c17a67414', 374, 'term', 'category', NULL, NULL, NULL, NULL, 'Geography', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1059, 'https://connectivism.in/category/standard-11/history-standard-11/', '65:66976e0e8a1299ead2010cb18db6789a', 375, 'term', 'category', NULL, NULL, NULL, NULL, 'History', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1060, 'https://connectivism.in/category/standard-11/geography-standard-11/', '67:ce881ec1aac672a6c8029a17d1b20a19', 376, 'term', 'category', NULL, NULL, NULL, NULL, 'Geography', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1061, 'https://connectivism.in/tag/dr-ambedkar/', '40:6f9a64f14edea900ebdaee0d01167a5e', 378, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'dr ambedkar', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1062, 'https://connectivism.in/tag/constitution/', '41:a0efe498247f9a799e164b27762a8e5d', 381, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'constitution', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1063, 'https://connectivism.in/tag/ambedkar/', '37:da3c888276ea3159ff05eee075d4f4cb', 382, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'ambedkar', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1064, 'https://connectivism.in/tag/independance-day/', '45:37f76d8bf87a471332426cbde7b0fb6e', 387, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'independance day', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1065, 'https://connectivism.in/tag/15-august/', '38:703b1c7e0cc70e391947177aab00ffae', 388, 'term', 'post_tag', NULL, NULL, NULL, NULL, '15 august', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1066, 'https://connectivism.in/category/entertainment/song/', '52:3c3987d8d222713e689a992e5f7cf5c7', 390, 'term', 'category', NULL, NULL, NULL, NULL, 'Song', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1067, 'https://connectivism.in/tag/word-arrange/', '41:ddbde761aaac5dabdabfed12de1f9845', 399, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'word arrange', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1068, 'https://connectivism.in/tag/europ/', '34:85e1b391a7455120a500bd83089fcb72', 404, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'europ', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1069, 'https://connectivism.in/tag/koparnikas/', '39:6da0295cd17c68053e06eb183dd26343', 409, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'koparnikas', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1070, 'https://connectivism.in/tag/12th-history-video/', '47:9556fb850a8cc9583212162eabd9d781', 411, 'term', 'post_tag', NULL, NULL, NULL, NULL, '12th history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1071, 'https://connectivism.in/tag/11th-history-video/', '47:8beff37e67131648a991461a9c1f4bc7', 412, 'term', 'post_tag', NULL, NULL, NULL, NULL, '11th history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1072, 'https://connectivism.in/tag/10th-history-video/', '47:19a718f4306c7707a544b8ee7610cdc9', 413, 'term', 'post_tag', NULL, NULL, NULL, NULL, '10th history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1073, 'https://connectivism.in/tag/9th-history-video/', '46:8c11ffa422aa2ac11d3a2d5ee452c458', 414, 'term', 'post_tag', NULL, NULL, NULL, NULL, '9th history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1074, 'https://connectivism.in/tag/8th-history-video/', '46:7e23a011a64917eb8201a734e38f128c', 415, 'term', 'post_tag', NULL, NULL, NULL, NULL, '8th history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1075, 'https://connectivism.in/tag/7th-history-video/', '46:c94f7c0cd659f698b71e68d70055951e', 416, 'term', 'post_tag', NULL, NULL, NULL, NULL, '7th history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1076, 'https://connectivism.in/tag/6th-history-video/', '46:af37c76a79b40f743ac04dc7439d70cc', 417, 'term', 'post_tag', NULL, NULL, NULL, NULL, '6th history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1077, 'https://connectivism.in/tag/5th-history-video/', '46:3946c52c17d2f43e4c9a25fd5540e9f4', 418, 'term', 'post_tag', NULL, NULL, NULL, NULL, '5th history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1078, 'https://connectivism.in/tag/4th-history-video/', '46:c95132f7d5897e9511331f6a039e4be7', 419, 'term', 'post_tag', NULL, NULL, NULL, NULL, '4th history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1079, 'https://connectivism.in/tag/3rd-history-video/', '46:1a666eafccb0679679da84c20145eabe', 420, 'term', 'post_tag', NULL, NULL, NULL, NULL, '3rd history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1080, 'https://connectivism.in/tag/12th-history-questionpapers/', '56:d28e73e78d23ae9ecc3e93966f611902', 421, 'term', 'post_tag', NULL, NULL, NULL, NULL, '12th history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:38', '2020-05-06 12:37:38', 1, NULL, NULL, NULL, NULL),
(1081, 'https://connectivism.in/tag/11th-history-questionpapers/', '56:de3a77d6ba7ae278ef30326fcf4060bf', 422, 'term', 'post_tag', NULL, NULL, NULL, NULL, '11th history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1082, 'https://connectivism.in/tag/10th-history-questionpapers/', '56:13679471bf1186bf5bdba23e090df85c', 423, 'term', 'post_tag', NULL, NULL, NULL, NULL, '10th history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1083, 'https://connectivism.in/tag/9th-history-questionpapers/', '55:d4c9e77e7a166791f50ebeefdfb79a25', 424, 'term', 'post_tag', NULL, NULL, NULL, NULL, '9th history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1084, 'https://connectivism.in/tag/8th-history-questionpapers/', '55:04634e4bcb647dfa19665a4edb2bfd26', 425, 'term', 'post_tag', NULL, NULL, NULL, NULL, '8th history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1085, 'https://connectivism.in/tag/7th-history-questionpapers/', '55:98c42d7638eeaab1edd227a7c40cddc2', 426, 'term', 'post_tag', NULL, NULL, NULL, NULL, '7th history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1086, 'https://connectivism.in/tag/6th-history-questionpapers/', '55:39c9809a75c2965c26ec5e5bd9178a9c', 427, 'term', 'post_tag', NULL, NULL, NULL, NULL, '6th history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1087, 'https://connectivism.in/tag/5th-history-questionpapers/', '55:8414f4af97a4fb4af19efade9ab0890e', 428, 'term', 'post_tag', NULL, NULL, NULL, NULL, '5th history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1088, 'https://connectivism.in/tag/4th-history-questionpapers/', '55:30f5fb62aa5a4cb8596218c96a6bd295', 429, 'term', 'post_tag', NULL, NULL, NULL, NULL, '4th history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1089, 'https://connectivism.in/tag/3rd-history-questionpapers/', '55:9835fe669baf26fb0ee308fac1da08ff', 430, 'term', 'post_tag', NULL, NULL, NULL, NULL, '3rd history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1090, 'https://connectivism.in/tag/2nd-history-questionpapers/', '55:d50e9acd483f77952c884afad419560a', 431, 'term', 'post_tag', NULL, NULL, NULL, NULL, '2nd history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1091, 'https://connectivism.in/tag/1st-history-questionpapers/', '55:02f121f3541fec83cb663e1ed0232441', 432, 'term', 'post_tag', NULL, NULL, NULL, NULL, '1st history questionpapers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1092, 'https://connectivism.in/tag/2nd-history-video/', '46:2829155903c91e5657696082b66a21c6', 433, 'term', 'post_tag', NULL, NULL, NULL, NULL, '2nd history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1093, 'https://connectivism.in/tag/1st-history-video/', '46:c315de2bba7ae2fa8bc66569abff8fcd', 434, 'term', 'post_tag', NULL, NULL, NULL, NULL, '1st history Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 14:37:39', '2020-05-06 12:37:39', 1, NULL, NULL, NULL, NULL),
(1094, 'https://connectivism.in/2752/', '29:2d43f7c8a127cc189faafa0df32f9594', 2752, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 15:25:56', '2020-05-06 13:26:57', 1, NULL, NULL, NULL, NULL),
(1095, 'https://connectivism.in/2753/', '29:4c56a61a31821af58efa5dd86d18a1e0', 2753, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 15:26:13', '2020-05-06 13:26:57', 1, NULL, NULL, NULL, NULL),
(1096, 'https://connectivism.in/2754/', '29:186f952333c0d8774897cba06a85945f', 2754, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 15:26:18', '2020-05-06 13:26:57', 1, NULL, NULL, NULL, NULL),
(1097, 'https://connectivism.in/2755/', '29:a931525a4ff9bd7b417436548d90845e', 2755, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 15:26:20', '2020-05-06 13:26:57', 1, NULL, NULL, NULL, NULL),
(1098, 'https://connectivism.in/2756/', '29:24176d4f4a8db28fbc29ebf8a106204b', 2756, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 15:26:20', '2020-05-06 13:26:58', 1, NULL, NULL, NULL, NULL),
(1099, 'https://connectivism.in/2757/', '29:e079cd4c985115f63468526cff18da69', 2757, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 15:26:25', '2020-05-06 13:26:58', 1, NULL, NULL, NULL, NULL),
(1100, 'https://connectivism.in/2758/', '29:277622d26eae7fd1c7304c051484008e', 2758, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 15:26:36', '2020-05-06 13:26:58', 1, NULL, NULL, NULL, NULL),
(1101, 'https://connectivism.in/?taxonomy=nav_menu&term=short/', '54:bf63f4a6bf03cd1464f07bf8a365da10', 198, 'term', 'nav_menu', NULL, NULL, NULL, NULL, 'Short', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 15:26:57', '2020-05-06 13:26:57', 1, NULL, NULL, NULL, NULL),
(1102, 'https://connectivism.in/home/', '29:01dfb16bbaa9f8d4a42bbe28012228db', 1952, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 15:26:57', '2020-05-06 13:26:57', 1, NULL, NULL, NULL, NULL),
(1103, 'https://connectivism.in/nursary-2/', '34:61a086490cf8fe78061419b3ee57fdcf', 2759, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Nursary', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 18:10:59', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(1104, 'https://connectivism.in/__trashed-5/', '36:e76bb516cbca67efccb8dd0a3bdd4870', 2760, 'post', 'post', 1, 0, NULL, NULL, 'संख्यामाला भाग 1', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-06 18:11:10', '2020-05-06 16:31:00', 1, NULL, NULL, NULL, NULL),
(1105, 'https://connectivism.in/junior-kg-2/', '36:33d1357827b90261863aacc8a6e00914', 2761, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Junior KG', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 18:11:23', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(1106, 'https://connectivism.in/senior-kg-2/', '36:95f8e72bdf9f4ad66557458887768df0', 2762, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Senior KG', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 18:11:36', '2020-05-06 16:12:37', 1, NULL, NULL, NULL, NULL),
(1107, 'https://connectivism.in/number-series/', '38:e006377f22acf448228f0a330c5363fd', 2763, 'post', 'post', 1, 0, NULL, NULL, 'संख्यामाला भाग 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/20200506_233917.jpg', NULL, '2766', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/20200506_233917.jpg', '2766', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/20200506_233917.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/20200506_233917.jpg\",\"size\":\"full\",\"id\":2766,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-06 18:16:31', '2020-05-06 16:30:19', 1, NULL, NULL, NULL, NULL),
(1108, 'https://connectivism.in/tag/competitive-exam-it-videos/', '55:1baa7a094dd867def56fd88dc18c520e', 544, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'competitive exam it videos', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 18:21:16', '2020-05-06 16:21:16', 1, NULL, NULL, NULL, NULL),
(1109, 'https://connectivism.in/tag/sankhyamala/', '40:fe3480d9a02390c93a612fbf8edeac13', 545, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'sankhyamala', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 18:21:44', '2020-05-06 16:21:44', 1, NULL, NULL, NULL, NULL),
(1110, 'https://connectivism.in/tag/%e0%a4%b8%e0%a4%82%e0%a4%96%e0%a5%8d%e0%a4%af%e0%a4%be%e0%a4%ae%e0%a4%be%e0%a4%b2%e0%a4%be/', '119:3a2d440e097196eb7d1e21f222dd54ed', 546, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'संख्यामाला', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 18:21:52', '2020-05-06 16:21:52', 1, NULL, NULL, NULL, NULL),
(1111, 'https://connectivism.in/tag/number-series/', '42:d1303d3f5bc725625fa7da2f58c7c1ad', 547, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'number series', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 18:22:36', '2020-05-06 16:22:36', 1, NULL, NULL, NULL, NULL),
(1112, 'https://connectivism.in/c8824b5e29674522a705174c1e65797b/', '57:ac37107821107e84ef097a6d5b591262', 2764, 'post', 'oembed_cache', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-06 18:23:37', '2020-05-06 16:23:37', 1, NULL, NULL, NULL, NULL),
(1113, 'https://connectivism.in/number-series/20200506_233917/', '54:7cf1113996ea6548fbc7514dd891905e', 2766, 'post', 'attachment', 1, 2763, NULL, NULL, '20200506_233917', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/20200506_233917.jpg', NULL, '2766', 'attachment-image', NULL, NULL, NULL, '2766', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-06 18:30:07', '2020-05-06 16:30:07', 1, NULL, NULL, NULL, NULL),
(1114, 'https://connectivism.in/number-series-1/20200506_234018/', '56:c7f90f5aa9e6961dceef26ea964e789a', 2768, 'post', 'attachment', 1, 2749, NULL, NULL, '20200506_234018', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/20200506_234018.jpg', NULL, '2768', 'attachment-image', NULL, NULL, NULL, '2768', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-06 18:33:12', '2020-05-06 16:33:12', 1, NULL, NULL, NULL, NULL),
(1115, 'https://connectivism.in/?p=2769/', '32:5261ffb031c42acfff193f211a0771cc', 2769, 'post', 'post', 1, 0, NULL, NULL, 'Auto Draft', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-07 04:01:17', '2020-05-07 02:01:17', 1, NULL, NULL, NULL, NULL),
(1116, 'https://connectivism.in/?page_id=2773/', '38:24ddc25b14fb9f11bd3d430c71fb2f41', 2773, 'post', 'page', 1, 0, NULL, NULL, '12th Standard Videos', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-05-07 04:30:04', '2020-05-07 03:00:09', 1, NULL, NULL, NULL, NULL),
(1117, 'https://connectivism.in/untitled-reusable-block/', '48:bfa7b7d3e4cd2abd054e8894069a450f', 2774, 'post', 'wp_block', 1, 0, NULL, NULL, 'Untitled Reusable Block', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-07 04:40:47', '2020-05-07 02:40:47', 1, NULL, NULL, NULL, NULL),
(1118, 'https://connectivism.in/?p=2776/', '32:262b4cdbe0671e7fbb6886cd4399ae17', 2776, 'post', 'post', 1, 0, NULL, NULL, 'Auto Draft', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-08 02:13:28', '2020-05-08 00:13:28', 1, NULL, NULL, NULL, NULL),
(1119, 'https://connectivism.in/population-1/', '37:2840eb2e61c3817699c4c5ffd1e8e4d9', 2777, 'post', 'post', 1, 0, NULL, NULL, 'लोकसंख्या &#8211; 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/20200508_083538.jpg', NULL, '2780', 'featured-image', NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/20200508_083538.jpg', '2780', 'featured-image', '{\"width\":1280,\"height\":720,\"url\":\"https:\\/\\/connectivism.in\\/wp-content\\/uploads\\/2020\\/05\\/20200508_083538.jpg\",\"path\":\"\\/home\\/eschoolu\\/public_html\\/connectivism\\/wp-content\\/uploads\\/2020\\/05\\/20200508_083538.jpg\",\"size\":\"full\",\"id\":2780,\"alt\":\"\",\"pixels\":921600,\"type\":\"image\\/jpeg\"}', 0, 0, NULL, '2020-05-08 02:13:29', '2020-05-08 01:14:18', 1, NULL, NULL, NULL, NULL),
(1120, 'https://connectivism.in/tag/12th-geograqphy-question-papers/', '60:9663e9f7fe336cf941b59c0391e2ed47', 548, 'term', 'post_tag', NULL, NULL, NULL, NULL, '12th geograqphy question papers', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-08 02:15:24', '2020-05-08 00:15:24', 1, NULL, NULL, NULL, NULL),
(1121, 'https://connectivism.in/tag/population/', '39:613cab8bb9178307f62d70ec1ea71d26', 549, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'population', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-08 02:15:33', '2020-05-08 00:15:33', 1, NULL, NULL, NULL, NULL),
(1122, 'https://connectivism.in/tag/loksankhya/', '39:99d28133d540a1a7b9062e0bf5c5bcef', 550, 'term', 'post_tag', NULL, NULL, NULL, NULL, 'loksankhya', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-08 02:15:39', '2020-05-08 00:15:39', 1, NULL, NULL, NULL, NULL),
(1123, 'https://connectivism.in/?p=2779/', '32:cff726db3033507216457d805f73d6ca', 2779, 'post', 'post', 1, 0, NULL, NULL, 'Auto Draft', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-08 03:08:27', '2020-05-08 01:08:27', 1, NULL, NULL, NULL, NULL),
(1124, 'https://connectivism.in/population-1/20200508_083538/', '53:f1185b5a24adb21912e55bf4a0b0c52a', 2780, 'post', 'attachment', 1, 2777, NULL, NULL, '20200508_083538', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://connectivism.in/wp-content/uploads/2020/05/20200508_083538.jpg', NULL, '2780', 'attachment-image', NULL, NULL, NULL, '2780', 'attachment-image', NULL, NULL, NULL, NULL, '2020-05-08 03:10:40', '2020-05-08 01:10:40', 1, NULL, NULL, NULL, NULL),
(1126, 'https://connectivism.in/?p=2783/', '32:9a8f3e96207d816813410e2e861bb6f7', 2783, 'post', 'post', 1, 0, NULL, NULL, 'Auto Draft', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-08 15:51:04', '2020-05-08 13:51:04', 1, NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `wpqe_yoast_indexable_hierarchy`
--

CREATE TABLE `wpqe_yoast_indexable_hierarchy` (
  `indexable_id` int(11) UNSIGNED NOT NULL,
  `ancestor_id` int(11) UNSIGNED NOT NULL,
  `depth` int(11) UNSIGNED DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_yoast_indexable_hierarchy`
--

INSERT INTO `wpqe_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(127, 58, 1, 1),
(141, 142, 1, 1),
(181, 182, 1, 1),
(225, 4, 1, 1),
(230, 231, 1, 1),
(232, 230, 1, 1),
(232, 231, 2, 1),
(319, 230, 1, 1),
(319, 231, 2, 1),
(342, 128, 1, 1),
(343, 142, 1, 1),
(391, 344, 1, 1),
(560, 559, 1, 1),
(562, 559, 1, 1),
(567, 566, 1, 1),
(569, 566, 1, 1),
(571, 221, 1, 1),
(574, 573, 1, 1),
(606, 605, 1, 1),
(608, 607, 1, 1),
(609, 605, 1, 1),
(610, 607, 1, 1),
(611, 605, 1, 1),
(612, 607, 1, 1),
(613, 605, 1, 1),
(614, 607, 1, 1),
(615, 605, 1, 1),
(616, 607, 1, 1),
(617, 605, 1, 1),
(618, 607, 1, 1),
(619, 605, 1, 1),
(620, 607, 1, 1),
(621, 605, 1, 1),
(622, 607, 1, 1),
(624, 623, 1, 1),
(626, 625, 1, 1),
(628, 627, 1, 1),
(630, 629, 1, 1),
(632, 631, 1, 1),
(634, 633, 1, 1),
(636, 635, 1, 1),
(639, 638, 1, 1),
(640, 573, 1, 1),
(642, 641, 1, 1),
(652, 651, 1, 1),
(655, 223, 1, 1),
(656, 163, 1, 1),
(657, 147, 1, 1),
(658, 144, 1, 1),
(659, 204, 1, 1),
(660, 185, 1, 1),
(661, 353, 1, 1),
(662, 156, 1, 1),
(663, 349, 1, 1),
(664, 161, 1, 1),
(665, 159, 1, 1),
(666, 66, 1, 1),
(667, 158, 1, 1),
(668, 160, 1, 1),
(669, 331, 1, 1),
(670, 245, 1, 1),
(671, 246, 1, 1),
(672, 303, 1, 1),
(673, 244, 1, 1),
(674, 157, 1, 1),
(675, 143, 1, 1),
(676, 162, 1, 1),
(677, 65, 1, 1),
(678, 339, 1, 1),
(679, 155, 1, 1),
(680, 247, 1, 1),
(681, 169, 1, 1),
(682, 173, 1, 1),
(683, 8, 1, 1),
(684, 8, 1, 1),
(685, 228, 1, 1),
(686, 4, 1, 1),
(688, 52, 1, 1),
(690, 182, 1, 1),
(691, 692, 1, 1),
(691, 693, 2, 1),
(692, 693, 1, 1),
(694, 693, 1, 1),
(696, 182, 1, 1),
(700, 693, 1, 1),
(701, 693, 1, 1),
(702, 692, 1, 1),
(702, 693, 2, 1),
(703, 692, 1, 1),
(703, 693, 2, 1),
(704, 182, 1, 1),
(705, 182, 1, 1),
(723, 722, 1, 1),
(1047, 128, 1, 1),
(1048, 1025, 1, 1),
(1049, 128, 1, 1),
(1050, 128, 1, 1),
(1051, 128, 1, 1),
(1052, 128, 1, 1),
(1053, 128, 1, 1),
(1054, 128, 1, 1),
(1055, 128, 1, 1),
(1056, 128, 1, 1),
(1057, 128, 1, 1),
(1058, 128, 1, 1),
(1059, 1025, 1, 1),
(1060, 1025, 1, 1),
(1066, 142, 1, 1),
(1113, 1107, 1, 1),
(1114, 396, 1, 1),
(1124, 1119, 1, 1);

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

--
-- Table structure for table `wpqe_yoast_migrations`
--

CREATE TABLE `wpqe_yoast_migrations` (
  `id` int(11) UNSIGNED NOT NULL,
  `version` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_yoast_migrations`
--

INSERT INTO `wpqe_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130');

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

--
-- Table structure for table `wpqe_yoast_primary_term`
--

CREATE TABLE `wpqe_yoast_primary_term` (
  `id` int(11) UNSIGNED NOT NULL,
  `post_id` int(11) UNSIGNED NOT NULL,
  `term_id` int(11) UNSIGNED NOT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_yoast_primary_term`
--

INSERT INTO `wpqe_yoast_primary_term` (`id`, `post_id`, `term_id`, `taxonomy`, `created_at`, `updated_at`, `blog_id`) VALUES
(1, 2566, 220, 'category', '2020-05-01 07:24:26', '2020-05-01 05:24:26', 1),
(2, 2431, 213, 'category', '2020-05-01 07:36:54', '2020-05-01 05:36:54', 1),
(3, 2543, 215, 'category', '2020-05-01 08:30:15', '2020-05-01 06:30:15', 1),
(4, 2626, 220, 'category', '2020-05-01 08:37:43', '2020-05-01 06:37:43', 1),
(5, 2429, 211, 'category', '2020-05-01 08:50:38', '2020-05-01 06:50:38', 1),
(6, 2548, 221, 'category', '2020-05-01 10:31:02', '2020-05-01 08:31:02', 1),
(7, 2463, 259, 'category', '2020-05-01 11:05:24', '2020-05-01 09:05:24', 1),
(8, 2476, 221, 'category', '2020-05-01 11:05:58', '2020-05-01 09:05:58', 1),
(9, 2684, 282, 'category', '2020-05-01 14:13:39', '2020-05-01 12:13:39', 1),
(10, 2512, 221, 'category', '2020-05-01 18:03:23', '2020-05-01 16:03:23', 1),
(11, 2427, 222, 'category', '2020-05-01 18:03:35', '2020-05-01 16:03:35', 1),
(12, 2438, 216, 'category', '2020-05-01 18:26:43', '2020-05-01 16:26:43', 1),
(13, 2527, 221, 'category', '2020-05-01 20:03:48', '2020-05-01 18:03:48', 1),
(14, 2454, 263, 'category', '2020-05-01 20:03:56', '2020-05-01 18:03:56', 1),
(15, 2508, 221, 'category', '2020-05-01 20:04:05', '2020-05-01 18:04:05', 1),
(16, 2480, 221, 'category', '2020-05-01 20:04:09', '2020-05-01 18:04:09', 1),
(17, 2472, 274, 'category', '2020-05-01 20:04:17', '2020-05-01 18:04:17', 1),
(18, 2484, 221, 'category', '2020-05-01 20:04:21', '2020-05-01 18:04:21', 1),
(19, 2468, 215, 'category', '2020-05-01 20:04:25', '2020-05-01 18:04:25', 1),
(20, 2516, 221, 'category', '2020-05-01 20:04:29', '2020-05-01 18:04:29', 1),
(21, 2435, 247, 'category', '2020-05-01 20:04:39', '2020-05-01 18:04:39', 1),
(22, 2535, 221, 'category', '2020-05-01 21:15:15', '2020-05-01 19:15:15', 1),
(23, 2539, 288, 'category', '2020-05-01 23:14:53', '2020-05-01 21:14:53', 1),
(24, 2446, 259, 'category', '2020-05-02 02:14:48', '2020-05-02 00:14:48', 1),
(25, 2442, 263, 'category', '2020-05-02 05:27:28', '2020-05-02 03:27:28', 1),
(26, 2425, 210, 'category', '2020-05-02 05:28:04', '2020-05-02 03:28:04', 1),
(27, 2423, 209, 'category', '2020-05-02 05:28:09', '2020-05-02 03:28:09', 1),
(28, 2419, 216, 'category', '2020-05-02 07:05:59', '2020-05-02 05:05:59', 1),
(29, 2552, 216, 'category', '2020-05-02 07:30:19', '2020-05-02 05:30:19', 1),
(30, 2699, 214, 'category', '2020-05-02 08:59:52', '2020-05-02 06:59:52', 1),
(31, 2504, 221, 'category', '2020-05-02 09:42:29', '2020-05-02 07:42:29', 1),
(32, 2492, 221, 'category', '2020-05-02 09:43:24', '2020-05-02 07:43:24', 1),
(33, 2496, 247, 'category', '2020-05-02 09:45:19', '2020-05-02 07:45:19', 1),
(34, 2531, 263, 'category', '2020-05-02 09:45:43', '2020-05-02 07:45:43', 1),
(35, 2500, 221, 'category', '2020-05-02 12:43:28', '2020-05-02 10:43:28', 1),
(36, 2724, 214, 'category', '2020-05-02 17:30:53', '2020-05-02 15:30:53', 1),
(37, 2488, 221, 'category', '2020-05-02 19:48:50', '2020-05-02 17:48:50', 1),
(38, 2523, 221, 'category', '2020-05-02 20:33:13', '2020-05-02 18:33:13', 1),
(39, 2464, 221, 'category', '2020-05-03 05:20:28', '2020-05-03 03:20:28', 1),
(40, 2455, 392, 'category', '2020-05-03 17:01:05', '2020-05-03 15:01:05', 1),
(41, 2728, 220, 'category', '2020-05-04 10:33:29', '2020-05-04 08:43:13', 1),
(42, 2743, 213, 'category', '2020-05-05 17:21:56', '2020-05-05 15:21:56', 1),
(43, 2749, 247, 'category', '2020-05-06 10:02:50', '2020-05-06 16:33:28', 1),
(44, 1153, 221, 'category', '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1),
(45, 2556, 259, 'category', '2020-05-06 14:37:32', '2020-05-06 12:37:32', 1),
(46, 2763, 247, 'category', '2020-05-06 18:28:38', '2020-05-06 16:30:19', 1),
(47, 2698, 220, 'category', '2020-05-07 04:22:02', '2020-05-07 02:28:52', 1),
(48, 2777, 220, 'category', '2020-05-08 02:16:18', '2020-05-08 01:14:18', 1);

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

--
-- Table structure for table `wpqe_yoast_seo_links`
--

CREATE TABLE `wpqe_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `target_post_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpqe_yoast_seo_meta`
--

CREATE TABLE `wpqe_yoast_seo_meta` (
  `object_id` bigint(20) UNSIGNED NOT NULL,
  `internal_link_count` int(10) UNSIGNED DEFAULT NULL,
  `incoming_link_count` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpqe_yoast_seo_meta`
--

INSERT INTO `wpqe_yoast_seo_meta` (`object_id`, `internal_link_count`, `incoming_link_count`) VALUES
(2, 0, 0),
(3, 0, 0),
(4, 0, 0),
(172, 0, 0),
(173, 0, 0),
(174, 0, 0),
(742, 0, 0),
(744, 0, 0),
(746, 0, 0),
(748, 0, 0),
(1153, 0, 0),
(1699, 0, 0),
(1700, 0, 0),
(1701, 0, 0),
(1702, 0, 0),
(1708, 0, 0),
(1710, 0, 0),
(1712, 0, 0),
(1715, 0, 0),
(1716, 0, 0),
(1774, 0, 0),
(1797, 0, 0),
(1799, 0, 0),
(1801, 0, 0),
(1803, 0, 0),
(1824, 0, 0),
(1825, 0, 0),
(1831, 0, 0),
(1869, 0, 0),
(1876, 0, 0),
(1877, 0, 0),
(1878, 0, 0),
(1972, 0, 0),
(1973, 0, 0),
(1974, 0, 0),
(1975, 0, 0),
(1976, 0, 0),
(1977, 0, 0),
(1982, 0, 0),
(1984, 0, 0),
(1985, 0, 0),
(1996, 0, 0),
(2004, 0, 0),
(2005, 0, 0),
(2007, 0, 0),
(2008, 0, 0),
(2009, 0, 0),
(2011, 0, 0),
(2018, 0, 0),
(2019, 0, 0),
(2020, 0, 0),
(2021, 0, 0),
(2022, 0, 0),
(2026, 0, 0),
(2027, 0, 0),
(2028, 0, 0),
(2029, 0, 0),
(2034, 0, 0),
(2035, 0, 0),
(2037, 0, 0),
(2038, 0, 0),
(2039, 0, 0),
(2043, 0, 0),
(2045, 0, 0),
(2051, 0, 0),
(2053, 0, 0),
(2054, 0, 0),
(2055, 0, 0),
(2095, 0, 0),
(2097, 0, 0),
(2101, 0, 0),
(2103, 0, 0),
(2106, 0, 0),
(2109, 0, 0),
(2112, 0, 0),
(2113, 0, 0),
(2121, 0, 0),
(2125, 0, 0),
(2129, 0, 0),
(2131, 0, 0),
(2132, 0, 0),
(2133, 0, 0),
(2134, 0, 0),
(2135, 0, 0),
(2136, 0, 0),
(2137, 0, 0),
(2138, 0, 0),
(2139, 0, 0),
(2141, 0, 0),
(2142, 0, 0),
(2143, 0, 0),
(2144, 0, 0),
(2145, 0, 0),
(2146, 0, 0),
(2147, 0, 0),
(2149, 0, 0),
(2159, 0, 0),
(2160, 0, 0),
(2162, 0, 0),
(2168, 0, 0),
(2169, 0, 0),
(2170, 0, 0),
(2171, 0, 0),
(2174, 0, 0),
(2175, 0, 0),
(2176, 0, 0),
(2177, 0, 0),
(2178, 0, 0),
(2182, 0, 0),
(2184, 0, 0),
(2185, 0, 0),
(2186, 0, 0),
(2187, 0, 0),
(2188, 0, 0),
(2189, 0, 0),
(2190, 0, 0),
(2191, 0, 0),
(2192, 0, 0),
(2193, 0, 0),
(2194, 0, 0),
(2195, 0, 0),
(2196, 0, 0),
(2197, 0, 0),
(2198, 0, 0),
(2199, 0, 0),
(2200, 0, 0),
(2201, 0, 0),
(2202, 0, 0),
(2203, 0, 0),
(2204, 0, 0),
(2205, 0, 0),
(2206, 0, 0),
(2207, 0, 0),
(2208, 0, 0),
(2209, 0, 0),
(2210, 0, 0),
(2211, 0, 0),
(2212, 0, 0),
(2213, 0, 0),
(2214, 0, 0),
(2215, 0, 0),
(2216, 0, 0),
(2217, 0, 0),
(2218, 0, 0),
(2221, 0, 0),
(2224, 0, 0),
(2251, 0, 0),
(2252, 0, 0),
(2253, 0, 0),
(2254, 0, 0),
(2255, 0, 0),
(2256, 0, 0),
(2257, 0, 0),
(2258, 0, 0),
(2259, 0, 0),
(2260, 0, 0),
(2266, 0, 0),
(2267, 0, 0),
(2268, 0, 0),
(2269, 0, 0),
(2270, 0, 0),
(2271, 0, 0),
(2272, 0, 0),
(2273, 0, 0),
(2274, 0, 0),
(2275, 0, 0),
(2282, 0, 0),
(2283, 0, 0),
(2284, 0, 0),
(2286, 0, 0),
(2287, 0, 0),
(2288, 0, 0),
(2289, 0, 0),
(2290, 0, 0),
(2291, 0, 0),
(2292, 0, 0),
(2419, 0, 0),
(2421, 0, 0),
(2423, 0, 0),
(2425, 0, 0),
(2427, 0, 0),
(2429, 0, 0),
(2431, 0, 0),
(2433, 0, 0),
(2434, 0, 0),
(2435, 0, 0),
(2438, 0, 0),
(2442, 0, 0),
(2446, 0, 0),
(2450, 0, 0),
(2453, 0, 0),
(2454, 0, 0),
(2455, 0, 0),
(2458, 0, 0),
(2459, 0, 0),
(2463, 0, 0),
(2464, 0, 0),
(2468, 0, 0),
(2472, 0, 0),
(2476, 0, 0),
(2480, 0, 0),
(2484, 0, 0),
(2488, 0, 0),
(2492, 0, 0),
(2496, 0, 0),
(2500, 0, 0),
(2504, 0, 0),
(2508, 0, 0),
(2512, 0, 0),
(2516, 0, 0),
(2523, 0, 0),
(2527, 0, 0),
(2531, 0, 0),
(2535, 0, 0),
(2539, 0, 0),
(2543, 0, 0),
(2548, 0, 0),
(2552, 0, 0),
(2556, 0, 0),
(2558, 0, 0),
(2559, 0, 0),
(2560, 0, 0),
(2561, 0, 0),
(2562, 0, 0),
(2563, 0, 0),
(2564, 0, 0),
(2565, 0, 0),
(2566, 0, 0),
(2568, 0, 0),
(2569, 0, 0),
(2570, 0, 0),
(2571, 0, 0),
(2572, 0, 0),
(2573, 0, 0),
(2574, 0, 0),
(2575, 0, 0),
(2576, 0, 0),
(2586, 0, 0),
(2601, 0, 0),
(2626, 0, 0),
(2627, 0, 0),
(2630, 0, 0),
(2633, 0, 0),
(2634, 0, 0),
(2635, 0, 0),
(2636, 0, 0),
(2637, 0, 0),
(2638, 0, 0),
(2639, 0, 0),
(2640, 0, 0),
(2641, 0, 0),
(2642, 0, 0),
(2643, 0, 0),
(2644, 0, 0),
(2645, 0, 0),
(2646, 0, 0),
(2647, 0, 0),
(2648, 0, 0),
(2663, 0, 0),
(2664, 0, 0),
(2673, 0, 0),
(2684, 0, 0),
(2686, 0, 0),
(2687, 0, 0),
(2688, 0, 0),
(2689, 0, 0),
(2690, 0, 0),
(2691, 0, 0),
(2692, 0, 0),
(2693, 0, 0),
(2694, 0, 0),
(2695, 0, 0),
(2698, 0, 0),
(2699, 0, 0),
(2701, 0, 0),
(2709, 0, 0),
(2718, 0, 0),
(2724, 0, 0),
(2728, 0, 0),
(2730, 0, 0),
(2734, 0, 0),
(2736, 0, 0),
(2738, 0, 0),
(2740, 0, 0),
(2743, 0, 0),
(2745, 0, 0),
(2746, 0, 0),
(2747, 0, 0),
(2749, 0, 0),
(2760, 0, 0),
(2763, 0, 0),
(2773, 0, 0),
(2777, 0, 0),
(2781, 0, 0),
(2782, 0, 0);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wpo9_commentmeta`
--
ALTER TABLE `wpo9_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpo9_comments`
--
ALTER TABLE `wpo9_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wpo9_links`
--
ALTER TABLE `wpo9_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wpo9_options`
--
ALTER TABLE `wpo9_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wpo9_postmeta`
--
ALTER TABLE `wpo9_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpo9_posts`
--
ALTER TABLE `wpo9_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wpo9_termmeta`
--
ALTER TABLE `wpo9_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpo9_terms`
--
ALTER TABLE `wpo9_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wpo9_term_relationships`
--
ALTER TABLE `wpo9_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wpo9_term_taxonomy`
--
ALTER TABLE `wpo9_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wpo9_usermeta`
--
ALTER TABLE `wpo9_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpo9_users`
--
ALTER TABLE `wpo9_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wpqe_actionscheduler_actions`
--
ALTER TABLE `wpqe_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id` (`claim_id`);

--
-- Indexes for table `wpqe_actionscheduler_claims`
--
ALTER TABLE `wpqe_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `wpqe_actionscheduler_groups`
--
ALTER TABLE `wpqe_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `wpqe_actionscheduler_logs`
--
ALTER TABLE `wpqe_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

--
-- Indexes for table `wpqe_commentmeta`
--
ALTER TABLE `wpqe_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpqe_comments`
--
ALTER TABLE `wpqe_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indexes for table `wpqe_links`
--
ALTER TABLE `wpqe_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wpqe_options`
--
ALTER TABLE `wpqe_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wpqe_postmeta`
--
ALTER TABLE `wpqe_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpqe_posts`
--
ALTER TABLE `wpqe_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wpqe_termmeta`
--
ALTER TABLE `wpqe_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpqe_terms`
--
ALTER TABLE `wpqe_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wpqe_term_relationships`
--
ALTER TABLE `wpqe_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wpqe_term_taxonomy`
--
ALTER TABLE `wpqe_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wpqe_usermeta`
--
ALTER TABLE `wpqe_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpqe_users`
--
ALTER TABLE `wpqe_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wpqe_wc_admin_notes`
--
ALTER TABLE `wpqe_wc_admin_notes`
  ADD PRIMARY KEY (`note_id`);

--
-- Indexes for table `wpqe_wc_admin_note_actions`
--
ALTER TABLE `wpqe_wc_admin_note_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `note_id` (`note_id`);

--
-- Indexes for table `wpqe_wc_category_lookup`
--
ALTER TABLE `wpqe_wc_category_lookup`
  ADD PRIMARY KEY (`category_tree_id`,`category_id`);

--
-- Indexes for table `wpqe_wc_customer_lookup`
--
ALTER TABLE `wpqe_wc_customer_lookup`
  ADD PRIMARY KEY (`customer_id`),
  ADD UNIQUE KEY `user_id` (`user_id`),
  ADD KEY `email` (`email`);

--
-- Indexes for table `wpqe_wc_download_log`
--
ALTER TABLE `wpqe_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `wpqe_wc_order_coupon_lookup`
--
ALTER TABLE `wpqe_wc_order_coupon_lookup`
  ADD PRIMARY KEY (`order_id`,`coupon_id`),
  ADD KEY `coupon_id` (`coupon_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wpqe_wc_order_product_lookup`
--
ALTER TABLE `wpqe_wc_order_product_lookup`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wpqe_wc_order_stats`
--
ALTER TABLE `wpqe_wc_order_stats`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `status` (`status`(191));

--
-- Indexes for table `wpqe_wc_order_tax_lookup`
--
ALTER TABLE `wpqe_wc_order_tax_lookup`
  ADD PRIMARY KEY (`order_id`,`tax_rate_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wpqe_wc_product_meta_lookup`
--
ALTER TABLE `wpqe_wc_product_meta_lookup`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `virtual` (`virtual`),
  ADD KEY `downloadable` (`downloadable`),
  ADD KEY `stock_status` (`stock_status`),
  ADD KEY `stock_quantity` (`stock_quantity`),
  ADD KEY `onsale` (`onsale`),
  ADD KEY `min_max_price` (`min_price`,`max_price`);

--
-- Indexes for table `wpqe_wc_tax_rate_classes`
--
ALTER TABLE `wpqe_wc_tax_rate_classes`
  ADD PRIMARY KEY (`tax_rate_class_id`),
  ADD UNIQUE KEY `slug` (`slug`(191));

--
-- Indexes for table `wpqe_wc_webhooks`
--
ALTER TABLE `wpqe_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wpqe_woocommerce_api_keys`
--
ALTER TABLE `wpqe_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `wpqe_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wpqe_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `wpqe_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wpqe_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`);

--
-- Indexes for table `wpqe_woocommerce_log`
--
ALTER TABLE `wpqe_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `wpqe_woocommerce_order_itemmeta`
--
ALTER TABLE `wpqe_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wpqe_woocommerce_order_items`
--
ALTER TABLE `wpqe_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `wpqe_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wpqe_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wpqe_woocommerce_payment_tokens`
--
ALTER TABLE `wpqe_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wpqe_woocommerce_sessions`
--
ALTER TABLE `wpqe_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indexes for table `wpqe_woocommerce_shipping_zones`
--
ALTER TABLE `wpqe_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `wpqe_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wpqe_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wpqe_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wpqe_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `wpqe_woocommerce_tax_rates`
--
ALTER TABLE `wpqe_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indexes for table `wpqe_woocommerce_tax_rate_locations`
--
ALTER TABLE `wpqe_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wpqe_wp_pro_quiz_category`
--
ALTER TABLE `wpqe_wp_pro_quiz_category`
  ADD PRIMARY KEY (`category_id`);

--
-- Indexes for table `wpqe_wp_pro_quiz_form`
--
ALTER TABLE `wpqe_wp_pro_quiz_form`
  ADD PRIMARY KEY (`form_id`),
  ADD KEY `quiz_id` (`quiz_id`);

--
-- Indexes for table `wpqe_wp_pro_quiz_lock`
--
ALTER TABLE `wpqe_wp_pro_quiz_lock`
  ADD PRIMARY KEY (`quiz_id`,`lock_ip`,`user_id`,`lock_type`);

--
-- Indexes for table `wpqe_wp_pro_quiz_master`
--
ALTER TABLE `wpqe_wp_pro_quiz_master`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wpqe_wp_pro_quiz_prerequisite`
--
ALTER TABLE `wpqe_wp_pro_quiz_prerequisite`
  ADD PRIMARY KEY (`prerequisite_quiz_id`,`quiz_id`);

--
-- Indexes for table `wpqe_wp_pro_quiz_question`
--
ALTER TABLE `wpqe_wp_pro_quiz_question`
  ADD PRIMARY KEY (`id`),
  ADD KEY `quiz_id` (`quiz_id`),
  ADD KEY `category_id` (`category_id`);

--
-- Indexes for table `wpqe_wp_pro_quiz_statistic`
--
ALTER TABLE `wpqe_wp_pro_quiz_statistic`
  ADD PRIMARY KEY (`statistic_ref_id`,`question_id`);

--
-- Indexes for table `wpqe_wp_pro_quiz_statistic_ref`
--
ALTER TABLE `wpqe_wp_pro_quiz_statistic_ref`
  ADD PRIMARY KEY (`statistic_ref_id`),
  ADD KEY `quiz_id` (`quiz_id`,`user_id`),
  ADD KEY `time` (`create_time`);

--
-- Indexes for table `wpqe_wp_pro_quiz_template`
--
ALTER TABLE `wpqe_wp_pro_quiz_template`
  ADD PRIMARY KEY (`template_id`);

--
-- Indexes for table `wpqe_wp_pro_quiz_toplist`
--
ALTER TABLE `wpqe_wp_pro_quiz_toplist`
  ADD PRIMARY KEY (`toplist_id`,`quiz_id`);

--
-- Indexes for table `wpqe_yoast_indexable`
--
ALTER TABLE `wpqe_yoast_indexable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  ADD KEY `permalink_hash` (`permalink_hash`),
  ADD KEY `object_id_and_type` (`object_id`,`object_type`);

--
-- Indexes for table `wpqe_yoast_indexable_hierarchy`
--
ALTER TABLE `wpqe_yoast_indexable_hierarchy`
  ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `ancestor_id` (`ancestor_id`),
  ADD KEY `depth` (`depth`);

--
-- Indexes for table `wpqe_yoast_migrations`
--
ALTER TABLE `wpqe_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_wpqe_yoast_migrations_version` (`version`);

--
-- Indexes for table `wpqe_yoast_primary_term`
--
ALTER TABLE `wpqe_yoast_primary_term`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
  ADD KEY `post_term` (`post_id`,`term_id`);

--
-- Indexes for table `wpqe_yoast_seo_links`
--
ALTER TABLE `wpqe_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`);

--
-- Indexes for table `wpqe_yoast_seo_meta`
--
ALTER TABLE `wpqe_yoast_seo_meta`
  ADD UNIQUE KEY `object_id` (`object_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wpo9_commentmeta`
--
ALTER TABLE `wpo9_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpo9_comments`
--
ALTER TABLE `wpo9_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpo9_links`
--
ALTER TABLE `wpo9_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpo9_options`
--
ALTER TABLE `wpo9_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=142;

--
-- AUTO_INCREMENT for table `wpo9_postmeta`
--
ALTER TABLE `wpo9_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpo9_posts`
--
ALTER TABLE `wpo9_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wpo9_termmeta`
--
ALTER TABLE `wpo9_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpo9_terms`
--
ALTER TABLE `wpo9_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpo9_term_taxonomy`
--
ALTER TABLE `wpo9_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpo9_usermeta`
--
ALTER TABLE `wpo9_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `wpo9_users`
--
ALTER TABLE `wpo9_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpqe_actionscheduler_actions`
--
ALTER TABLE `wpqe_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `wpqe_actionscheduler_claims`
--
ALTER TABLE `wpqe_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11181;

--
-- AUTO_INCREMENT for table `wpqe_actionscheduler_groups`
--
ALTER TABLE `wpqe_actionscheduler_groups`
  MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpqe_actionscheduler_logs`
--
ALTER TABLE `wpqe_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `wpqe_commentmeta`
--
ALTER TABLE `wpqe_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `wpqe_comments`
--
ALTER TABLE `wpqe_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=120;

--
-- AUTO_INCREMENT for table `wpqe_links`
--
ALTER TABLE `wpqe_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_options`
--
ALTER TABLE `wpqe_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14699;

--
-- AUTO_INCREMENT for table `wpqe_postmeta`
--
ALTER TABLE `wpqe_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6412;

--
-- AUTO_INCREMENT for table `wpqe_posts`
--
ALTER TABLE `wpqe_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2784;

--
-- AUTO_INCREMENT for table `wpqe_termmeta`
--
ALTER TABLE `wpqe_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_terms`
--
ALTER TABLE `wpqe_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=551;

--
-- AUTO_INCREMENT for table `wpqe_term_taxonomy`
--
ALTER TABLE `wpqe_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=551;

--
-- AUTO_INCREMENT for table `wpqe_usermeta`
--
ALTER TABLE `wpqe_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=135;

--
-- AUTO_INCREMENT for table `wpqe_users`
--
ALTER TABLE `wpqe_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpqe_wc_admin_notes`
--
ALTER TABLE `wpqe_wc_admin_notes`
  MODIFY `note_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `wpqe_wc_admin_note_actions`
--
ALTER TABLE `wpqe_wc_admin_note_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `wpqe_wc_customer_lookup`
--
ALTER TABLE `wpqe_wc_customer_lookup`
  MODIFY `customer_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_wc_download_log`
--
ALTER TABLE `wpqe_wc_download_log`
  MODIFY `download_log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_wc_tax_rate_classes`
--
ALTER TABLE `wpqe_wc_tax_rate_classes`
  MODIFY `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpqe_wc_webhooks`
--
ALTER TABLE `wpqe_wc_webhooks`
  MODIFY `webhook_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_api_keys`
--
ALTER TABLE `wpqe_woocommerce_api_keys`
  MODIFY `key_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wpqe_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wpqe_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_log`
--
ALTER TABLE `wpqe_woocommerce_log`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_order_itemmeta`
--
ALTER TABLE `wpqe_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_order_items`
--
ALTER TABLE `wpqe_woocommerce_order_items`
  MODIFY `order_item_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wpqe_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_payment_tokens`
--
ALTER TABLE `wpqe_woocommerce_payment_tokens`
  MODIFY `token_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_sessions`
--
ALTER TABLE `wpqe_woocommerce_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=233;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_shipping_zones`
--
ALTER TABLE `wpqe_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wpqe_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wpqe_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_tax_rates`
--
ALTER TABLE `wpqe_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_woocommerce_tax_rate_locations`
--
ALTER TABLE `wpqe_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_wp_pro_quiz_category`
--
ALTER TABLE `wpqe_wp_pro_quiz_category`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `wpqe_wp_pro_quiz_form`
--
ALTER TABLE `wpqe_wp_pro_quiz_form`
  MODIFY `form_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_wp_pro_quiz_master`
--
ALTER TABLE `wpqe_wp_pro_quiz_master`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `wpqe_wp_pro_quiz_question`
--
ALTER TABLE `wpqe_wp_pro_quiz_question`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=130;

--
-- AUTO_INCREMENT for table `wpqe_wp_pro_quiz_statistic_ref`
--
ALTER TABLE `wpqe_wp_pro_quiz_statistic_ref`
  MODIFY `statistic_ref_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpqe_wp_pro_quiz_template`
--
ALTER TABLE `wpqe_wp_pro_quiz_template`
  MODIFY `template_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `wpqe_wp_pro_quiz_toplist`
--
ALTER TABLE `wpqe_wp_pro_quiz_toplist`
  MODIFY `toplist_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=145;

--
-- AUTO_INCREMENT for table `wpqe_yoast_indexable`
--
ALTER TABLE `wpqe_yoast_indexable`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1127;

--
-- AUTO_INCREMENT for table `wpqe_yoast_migrations`
--
ALTER TABLE `wpqe_yoast_migrations`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `wpqe_yoast_primary_term`
--
ALTER TABLE `wpqe_yoast_primary_term`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;

--
-- AUTO_INCREMENT for table `wpqe_yoast_seo_links`
--
ALTER TABLE `wpqe_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `wpqe_wc_download_log`
--
ALTER TABLE `wpqe_wc_download_log`
  ADD CONSTRAINT `fk_wpqe_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wpqe_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE;
COMMIT;

/*!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 */;
