📄 Viewing: /home/navyug/public_html/Database/education_base 12-02-2025.sql
-- phpMyAdmin SQL Dump
-- version 4.8.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3306
-- Generation Time: Feb 12, 2025 at 05:03 AM
-- Server version: 10.3.12-MariaDB
-- PHP Version: 7.3.1

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: `education_base`
--

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

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_comments`
--

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

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_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/', '', '2025-02-05 12:03:42', '2025-02-05 12:03:42', '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://en.gravatar.com/\">Gravatar</a>.', 0, 'post-trashed', '', 'comment', 0, 0);

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

--
-- Table structure for table `wp_links`
--

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

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

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
CREATE TABLE IF NOT EXISTS `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=348 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/EducationBase', 'yes'),
(2, 'home', 'http://localhost/EducationBase', 'yes'),
(3, 'blogname', 'Education Base', 'yes'),
(4, 'blogdescription', 'The Ultimate Education Theme', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'suman.sctrc@gmail.com', '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:95:{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:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";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: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:40:\"index.php?&page_id=110&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s: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]\";}', 'auto'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:35:\"acme-demo-setup/acme-demo-setup.php\";i:1;s:35:\"acme-fix-images/acme-fix-images.php\";i:2;s:35:\"advanced-import/advanced-import.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:21:\"gutentor/gutentor.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'education-base', 'yes'),
(41, 'stylesheet', 'education-base', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '58975', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, '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'),
(77, 'widget_text', 'a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:16:\"About University\";s:4:\"text\";s:183:\"Our university is well recognized university in the world with more than 35 departments, above 100 programs and more than 500 institute all over the world. Grab your opportunity soon.\";s:6:\"filter\";b:0;}}', 'yes'),
(78, 'widget_rss', 'a:0:{}', 'yes'),
(79, 'uninstall_plugins', 'a:0:{}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '108', 'yes'),
(82, 'page_on_front', '110', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1754309022', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(99, 'initial_db_version', '53496', 'yes'),
(100, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'off'),
(102, 'user_count', '1', 'no'),
(103, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"pages-3\";i:1;s:6:\"text-3\";i:2;s:14:\"recent-posts-4\";i:3;s:25:\"education_base_fdcolumn-5\";i:4;s:23:\"education_base_course-6\";}s:22:\"education-base-sidebar\";a:5:{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\";}s:19:\"education-base-home\";a:9:{i:0;s:25:\"education_base_fdcolumn-3\";i:1;s:22:\"education_base_about-2\";i:2;s:23:\"education_base_course-3\";i:3;s:23:\"education_base_course-4\";i:4;s:21:\"education_base_team-3\";i:5;s:28:\"education_base_testimonial-3\";i:6;s:24:\"education_base_gallery-2\";i:7;s:26:\"education_base_posts_col-3\";i:8;s:24:\"education_base_contact-2\";}s:27:\"education-base-sidebar-left\";a:0:{}s:14:\"footer-col-one\";a:1:{i:0;s:10:\"nav_menu-4\";}s:14:\"footer-col-two\";a:1:{i:0;s:10:\"nav_menu-6\";}s:16:\"footer-col-three\";a:1:{i:0;s:10:\"nav_menu-5\";}s:15:\"footer-col-four\";a:1:{i:0;s:10:\"nav_menu-3\";}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:9:{i:1739336623;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:1739361823;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:1739361839;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:1739361840;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1739361844;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:1739362041;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1739362510;a:4:{s:39:\"advanced_import_weekly_scheduled_events\";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:\"gutentor_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:38:\"advanced_import_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"gutentor_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1739448223;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;}}}s:7:\"version\";i:2;}', 'on'),
(106, 'widget_pages', 'a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}', 'yes'),
(107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, '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'),
(109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:6:\"Serach\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_recent-posts', 'a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}', 'yes'),
(116, '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'),
(117, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_nav_menu', 'a:5:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:5:\"title\";s:15:\"Important Links\";s:8:\"nav_menu\";s:1:\"8\";}i:4;a:2:{s:5:\"title\";s:15:\"upcoming events\";s:8:\"nav_menu\";s:1:\"7\";}i:5;a:2:{s:5:\"title\";s:11:\"Free Themes\";s:8:\"nav_menu\";s:1:\"6\";}i:6;a:2:{s:5:\"title\";s:14:\"Premium Themes\";s:8:\"nav_menu\";s:1:\"5\";}}', 'yes'),
(119, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(156, 'wp_attachment_pages_enabled', '1', 'on'),
(121, 'recovery_keys', 'a:0:{}', 'off'),
(157, 'db_upgraded', '', 'on'),
(155, 'finished_updating_comment_type', '1', 'yes'),
(124, 'theme_mods_twentytwentythree', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1738757302;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off'),
(168, 'can_compress_scripts', '1', 'on'),
(169, 'current_theme', 'Education Base', 'auto'),
(170, 'theme_mods_education-base', 'a:7:{i:0;b:0;s:28:\"education_base_theme_options\";a:48:{s:32:\"education-base-enable-header-top\";b:1;s:28:\"education-base-header-height\";s:3:\"207\";s:40:\"education-base-top-header-design-options\";s:10:\"left-curve\";s:27:\"education-base-phone-number\";s:13:\"+01-123456789\";s:24:\"education-base-top-email\";s:19:\"info@acmethemes.com\";s:31:\"education-base-newsnotice-title\";s:8:\"Notice :\";s:29:\"education-base-newsnotice-cat\";s:1:\"3\";s:27:\"education-base-button-title\";s:13:\"Online Course\";s:26:\"education-base-button-link\";s:51:\"http://www.demo.acmethemes.com/education-base/shop/\";s:32:\"education-base-enable-top-social\";b:1;s:28:\"education-base-enable-sticky\";i:1;s:25:\"education-base-all-slides\";s:58:\"[{\"selectpage\":118},{\"selectpage\":120},{\"selectpage\":122}]\";s:27:\"education-base-feature-page\";i:0;s:37:\"education-base-featured-slider-number\";s:1:\"3\";s:31:\"education-base-feature-column-1\";s:2:\"63\";s:31:\"education-base-feature-column-2\";s:2:\"61\";s:31:\"education-base-feature-column-3\";s:2:\"59\";s:37:\"education-base-feature-column-1-color\";s:7:\"#87cc00\";s:37:\"education-base-feature-column-2-color\";s:7:\"#fd5308\";s:37:\"education-base-feature-column-3-color\";s:7:\"#00adef\";s:29:\"education-base-enable-feature\";b:1;s:46:\"education-base-feature-slider-enable-animation\";i:1;s:40:\"education-base-feature-slider-image-only\";s:0:\"\";s:39:\"education-base-fs-image-display-options\";s:14:\"full-screen-bg\";s:36:\"education-base-slider-know-more-text\";s:9:\"Know More\";s:36:\"education-base-header-id-display-opt\";s:17:\"title-and-tagline\";s:27:\"education-base-facebook-url\";s:36:\"https://www.facebook.com/acmethemes/\";s:26:\"education-base-twitter-url\";s:36:\"https://www.twitter.com/acme_themes/\";s:26:\"education-base-youtube-url\";s:22:\"http://www.youtube.com\";s:30:\"education-base-google-plus-url\";s:26:\"http://www.plus.google.com\";s:28:\"education-base-enable-social\";b:1;s:31:\"education-base-footer-copyright\";s:30:\"&copy; All right reserved 2016\";s:29:\"education-base-sidebar-layout\";s:13:\"right-sidebar\";s:40:\"education-base-front-page-sidebar-layout\";s:13:\"right-sidebar\";s:37:\"education-base-archive-sidebar-layout\";s:13:\"right-sidebar\";s:34:\"education-base-blog-archive-layout\";s:10:\"left-image\";s:31:\"education-base-enable-animation\";s:0:\"\";s:28:\"education-base-primary-color\";s:7:\"#fd5308\";s:31:\"education-base-header-top-color\";s:7:\"#002858\";s:27:\"education-base-footer-color\";s:7:\"#003a6a\";s:34:\"education-base-footer-bottom-color\";s:7:\"#002858\";s:37:\"education-base-blog-archive-more-text\";s:9:\"Read More\";s:38:\"education-base-hide-front-page-content\";s:0:\"\";s:37:\"education-base-hide-front-page-header\";b:1;s:40:\"education-base-disable-widget-title-icon\";s:0:\"\";s:32:\"education-base-widget-title-icon\";s:17:\"fa-graduation-cap\";s:32:\"education-base-search-placholder\";s:6:\"Search\";s:30:\"education-base-show-breadcrumb\";b:1;}s:12:\"header_image\";s:108:\"http://www.demo.acmethemes.com/education-base/wp-content/uploads/2017/02/university-student-1872810_1280.jpg\";s:17:\"header_image_data\";a:5:{s:13:\"attachment_id\";i:234;s:3:\"url\";s:108:\"http://www.demo.acmethemes.com/education-base/wp-content/uploads/2017/02/university-student-1872810_1280.jpg\";s:13:\"thumbnail_url\";s:108:\"http://www.demo.acmethemes.com/education-base/wp-content/uploads/2017/02/university-student-1872810_1280.jpg\";s:6:\"height\";i:853;s:5:\"width\";i:1280;}s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:8:\"one-page\";i:3;s:7:\"primary\";i:3;}s:30:\"advanced_import_setup_complete\";i:1738758213;}', 'on'),
(171, 'theme_switched', '', 'auto'),
(184, 'advanced_import_settings_options', '{\"installed_time\":1738757315,\"is_active_this_track\":\"advanced-import\",\"agent_secret_key\":\"942d17deb718c43d356019b50acfdb\"}', 'auto'),
(185, 'agent_d045983d122a96f235928702675643f8', 'a:2:{s:15:\"advanced-import\";s:5:\"1.0.0\";s:8:\"gutentor\";s:5:\"1.0.0\";}', 'auto'),
(127, 'https_detection_errors', 'a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:21:\"HTTPS request failed.\";}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(166, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.7.1\";s:5:\"files\";a:540:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:27:\"post-content/editor-rtl.css\";i:309;s:31:\"post-content/editor-rtl.min.css\";i:310;s:23:\"post-content/editor.css\";i:311;s:27:\"post-content/editor.min.css\";i:312;s:26:\"post-content/style-rtl.css\";i:313;s:30:\"post-content/style-rtl.min.css\";i:314;s:22:\"post-content/style.css\";i:315;s:26:\"post-content/style.min.css\";i:316;s:23:\"post-date/style-rtl.css\";i:317;s:27:\"post-date/style-rtl.min.css\";i:318;s:19:\"post-date/style.css\";i:319;s:23:\"post-date/style.min.css\";i:320;s:27:\"post-excerpt/editor-rtl.css\";i:321;s:31:\"post-excerpt/editor-rtl.min.css\";i:322;s:23:\"post-excerpt/editor.css\";i:323;s:27:\"post-excerpt/editor.min.css\";i:324;s:26:\"post-excerpt/style-rtl.css\";i:325;s:30:\"post-excerpt/style-rtl.min.css\";i:326;s:22:\"post-excerpt/style.css\";i:327;s:26:\"post-excerpt/style.min.css\";i:328;s:34:\"post-featured-image/editor-rtl.css\";i:329;s:38:\"post-featured-image/editor-rtl.min.css\";i:330;s:30:\"post-featured-image/editor.css\";i:331;s:34:\"post-featured-image/editor.min.css\";i:332;s:33:\"post-featured-image/style-rtl.css\";i:333;s:37:\"post-featured-image/style-rtl.min.css\";i:334;s:29:\"post-featured-image/style.css\";i:335;s:33:\"post-featured-image/style.min.css\";i:336;s:34:\"post-navigation-link/style-rtl.css\";i:337;s:38:\"post-navigation-link/style-rtl.min.css\";i:338;s:30:\"post-navigation-link/style.css\";i:339;s:34:\"post-navigation-link/style.min.css\";i:340;s:28:\"post-template/editor-rtl.css\";i:341;s:32:\"post-template/editor-rtl.min.css\";i:342;s:24:\"post-template/editor.css\";i:343;s:28:\"post-template/editor.min.css\";i:344;s:27:\"post-template/style-rtl.css\";i:345;s:31:\"post-template/style-rtl.min.css\";i:346;s:23:\"post-template/style.css\";i:347;s:27:\"post-template/style.min.css\";i:348;s:24:\"post-terms/style-rtl.css\";i:349;s:28:\"post-terms/style-rtl.min.css\";i:350;s:20:\"post-terms/style.css\";i:351;s:24:\"post-terms/style.min.css\";i:352;s:24:\"post-title/style-rtl.css\";i:353;s:28:\"post-title/style-rtl.min.css\";i:354;s:20:\"post-title/style.css\";i:355;s:24:\"post-title/style.min.css\";i:356;s:26:\"preformatted/style-rtl.css\";i:357;s:30:\"preformatted/style-rtl.min.css\";i:358;s:22:\"preformatted/style.css\";i:359;s:26:\"preformatted/style.min.css\";i:360;s:24:\"pullquote/editor-rtl.css\";i:361;s:28:\"pullquote/editor-rtl.min.css\";i:362;s:20:\"pullquote/editor.css\";i:363;s:24:\"pullquote/editor.min.css\";i:364;s:23:\"pullquote/style-rtl.css\";i:365;s:27:\"pullquote/style-rtl.min.css\";i:366;s:19:\"pullquote/style.css\";i:367;s:23:\"pullquote/style.min.css\";i:368;s:23:\"pullquote/theme-rtl.css\";i:369;s:27:\"pullquote/theme-rtl.min.css\";i:370;s:19:\"pullquote/theme.css\";i:371;s:23:\"pullquote/theme.min.css\";i:372;s:39:\"query-pagination-numbers/editor-rtl.css\";i:373;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:374;s:35:\"query-pagination-numbers/editor.css\";i:375;s:39:\"query-pagination-numbers/editor.min.css\";i:376;s:31:\"query-pagination/editor-rtl.css\";i:377;s:35:\"query-pagination/editor-rtl.min.css\";i:378;s:27:\"query-pagination/editor.css\";i:379;s:31:\"query-pagination/editor.min.css\";i:380;s:30:\"query-pagination/style-rtl.css\";i:381;s:34:\"query-pagination/style-rtl.min.css\";i:382;s:26:\"query-pagination/style.css\";i:383;s:30:\"query-pagination/style.min.css\";i:384;s:25:\"query-title/style-rtl.css\";i:385;s:29:\"query-title/style-rtl.min.css\";i:386;s:21:\"query-title/style.css\";i:387;s:25:\"query-title/style.min.css\";i:388;s:20:\"query/editor-rtl.css\";i:389;s:24:\"query/editor-rtl.min.css\";i:390;s:16:\"query/editor.css\";i:391;s:20:\"query/editor.min.css\";i:392;s:19:\"quote/style-rtl.css\";i:393;s:23:\"quote/style-rtl.min.css\";i:394;s:15:\"quote/style.css\";i:395;s:19:\"quote/style.min.css\";i:396;s:19:\"quote/theme-rtl.css\";i:397;s:23:\"quote/theme-rtl.min.css\";i:398;s:15:\"quote/theme.css\";i:399;s:19:\"quote/theme.min.css\";i:400;s:23:\"read-more/style-rtl.css\";i:401;s:27:\"read-more/style-rtl.min.css\";i:402;s:19:\"read-more/style.css\";i:403;s:23:\"read-more/style.min.css\";i:404;s:18:\"rss/editor-rtl.css\";i:405;s:22:\"rss/editor-rtl.min.css\";i:406;s:14:\"rss/editor.css\";i:407;s:18:\"rss/editor.min.css\";i:408;s:17:\"rss/style-rtl.css\";i:409;s:21:\"rss/style-rtl.min.css\";i:410;s:13:\"rss/style.css\";i:411;s:17:\"rss/style.min.css\";i:412;s:21:\"search/editor-rtl.css\";i:413;s:25:\"search/editor-rtl.min.css\";i:414;s:17:\"search/editor.css\";i:415;s:21:\"search/editor.min.css\";i:416;s:20:\"search/style-rtl.css\";i:417;s:24:\"search/style-rtl.min.css\";i:418;s:16:\"search/style.css\";i:419;s:20:\"search/style.min.css\";i:420;s:20:\"search/theme-rtl.css\";i:421;s:24:\"search/theme-rtl.min.css\";i:422;s:16:\"search/theme.css\";i:423;s:20:\"search/theme.min.css\";i:424;s:24:\"separator/editor-rtl.css\";i:425;s:28:\"separator/editor-rtl.min.css\";i:426;s:20:\"separator/editor.css\";i:427;s:24:\"separator/editor.min.css\";i:428;s:23:\"separator/style-rtl.css\";i:429;s:27:\"separator/style-rtl.min.css\";i:430;s:19:\"separator/style.css\";i:431;s:23:\"separator/style.min.css\";i:432;s:23:\"separator/theme-rtl.css\";i:433;s:27:\"separator/theme-rtl.min.css\";i:434;s:19:\"separator/theme.css\";i:435;s:23:\"separator/theme.min.css\";i:436;s:24:\"shortcode/editor-rtl.css\";i:437;s:28:\"shortcode/editor-rtl.min.css\";i:438;s:20:\"shortcode/editor.css\";i:439;s:24:\"shortcode/editor.min.css\";i:440;s:24:\"site-logo/editor-rtl.css\";i:441;s:28:\"site-logo/editor-rtl.min.css\";i:442;s:20:\"site-logo/editor.css\";i:443;s:24:\"site-logo/editor.min.css\";i:444;s:23:\"site-logo/style-rtl.css\";i:445;s:27:\"site-logo/style-rtl.min.css\";i:446;s:19:\"site-logo/style.css\";i:447;s:23:\"site-logo/style.min.css\";i:448;s:27:\"site-tagline/editor-rtl.css\";i:449;s:31:\"site-tagline/editor-rtl.min.css\";i:450;s:23:\"site-tagline/editor.css\";i:451;s:27:\"site-tagline/editor.min.css\";i:452;s:26:\"site-tagline/style-rtl.css\";i:453;s:30:\"site-tagline/style-rtl.min.css\";i:454;s:22:\"site-tagline/style.css\";i:455;s:26:\"site-tagline/style.min.css\";i:456;s:25:\"site-title/editor-rtl.css\";i:457;s:29:\"site-title/editor-rtl.min.css\";i:458;s:21:\"site-title/editor.css\";i:459;s:25:\"site-title/editor.min.css\";i:460;s:24:\"site-title/style-rtl.css\";i:461;s:28:\"site-title/style-rtl.min.css\";i:462;s:20:\"site-title/style.css\";i:463;s:24:\"site-title/style.min.css\";i:464;s:26:\"social-link/editor-rtl.css\";i:465;s:30:\"social-link/editor-rtl.min.css\";i:466;s:22:\"social-link/editor.css\";i:467;s:26:\"social-link/editor.min.css\";i:468;s:27:\"social-links/editor-rtl.css\";i:469;s:31:\"social-links/editor-rtl.min.css\";i:470;s:23:\"social-links/editor.css\";i:471;s:27:\"social-links/editor.min.css\";i:472;s:26:\"social-links/style-rtl.css\";i:473;s:30:\"social-links/style-rtl.min.css\";i:474;s:22:\"social-links/style.css\";i:475;s:26:\"social-links/style.min.css\";i:476;s:21:\"spacer/editor-rtl.css\";i:477;s:25:\"spacer/editor-rtl.min.css\";i:478;s:17:\"spacer/editor.css\";i:479;s:21:\"spacer/editor.min.css\";i:480;s:20:\"spacer/style-rtl.css\";i:481;s:24:\"spacer/style-rtl.min.css\";i:482;s:16:\"spacer/style.css\";i:483;s:20:\"spacer/style.min.css\";i:484;s:20:\"table/editor-rtl.css\";i:485;s:24:\"table/editor-rtl.min.css\";i:486;s:16:\"table/editor.css\";i:487;s:20:\"table/editor.min.css\";i:488;s:19:\"table/style-rtl.css\";i:489;s:23:\"table/style-rtl.min.css\";i:490;s:15:\"table/style.css\";i:491;s:19:\"table/style.min.css\";i:492;s:19:\"table/theme-rtl.css\";i:493;s:23:\"table/theme-rtl.min.css\";i:494;s:15:\"table/theme.css\";i:495;s:19:\"table/theme.min.css\";i:496;s:24:\"tag-cloud/editor-rtl.css\";i:497;s:28:\"tag-cloud/editor-rtl.min.css\";i:498;s:20:\"tag-cloud/editor.css\";i:499;s:24:\"tag-cloud/editor.min.css\";i:500;s:23:\"tag-cloud/style-rtl.css\";i:501;s:27:\"tag-cloud/style-rtl.min.css\";i:502;s:19:\"tag-cloud/style.css\";i:503;s:23:\"tag-cloud/style.min.css\";i:504;s:28:\"template-part/editor-rtl.css\";i:505;s:32:\"template-part/editor-rtl.min.css\";i:506;s:24:\"template-part/editor.css\";i:507;s:28:\"template-part/editor.min.css\";i:508;s:27:\"template-part/theme-rtl.css\";i:509;s:31:\"template-part/theme-rtl.min.css\";i:510;s:23:\"template-part/theme.css\";i:511;s:27:\"template-part/theme.min.css\";i:512;s:30:\"term-description/style-rtl.css\";i:513;s:34:\"term-description/style-rtl.min.css\";i:514;s:26:\"term-description/style.css\";i:515;s:30:\"term-description/style.min.css\";i:516;s:27:\"text-columns/editor-rtl.css\";i:517;s:31:\"text-columns/editor-rtl.min.css\";i:518;s:23:\"text-columns/editor.css\";i:519;s:27:\"text-columns/editor.min.css\";i:520;s:26:\"text-columns/style-rtl.css\";i:521;s:30:\"text-columns/style-rtl.min.css\";i:522;s:22:\"text-columns/style.css\";i:523;s:26:\"text-columns/style.min.css\";i:524;s:19:\"verse/style-rtl.css\";i:525;s:23:\"verse/style-rtl.min.css\";i:526;s:15:\"verse/style.css\";i:527;s:19:\"verse/style.min.css\";i:528;s:20:\"video/editor-rtl.css\";i:529;s:24:\"video/editor-rtl.min.css\";i:530;s:16:\"video/editor.css\";i:531;s:20:\"video/editor.min.css\";i:532;s:19:\"video/style-rtl.css\";i:533;s:23:\"video/style-rtl.min.css\";i:534;s:15:\"video/style.css\";i:535;s:19:\"video/style.min.css\";i:536;s:19:\"video/theme-rtl.css\";i:537;s:23:\"video/theme-rtl.min.css\";i:538;s:15:\"video/theme.css\";i:539;s:19:\"video/theme.min.css\";}}', 'on'),
(341, '_site_transient_timeout_theme_roots', '1739336032', 'off'),
(342, '_site_transient_theme_roots', 'a:2:{s:14:\"education-base\";s:7:\"/themes\";s:14:\"rasa-education\";s:7:\"/themes\";}', 'off'),
(345, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1739334278;s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{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:\"5.3.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.0.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:21:\"gutentor/gutentor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/gutentor\";s:4:\"slug\";s:8:\"gutentor\";s:6:\"plugin\";s:21:\"gutentor/gutentor.php\";s:11:\"new_version\";s:5:\"3.4.6\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/gutentor/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/gutentor.3.4.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:53:\"https://ps.w.org/gutentor/assets/icon.svg?rev=2144459\";s:3:\"svg\";s:53:\"https://ps.w.org/gutentor/assets/icon.svg?rev=2144459\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/gutentor/assets/banner-1544x500.png?rev=2144459\";s:2:\"1x\";s:63:\"https://ps.w.org/gutentor/assets/banner-772x250.png?rev=2144459\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:35:\"acme-demo-setup/acme-demo-setup.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/acme-demo-setup\";s:4:\"slug\";s:15:\"acme-demo-setup\";s:6:\"plugin\";s:35:\"acme-demo-setup/acme-demo-setup.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/acme-demo-setup/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/acme-demo-setup.2.1.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/acme-demo-setup/assets/icon-128x128.jpg?rev=1724782\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/acme-demo-setup/assets/banner-772x250.jpg?rev=1724790\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";}s:35:\"acme-fix-images/acme-fix-images.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/acme-fix-images\";s:4:\"slug\";s:15:\"acme-fix-images\";s:6:\"plugin\";s:35:\"acme-fix-images/acme-fix-images.php\";s:11:\"new_version\";s:5:\"2.0.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/acme-fix-images/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/acme-fix-images.2.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/acme-fix-images/assets/icon.svg?rev=3057571\";s:3:\"svg\";s:60:\"https://ps.w.org/acme-fix-images/assets/icon.svg?rev=3057571\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/acme-fix-images/assets/banner-1544x500.png?rev=3058370\";s:2:\"1x\";s:70:\"https://ps.w.org/acme-fix-images/assets/banner-772x250.png?rev=3058370\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:35:\"advanced-import/advanced-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/advanced-import\";s:4:\"slug\";s:15:\"advanced-import\";s:6:\"plugin\";s:35:\"advanced-import/advanced-import.php\";s:11:\"new_version\";s:5:\"1.4.5\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/advanced-import/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.4.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/advanced-import/assets/icon-256x256.png?rev=2163691\";s:2:\"1x\";s:68:\"https://ps.w.org/advanced-import/assets/icon-128x128.png?rev=2163691\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/advanced-import/assets/banner-1544x500.png?rev=2223454\";s:2:\"1x\";s:70:\"https://ps.w.org/advanced-import/assets/banner-772x250.png?rev=2223454\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:35:\"classic-widgets/classic-widgets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/classic-widgets\";s:4:\"slug\";s:15:\"classic-widgets\";s:6:\"plugin\";s:35:\"classic-widgets/classic-widgets.php\";s:11:\"new_version\";s:3:\"0.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/classic-widgets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/classic-widgets.0.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/classic-widgets.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:47:\"creativ-demo-importer/creativ-demo-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/creativ-demo-importer\";s:4:\"slug\";s:21:\"creativ-demo-importer\";s:6:\"plugin\";s:47:\"creativ-demo-importer/creativ-demo-importer.php\";s:11:\"new_version\";s:5:\"1.2.6\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/creativ-demo-importer/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/creativ-demo-importer.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:65:\"https://s.w.org/plugins/geopattern-icon/creativ-demo-importer.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.27.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{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.3.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:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:10:{s:35:\"acme-demo-setup/acme-demo-setup.php\";s:5:\"2.1.1\";s:35:\"acme-fix-images/acme-fix-images.php\";s:5:\"2.0.3\";s:35:\"advanced-import/advanced-import.php\";s:5:\"1.4.5\";s:19:\"akismet/akismet.php\";s:5:\"5.0.1\";s:35:\"classic-widgets/classic-widgets.php\";s:3:\"0.3\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.7.6\";s:47:\"creativ-demo-importer/creativ-demo-importer.php\";s:5:\"1.2.6\";s:23:\"elementor/elementor.php\";s:6:\"3.27.3\";s:21:\"gutentor/gutentor.php\";s:5:\"3.4.5\";s:9:\"hello.php\";s:5:\"1.7.2\";}}', 'off'),
(159, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"suman.sctrc@gmail.com\";s:7:\"version\";s:5:\"6.7.2\";s:9:\"timestamp\";i:1739334277;}', 'off'),
(187, '__acme_demo_setup_do_redirect', '', 'auto'),
(188, 'education_base_admin_notice_welcome', '1', 'auto'),
(172, 'education_base_theme_installed_time', '1738757303', 'auto'),
(173, 'widget_education_base_course', 'a:4:{i:3;a:8:{s:9:\"unique_id\";s:11:\"departments\";s:5:\"title\";s:21:\"Academics Departments\";s:7:\"page_id\";i:0;s:13:\"course_number\";i:4;s:17:\"at_all_page_items\";a:4:{i:0;a:1:{s:7:\"page_id\";i:146;}i:1;a:1:{s:7:\"page_id\";i:148;}i:2;a:1:{s:7:\"page_id\";i:150;}i:3;a:1:{s:7:\"page_id\";i:152;}}s:11:\"post_number\";i:0;s:13:\"column_number\";i:4;s:14:\"read_more_text\";s:9:\"Read More\";}i:4;a:8:{s:9:\"unique_id\";s:7:\"courses\";s:5:\"title\";s:7:\"Courses\";s:7:\"page_id\";i:0;s:13:\"course_number\";i:4;s:17:\"at_all_page_items\";a:4:{i:0;a:1:{s:7:\"page_id\";i:156;}i:1;a:1:{s:7:\"page_id\";i:158;}i:2;a:1:{s:7:\"page_id\";i:160;}i:3;a:1:{s:7:\"page_id\";i:162;}}s:11:\"post_number\";i:0;s:13:\"column_number\";i:4;s:14:\"read_more_text\";s:9:\"Read More\";}i:6;a:5:{s:9:\"unique_id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"page_id\";i:0;s:13:\"course_number\";i:3;s:17:\"at_all_page_items\";a:3:{i:0;a:1:{s:7:\"page_id\";i:156;}i:1;a:1:{s:7:\"page_id\";i:158;}i:2;a:1:{s:7:\"page_id\";i:160;}}}s:12:\"_multiwidget\";i:1;}', 'auto'),
(174, 'widget_education_base_gallery', 'a:2:{i:2;a:7:{s:9:\"unique_id\";s:0:\"\";s:5:\"title\";s:17:\"Education Gallery\";s:7:\"page_id\";i:0;s:11:\"post_number\";i:8;s:13:\"column_number\";i:4;s:16:\"image_popup_type\";s:7:\"gallery\";s:17:\"at_all_page_items\";a:8:{i:0;a:1:{s:7:\"page_id\";i:78;}i:1;a:1:{s:7:\"page_id\";i:80;}i:2;a:1:{s:7:\"page_id\";i:82;}i:3;a:1:{s:7:\"page_id\";i:84;}i:4;a:1:{s:7:\"page_id\";i:86;}i:5;a:1:{s:7:\"page_id\";i:88;}i:6;a:1:{s:7:\"page_id\";i:90;}i:7;a:1:{s:7:\"page_id\";i:92;}}}s:12:\"_multiwidget\";i:1;}', 'auto'),
(175, 'widget_education_base_about', 'a:2:{i:2;a:6:{s:9:\"unique_id\";s:8:\"about-us\";s:5:\"title\";s:8:\"About Us\";s:7:\"page_id\";i:0;s:11:\"post_number\";i:4;s:13:\"column_number\";i:4;s:17:\"at_all_page_items\";a:4:{i:0;a:1:{s:7:\"page_id\";i:64;}i:1;a:1:{s:7:\"page_id\";i:66;}i:2;a:1:{s:7:\"page_id\";i:68;}i:3;a:1:{s:7:\"page_id\";i:70;}}}s:12:\"_multiwidget\";i:1;}', 'auto'),
(176, 'widget_education_base_team', 'a:2:{i:3;a:5:{s:9:\"unique_id\";s:4:\"team\";s:5:\"title\";s:8:\"Our Team\";s:7:\"page_id\";i:0;s:11:\"team_number\";i:4;s:17:\"at_all_page_items\";a:4:{i:0;a:1:{s:7:\"page_id\";i:126;}i:1;a:1:{s:7:\"page_id\";i:128;}i:2;a:1:{s:7:\"page_id\";i:130;}i:3;a:1:{s:7:\"page_id\";i:132;}}}s:12:\"_multiwidget\";i:1;}', 'auto'),
(177, 'widget_education_base_testimonial', 'a:2:{i:3;a:6:{s:9:\"unique_id\";s:12:\"testimonials\";s:8:\"bg_image\";s:99:\"http://www.demo.acmethemes.com/education-base/wp-content/uploads/2016/10/university-105709_1280.jpg\";s:5:\"title\";s:13:\"Testimonials \";s:7:\"page_id\";i:0;s:18:\"testimonial_number\";i:3;s:17:\"at_all_page_items\";a:3:{i:0;a:1:{s:7:\"page_id\";i:136;}i:1;a:1:{s:7:\"page_id\";i:138;}i:2;a:1:{s:7:\"page_id\";i:140;}}}s:12:\"_multiwidget\";i:1;}', 'auto'),
(178, 'widget_education_base_contact', 'a:2:{i:2;a:4:{s:9:\"unique_id\";s:7:\"contact\";s:5:\"title\";s:16:\"Contact Us Today\";s:9:\"shortcode\";s:44:\"[contact-form-7 id=\"405\" title=\"Front Page\"]\";s:7:\"page_id\";i:94;}s:12:\"_multiwidget\";i:1;}', 'auto'),
(179, 'widget_education_base_fdcolumn', 'a:3:{s:12:\"_multiwidget\";i:1;i:3;a:3:{s:9:\"unique_id\";s:18:\"featured-page-left\";s:7:\"page_id\";i:144;s:11:\"image_align\";i:1;}i:5;a:3:{s:9:\"unique_id\";s:0:\"\";s:7:\"page_id\";i:94;s:11:\"image_align\";i:2;}}', 'auto'),
(180, 'widget_education_base_posts_col', 'a:2:{i:3;a:5:{s:9:\"unique_id\";s:4:\"blog\";s:5:\"title\";s:17:\"Published Notice \";s:6:\"cat_id\";s:2:\"-1\";s:11:\"post_number\";i:3;s:10:\"button_url\";s:50:\"http://www.demo.acmethemes.com/education-base/blog\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(137, '_site_transient_timeout_browser_11868452804c8a2bb86650b580125ff5', '1739361843', 'no'),
(138, '_site_transient_browser_11868452804c8a2bb86650b580125ff5', 'a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"134.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(139, '_site_transient_timeout_php_check_90e738eca301c4d89366b1a4d15fe37f', '1739361844', 'no'),
(140, '_site_transient_php_check_90e738eca301c4d89366b1a4d15fe37f', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}', 'no'),
(191, '__gutentor_do_redirect', '', 'auto'),
(192, '__gutentor_helper_options', '{\"installed_time\":1738757367,\"is_active_this_track\":\"gutentor\",\"agent_secret_key\":\"$2y$10$taj9gU5hKReYW97Uw9PYWex9Pf5nUtr\\/tuw.SZS78R\\/k0XU4TzP\\/G\"}', 'auto'),
(193, 'widget_gutentor_wp_block_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(202, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:1:{s:15:\"advanced-import\";a:35:{s:4:\"name\";s:52:\"Advanced Import: One-Click Demo Import for WordPress\";s:4:\"slug\";s:15:\"advanced-import\";s:7:\"version\";s:5:\"1.4.5\";s:6:\"author\";s:69:\"<a href=\"https://profiles.wordpress.org/addonspress/\">AddonsPress</a>\";s:14:\"author_profile\";s:43:\"https://profiles.wordpress.org/addonspress/\";s:12:\"contributors\";a:3:{s:11:\"addonspress\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/addonspress/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0ed911d53d1232d0c3747748a08c527d85bf30b531af6100362aa3a1a466a342?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"AddonsPress\";}s:12:\"codersantosh\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/codersantosh/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1c52f91d9bddedf340dafdafbb59d4b803c13a1f5573e5be74557b6b4c646004?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"codersantosh\";}s:6:\"acmeit\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/acmeit/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/9ff0bc4f5ce97914f9e9ecce723eace07abf68878ac6e33f285148c90e79ce97?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:6:\"AcmeIT\";}}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:100;s:7:\"ratings\";a:5:{i:5;i:6;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:0;}s:11:\"num_ratings\";i:6;s:11:\"support_url\";s:53:\"https://wordpress.org/support/plugin/advanced-import/\";s:15:\"support_threads\";i:2;s:24:\"support_threads_resolved\";i:2;s:15:\"active_installs\";i:90000;s:12:\"last_updated\";s:21:\"2025-01-14 4:13pm GMT\";s:5:\"added\";s:10:\"2019-09-26\";s:8:\"homepage\";s:44:\"https://addonspress.com/item/advanced-import\";s:8:\"sections\";a:6:{s:11:\"description\";s:2144:\"<p>Import Data or Demo Content which is exported by <a href=\"https://wordpress.org/plugins/advanced-export/\" rel=\"ugc\">Advanced Export</a></p>\n<p>Advanced Import is the ultimate solution for WordPress theme and plugin developers who want to provide a seamless demo import experience for their users. With a simple one-click interface, it allows users to import demo content, widgets, customizer settings, and even Gutenberg block data effortlessly.</p>\n<h3>Key Features</h3>\n<ul>\n<li><strong>One-Click Demo Import:</strong> Easily import all demo content with a single click.</li>\n<li><strong>Customizer Settings Import:</strong> Retain your theme&#8217;s look and feel by importing customizer settings.</li>\n<li><strong>Widget Data Import:</strong> Quickly set up widgets to match your demo layout.</li>\n<li><strong>Gutenberg Blocks Import:</strong> Import block-based content for modern themes.</li>\n<li><strong>Media Files Import:</strong> Seamlessly upload and integrate demo media.</li>\n<li><strong>Developer-Friendly Hooks:</strong> Extend or customize the import process with available actions and filters.</li>\n</ul>\n<h3>Why Use Advanced Import?</h3>\n<p>Whether you&#8217;re a theme developer offering demo content or a user setting up a site, Advanced Import makes the process hassle-free. It saves time, reduces manual setup effort, and ensures consistency between demo and live sites.</p>\n<h3>Features for Theme Author</h3>\n<ul>\n<li>Code/Plugin example available</li>\n<li>Support for the premium version or premium plugin of the free theme</li>\n<li>Install separate dependent plugin/s for each demo starter package of the theme</li>\n<li>Categorized available demo import starter package to type and categories</li>\n<li>Search filter keywords for demo starter packages</li>\n<li>Sufficient hooks to customize the plugin design and functionality</li>\n<li>Add demo URL</li>\n<li>Add pro URL</li>\n<li>Better experience for the user</li>\n</ul>\n<h3>Dashboard Location</h3>\n<h4>Theme Demo Import Screen</h4>\n<p>Dashboard -&gt; Appearance -&gt; Demo Import</p>\n<h4>Zip File Import Screen</h4>\n<p>Dashboard -&gt; Tool -&gt; Advanced Import</p>\n\";s:12:\"installation\";s:348:\"<p>There are two ways to install any Advanced Import Plugin:-<br />\n1. Upload zip file from Dashboard-&gt;Plugin-&gt;Add New &#8220;upload plugin&#8221;.<br />\n2. Extract Advanced Import and place it in the &#8220;/wp-content/plugins/&#8221; directory.<br />\n    &#8211; Activate the plugin through the &#8220;Plugins&#8221; menu in WordPress.</p>\n\";s:3:\"faq\";s:10092:\"\n<dt id=\'is%20advanced%20import%20a%20free%20plugin%3F\'>\nIs Advanced Import a free plugin?\n</h4>\n<p>\n<p>Yes, it is a free plugin.</p>\n</p>\n<dt id=\'why%20my%20demo%20zip%20file%20is%20not%20importing%3F\'>\nWhy my demo zip file is not importing?\n</h4>\n<p>\n<p>Please make sure it is exported using the <a href=\"https://wordpress.org/plugins/advanced-export/\" rel=\"ugc\">Advanced Export</a> plugin</p>\n</p>\n<dt id=\'i%20have%20activated%20the%20plugin.%20where%20is%20the%20%22demo%20import%22%3F\'>\nI have activated the plugin. Where is the &#8220;Demo Import&#8221;?\n</h4>\n<p>\n<p>Login to your WordPress dashboard, go to Appearance -&gt; Demo Import.<br />\nYou can also find Import zip options on the WordPress dashboard -&gt; Tools -&gt; Advanced Import.</p>\n</p>\n<dt id=\'do%20i%20need%20to%20check%20to%20include%20media%20while%20export%3F\'>\nDo I need to check to include media while Export?\n</h4>\n<p>\n<p>If you are providing starter content- NO, but if you are migrating site &#8211; Yes. As long as the exported site is live on the internet it is not necessary but if you are migrating the site from local to live you should check it.<br />\nTechnically, if you check to include media, the zip files content media files. Huge media files may cause other issues. Generally not recommended to check but you can check media as your requirements.</p>\n</p>\n<dt id=\'i%20am%20a%20theme%20author%2C%20how%20can%20i%20use%20this%20plugin%20for%20my%20theme%3F\'>\nI am a theme author, how can I use this plugin for my theme?\n</h4>\n<p>\n<p>First of all, you need to Export your theme demo data from your live demo site using <a href=\"https://wordpress.org/plugins/advanced-export/\" rel=\"ugc\">Advanced Export</a> plugin.<br />\nExport the zip file, it should contain 3 files content.json, options.json and widgets.json.<br />\nIf you are submitting a theme on WordPress dot org, you are not allowed to include Demo files ( XML, JSON, ZIP), You have to create a separate plugin for your theme/company. We would like to highly recommend creating a single plugin for your all themes. For other platforms, you may add code to your theme.<br />\nCode Example :</p>\n<pre><code>function prefix_demo_import_lists(){\n   $demo_lists = array(\n      \'demo1\' =&gt;array(\n         \'title\' =&gt; __( \'Title 1\', \'text-domain\' ),/*Title*/\n         \'is_pro\' =&gt; false,/*Is Premium*/\n         \'type\' =&gt; \'gutentor\',/*Optional eg gutentor, elementor or other page builders or type*/\n         \'author\' =&gt; __( \'Gutentor\', \'text-domain\' ),/*Author Name*/\n         \'keywords\' =&gt; array( \'medical\', \'multipurpose\' ),/*Search keyword*/\n         \'categories\' =&gt; array( \'medical\',\'multipurpose\' ),/*Categories*/\n            \'template_url\' =&gt; array(\n                \'content\' =&gt; \'full-url-path/content.json\',/*Full URL Path to content.json*/\n                \'options\' =&gt; \'full-url-path/master/options.json\',/*Full URL Path to options.json*/\n                \'widgets\' =&gt; \'full-url-path/widgets.json\'/*Full URL Path to widgets.json*/\n            ),\n         \'screenshot_url\' =&gt; \'full-url-path/screenshot.png?ver=1.6\',/*Full URL Path to demo screenshot image*/\n         \'demo_url\' =&gt; \'https://www.demo.cosmoswp.com/\',/*Full URL Path to Live Demo*/\n         /* Recommended plugin for this demo */\n         \'plugins\' =&gt; array(\n            array(\n               \'name\'      =&gt; __( \'Gutentor\', \'text-domain\' ),\n               \'slug\'      =&gt; \'gutentor\',\n            ),\n             array(\n                \'name\'      =&gt; __( \'your plugin name\', \'text-domain\' ),\n                \'slug\'      =&gt; \'plugin-slug\',\n                \'source\'      =&gt; \'https://downloads.wordpress.org/plugin/advanced-import.1.4.1.zip\', //full url with zip, your theme url, or any site link with zip will work\n            ),\n         )\n      ),\n        \'demo2\' =&gt;array(\n            \'title\' =&gt; __( \'Title 2\', \'text-domain\' ),/*Title*/\n            \'is_pro\' =&gt; false,/*Is Premium*/\n            \'type\' =&gt; \'gutentor\',/*Optional eg gutentor, elementor or other page builders or type*/\n            \'author\' =&gt; __( \'Gutentor\', \'text-domain\' ),/*Author Name*/\n            \'keywords\' =&gt; array( \'about-block\', \'about 3\' ),/*Search keyword*/\n            \'categories\' =&gt; array( \'contact\',\'multipurpose\',\'woocommerce\' ),/*Categories*/\n            \'template_url\' =&gt; array(\n                \'content\' =&gt; \'full-url-path/content.json\',/*Full URL Path to content.json*/\n                \'options\' =&gt; \'full-url-path/master/options.json\',/*Full URL Path to options.json*/\n                \'widgets\' =&gt; \'full-url-path/widgets.json\'/*Full URL Path to widgets.json*/\n            ),\n            \'screenshot_url\' =&gt; \'full-url-path/screenshot.png?ver=1.6\',/*Full URL Path to demo screenshot image*/\n            \'demo_url\' =&gt; \'https://www.demo.cosmoswp.com/\',/*Full URL Path to Live Demo*/\n            /* Recommended plugin for this demo */\n            \'plugins\' =&gt; array(\n                array(\n                    \'name\'      =&gt; __( \'Gutentor\', \'text-domain\' ),\n                    \'slug\'      =&gt; \'gutentor\',\n                ),\n                array(\n                    \'name\'      =&gt; __( \'Contact Form 7\', \'text-domain\' ),\n                    \'slug\'      =&gt; \'contact-form-7\',\n                    \'main_file\' =&gt; \'wp-contact-form-7.php\',/*the main plugin file of contact form 7 is different from plugin slug */\n                ),\n            )\n        ),\n        \'demo3\' =&gt;array(\n            \'title\' =&gt; __( \'Title 1\', \'text-domain\' ),/*Title*/\n            \'is_pro\' =&gt; true,/*Is Premium : Support Premium Version*/\n            \'pro_url\' =&gt; \'https://www.cosmoswp.com/pricing/\',/*Premium version/Pricing Url*/\n            \'type\' =&gt; \'gutentor\',/*Optional eg gutentor, elementor or other page builders or type*/\n            \'author\' =&gt; __( \'Gutentor\', \'text-domain\' ),/*Author Name*/\n            \'keywords\' =&gt; array( \'woocommerce\', \'shop\' ),/*Search keyword*/\n            \'categories\' =&gt; array( \'woocommerce\',\'multipurpose\' ),/*Categories*/\n            \'template_url\' =&gt; array(/* Optional for premium theme, you can add your own logic by hook*/\n                \'content\' =&gt; \'full-url-path/content.json\',/*Full URL Path to content.json*/\n                \'options\' =&gt; \'full-url-path/master/options.json\',/*Full URL Path to options.json*/\n                \'widgets\' =&gt; \'full-url-path/widgets.json\'/*Full URL Path to widgets.json*/\n            ),\n            \'screenshot_url\' =&gt; \'full-url-path/screenshot.png?ver=1.6\',/*Full URL Path to demo screenshot image*/\n            \'demo_url\' =&gt; \'https://www.demo.cosmoswp.com/\',/*Full URL Path to Live Demo*/\n            /* Recommended plugin for this demo */\n            \'plugins\' =&gt; array(\n                array(\n                    \'name\'      =&gt; __( \'Gutentor\', \'text-domain\' ),\n                    \'slug\'      =&gt; \'gutentor\',\n                ),\n            )\n        ),\n        /*and so on ............................*/\n   );\n   return $demo_lists;\n}\nadd_filter(\'advanced_import_demo_lists\',\'prefix_demo_import_lists\');\n</code></pre>\n</p>\n<dt id=\'do%20i%20need%20to%20assign%20%22front%20page%22%2C%20%22posts%20page%22%20and%20%22menu%20locations%22%20after%20the%20importer%20is%20done%20or%20do%20they%20automatically%20assign%3F\'>\nDo I need to assign &#8220;Front page&#8221;, &#8220;Posts page&#8221; and &#8220;Menu Locations&#8221; after the importer is done or do they automatically assign?\n</h4>\n<p>\n<p>You don&#8217;t need to assign them manually, they will be automatically assigned. The theme author also doesn&#8217;t have to write additional code for it.</p>\n</p>\n<dt id=\'i%20am%20a%20theme%20author%20and%20i%20would%20like%20to%20customize%20it%20for%20my%20theme%2C%20can%20you%20list%20hooks%20available%20on%20theme%20advanced%20import%20plugin%3F\'>\nI am a theme author and I would like to customize it for my theme, Can you list hooks available on theme Advanced Import plugin?\n</h4>\n<p>\n<p>Here is an important list of filter hooks:</p>\n<ul>\n<li>advanced_import_is_template_available</li>\n<li>advanced_import_template_import_button</li>\n<li>advanced_import_welcome_message</li>\n<li>advanced_import_demo_lists</li>\n<li>advanced_import_is_pro_active</li>\n<li>advanced_import_post_data</li>\n<li>advanced_import_replace_post_ids</li>\n<li>advanced_import_replace_term_ids</li>\n<li>advanced_import_new_options</li>\n<li>advanced_import_sidebars_widgets</li>\n<li>advanced_import_complete_message</li>\n<li>advanced_import_update_option_[&#8216;option-name&#8217;]</li>\n<li>advanced_import_update_value_[&#8216;option-name&#8217;]</li>\n<li>advanced_import_menu_hook_suffix</li>\n<li>advanced_import_replace_content_string</li>\n</ul>\n<p>Here is an important list of action hooks:</p>\n<ul>\n<li>advanced_import_before_demo_import_screen</li>\n<li>advanced_import_after_demo_import_screen</li>\n<li>advanced_import_before_plugin_screen</li>\n<li>advanced_import_after_plugin_screen</li>\n<li>advanced_import_before_content_screen</li>\n<li>advanced_import_after_content_screen</li>\n<li>advanced_import_before_complete_screen</li>\n<li>advanced_import_after_complete_screen</li>\n</ul>\n</p>\n<dt id=\'i%20would%20like%20to%20develop%20a%20companion%2Fstarter%20sites%2Ftoolset%20plugin%20for%20my%20theme%2Fcompany%2C%20do%20you%20have%20any%20starter%20plugins%3F\'>\nI would like to develop a companion/starter sites/toolset plugin for my theme/company, Do you have any starter plugins?\n</h4>\n<p>\n<p>We don&#8217;t have any starter plugin but we have developed a plugins for <a href=\"https://www.acmethemes.com/\" rel=\"nofollow ugc\">Acme Themes</a>. The plugin name is <a href=\"https://wordpress.org/plugins/acme-demo-setup/\" rel=\"ugc\">Acme Demo Setup</a>, you can download and view the code of the plugin and develop one for yourself.</p>\n</p>\n<dt id=\'are%20there%20any%20themes%20using%20these%20plugins%3F\'>\nAre there any themes using these plugins?\n</h4>\n<p>\n<p>Yes, many themes are using this plugin, for example, you can look on <a href=\"https://cosmoswp.com/\" rel=\"nofollow ugc\">CosmosWP Theme</a></p>\n</p>\n\n\";s:9:\"changelog\";s:5671:\"<h4>1.4.5 &#8211; 2025-01-14</h4>\n<ul>\n<li>Added: Introduced support for Blocks Navigation feature.</li>\n<li>Added: Implemented a new filter hook <code>advanced_import_replace_content_string</code>.</li>\n<li>Updated: Enhanced plugin tagline title for clearer comprehension.</li>\n</ul>\n<h4>1.4.4 &#8211; 2024-11-12</h4>\n<ul>\n<li>Added: Tested with the latest WordPress</li>\n<li>Added: Inbuilt support for <a href=\"https://patternswp.com/\" rel=\"nofollow ugc\">PatternsWP</a> themes</li>\n</ul>\n<h4>1.4.3 &#8211; 2024-08-24</h4>\n<ul>\n<li>Added:    Plugin link to Import.</li>\n</ul>\n<h4>1.4.2 &#8211; 2024-08-16</h4>\n<ul>\n<li>\n<p>Added: Developers can now enable plugin installation from a URL by including theme source in the demo list array. This is ideal for plugins hosted outside of WordPress.org. Important: If a recommended plugin is already available on WordPress.org, there&#8217;s no need to use the &#8220;source&#8221; option.</p>\n<pre><code>    \'plugins\' =&gt; array(\n        array(\n            \'name\'      =&gt; __( \'your plugin name\', \'text-domain\' ),\n            \'slug\'      =&gt; \'plugin-slug\',\n            \'source\'      =&gt; \'https://downloads.wordpress.org/plugin/advanced-import.1.4.1.zip\', //full url with zip, your theme url, or any site link with zip will work\n        ),\n</code></pre>\n<p>         )</p>\n</li>\n</ul>\n<h4>1.4.1 &#8211; 2024-04-07</h4>\n<ul>\n<li>Updated : Test with WordPress latest version</li>\n</ul>\n<h4>1.4.0 &#8211; 2023-04-06</h4>\n<ul>\n<li>Added: New hook <code>advanced_import_force_proceed</code></li>\n<li>Updated : Tested up WordPress 6.2</li>\n<li>Fixed : <a href=\"https://wordpress.org/support/topic/function-isjson-string-causes-fatal-error/\" rel=\"ugc\">isJson</a></li>\n</ul>\n<h4>1.3.9 &#8211; 2022-11-23</h4>\n<ul>\n<li>Added : Missing check_admin_referer in one place</li>\n<li>Updated: Uses proper sanitization and escaping functions in some places</li>\n</ul>\n<h4>1.3.8 &#8211; 2022-11-11</h4>\n<ul>\n<li>Updated : Tested up WordPress 6.1</li>\n<li>Fixed : Minor changes</li>\n</ul>\n<h4>1.3.7 &#8211; 2022-05-26</h4>\n<ul>\n<li>Added :  Cron job</li>\n<li>Updated : Tested up WordPress 6</li>\n<li>Fixed : Elementor imports in some cases</li>\n</ul>\n<h4>1.3.6 &#8211; 2022-04-27</h4>\n<ul>\n<li>Updated : Reset plugin via ajax</li>\n<li>Updated : Elementor imports in some cases</li>\n</ul>\n<h4>1.3.5 &#8211; 2022-02-04</h4>\n<ul>\n<li>Added :  Plugin Errors Details</li>\n<li>Updated : Latest version test</li>\n<li>Fixed : Reset errors with some plugins</li>\n</ul>\n<h4>1.3.4 &#8211; 2022-01-04</h4>\n<ul>\n<li>Added :  <a href=\"https://wordpress.org/support/topic/plugin-update-to-process-elementor-global-site-settings/\" rel=\"ugc\">Elementor global site settings</a></li>\n</ul>\n<h4>1.3.3 &#8211; 2021-06-15</h4>\n<ul>\n<li>Added : Plugin info user consent</li>\n<li>Added : 4 new hooks: advanced_import_update_option_[&#8216;option-name&#8217;], advanced_import_update_value_[&#8216;option-name&#8217;] , advanced_import_menu_hook_suffix and advanced_import_current_url</li>\n<li>Updated : Error handling and Error Message</li>\n<li>Updated : recommendedPlugins check if isset</li>\n<li>Fixed : Reset Message</li>\n</ul>\n<h4>1.3.2 &#8211; 2021-04-22</h4>\n<ul>\n<li>Updated : Latest version test</li>\n</ul>\n<h4>1.3.1 &#8211; 2021-01-27</h4>\n<ul>\n<li>Added : Filter list tab active design</li>\n<li>Updated : is_pro check more strictly</li>\n</ul>\n<h4>1.3.0 &#8211; 2021-01-26</h4>\n<ul>\n<li>Added : All, Free and Pro Tab</li>\n<li>Updated : Tested up to 5.6 WordPress</li>\n<li>Updated : PHPCS</li>\n<li>Updated : Some minor design</li>\n<li>Updated : Minor changes</li>\n<li>Fixed : File Type Check</li>\n</ul>\n<h4>1.2.5 &#8211; 2020-11-11</h4>\n<ul>\n<li>Updated : Hook attributes, control each demo import.<br />\nNow developer can provide user template kit separately. View Example : <a href=\"https://www.cosmoswp.com/template-kits/\" rel=\"nofollow ugc\">CosmosWP Template kits</a></li>\n<li>Updated : PHPCS</li>\n<li>Updated : Some minor design</li>\n<li>Updated : Minor changes</li>\n</ul>\n<h4>1.2.4 &#8211; 2020-06-22</h4>\n<ul>\n<li>Updated : API Url</li>\n</ul>\n<h4>1.2.3 &#8211; 2020-06-22</h4>\n<ul>\n<li>Added : Shortcode support</li>\n<li>Added : Meta post id support</li>\n<li>Added : Gutentor import support</li>\n<li>Added : Elementor import support</li>\n<li>Added : Post type array order</li>\n<li>Added : Default Post and Page move to trash</li>\n</ul>\n<h4>1.2.2 &#8211; 2020-04-06</h4>\n<ul>\n<li>Updated : Contributors</li>\n<li>Fixed : Some Design Issue</li>\n</ul>\n<h4>1.2.1 &#8211; 2020-03-16</h4>\n<ul>\n<li>Fixed : Premium demo support</li>\n</ul>\n<h4>1.2.0 &#8211; 2020-03-12</h4>\n<ul>\n<li>Added : Premium demo support</li>\n<li>Added : Readme documentation</li>\n<li>Added : Extra layer of security</li>\n<li>Updated : Example File</li>\n</ul>\n<h4>1.0.8 &#8211; 2020-02-19</h4>\n<ul>\n<li>Fixed : Secure reset function</li>\n</ul>\n<h4>1.0.7 &#8211; 2020-01-05</h4>\n<ul>\n<li>Fixed : Script loading when SCRIPT_DEBUG on</li>\n</ul>\n<h4>1.0.6 &#8211; 2019-12-02</h4>\n<ul>\n<li>Fixed : Author check fixed for CosmosWP</li>\n</ul>\n<h4>1.0.5 &#8211; 2019-11-25</h4>\n<ul>\n<li>Added : Supports for CosmosWP and Acme Themes</li>\n<li>Fixed : Isotope loading issue</li>\n<li>Fixed : Author info design issue</li>\n</ul>\n<h4>1.0.4 &#8211; 2019-11-10</h4>\n<ul>\n<li>Added : WooCommerce pages import issues</li>\n</ul>\n<h4>1.0.3 &#8211; 2019-10-24</h4>\n<ul>\n<li>Added : Some Hooks</li>\n</ul>\n<h4>1.0.2 &#8211; 2019-09-29</h4>\n<ul>\n<li>Updated : Some Information</li>\n<li>Fixed : Multisite warning</li>\n</ul>\n<h4>1.0.1 &#8211; 2019-09-26</h4>\n<ul>\n<li>Fixed : Tools =&gt; Advanced Import</li>\n<li>Fixed : Minor Changes</li>\n</ul>\n<h4>1.0.0</h4>\n<ul>\n<li>Initial release.</li>\n</ul>\n\";s:11:\"screenshots\";s:1451:\"<ol><li><a href=\"https://ps.w.org/advanced-import/assets/screenshot-1.jpg?rev=2223454\"><img src=\"https://ps.w.org/advanced-import/assets/screenshot-1.jpg?rev=2223454\" alt=\"Import Main Screen\"></a><p>Import Main Screen</p></li><li><a href=\"https://ps.w.org/advanced-import/assets/screenshot-2.jpg?rev=2223454\"><img src=\"https://ps.w.org/advanced-import/assets/screenshot-2.jpg?rev=2223454\" alt=\"Import Start Popup Message\"></a><p>Import Start Popup Message</p></li><li><a href=\"https://ps.w.org/advanced-import/assets/screenshot-3.jpg?rev=2223454\"><img src=\"https://ps.w.org/advanced-import/assets/screenshot-3.jpg?rev=2223454\" alt=\"Import Complete Popup Message\"></a><p>Import Complete Popup Message</p></li><li><a href=\"https://ps.w.org/advanced-import/assets/screenshot-4.jpg?rev=2223454\"><img src=\"https://ps.w.org/advanced-import/assets/screenshot-4.jpg?rev=2223454\" alt=\"Import Via File\"></a><p>Import Via File</p></li><li><a href=\"https://ps.w.org/advanced-import/assets/screenshot-5.jpg?rev=2223454\"><img src=\"https://ps.w.org/advanced-import/assets/screenshot-5.jpg?rev=2223454\" alt=\"The frontend of CosmosWP after Import\"></a><p>The frontend of CosmosWP after Import</p></li><li><a href=\"https://ps.w.org/advanced-import/assets/screenshot-6.jpg?rev=2223454\"><img src=\"https://ps.w.org/advanced-import/assets/screenshot-6.jpg?rev=2223454\" alt=\"The frontend of Opus Blog after Import\"></a><p>The frontend of Opus Blog after Import</p></li></ol>\";s:7:\"reviews\";s:8938:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">not working with own xml file,</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/wrednyspam/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/5b88c5c3cf0968bb252067484dbb344a26711484e3390d8fd5cad3cd95c4e612?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/5b88c5c3cf0968bb252067484dbb344a26711484e3390d8fd5cad3cd95c4e612?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/wrednyspam/\" class=\"reviewer-name\">wrednyspam</a> on <span class=\"review-date\">September 27, 2023</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p class=\"\">its\'n importing any data :/</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Perfect</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/wowthemesnet/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/fbb4301cf05de13ec063bf62a7854d40a6bade2aaf08085d72890bb5f333d295?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/fbb4301cf05de13ec063bf62a7854d40a6bade2aaf08085d72890bb5f333d295?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/wowthemesnet/\" class=\"reviewer-name\">wowthemesnet</a> on <span class=\"review-date\">March 12, 2023</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>This is the one theme developers should use!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great Plugins For Theme Developer</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/bokhtyer/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/0651fa028638a13a9cae981eb6dd93ae77c6629bd7685f77ab663e8bde93dea2?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/0651fa028638a13a9cae981eb6dd93ae77c6629bd7685f77ab663e8bde93dea2?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/bokhtyer/\" class=\"reviewer-name\">Bokhtyer Abid <small>(bokhtyer)</small></a> on <span class=\"review-date\">October 14, 2021</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">perfectly work theme development one-click demo import. Awesome plugins</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Awesome plugin for theme developers</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/keonthemes/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/709968f6a0f67dc7eeb3bdbaf5122f6bbacca68e368bd00c49e9ee7390fb4e50?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/709968f6a0f67dc7eeb3bdbaf5122f6bbacca68e368bd00c49e9ee7390fb4e50?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/keonthemes/\" class=\"reviewer-name\">keonthemes</a> on <span class=\"review-date\">January 31, 2021</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Perfectly works for themes and the support team is very fast and helpful. Recommended for all theme developers.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Works smoothly</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/wpeventpartners/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ed9b68470230ec8bc37c72b21f94a8450150321c567d6ecc454d11441b56de7b?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ed9b68470230ec8bc37c72b21f94a8450150321c567d6ecc454d11441b56de7b?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/wpeventpartners/\" class=\"reviewer-name\">WP Event Partners <small>(wpeventpartners)</small></a> on <span class=\"review-date\">June 22, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">We used this plugin as a parent plugin for our theme importer plugin and this works great with it. We tried with our elementor based theme as well and it worked as we wanted.</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Very useful for the theme developer</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/dipendahal/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e43f5e7b33e40cd0432a6c6506233f77bf047d50225d8024b64e6d9924e157c3?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/e43f5e7b33e40cd0432a6c6506233f77bf047d50225d8024b64e6d9924e157c3?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/dipendahal/\" class=\"reviewer-name\">DipenDahal</a> on <span class=\"review-date\">May 4, 2020</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">As a theme developer, I am using this plugin, it is a fantastic plugin, it makes the theme more user friendly and the user can easily import demo content.  The most important point for me is it supports the premium version of the theme too. Thanks for developing a very useful plugin for developers.</div>\n</div>\n\";}s:17:\"short_description\";s:159:\"Advanced Import simplifies importing demo data for WordPress sites, enabling users to import posts, pages, media, widgets, customizer settings, and Gu &hellip;\";s:13:\"download_link\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.4.5.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/advanced-import/assets/screenshot-1.jpg?rev=2223454\";s:7:\"caption\";s:18:\"Import Main Screen\";}i:2;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/advanced-import/assets/screenshot-2.jpg?rev=2223454\";s:7:\"caption\";s:26:\"Import Start Popup Message\";}i:3;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/advanced-import/assets/screenshot-3.jpg?rev=2223454\";s:7:\"caption\";s:29:\"Import Complete Popup Message\";}i:4;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/advanced-import/assets/screenshot-4.jpg?rev=2223454\";s:7:\"caption\";s:15:\"Import Via File\";}i:5;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/advanced-import/assets/screenshot-5.jpg?rev=2223454\";s:7:\"caption\";s:37:\"The frontend of CosmosWP after Import\";}i:6;a:2:{s:3:\"src\";s:68:\"https://ps.w.org/advanced-import/assets/screenshot-6.jpg?rev=2223454\";s:7:\"caption\";s:38:\"The frontend of Opus Blog after Import\";}}s:4:\"tags\";a:5:{s:17:\"customizer-import\";s:17:\"customizer import\";s:11:\"demo-import\";s:11:\"demo import\";s:16:\"gutenberg-import\";s:16:\"gutenberg import\";s:12:\"theme-import\";s:12:\"theme import\";s:13:\"widget-import\";s:13:\"widget import\";}s:8:\"versions\";a:30:{s:5:\"1.0.2\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.0.2.zip\";s:5:\"1.0.3\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.0.3.zip\";s:5:\"1.0.4\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.0.4.zip\";s:5:\"1.0.5\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.0.5.zip\";s:5:\"1.0.6\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.0.6.zip\";s:5:\"1.0.7\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.0.7.zip\";s:5:\"1.0.8\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.0.8.zip\";s:5:\"1.2.0\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.2.0.zip\";s:5:\"1.2.1\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.2.1.zip\";s:5:\"1.2.2\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.2.2.zip\";s:5:\"1.2.3\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.2.3.zip\";s:5:\"1.2.4\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.2.4.zip\";s:5:\"1.2.5\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.2.5.zip\";s:5:\"1.3.0\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.3.0.zip\";s:5:\"1.3.1\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.3.1.zip\";s:5:\"1.3.2\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.3.2.zip\";s:5:\"1.3.3\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.3.3.zip\";s:5:\"1.3.4\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.3.4.zip\";s:5:\"1.3.5\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.3.5.zip\";s:5:\"1.3.6\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.3.6.zip\";s:5:\"1.3.7\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.3.7.zip\";s:5:\"1.3.8\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.3.8.zip\";s:5:\"1.3.9\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.3.9.zip\";s:5:\"1.4.0\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.4.0.zip\";s:5:\"1.4.1\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.4.1.zip\";s:5:\"1.4.2\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.4.2.zip\";s:5:\"1.4.3\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.4.3.zip\";s:5:\"1.4.4\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.4.4.zip\";s:5:\"1.4.5\";s:64:\"https://downloads.wordpress.org/plugin/advanced-import.1.4.5.zip\";s:5:\"trunk\";s:58:\"https://downloads.wordpress.org/plugin/advanced-import.zip\";}s:14:\"business_model\";b:0;s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:24:\"https://addonspress.com/\";s:7:\"banners\";a:2:{s:3:\"low\";s:70:\"https://ps.w.org/advanced-import/assets/banner-772x250.png?rev=2223454\";s:4:\"high\";s:71:\"https://ps.w.org/advanced-import/assets/banner-1544x500.png?rev=2223454\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/advanced-import/assets/icon-128x128.png?rev=2163691\";s:2:\"2x\";s:68:\"https://ps.w.org/advanced-import/assets/icon-256x256.png?rev=2163691\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:52:\"Advanced Import: One-Click Demo Import for WordPress\";}}', 'off'),
(195, 'gutentor_settings_options', 'a:44:{s:21:\"color-palette-options\";s:4:\"both\";s:14:\"color-palettes\";s:0:\"\";s:20:\"dynamic-res-location\";s:4:\"head\";s:19:\"enable-export-block\";s:4:\"true\";s:19:\"enable-import-block\";s:4:\"true\";s:10:\"fa-version\";s:1:\"5\";s:7:\"map-api\";s:39:\"AIzaSyAq-PUmXMM3M2aQnwUslzap0TXaGyZlqZE\";s:10:\"off-blocks\";s:0:\"\";s:4:\"ptel\";s:0:\"\";s:4:\"ttel\";s:0:\"\";s:12:\"tax-in-color\";s:0:\"\";s:12:\"tax-in-image\";s:0:\"\";s:18:\"typo-apply-options\";s:6:\"global\";s:17:\"wide-width-editor\";b:0;s:20:\"page-templates-in-pt\";s:0:\"\";s:12:\"videos-in-pt\";s:0:\"\";s:16:\"maintenance-mode\";s:8:\"disabled\";s:18:\"maintenance-access\";s:4:\"none\";s:20:\"maintenance-template\";s:2:\"-1\";s:14:\"allow-tracking\";b:0;s:8:\"on-popup\";b:0;s:10:\"popup-load\";s:4:\"ajax\";s:10:\"gc-btn-txt\";s:2:\"{}\";s:9:\"gc-btn-bg\";s:2:\"{}\";s:10:\"gc-heading\";s:2:\"{}\";s:7:\"gc-body\";s:2:\"{}\";s:7:\"gc-link\";s:2:\"{}\";s:18:\"gc-cat-txt-default\";s:2:\"{}\";s:17:\"gc-cat-bg-default\";s:2:\"{}\";s:5:\"gt-h1\";s:0:\"\";s:5:\"gt-h2\";s:0:\"\";s:5:\"gt-h3\";s:0:\"\";s:5:\"gt-h4\";s:0:\"\";s:5:\"gt-h5\";s:0:\"\";s:5:\"gt-h6\";s:0:\"\";s:7:\"gt-body\";s:0:\"\";s:9:\"gt-button\";s:0:\"\";s:9:\"gw-mobile\";s:0:\"\";s:9:\"gw-tablet\";s:0:\"\";s:10:\"gw-desktop\";s:0:\"\";s:8:\"gw-large\";s:0:\"\";s:23:\"gutentor_tax_term_color\";b:0;s:23:\"gutentor_tax_term_image\";b:0;s:11:\"options_v_0\";b:1;}', 'auto'),
(203, 'recently_activated', 'a:0:{}', 'off'),
(209, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"8c7d46a72d7d4591fc1dd9485bedb304\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(216, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.7.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1738758032;s:7:\"version\";s:5:\"5.7.6\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'auto'),
(293, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(229, 'wp_calendar_block_has_published_posts', '1', 'auto'),
(230, 'category_children', 'a:0:{}', 'auto'),
(234, 'blogname-child', 'Education Base', 'auto'),
(235, 'blogdescription-child', 'The Ultimate Education Theme', 'auto'),
(236, 'posts_per_page-child', '10', 'auto'),
(237, 'date_format-child', 'F j, Y', 'auto'),
(238, 'time_format-child', 'g:i a', 'auto'),
(239, 'show_on_front-child', 'page', 'auto'),
(240, 'thumbnail_size_w-child', '150', 'auto'),
(241, 'thumbnail_size_h-child', '150', 'auto'),
(242, 'thumbnail_crop-child', '1', 'auto'),
(243, 'medium_size_w-child', '300', 'auto'),
(244, 'medium_size_h-child', '300', 'auto'),
(245, 'avatar_default-child', 'mystery', 'auto'),
(246, 'large_size_w-child', '1024', 'auto'),
(247, 'large_size_h-child', '1024', 'auto'),
(248, 'page_for_posts-child', '106', 'auto'),
(249, 'page_on_front-child', '104', 'auto'),
(250, 'medium_large_size_w-child', '768', 'auto'),
(251, 'medium_large_size_h-child', '0', 'auto'),
(252, 'theme_mods_education-base-child', 'a:6:{i:0;b:0;s:28:\"education_base_theme_options\";a:48:{s:32:\"education-base-enable-header-top\";b:1;s:28:\"education-base-header-height\";s:3:\"207\";s:40:\"education-base-top-header-design-options\";s:10:\"left-curve\";s:27:\"education-base-phone-number\";s:13:\"+01-123456789\";s:24:\"education-base-top-email\";s:19:\"info@acmethemes.com\";s:31:\"education-base-newsnotice-title\";s:8:\"Notice :\";s:29:\"education-base-newsnotice-cat\";s:1:\"3\";s:27:\"education-base-button-title\";s:13:\"Online Course\";s:26:\"education-base-button-link\";s:51:\"http://www.demo.acmethemes.com/education-base/shop/\";s:32:\"education-base-enable-top-social\";b:1;s:28:\"education-base-enable-sticky\";i:1;s:25:\"education-base-all-slides\";s:58:\"[{\"selectpage\":118},{\"selectpage\":120},{\"selectpage\":122}]\";s:27:\"education-base-feature-page\";i:0;s:37:\"education-base-featured-slider-number\";s:1:\"3\";s:31:\"education-base-feature-column-1\";s:2:\"63\";s:31:\"education-base-feature-column-2\";s:2:\"61\";s:31:\"education-base-feature-column-3\";s:2:\"59\";s:37:\"education-base-feature-column-1-color\";s:7:\"#87cc00\";s:37:\"education-base-feature-column-2-color\";s:7:\"#fd5308\";s:37:\"education-base-feature-column-3-color\";s:7:\"#00adef\";s:29:\"education-base-enable-feature\";b:1;s:46:\"education-base-feature-slider-enable-animation\";i:1;s:40:\"education-base-feature-slider-image-only\";s:0:\"\";s:39:\"education-base-fs-image-display-options\";s:14:\"full-screen-bg\";s:36:\"education-base-slider-know-more-text\";s:9:\"Know More\";s:36:\"education-base-header-id-display-opt\";s:17:\"title-and-tagline\";s:27:\"education-base-facebook-url\";s:36:\"https://www.facebook.com/acmethemes/\";s:26:\"education-base-twitter-url\";s:36:\"https://www.twitter.com/acme_themes/\";s:26:\"education-base-youtube-url\";s:22:\"http://www.youtube.com\";s:30:\"education-base-google-plus-url\";s:26:\"http://www.plus.google.com\";s:28:\"education-base-enable-social\";b:1;s:31:\"education-base-footer-copyright\";s:30:\"&copy; All right reserved 2016\";s:29:\"education-base-sidebar-layout\";s:13:\"right-sidebar\";s:40:\"education-base-front-page-sidebar-layout\";s:13:\"right-sidebar\";s:37:\"education-base-archive-sidebar-layout\";s:13:\"right-sidebar\";s:34:\"education-base-blog-archive-layout\";s:10:\"left-image\";s:31:\"education-base-enable-animation\";s:0:\"\";s:28:\"education-base-primary-color\";s:7:\"#fd5308\";s:31:\"education-base-header-top-color\";s:7:\"#002858\";s:27:\"education-base-footer-color\";s:7:\"#003a6a\";s:34:\"education-base-footer-bottom-color\";s:7:\"#002858\";s:37:\"education-base-blog-archive-more-text\";s:9:\"Read More\";s:38:\"education-base-hide-front-page-content\";s:0:\"\";s:37:\"education-base-hide-front-page-header\";b:1;s:40:\"education-base-disable-widget-title-icon\";s:0:\"\";s:32:\"education-base-widget-title-icon\";s:17:\"fa-graduation-cap\";s:32:\"education-base-search-placholder\";s:6:\"Search\";s:30:\"education-base-show-breadcrumb\";b:1;}s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:13;s:8:\"one-page\";i:2;}s:12:\"header_image\";s:108:\"http://www.demo.acmethemes.com/education-base/wp-content/uploads/2017/02/university-student-1872810_1280.jpg\";s:17:\"header_image_data\";a:5:{s:13:\"attachment_id\";i:234;s:3:\"url\";s:108:\"http://www.demo.acmethemes.com/education-base/wp-content/uploads/2017/02/university-student-1872810_1280.jpg\";s:13:\"thumbnail_url\";s:108:\"http://www.demo.acmethemes.com/education-base/wp-content/uploads/2017/02/university-student-1872810_1280.jpg\";s:6:\"height\";i:853;s:5:\"width\";i:1280;}s:18:\"custom_css_post_id\";i:-1;}', 'auto'),
(253, 'woocommerce_shop_page_id', '98', 'auto'),
(254, 'woocommerce_shop_page_id-child', '133', 'auto'),
(255, 'woocommerce_cart_page_id', '100', 'auto'),
(256, 'woocommerce_cart_page_id-child', '134', 'auto'),
(257, 'woocommerce_checkout_page_id', '102', 'auto'),
(258, 'woocommerce_checkout_page_id-child', '135', 'auto'),
(259, 'woocommerce_myaccount_page_id', '104', 'auto'),
(260, 'woocommerce_myaccount_page_id-child', '136', 'auto'),
(323, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1739334233;s:7:\"checked\";a:2:{s:14:\"education-base\";s:7:\"3.0.7.1\";s:14:\"rasa-education\";s:3:\"1.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:14:\"education-base\";a:6:{s:5:\"theme\";s:14:\"education-base\";s:11:\"new_version\";s:7:\"3.0.7.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/education-base/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/theme/education-base.3.0.7.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:14:\"rasa-education\";a:6:{s:5:\"theme\";s:14:\"rasa-education\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/rasa-education/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/rasa-education.1.0.zip\";s:8:\"requires\";s:3:\"5.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'off'),
(272, '_transient_health-check-site-status-result', '{\"good\":14,\"recommended\":8,\"critical\":1}', 'on'),
(344, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.7.2-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.7.2-partial-1.zip\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.2\";s:7:\"version\";s:5:\"6.7.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.7.1\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.7.2.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.7.2-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.7.2-new-bundled.zip\";s:7:\"partial\";s:61:\"https://downloads.w.org/release/wordpress-6.7.2-partial-1.zip\";s:8:\"rollback\";s:62:\"https://downloads.w.org/release/wordpress-6.7.2-rollback-1.zip\";}s:7:\"current\";s:5:\"6.7.2\";s:7:\"version\";s:5:\"6.7.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.7.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1739334277;s:15:\"version_checked\";s:5:\"6.7.1\";s:12:\"translations\";a:0:{}}', 'off'),
(346, '_site_transient_timeout_wp_theme_files_patterns-2c287080e41d77a6d6bd7ce4e236ad5b', '1739338193', 'off'),
(347, '_site_transient_wp_theme_files_patterns-2c287080e41d77a6d6bd7ce4e236ad5b', 'a:2:{s:7:\"version\";s:7:\"3.0.7.1\";s:8:\"patterns\";a:0:{}}', 'off'),
(309, '_transient_is_multi_author', '0', 'on'),
(311, '_transient_education_base_categories', '1', 'on');

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

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE IF NOT EXISTS `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=841 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 5, '_edit_lock', '1738757919:1'),
(4, 5, 'gutentor_dynamic_css', ''),
(5, 5, 'gutentor_css_info', 'a:4:{s:7:\"version\";s:5:\"3.4.5\";s:13:\"saved_version\";i:1;s:6:\"is_rtl\";b:0;s:6:\"blocks\";a:0:{}}'),
(6, 5, '_edit_last', '1'),
(7, 5, 'education-base-featured-icon', ''),
(8, 5, 'education_base_sidebar_layout', 'default-sidebar'),
(9, 7, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n<label> Your Documents\n    [file file-212] </label>\n\n<label> Details for Admission\n     [textarea textarea-249]</label>\n[honeypot hellohoney]\n[submit \"Send\"]'),
(10, 7, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:31:\"Education Base \"[your-subject]\"\";s:6:\"sender\";s:43:\"[your-name] <wordpress@demo.acmethemes.com>\";s:9:\"recipient\";s:20:\"acmethemes@gmail.com\";s:4:\"body\";s:197:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Education Base (http://www.demo.acmethemes.com/education-base)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(11, 7, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:31:\"Education Base \"[your-subject]\"\";s:6:\"sender\";s:46:\"Education Base <wordpress@demo.acmethemes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:139:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Education Base (http://www.demo.acmethemes.com/education-base)\";s:18:\"additional_headers\";s:30:\"Reply-To: acmethemes@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(12, 7, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(13, 7, '_additional_settings', 'demo_mode: on'),
(14, 7, '_locale', 'en_US'),
(15, 2, '_wp_trash_meta_status', 'publish'),
(16, 2, '_wp_trash_meta_time', '1738758063'),
(17, 2, '_wp_desired_post_slug', 'sample-page'),
(18, 1, '_wp_trash_meta_status', 'publish'),
(19, 1, '_wp_trash_meta_time', '1738758063'),
(20, 1, '_wp_desired_post_slug', 'hello-world'),
(21, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:\"1\";}'),
(22, 10, '_wp_attached_file', '2019/05/woocommerce-placeholder.png'),
(23, 10, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:47292;}'),
(24, 11, '_wp_attached_file', '2016/10/teacher-2.png'),
(25, 11, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:211;s:6:\"height\";i:271;s:4:\"file\";s:21:\"2016/10/teacher-2.png\";s:8:\"filesize\";i:41034;s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"teacher-2-211x240.png\";s:5:\"width\";i:211;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100915;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26, 12, '_wp_attached_file', '2016/10/teacher-1.png'),
(27, 12, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:211;s:6:\"height\";i:271;s:4:\"file\";s:21:\"2016/10/teacher-1.png\";s:8:\"filesize\";i:32612;s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"teacher-1-211x240.png\";s:5:\"width\";i:211;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78480;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28, 13, '_wp_attached_file', '2016/10/teacher-3.png'),
(29, 13, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:211;s:6:\"height\";i:271;s:4:\"file\";s:21:\"2016/10/teacher-3.png\";s:8:\"filesize\";i:26952;s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"teacher-3-211x240.png\";s:5:\"width\";i:211;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54147;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30, 14, '_wp_attached_file', '2016/10/teacher-4.png'),
(31, 14, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:211;s:6:\"height\";i:271;s:4:\"file\";s:21:\"2016/10/teacher-4.png\";s:8:\"filesize\";i:35685;s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"teacher-4-211x240.png\";s:5:\"width\";i:211;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77684;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(32, 15, '_wp_attached_file', '2017/02/cropped-university-student-1872810_1280.jpg'),
(33, 15, '_wp_attachment_context', 'custom-header'),
(34, 15, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:664;s:4:\"file\";s:51:\"2017/02/cropped-university-student-1872810_1280.jpg\";s:8:\"filesize\";i:187962;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"cropped-university-student-1872810_1280-690x239.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35029;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"cropped-university-student-1872810_1280-1080x374.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70579;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"cropped-university-student-1872810_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30621;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"cropped-university-student-1872810_1280-768x266.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41572;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"cropped-university-student-1872810_1280-1536x531.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122020;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:51:\"cropped-university-student-1872810_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19552;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(37, 16, '_wp_attached_file', '2017/02/university-student-1872810_1280.jpg'),
(38, 16, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:43:\"2017/02/university-student-1872810_1280.jpg\";s:8:\"filesize\";i:255697;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"university-student-1872810_1280-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41690;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"university-student-1872810_1280-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66058;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"university-student-1872810_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28206;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"university-student-1872810_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61824;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:43:\"university-student-1872810_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(35, 15, '_wp_attachment_custom_header_last_used_education-base', '1486888386'),
(36, 15, '_wp_attachment_is_custom_header', 'education-base'),
(41, 17, '_wp_attached_file', '2016/12/education-base-1.1.0.zip'),
(42, 17, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:47292;}'),
(43, 18, '_wp_attached_file', '2016/10/education-base-1.0.0.zip'),
(44, 18, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:47292;}'),
(45, 19, '_wp_attached_file', '2016/10/university.jpg'),
(46, 19, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:22:\"2016/10/university.jpg\";s:8:\"filesize\";i:124683;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"university-533x400.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35407;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"university-707x530.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58333;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"university-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28787;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"university-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66664;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"university-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16203;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39, 16, '_wp_attachment_custom_header_last_used_education-base', '1486888408'),
(40, 16, '_wp_attachment_is_custom_header', 'education-base'),
(49, 20, '_wp_attached_file', '2016/10/education-team-4.jpg'),
(50, 20, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2016/10/education-team-4.jpg\";s:8:\"filesize\";i:100585;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"education-team-4-311x400.jpg\";s:5:\"width\";i:311;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25273;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"education-team-4-412x530.jpg\";s:5:\"width\";i:412;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"education-team-4-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26895;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"education-team-4-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17345;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(47, 19, '_wp_attachment_custom_header_last_used_education-base', '1477132138'),
(48, 19, '_wp_attachment_is_custom_header', 'education-base'),
(51, 21, '_wp_attached_file', '2016/10/mercantile-team-4.jpg'),
(52, 21, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:900;s:4:\"file\";s:29:\"2016/10/mercantile-team-4.jpg\";s:8:\"filesize\";i:63168;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"mercantile-team-4-311x400.jpg\";s:5:\"width\";i:311;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15836;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"mercantile-team-4-412x530.jpg\";s:5:\"width\";i:412;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25003;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"mercantile-team-4-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15092;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"mercantile-team-4-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10358;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(53, 22, '_wp_attached_file', '2016/10/education-team-3.jpg'),
(54, 22, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2016/10/education-team-3.jpg\";s:8:\"filesize\";i:62732;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"education-team-3-311x400.jpg\";s:5:\"width\";i:311;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15254;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"education-team-3-412x530.jpg\";s:5:\"width\";i:412;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"education-team-3-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15766;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"education-team-3-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(55, 23, '_wp_attached_file', '2016/10/bicycle-riding.jpg'),
(56, 23, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:857;s:4:\"file\";s:26:\"2016/10/bicycle-riding.jpg\";s:8:\"filesize\";i:352966;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"bicycle-riding-597x400.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81467;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"bicycle-riding-792x530.jpg\";s:5:\"width\";i:792;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136261;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"bicycle-riding-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50521;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"bicycle-riding-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129572;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"bicycle-riding-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29148;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(57, 24, '_wp_attached_file', '2016/10/reading.jpg'),
(58, 24, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1271;s:4:\"file\";s:19:\"2016/10/reading.jpg\";s:8:\"filesize\";i:283845;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"reading-604x400.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45424;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"reading-801x530.jpg\";s:5:\"width\";i:801;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"reading-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28614;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"reading-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70016;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"reading-1536x1017.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1017;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:233632;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"reading-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18147;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(61, 25, '_wp_attached_file', '2016/10/cropped-computer-room-1488311_1280.jpg'),
(62, 25, '_wp_attachment_context', 'custom-header'),
(63, 25, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:46:\"2016/10/cropped-computer-room-1488311_1280.jpg\";s:8:\"filesize\";i:230231;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"cropped-computer-room-1488311_1280-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31516;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"cropped-computer-room-1488311_1280-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"cropped-computer-room-1488311_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21643;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"cropped-computer-room-1488311_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47268;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"cropped-computer-room-1488311_1280-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150587;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:46:\"cropped-computer-room-1488311_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14000;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(59, 24, '_wp_attachment_custom_header_last_used_education-base', '1477126302'),
(60, 24, '_wp_attachment_is_custom_header', 'education-base'),
(66, 26, '_wp_attached_file', '2016/10/steven-spielberg-84788_960_720.jpg'),
(67, 26, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:672;s:4:\"file\";s:42:\"2016/10/steven-spielberg-84788_960_720.jpg\";s:8:\"filesize\";i:159906;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"steven-spielberg-84788_960_720-571x400.jpg\";s:5:\"width\";i:571;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35437;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"steven-spielberg-84788_960_720-757x530.jpg\";s:5:\"width\";i:757;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"steven-spielberg-84788_960_720-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23710;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"steven-spielberg-84788_960_720-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59545;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:42:\"steven-spielberg-84788_960_720-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15501;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(64, 25, '_wp_attachment_custom_header_last_used_education-base', '1477126344'),
(65, 25, '_wp_attachment_is_custom_header', 'education-base'),
(68, 27, '_wp_attached_file', '2016/10/computer-1275680_960_720.jpg'),
(69, 27, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:960;s:6:\"height\";i:642;s:4:\"file\";s:36:\"2016/10/computer-1275680_960_720.jpg\";s:8:\"filesize\";i:163490;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"computer-1275680_960_720-598x400.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37218;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"computer-1275680_960_720-793x530.jpg\";s:5:\"width\";i:793;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"computer-1275680_960_720-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22943;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"computer-1275680_960_720-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58798;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"computer-1275680_960_720-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(70, 28, '_wp_attached_file', '2016/10/girl-1034421_1280.jpg'),
(71, 28, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:970;s:4:\"file\";s:29:\"2016/10/girl-1034421_1280.jpg\";s:8:\"filesize\";i:477288;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"girl-1034421_1280-528x400.jpg\";s:5:\"width\";i:528;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65155;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"girl-1034421_1280-699x530.jpg\";s:5:\"width\";i:699;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"girl-1034421_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46870;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"girl-1034421_1280-768x582.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124823;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"girl-1034421_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29399;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(73, 29, '_wp_attached_file', '2016/10/class-377117_1280.jpg'),
(74, 29, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:476;s:4:\"file\";s:29:\"2016/10/class-377117_1280.jpg\";s:8:\"filesize\";i:138881;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"class-377117_1280-690x257.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33337;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"class-377117_1280-1080x402.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64653;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"class-377117_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27592;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"class-377117_1280-768x286.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38352;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"class-377117_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17344;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(72, 28, '_wp_attachment_is_custom_background', 'education-base'),
(75, 30, '_wp_attached_file', '2016/10/library-1697314_1280.jpg'),
(76, 30, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:968;s:4:\"file\";s:32:\"2016/10/library-1697314_1280.jpg\";s:8:\"filesize\";i:341694;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"library-1697314_1280-529x400.jpg\";s:5:\"width\";i:529;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51617;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"library-1697314_1280-701x530.jpg\";s:5:\"width\";i:701;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"library-1697314_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37610;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"library-1697314_1280-768x581.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93095;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"library-1697314_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24293;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon PowerShot SX700 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"10.99\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(77, 31, '_wp_attached_file', '2016/10/photo-1464582883107-8adf2dca8a9f-scaled.jpg'),
(78, 31, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:51:\"2016/10/photo-1464582883107-8adf2dca8a9f-scaled.jpg\";s:8:\"filesize\";i:435141;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"photo-1464582883107-8adf2dca8a9f-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43346;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"photo-1464582883107-8adf2dca8a9f-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"photo-1464582883107-8adf2dca8a9f-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27577;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"photo-1464582883107-8adf2dca8a9f-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64384;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"photo-1464582883107-8adf2dca8a9f-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193805;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"photo-1464582883107-8adf2dca8a9f-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:307293;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:44:\"photo-1464582883107-8adf2dca8a9f-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18920;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:36:\"photo-1464582883107-8adf2dca8a9f.jpg\";}'),
(79, 32, '_wp_attached_file', '2016/10/university-student-1657294_1280-1.jpg'),
(80, 32, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:45:\"2016/10/university-student-1657294_1280-1.jpg\";s:8:\"filesize\";i:178981;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"university-student-1657294_1280-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48699;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"university-student-1657294_1280-1-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"university-student-1657294_1280-1-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"university-student-1657294_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72421;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"university-student-1657294_1280-1-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19985;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(81, 33, '_wp_attached_file', '2016/10/computer-room-1488311_1280.jpg'),
(82, 33, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2016/10/computer-room-1488311_1280.jpg\";s:8:\"filesize\";i:183660;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"computer-room-1488311_1280-690x388.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37560;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"computer-room-1488311_1280-942x530.jpg\";s:5:\"width\";i:942;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61993;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"computer-room-1488311_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22280;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"computer-room-1488311_1280-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44441;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"computer-room-1488311_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14161;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(83, 34, '_wp_attached_file', '2016/10/girl-571808_1280-1.jpg'),
(84, 34, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:914;s:4:\"file\";s:30:\"2016/10/girl-571808_1280-1.jpg\";s:8:\"filesize\";i:175675;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"girl-571808_1280-1-560x400.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57209;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"girl-571808_1280-1-742x530.jpg\";s:5:\"width\";i:742;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"girl-571808_1280-1-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38730;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"girl-571808_1280-1-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99569;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"girl-571808_1280-1-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23604;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(85, 35, '_wp_attached_file', '2016/10/stretching-498256_1280-1.jpg'),
(86, 35, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:36:\"2016/10/stretching-498256_1280-1.jpg\";s:8:\"filesize\";i:252273;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"stretching-498256_1280-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71761;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"stretching-498256_1280-1-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120479;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"stretching-498256_1280-1-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42446;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"stretching-498256_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112748;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"stretching-498256_1280-1-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26318;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(87, 36, '_wp_attached_file', '2016/10/plank-1327256_1280-1.jpg'),
(88, 36, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2016/10/plank-1327256_1280-1.jpg\";s:8:\"filesize\";i:65842;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"plank-1327256_1280-1-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15813;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"plank-1327256_1280-1-663x530.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24711;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"plank-1327256_1280-1-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12739;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"plank-1327256_1280-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30870;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"plank-1327256_1280-1-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8598;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(89, 37, '_wp_attached_file', '2016/10/office-583841_1280-1.jpg'),
(90, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:32:\"2016/10/office-583841_1280-1.jpg\";s:8:\"filesize\";i:201199;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"office-583841_1280-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48179;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"office-583841_1280-1-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76999;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"office-583841_1280-1-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30949;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"office-583841_1280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71806;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"office-583841_1280-1-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19993;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(91, 38, '_wp_attached_file', '2016/10/francis-quadrangle-1618326_1280.jpg'),
(92, 38, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:702;s:4:\"file\";s:43:\"2016/10/francis-quadrangle-1618326_1280.jpg\";s:8:\"filesize\";i:370526;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"francis-quadrangle-1618326_1280-690x378.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71392;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"francis-quadrangle-1618326_1280-966x530.jpg\";s:5:\"width\";i:966;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131361;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"francis-quadrangle-1618326_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40013;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"francis-quadrangle-1618326_1280-768x421.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86577;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:43:\"francis-quadrangle-1618326_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(95, 39, '_wp_attached_file', '2016/10/beauty-718825_1280.jpg'),
(96, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:30:\"2016/10/beauty-718825_1280.jpg\";s:8:\"filesize\";i:321433;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"beauty-718825_1280-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61535;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"beauty-718825_1280-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"beauty-718825_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38741;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"beauty-718825_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89720;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"beauty-718825_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26458;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(93, 38, '_wp_attachment_custom_header_last_used_education-base', '1476965106'),
(94, 38, '_wp_attachment_is_custom_header', 'education-base'),
(97, 40, '_wp_attached_file', '2016/10/summit-victory-1178780_1280.jpg'),
(98, 40, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:39:\"2016/10/summit-victory-1178780_1280.jpg\";s:8:\"filesize\";i:278778;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"summit-victory-1178780_1280-533x400.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36850;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"summit-victory-1178780_1280-707x530.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"summit-victory-1178780_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"summit-victory-1178780_1280-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68076;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:39:\"summit-victory-1178780_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16286;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(99, 41, '_wp_attached_file', '2016/10/ballet-534357_1280.jpg'),
(100, 41, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:857;s:4:\"file\";s:30:\"2016/10/ballet-534357_1280.jpg\";s:8:\"filesize\";i:106228;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"ballet-534357_1280-597x400.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16202;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"ballet-534357_1280-792x530.jpg\";s:5:\"width\";i:792;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25675;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ballet-534357_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12004;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"ballet-534357_1280-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24422;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"ballet-534357_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7474;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(101, 42, '_wp_attached_file', '2016/10/wanderer-455338_1280.jpg'),
(102, 42, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:767;s:4:\"file\";s:32:\"2016/10/wanderer-455338_1280.jpg\";s:8:\"filesize\";i:381781;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"wanderer-455338_1280-668x400.jpg\";s:5:\"width\";i:668;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77115;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"wanderer-455338_1280-884x530.jpg\";s:5:\"width\";i:884;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126687;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"wanderer-455338_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43399;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"wanderer-455338_1280-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99115;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"wanderer-455338_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25368;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(103, 43, '_wp_attached_file', '2016/10/final-team-3.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(104, 43, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2016/10/final-team-3.jpg\";s:8:\"filesize\";i:46009;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"final-team-3-311x400.jpg\";s:5:\"width\";i:311;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16673;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"final-team-3-412x530.jpg\";s:5:\"width\";i:412;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"final-team-3-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17614;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"final-team-3-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11629;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(105, 44, '_wp_attached_file', '2016/10/final-team-4.jpg'),
(106, 44, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2016/10/final-team-4.jpg\";s:8:\"filesize\";i:34470;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"final-team-4-311x400.jpg\";s:5:\"width\";i:311;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17423;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"final-team-4-412x530.jpg\";s:5:\"width\";i:412;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"final-team-4-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16687;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"final-team-4-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11928;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(107, 45, '_wp_attached_file', '2016/10/final-team-2.jpg'),
(108, 45, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2016/10/final-team-2.jpg\";s:8:\"filesize\";i:59642;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"final-team-2-311x400.jpg\";s:5:\"width\";i:311;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27833;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"final-team-2-412x530.jpg\";s:5:\"width\";i:412;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"final-team-2-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28224;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"final-team-2-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19295;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(109, 46, '_wp_attached_file', '2016/10/final-team-1.jpg'),
(110, 46, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:700;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2016/10/final-team-1.jpg\";s:8:\"filesize\";i:43577;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"final-team-1-311x400.jpg\";s:5:\"width\";i:311;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18447;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"final-team-1-412x530.jpg\";s:5:\"width\";i:412;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"final-team-1-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17353;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"final-team-1-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11990;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(111, 47, '_wp_attached_file', '2016/10/english-1705196_1280.jpg'),
(112, 47, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:32:\"2016/10/english-1705196_1280.jpg\";s:8:\"filesize\";i:272295;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"english-1705196_1280-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45746;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"english-1705196_1280-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"english-1705196_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29480;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"english-1705196_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68612;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"english-1705196_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(113, 48, '_wp_attached_file', '2016/10/students-1084597_1280.jpg'),
(114, 48, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:33:\"2016/10/students-1084597_1280.jpg\";s:8:\"filesize\";i:311230;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"students-1084597_1280-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52480;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"students-1084597_1280-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84771;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"students-1084597_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33891;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"students-1084597_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79400;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"students-1084597_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21746;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(115, 49, '_wp_attached_file', '2016/10/university-student-1468036_1280.jpg'),
(116, 49, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:43:\"2016/10/university-student-1468036_1280.jpg\";s:8:\"filesize\";i:224132;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"university-student-1468036_1280-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44983;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"university-student-1468036_1280-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"university-student-1468036_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30425;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"university-student-1468036_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64472;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:43:\"university-student-1468036_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20770;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(117, 50, '_wp_attached_file', '2016/10/library-1400312_1280.jpg'),
(118, 50, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:32:\"2016/10/library-1400312_1280.jpg\";s:8:\"filesize\";i:422872;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"library-1400312_1280-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78129;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"library-1400312_1280-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125815;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"library-1400312_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52185;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"library-1400312_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117876;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:32:\"library-1400312_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31311;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(119, 51, '_wp_attached_file', '2016/10/barcelona-1535215_1280.jpg'),
(120, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:34:\"2016/10/barcelona-1535215_1280.jpg\";s:8:\"filesize\";i:454056;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"barcelona-1535215_1280-533x400.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57234;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"barcelona-1535215_1280-707x530.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95741;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"barcelona-1535215_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45436;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"barcelona-1535215_1280-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110588;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"barcelona-1535215_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E-330\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";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:{}}}'),
(121, 52, '_wp_attached_file', '2016/10/cropped-johns-hopkins-university-1590925_1280.jpg'),
(122, 52, '_wp_attachment_context', 'custom-header'),
(123, 52, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:57:\"2016/10/cropped-johns-hopkins-university-1590925_1280.jpg\";s:8:\"filesize\";i:498213;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"cropped-johns-hopkins-university-1590925_1280-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57202;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"cropped-johns-hopkins-university-1590925_1280-796x530.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97879;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"cropped-johns-hopkins-university-1590925_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37209;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"cropped-johns-hopkins-university-1590925_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91071;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:59:\"cropped-johns-hopkins-university-1590925_1280-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:306601;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:57:\"cropped-johns-hopkins-university-1590925_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20958;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(126, 53, '_wp_attached_file', '2016/10/johns-hopkins-university-1590925_1280.jpg'),
(127, 53, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:763;s:4:\"file\";s:49:\"2016/10/johns-hopkins-university-1590925_1280.jpg\";s:8:\"filesize\";i:398806;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"johns-hopkins-university-1590925_1280-671x400.jpg\";s:5:\"width\";i:671;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67360;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"johns-hopkins-university-1590925_1280-889x530.jpg\";s:5:\"width\";i:889;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"johns-hopkins-university-1590925_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37374;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"johns-hopkins-university-1590925_1280-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88062;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:49:\"johns-hopkins-university-1590925_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21010;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(124, 52, '_wp_attachment_custom_header_last_used_education-base', '1476715854'),
(125, 52, '_wp_attachment_is_custom_header', 'education-base'),
(128, 54, '_wp_attached_file', '2016/10/graduation-317121_1280.jpg'),
(129, 54, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:34:\"2016/10/graduation-317121_1280.jpg\";s:8:\"filesize\";i:429000;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"graduation-317121_1280-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77054;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"graduation-317121_1280-795x530.jpg\";s:5:\"width\";i:795;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122430;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"graduation-317121_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"graduation-317121_1280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115037;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"graduation-317121_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31642;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(130, 55, '_wp_attached_file', '2016/10/graduation-995042_1280.jpg'),
(131, 55, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:510;s:4:\"file\";s:34:\"2016/10/graduation-995042_1280.jpg\";s:8:\"filesize\";i:213860;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"graduation-995042_1280-690x275.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42866;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"graduation-995042_1280-1080x430.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90438;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"graduation-995042_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30958;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"graduation-995042_1280-768x306.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51851;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"graduation-995042_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19373;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(134, 56, '_wp_attached_file', '2016/10/university-105709_1280.jpg'),
(135, 56, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:34:\"2016/10/university-105709_1280.jpg\";s:8:\"filesize\";i:484074;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"university-105709_1280-533x400.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58212;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"university-105709_1280-707x530.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95886;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"university-105709_1280-500x280.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37996;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"university-105709_1280-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109473;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"university-105709_1280-340x240.jpg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25783;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(132, 55, '_wp_attachment_custom_header_last_used_education-base', '1477131613'),
(133, 55, '_wp_attachment_is_custom_header', 'education-base'),
(136, 57, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n[honeypot hellohoney]\n[submit \"Send\"]'),
(137, 57, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:31:\"Education Base \"[your-subject]\"\";s:6:\"sender\";s:43:\"[your-name] <wordpress@demo.acmethemes.com>\";s:9:\"recipient\";s:22:\"acmethemes@abcdabcea.o\";s:4:\"body\";s:198:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Education Base (http://www.demo.acmethemes.com/education-base)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(138, 57, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:31:\"Education Base \"[your-subject]\"\";s:6:\"sender\";s:46:\"Education Base <wordpress@demo.acmethemes.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:140:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Education Base (http://www.demo.acmethemes.com/education-base)\";s:18:\"additional_headers\";s:30:\"Reply-To: acmethemes@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(139, 57, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(140, 57, '_additional_settings', 'demo_mode: on'),
(141, 57, '_locale', 'en_US'),
(142, 7, '_wp_old_date', '2025-02-05'),
(161, 64, 'education-base-team-position', ''),
(145, 58, '_edit_last', '1'),
(146, 58, '_edit_lock', '1476720061:1'),
(147, 58, '_thumbnail_id', '54'),
(159, 64, 'education-base-featured-icon', ''),
(150, 60, '_edit_last', '1'),
(151, 60, '_edit_lock', '1476971673:1'),
(152, 60, '_thumbnail_id', '23'),
(160, 64, 'education-base-skill-percentage', '0'),
(158, 64, '_edit_last', '1'),
(155, 62, '_edit_last', '1'),
(156, 62, '_edit_lock', '1476719153:1'),
(157, 62, '_thumbnail_id', '41'),
(162, 64, 'education-base-team-facebook', ''),
(163, 64, 'education-base-team-twitter', ''),
(164, 64, 'education-base-team-linkedin', ''),
(165, 64, 'education-base-team-google-plus', ''),
(166, 64, 'education-base-team-instagram', ''),
(167, 64, 'education_base_sidebar_layout', 'default-sidebar'),
(168, 64, 'education_base_featured_image_display_option', 'default-featured-image'),
(169, 66, '_edit_last', '1'),
(170, 66, 'education-base-featured-icon', 'fa-diamond'),
(171, 66, 'education-base-skill-percentage', '0'),
(172, 66, 'education-base-team-position', ''),
(173, 66, 'education-base-team-facebook', ''),
(174, 66, 'education-base-team-twitter', ''),
(175, 66, 'education-base-team-linkedin', ''),
(176, 66, 'education-base-team-google-plus', ''),
(177, 66, 'education-base-team-instagram', ''),
(178, 66, 'education_base_sidebar_layout', 'default-sidebar'),
(179, 66, 'education_base_featured_image_display_option', 'default-featured-image'),
(180, 66, '_edit_lock', '1491563612:1'),
(181, 68, '_edit_last', '1'),
(182, 68, 'education-base-featured-icon', 'fa-book'),
(183, 68, 'education-base-skill-percentage', '0'),
(184, 68, 'education-base-team-position', ''),
(185, 68, 'education-base-team-facebook', ''),
(186, 68, 'education-base-team-twitter', ''),
(187, 68, 'education-base-team-linkedin', ''),
(188, 68, 'education-base-team-google-plus', ''),
(189, 68, 'education-base-team-instagram', ''),
(190, 68, 'education_base_sidebar_layout', 'default-sidebar'),
(191, 68, 'education_base_featured_image_display_option', 'default-featured-image'),
(192, 70, '_edit_last', '1'),
(193, 70, 'education-base-featured-icon', 'fa-plug'),
(194, 70, 'education-base-skill-percentage', '0'),
(195, 70, 'education-base-team-position', ''),
(196, 70, 'education-base-team-facebook', ''),
(197, 70, 'education-base-team-twitter', ''),
(198, 70, 'education-base-team-linkedin', ''),
(199, 70, 'education-base-team-google-plus', ''),
(200, 70, 'education-base-team-instagram', ''),
(201, 70, 'education_base_sidebar_layout', 'default-sidebar'),
(202, 70, 'education_base_featured_image_display_option', 'default-featured-image'),
(203, 72, '_edit_last', '1'),
(204, 72, 'education-base-featured-icon', 'fa-pencil-square'),
(205, 72, 'education-base-skill-percentage', '0'),
(206, 72, 'education-base-team-position', ''),
(207, 72, 'education-base-team-facebook', ''),
(208, 72, 'education-base-team-twitter', ''),
(209, 72, 'education-base-team-linkedin', ''),
(210, 72, 'education-base-team-google-plus', ''),
(211, 72, 'education-base-team-instagram', ''),
(212, 72, 'education_base_sidebar_layout', 'default-sidebar'),
(213, 72, 'education_base_featured_image_display_option', 'default-featured-image'),
(214, 74, '_edit_last', '1'),
(215, 74, 'education-base-featured-icon', 'fa-group'),
(216, 74, 'education-base-skill-percentage', '0'),
(217, 74, 'education-base-team-position', ''),
(218, 74, 'education-base-team-facebook', ''),
(219, 74, 'education-base-team-twitter', ''),
(220, 74, 'education-base-team-linkedin', ''),
(221, 74, 'education-base-team-google-plus', ''),
(222, 74, 'education-base-team-instagram', ''),
(223, 74, 'education_base_sidebar_layout', 'default-sidebar'),
(224, 74, 'education_base_featured_image_display_option', 'default-featured-image'),
(225, 76, '_edit_last', '1'),
(226, 76, 'education-base-featured-icon', ''),
(227, 76, 'education-base-skill-percentage', '0'),
(228, 76, 'education-base-team-position', ''),
(229, 76, 'education-base-team-facebook', ''),
(230, 76, 'education-base-team-twitter', ''),
(231, 76, 'education-base-team-linkedin', ''),
(232, 76, 'education-base-team-google-plus', ''),
(233, 76, 'education-base-team-instagram', ''),
(234, 76, 'education_base_sidebar_layout', 'default-sidebar'),
(235, 76, 'education_base_featured_image_display_option', 'default-featured-image'),
(236, 78, '_edit_last', '1'),
(237, 78, '_thumbnail_id', '48'),
(238, 78, 'education-base-featured-icon', ''),
(239, 78, 'education-base-skill-percentage', '0'),
(240, 78, 'education-base-team-position', ''),
(241, 78, 'education-base-team-facebook', ''),
(242, 78, 'education-base-team-twitter', ''),
(243, 78, 'education-base-team-linkedin', ''),
(244, 78, 'education-base-team-google-plus', ''),
(245, 78, 'education-base-team-instagram', ''),
(246, 78, 'education_base_sidebar_layout', 'default-sidebar'),
(247, 78, 'education_base_featured_image_display_option', 'default-featured-image'),
(248, 78, '_edit_lock', '1490675822:1'),
(249, 80, '_edit_last', '1'),
(250, 80, '_thumbnail_id', '49'),
(251, 80, 'education-base-featured-icon', ''),
(252, 80, 'education-base-skill-percentage', '0'),
(253, 80, 'education-base-team-position', ''),
(254, 80, 'education-base-team-facebook', ''),
(255, 80, 'education-base-team-twitter', ''),
(256, 80, 'education-base-team-linkedin', ''),
(257, 80, 'education-base-team-google-plus', ''),
(258, 80, 'education-base-team-instagram', ''),
(259, 80, 'education_base_sidebar_layout', 'default-sidebar'),
(260, 80, 'education_base_featured_image_display_option', 'default-featured-image'),
(261, 80, '_edit_lock', '1519382615:1'),
(262, 82, '_edit_last', '1'),
(263, 82, '_thumbnail_id', '30'),
(264, 82, 'education-base-featured-icon', ''),
(265, 82, 'education-base-skill-percentage', '0'),
(266, 82, 'education-base-team-position', ''),
(267, 82, 'education-base-team-facebook', ''),
(268, 82, 'education-base-team-twitter', ''),
(269, 82, 'education-base-team-linkedin', ''),
(270, 82, 'education-base-team-google-plus', ''),
(271, 82, 'education-base-team-instagram', ''),
(272, 82, 'education_base_sidebar_layout', 'default-sidebar'),
(273, 82, 'education_base_featured_image_display_option', 'default-featured-image'),
(274, 82, '_edit_lock', '1490675896:1'),
(275, 84, '_edit_last', '1'),
(276, 84, '_thumbnail_id', '47'),
(277, 84, 'education-base-featured-icon', ''),
(278, 84, 'education-base-skill-percentage', '0'),
(279, 84, 'education-base-team-position', ''),
(280, 84, 'education-base-team-facebook', ''),
(281, 84, 'education-base-team-twitter', ''),
(282, 84, 'education-base-team-linkedin', ''),
(283, 84, 'education-base-team-google-plus', ''),
(284, 84, 'education-base-team-instagram', ''),
(285, 84, 'education_base_sidebar_layout', 'default-sidebar'),
(286, 84, 'education_base_featured_image_display_option', 'default-featured-image'),
(287, 84, '_edit_lock', '1490675862:1'),
(288, 86, '_edit_last', '1'),
(289, 86, '_thumbnail_id', '32'),
(290, 86, 'education-base-featured-icon', ''),
(291, 86, 'education-base-skill-percentage', '0'),
(292, 86, 'education-base-team-position', ''),
(293, 86, 'education-base-team-facebook', ''),
(294, 86, 'education-base-team-twitter', ''),
(295, 86, 'education-base-team-linkedin', ''),
(296, 86, 'education-base-team-google-plus', ''),
(297, 86, 'education-base-team-instagram', ''),
(298, 86, 'education_base_sidebar_layout', 'default-sidebar'),
(299, 86, 'education_base_featured_image_display_option', 'default-featured-image'),
(300, 86, '_edit_lock', '1490675817:1'),
(301, 88, '_edit_last', '1'),
(302, 88, '_thumbnail_id', '28'),
(303, 88, 'education-base-featured-icon', ''),
(304, 88, 'education-base-skill-percentage', '0'),
(305, 88, 'education-base-team-position', ''),
(306, 88, 'education-base-team-facebook', ''),
(307, 88, 'education-base-team-twitter', ''),
(308, 88, 'education-base-team-linkedin', ''),
(309, 88, 'education-base-team-google-plus', ''),
(310, 88, 'education-base-team-instagram', ''),
(311, 88, 'education_base_sidebar_layout', 'default-sidebar'),
(312, 88, 'education_base_featured_image_display_option', 'default-featured-image'),
(313, 88, '_edit_lock', '1490676183:1'),
(314, 90, '_edit_last', '1'),
(315, 90, '_thumbnail_id', '31'),
(316, 90, 'education-base-featured-icon', ''),
(317, 90, 'education-base-skill-percentage', '0'),
(318, 90, 'education-base-team-position', ''),
(319, 90, 'education-base-team-facebook', ''),
(320, 90, 'education-base-team-twitter', ''),
(321, 90, 'education-base-team-linkedin', ''),
(322, 90, 'education-base-team-google-plus', ''),
(323, 90, 'education-base-team-instagram', ''),
(324, 90, 'education_base_sidebar_layout', 'default-sidebar'),
(325, 90, 'education_base_featured_image_display_option', 'default-featured-image'),
(326, 90, '_edit_lock', '1490675996:1'),
(327, 92, '_edit_last', '1'),
(328, 92, '_thumbnail_id', '50'),
(329, 92, 'education-base-featured-icon', ''),
(330, 92, 'education-base-skill-percentage', '0'),
(331, 92, 'education-base-team-position', ''),
(332, 92, 'education-base-team-facebook', ''),
(333, 92, 'education-base-team-twitter', ''),
(334, 92, 'education-base-team-linkedin', ''),
(335, 92, 'education-base-team-google-plus', ''),
(336, 92, 'education-base-team-instagram', ''),
(337, 92, 'education_base_sidebar_layout', 'default-sidebar'),
(338, 92, 'education_base_featured_image_display_option', 'default-featured-image'),
(339, 92, '_edit_lock', '1490675996:1'),
(340, 94, '_edit_last', '1'),
(341, 94, '_edit_lock', '1476861839:1'),
(342, 94, '_thumbnail_id', '41'),
(343, 96, '_edit_last', '1'),
(344, 96, '_edit_lock', '1476867613:1'),
(345, 106, '_edit_last', '1'),
(346, 106, '_edit_lock', '1476723411:1'),
(347, 108, '_edit_last', '1'),
(348, 108, '_edit_lock', '1476720130:1'),
(349, 110, '_edit_last', '1'),
(350, 110, '_edit_lock', '1738907133:1'),
(351, 110, '_thumbnail_id', '38'),
(352, 112, '_edit_last', '1'),
(353, 112, '_edit_lock', '1476715995:1'),
(354, 114, '_edit_last', '1'),
(355, 114, '_edit_lock', '1476715239:1'),
(356, 116, '_edit_last', '1'),
(357, 116, '_edit_lock', '1476776912:1'),
(358, 116, '_thumbnail_id', '53'),
(359, 118, '_edit_last', '1'),
(360, 118, '_edit_lock', '1491459516:1'),
(361, 118, '_oembed_1c8aed21afcab6f2a0643f6f88b12865', '{{unknown}}'),
(362, 118, '_thumbnail_id', '24'),
(363, 118, 'education-base-featured-icon', ''),
(364, 120, '_edit_last', '1'),
(365, 120, '_edit_lock', '1476959379:1'),
(366, 120, '_thumbnail_id', '28'),
(367, 122, '_edit_last', '1'),
(368, 122, '_edit_lock', '1476963757:1'),
(369, 122, '_thumbnail_id', '29'),
(370, 124, '_edit_last', '1'),
(371, 124, '_edit_lock', '1476712070:1'),
(372, 126, '_edit_last', '1'),
(373, 126, '_edit_lock', '1488826140:1'),
(374, 126, '_thumbnail_id', '12'),
(375, 126, 'education-base-featured-icon', ''),
(376, 128, '_edit_last', '1'),
(377, 128, '_edit_lock', '1488826140:1'),
(378, 128, '_thumbnail_id', '11'),
(379, 128, 'education-base-featured-icon', ''),
(380, 130, '_edit_last', '1'),
(381, 130, '_edit_lock', '1488826139:1'),
(382, 130, '_thumbnail_id', '13'),
(383, 130, 'education-base-featured-icon', ''),
(384, 132, '_edit_last', '1'),
(385, 132, '_edit_lock', '1488826138:1'),
(386, 132, '_thumbnail_id', '14'),
(387, 132, 'education-base-featured-icon', ''),
(388, 134, '_edit_last', '1'),
(389, 134, '_edit_lock', '1476711662:1'),
(390, 136, '_edit_last', '1'),
(391, 136, '_edit_lock', '1476786995:1'),
(392, 136, '_thumbnail_id', '46'),
(393, 138, '_edit_last', '1'),
(394, 138, '_edit_lock', '1476785926:1'),
(395, 138, '_thumbnail_id', '31'),
(396, 140, '_edit_last', '1'),
(397, 140, '_edit_lock', '1476786997:1'),
(398, 140, '_thumbnail_id', '44'),
(399, 142, '_edit_last', '1'),
(400, 142, '_edit_lock', '1476711395:1'),
(401, 144, '_edit_last', '1'),
(402, 144, '_edit_lock', '1738907387:1'),
(403, 144, '_thumbnail_id', '26'),
(404, 146, '_edit_last', '1'),
(405, 146, '_edit_lock', '1491998711:1'),
(406, 148, '_edit_last', '1'),
(407, 148, '_edit_lock', '1486888301:1'),
(408, 148, 'education-base-featured-icon', ''),
(409, 150, '_edit_last', '1'),
(410, 150, '_edit_lock', '1491998712:1'),
(411, 152, '_edit_last', '1'),
(412, 152, '_edit_lock', '1476710816:1'),
(413, 154, '_edit_last', '1'),
(414, 154, '_edit_lock', '1560233278:1'),
(415, 154, 'classic-editor-remember', 'block-editor'),
(416, 156, '_edit_last', '1'),
(417, 156, '_edit_lock', '1476717686:1'),
(418, 156, '_thumbnail_id', '47'),
(419, 158, '_edit_last', '1'),
(420, 158, '_edit_lock', '1530978774:1'),
(421, 158, '_thumbnail_id', '49'),
(422, 158, 'education-base-featured-icon', ''),
(423, 158, 'education_base_sidebar_layout', 'default-sidebar'),
(424, 160, '_edit_last', '1'),
(425, 160, '_edit_lock', '1738908199:1'),
(426, 160, '_thumbnail_id', '50'),
(427, 162, '_edit_last', '1'),
(428, 162, '_edit_lock', '1476717529:1'),
(429, 162, '_thumbnail_id', '48'),
(430, 164, '_edit_last', '1'),
(431, 164, '_edit_lock', '1476690973:1'),
(827, 214, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:374;s:4:\"file\";s:28:\"2025/02/banner-printing.jpeg\";s:8:\"filesize\";i:75383;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"banner-printing-300x224.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20552;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"banner-printing-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8862;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"banner-printing-340x240.jpeg\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23957;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(826, 214, '_wp_attached_file', '2025/02/banner-printing.jpeg'),
(824, 212, 'footnotes', ''),
(825, 213, '_edit_lock', '1738907386:1'),
(811, 173, '_wp_old_date', '2016-10-18'),
(810, 172, '_wp_old_date', '2016-10-18'),
(809, 171, '_wp_old_date', '2016-10-18'),
(808, 168, '_wp_old_date', '2016-10-18'),
(448, 168, '_menu_item_type', 'post_type'),
(449, 168, '_menu_item_menu_item_parent', '0'),
(450, 168, '_menu_item_object_id', '110'),
(451, 168, '_menu_item_object', 'page'),
(452, 168, '_menu_item_target', ''),
(453, 168, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(454, 168, '_menu_item_xfn', ''),
(455, 168, '_menu_item_url', ''),
(456, 169, '_menu_item_type', 'post_type'),
(457, 169, '_menu_item_menu_item_parent', '0'),
(458, 169, '_menu_item_object_id', '106'),
(459, 169, '_menu_item_object', 'page'),
(460, 169, '_menu_item_target', ''),
(461, 169, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(462, 169, '_menu_item_xfn', ''),
(463, 169, '_menu_item_url', ''),
(464, 170, '_menu_item_type', 'post_type'),
(465, 170, '_menu_item_menu_item_parent', '0'),
(466, 170, '_menu_item_object_id', '108'),
(467, 170, '_menu_item_object', 'page'),
(468, 170, '_menu_item_target', ''),
(469, 170, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(470, 170, '_menu_item_xfn', ''),
(471, 170, '_menu_item_url', ''),
(472, 171, '_menu_item_type', 'post_type'),
(473, 171, '_menu_item_menu_item_parent', '0'),
(474, 171, '_menu_item_object_id', '112'),
(475, 171, '_menu_item_object', 'page'),
(476, 171, '_menu_item_target', ''),
(477, 171, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(478, 171, '_menu_item_xfn', ''),
(479, 171, '_menu_item_url', ''),
(480, 172, '_menu_item_type', 'post_type'),
(481, 172, '_menu_item_menu_item_parent', '171'),
(482, 172, '_menu_item_object_id', '114'),
(483, 172, '_menu_item_object', 'page'),
(484, 172, '_menu_item_target', ''),
(485, 172, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(486, 172, '_menu_item_xfn', ''),
(487, 172, '_menu_item_url', ''),
(488, 173, '_menu_item_type', 'post_type'),
(489, 173, '_menu_item_menu_item_parent', '171'),
(490, 173, '_menu_item_object_id', '116'),
(491, 173, '_menu_item_object', 'page'),
(492, 173, '_menu_item_target', ''),
(493, 173, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(494, 173, '_menu_item_xfn', ''),
(495, 173, '_menu_item_url', ''),
(496, 174, '_menu_item_type', 'post_type'),
(497, 174, '_menu_item_menu_item_parent', '0'),
(498, 174, '_menu_item_object_id', '154'),
(499, 174, '_menu_item_object', 'page'),
(500, 174, '_menu_item_target', ''),
(501, 174, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(502, 174, '_menu_item_xfn', ''),
(503, 174, '_menu_item_url', ''),
(504, 175, '_menu_item_type', 'post_type'),
(505, 175, '_menu_item_menu_item_parent', '174'),
(506, 175, '_menu_item_object_id', '150'),
(507, 175, '_menu_item_object', 'page'),
(508, 175, '_menu_item_target', ''),
(509, 175, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(510, 175, '_menu_item_xfn', ''),
(511, 175, '_menu_item_url', ''),
(512, 176, '_menu_item_type', 'post_type'),
(513, 176, '_menu_item_menu_item_parent', '174'),
(514, 176, '_menu_item_object_id', '146'),
(515, 176, '_menu_item_object', 'page'),
(516, 176, '_menu_item_target', ''),
(517, 176, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(518, 176, '_menu_item_xfn', ''),
(519, 176, '_menu_item_url', ''),
(520, 177, '_menu_item_type', 'post_type'),
(521, 177, '_menu_item_menu_item_parent', '174'),
(522, 177, '_menu_item_object_id', '152'),
(523, 177, '_menu_item_object', 'page'),
(524, 177, '_menu_item_target', ''),
(525, 177, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(526, 177, '_menu_item_xfn', ''),
(527, 177, '_menu_item_url', ''),
(528, 178, '_menu_item_type', 'post_type'),
(529, 178, '_menu_item_menu_item_parent', '174'),
(530, 178, '_menu_item_object_id', '148'),
(531, 178, '_menu_item_object', 'page'),
(532, 178, '_menu_item_target', ''),
(533, 178, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(534, 178, '_menu_item_xfn', ''),
(535, 178, '_menu_item_url', ''),
(536, 179, '_menu_item_type', 'post_type'),
(537, 179, '_menu_item_menu_item_parent', '0'),
(538, 179, '_menu_item_object_id', '164'),
(539, 179, '_menu_item_object', 'page'),
(540, 179, '_menu_item_target', ''),
(541, 179, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(542, 179, '_menu_item_xfn', ''),
(543, 179, '_menu_item_url', ''),
(544, 180, '_menu_item_type', 'post_type'),
(545, 180, '_menu_item_menu_item_parent', '179'),
(546, 180, '_menu_item_object_id', '158'),
(547, 180, '_menu_item_object', 'page'),
(548, 180, '_menu_item_target', ''),
(549, 180, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(550, 180, '_menu_item_xfn', ''),
(551, 180, '_menu_item_url', ''),
(552, 181, '_menu_item_type', 'post_type'),
(553, 181, '_menu_item_menu_item_parent', '179'),
(554, 181, '_menu_item_object_id', '160'),
(555, 181, '_menu_item_object', 'page'),
(556, 181, '_menu_item_target', ''),
(557, 181, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(558, 181, '_menu_item_xfn', ''),
(559, 181, '_menu_item_url', ''),
(560, 182, '_menu_item_type', 'post_type'),
(561, 182, '_menu_item_menu_item_parent', '179'),
(562, 182, '_menu_item_object_id', '156'),
(563, 182, '_menu_item_object', 'page'),
(564, 182, '_menu_item_target', ''),
(565, 182, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(566, 182, '_menu_item_xfn', ''),
(567, 182, '_menu_item_url', ''),
(568, 183, '_menu_item_type', 'post_type'),
(569, 183, '_menu_item_menu_item_parent', '179'),
(570, 183, '_menu_item_object_id', '162'),
(571, 183, '_menu_item_object', 'page'),
(572, 183, '_menu_item_target', ''),
(573, 183, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(574, 183, '_menu_item_xfn', ''),
(575, 183, '_menu_item_url', ''),
(576, 184, '_menu_item_type', 'post_type'),
(577, 184, '_menu_item_menu_item_parent', '0'),
(578, 184, '_menu_item_object_id', '106'),
(579, 184, '_menu_item_object', 'page'),
(580, 184, '_menu_item_target', ''),
(581, 184, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(582, 184, '_menu_item_xfn', ''),
(583, 184, '_menu_item_url', ''),
(584, 185, '_menu_item_type', 'custom'),
(585, 185, '_menu_item_menu_item_parent', '0'),
(586, 185, '_menu_item_object_id', '124'),
(587, 185, '_menu_item_object', 'custom'),
(588, 185, '_menu_item_target', ''),
(589, 185, '_menu_item_classes', ''),
(590, 185, '_menu_item_xfn', ''),
(591, 185, '_menu_item_url', 'http://www.demo.acmethemes.com/dupermagpro'),
(592, 186, '_menu_item_type', 'custom'),
(593, 186, '_menu_item_menu_item_parent', '0'),
(594, 186, '_menu_item_object_id', '125'),
(595, 186, '_menu_item_object', 'custom'),
(596, 186, '_menu_item_target', ''),
(597, 186, '_menu_item_classes', ''),
(598, 186, '_menu_item_xfn', ''),
(599, 186, '_menu_item_url', 'http://www.demo.acmethemes.com/weblogpro'),
(600, 187, '_menu_item_type', 'custom'),
(601, 187, '_menu_item_menu_item_parent', '0'),
(602, 187, '_menu_item_object_id', '126'),
(603, 187, '_menu_item_object', 'custom'),
(604, 187, '_menu_item_target', ''),
(605, 187, '_menu_item_classes', ''),
(606, 187, '_menu_item_xfn', ''),
(607, 187, '_menu_item_url', 'http://www.demo.acmethemes.com/supernewspro'),
(608, 188, '_menu_item_type', 'custom'),
(609, 188, '_menu_item_menu_item_parent', '0'),
(610, 188, '_menu_item_object_id', '127'),
(611, 188, '_menu_item_object', 'custom'),
(612, 188, '_menu_item_target', ''),
(613, 188, '_menu_item_classes', ''),
(614, 188, '_menu_item_xfn', ''),
(615, 188, '_menu_item_url', 'http://www.demo.acmethemes.com/corporate-plus-pro'),
(616, 189, '_menu_item_type', 'custom'),
(617, 189, '_menu_item_menu_item_parent', '0'),
(618, 189, '_menu_item_object_id', '128'),
(619, 189, '_menu_item_object', 'custom'),
(620, 189, '_menu_item_target', ''),
(621, 189, '_menu_item_classes', ''),
(622, 189, '_menu_item_xfn', ''),
(623, 189, '_menu_item_url', 'http://www.demo.acmethemes.com/supermagpro'),
(624, 190, '_menu_item_type', 'custom'),
(625, 190, '_menu_item_menu_item_parent', '0'),
(626, 190, '_menu_item_object_id', '119'),
(627, 190, '_menu_item_object', 'custom'),
(628, 190, '_menu_item_target', ''),
(629, 190, '_menu_item_classes', ''),
(630, 190, '_menu_item_xfn', ''),
(631, 190, '_menu_item_url', 'http://www.demo.acmethemes.com/mercantile'),
(632, 191, '_menu_item_type', 'custom'),
(633, 191, '_menu_item_menu_item_parent', '0'),
(634, 191, '_menu_item_object_id', '120'),
(635, 191, '_menu_item_object', 'custom'),
(636, 191, '_menu_item_target', ''),
(637, 191, '_menu_item_classes', ''),
(638, 191, '_menu_item_xfn', ''),
(639, 191, '_menu_item_url', 'http://www.demo.acmethemes.com/weblog'),
(640, 192, '_menu_item_type', 'custom'),
(641, 192, '_menu_item_menu_item_parent', '0'),
(642, 192, '_menu_item_object_id', '121'),
(643, 192, '_menu_item_object', 'custom'),
(644, 192, '_menu_item_target', ''),
(645, 192, '_menu_item_classes', ''),
(646, 192, '_menu_item_xfn', ''),
(647, 192, '_menu_item_url', 'http://www.demo.acmethemes.com/dupermag'),
(648, 193, '_menu_item_type', 'custom'),
(649, 193, '_menu_item_menu_item_parent', '0'),
(650, 193, '_menu_item_object_id', '122'),
(651, 193, '_menu_item_object', 'custom'),
(652, 193, '_menu_item_target', ''),
(653, 193, '_menu_item_classes', ''),
(654, 193, '_menu_item_xfn', ''),
(655, 193, '_menu_item_url', 'http://www.demo.acmethemes.com/supernews'),
(656, 194, '_menu_item_type', 'custom'),
(657, 194, '_menu_item_menu_item_parent', '0'),
(658, 194, '_menu_item_object_id', '123'),
(659, 194, '_menu_item_object', 'custom'),
(660, 194, '_menu_item_target', ''),
(661, 194, '_menu_item_classes', ''),
(662, 194, '_menu_item_xfn', ''),
(663, 194, '_menu_item_url', 'http://www.demo.acmethemes.com/acmephoto'),
(664, 195, '_menu_item_type', 'post_type'),
(665, 195, '_menu_item_menu_item_parent', '0'),
(666, 195, '_menu_item_object_id', '114'),
(667, 195, '_menu_item_object', 'page'),
(668, 195, '_menu_item_target', ''),
(669, 195, '_menu_item_classes', ''),
(670, 195, '_menu_item_xfn', ''),
(671, 195, '_menu_item_url', ''),
(672, 196, '_menu_item_type', 'post_type'),
(673, 196, '_menu_item_menu_item_parent', '0'),
(674, 196, '_menu_item_object_id', '116'),
(675, 196, '_menu_item_object', 'page'),
(676, 196, '_menu_item_target', ''),
(677, 196, '_menu_item_classes', ''),
(678, 196, '_menu_item_xfn', ''),
(679, 196, '_menu_item_url', ''),
(680, 197, '_menu_item_type', 'post_type'),
(681, 197, '_menu_item_menu_item_parent', '0'),
(682, 197, '_menu_item_object_id', '58'),
(683, 197, '_menu_item_object', 'post'),
(684, 197, '_menu_item_target', ''),
(685, 197, '_menu_item_classes', ''),
(686, 197, '_menu_item_xfn', ''),
(687, 197, '_menu_item_url', ''),
(688, 198, '_menu_item_type', 'post_type'),
(689, 198, '_menu_item_menu_item_parent', '0'),
(690, 198, '_menu_item_object_id', '60'),
(691, 198, '_menu_item_object', 'post'),
(692, 198, '_menu_item_target', ''),
(693, 198, '_menu_item_classes', ''),
(694, 198, '_menu_item_xfn', ''),
(695, 198, '_menu_item_url', ''),
(696, 199, '_menu_item_type', 'post_type'),
(697, 199, '_menu_item_menu_item_parent', '0'),
(698, 199, '_menu_item_object_id', '62'),
(699, 199, '_menu_item_object', 'post'),
(700, 199, '_menu_item_target', ''),
(701, 199, '_menu_item_classes', ''),
(702, 199, '_menu_item_xfn', ''),
(703, 199, '_menu_item_url', ''),
(704, 200, '_menu_item_type', 'custom'),
(705, 200, '_menu_item_menu_item_parent', '0'),
(706, 200, '_menu_item_object_id', '109'),
(707, 200, '_menu_item_object', 'custom'),
(708, 200, '_menu_item_target', ''),
(709, 200, '_menu_item_classes', ''),
(710, 200, '_menu_item_xfn', ''),
(711, 200, '_menu_item_url', 'http://www.acmethemes.com/themes/education-base'),
(712, 201, '_menu_item_type', 'custom'),
(713, 201, '_menu_item_menu_item_parent', '0'),
(714, 201, '_menu_item_object_id', '110'),
(715, 201, '_menu_item_object', 'custom'),
(716, 201, '_menu_item_target', ''),
(717, 201, '_menu_item_classes', ''),
(718, 201, '_menu_item_xfn', ''),
(719, 201, '_menu_item_url', 'http://www.demo.acmethemes.com/education-base/blog'),
(720, 202, '_menu_item_type', 'custom'),
(721, 202, '_menu_item_menu_item_parent', '0'),
(722, 202, '_menu_item_object_id', '111'),
(723, 202, '_menu_item_object', 'custom'),
(724, 202, '_menu_item_target', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(725, 202, '_menu_item_classes', ''),
(726, 202, '_menu_item_xfn', ''),
(727, 202, '_menu_item_url', 'http://www.demo.acmethemes.com/education-base/message-from-director/'),
(728, 203, '_menu_item_type', 'custom'),
(729, 203, '_menu_item_menu_item_parent', '0'),
(730, 203, '_menu_item_object_id', '112'),
(731, 203, '_menu_item_object', 'custom'),
(732, 203, '_menu_item_target', ''),
(733, 203, '_menu_item_classes', ''),
(734, 203, '_menu_item_xfn', ''),
(735, 203, '_menu_item_url', 'http://www.demo.acmethemes.com/education-base/departments/'),
(736, 204, '_menu_item_type', 'custom'),
(737, 204, '_menu_item_menu_item_parent', '0'),
(738, 204, '_menu_item_object_id', '113'),
(739, 204, '_menu_item_object', 'custom'),
(740, 204, '_menu_item_target', ''),
(741, 204, '_menu_item_classes', ''),
(742, 204, '_menu_item_xfn', ''),
(743, 204, '_menu_item_url', 'http://www.demo.acmethemes.com/education-base/institute/'),
(744, 205, '_menu_item_type', 'custom'),
(745, 205, '_menu_item_menu_item_parent', '0'),
(746, 205, '_menu_item_object_id', '205'),
(747, 205, '_menu_item_object', 'custom'),
(748, 205, '_menu_item_target', ''),
(749, 205, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(750, 205, '_menu_item_xfn', ''),
(751, 205, '_menu_item_url', 'http://www.demo.acmethemes.com/education-base'),
(752, 206, '_menu_item_type', 'custom'),
(753, 206, '_menu_item_menu_item_parent', '0'),
(754, 206, '_menu_item_object_id', '206'),
(755, 206, '_menu_item_object', 'custom'),
(756, 206, '_menu_item_target', ''),
(757, 206, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(758, 206, '_menu_item_xfn', ''),
(759, 206, '_menu_item_url', '#courses'),
(760, 207, '_menu_item_type', 'custom'),
(761, 207, '_menu_item_menu_item_parent', '0'),
(762, 207, '_menu_item_object_id', '207'),
(763, 207, '_menu_item_object', 'custom'),
(764, 207, '_menu_item_target', ''),
(765, 207, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(766, 207, '_menu_item_xfn', ''),
(767, 207, '_menu_item_url', '#departments'),
(768, 208, '_menu_item_type', 'custom'),
(769, 208, '_menu_item_menu_item_parent', '0'),
(770, 208, '_menu_item_object_id', '208'),
(771, 208, '_menu_item_object', 'custom'),
(772, 208, '_menu_item_target', ''),
(773, 208, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(774, 208, '_menu_item_xfn', ''),
(775, 208, '_menu_item_url', '#blog'),
(776, 209, '_menu_item_type', 'custom'),
(777, 209, '_menu_item_menu_item_parent', '0'),
(778, 209, '_menu_item_object_id', '209'),
(779, 209, '_menu_item_object', 'custom'),
(780, 209, '_menu_item_target', ''),
(781, 209, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(782, 209, '_menu_item_xfn', ''),
(783, 209, '_menu_item_url', '#testimonials'),
(784, 210, '_menu_item_type', 'custom'),
(785, 210, '_menu_item_menu_item_parent', '0'),
(786, 210, '_menu_item_object_id', '210'),
(787, 210, '_menu_item_object', 'custom'),
(788, 210, '_menu_item_target', ''),
(789, 210, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(790, 210, '_menu_item_xfn', ''),
(791, 210, '_menu_item_url', '#team'),
(792, 211, '_menu_item_type', 'post_type'),
(793, 211, '_menu_item_menu_item_parent', '208'),
(794, 211, '_menu_item_object_id', '96'),
(795, 211, '_menu_item_object', 'page'),
(796, 211, '_menu_item_target', ''),
(797, 211, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(798, 211, '_menu_item_xfn', ''),
(799, 211, '_menu_item_url', ''),
(800, 205, '_wp_old_date', '2016-10-17'),
(801, 207, '_wp_old_date', '2016-10-17'),
(802, 206, '_wp_old_date', '2016-10-17'),
(803, 210, '_wp_old_date', '2016-10-17'),
(804, 209, '_wp_old_date', '2016-10-17'),
(805, 208, '_wp_old_date', '2016-10-17'),
(806, 211, '_wp_old_date', '2016-10-18'),
(807, 184, '_wp_old_date', '2016-10-17'),
(812, 174, '_wp_old_date', '2016-10-18'),
(813, 175, '_wp_old_date', '2016-10-18'),
(814, 176, '_wp_old_date', '2016-10-18'),
(815, 177, '_wp_old_date', '2016-10-18'),
(816, 178, '_wp_old_date', '2016-10-18'),
(817, 179, '_wp_old_date', '2016-10-18'),
(818, 180, '_wp_old_date', '2016-10-18'),
(819, 181, '_wp_old_date', '2016-10-18'),
(820, 182, '_wp_old_date', '2016-10-18'),
(821, 183, '_wp_old_date', '2016-10-18'),
(822, 170, '_wp_old_date', '2016-10-18'),
(823, 169, '_wp_old_date', '2016-10-18'),
(828, 213, '_thumbnail_id', '214'),
(829, 213, '_edit_last', '1'),
(830, 213, 'education-base-featured-icon', ''),
(831, 213, 'education_base_sidebar_layout', 'default-sidebar'),
(836, 213, 'gutentor_dynamic_css', ''),
(837, 213, 'gutentor_css_info', 'a:4:{s:7:\"version\";s:5:\"3.4.5\";s:13:\"saved_version\";i:3;s:6:\"is_rtl\";b:0;s:6:\"blocks\";a:0:{}}'),
(838, 213, '_wp_trash_meta_status', 'publish'),
(839, 213, '_wp_trash_meta_time', '1738907412'),
(840, 213, '_wp_desired_post_slug', '213-2');

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

--
-- Table structure for table `wp_posts`
--

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

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_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, '2025-02-05 12:03:42', '2025-02-05 12:03:42', '<!-- 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', '', '', '2025-02-05 12:21:03', '2025-02-05 12:21:03', '', 0, 'http://localhost/EducationBase/?p=1', 0, 'post', '', 1),
(2, 1, '2025-02-05 12:03:42', '2025-02-05 12:03:42', '<!-- 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=\"http://localhost/EducationBase/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'trash', 'closed', 'open', '', 'sample-page__trashed', '', '', '2025-02-05 12:21:03', '2025-02-05 12:21:03', '', 0, 'http://localhost/EducationBase/?page_id=2', 0, 'page', '', 0),
(3, 1, '2025-02-05 12:03:42', '2025-02-05 12:03:42', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://localhost/EducationBase.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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 --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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 --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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 --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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 --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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 your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2025-02-05 12:03:42', '2025-02-05 12:03:42', '', 0, 'http://localhost/EducationBase/?page_id=3', 0, 'page', '', 0),
(4, 1, '2025-02-05 12:04:04', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2025-02-05 12:04:04', '0000-00-00 00:00:00', '', 0, 'http://localhost/EducationBase/?p=4', 0, 'post', '', 0),
(5, 1, '2025-02-05 12:15:38', '2025-02-05 12:15:38', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-02-05 12:15:38', '2025-02-05 12:15:38', '', 0, 'http://localhost/EducationBase/?page_id=5', 0, 'page', '', 0),
(6, 1, '2025-02-05 12:15:38', '2025-02-05 12:15:38', '', 'Home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2025-02-05 12:15:38', '2025-02-05 12:15:38', '', 5, 'http://localhost/EducationBase/?p=6', 0, 'revision', '', 0),
(7, 1, '2016-10-17 16:56:33', '2016-10-17 16:56:33', '<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Subject\r\n    [text your-subject] </label>\r\n\r\n<label> Your Message\r\n    [textarea your-message] </label>\r\n\r\n<label> Your Documents\r\n    [file file-212] </label>\r\n\r\n<label> Details for Admission\r\n     [textarea textarea-249]</label>\r\n[honeypot hellohoney]\r\n[submit \"Send\"]\n1\nEducation Base \"[your-subject]\"\n[your-name] <wordpress@demo.acmethemes.com>\nacmethemes@gmail.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Education Base (http://www.demo.acmethemes.com/education-base)\nReply-To: [your-email]\n\n\n\n\nEducation Base \"[your-subject]\"\nEducation Base <wordpress@demo.acmethemes.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Education Base (http://www.demo.acmethemes.com/education-base)\nReply-To: acmethemes@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.\ndemo_mode: on', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2025-02-05 12:23:28', '2025-02-05 12:23:28', '', 0, 'http://localhost/EducationBase/?post_type=wpcf7_contact_form&#038;p=7', 0, 'wpcf7_contact_form', '', 0),
(8, 1, '2025-02-05 12:21:03', '2025-02-05 12:21:03', '<!-- 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=\"http://localhost/EducationBase/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2025-02-05 12:21:03', '2025-02-05 12:21:03', '', 2, 'http://localhost/EducationBase/?p=8', 0, 'revision', '', 0),
(9, 1, '2025-02-05 12:21:03', '2025-02-05 12:21:03', '<!-- 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', '', '', '2025-02-05 12:21:03', '2025-02-05 12:21:03', '', 1, 'http://localhost/EducationBase/?p=9', 0, 'revision', '', 0),
(10, 1, '2019-05-08 21:53:51', '2019-05-08 21:53:51', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2019-05-08 21:53:51', '2019-05-08 21:53:51', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2019/05/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(11, 1, '2017-03-06 18:35:55', '2017-03-06 18:35:55', '', 'teacher-2', '', 'inherit', 'open', 'closed', '', 'teacher-2', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 128, 'http://localhost/EducationBase/wp-content/uploads/2016/10/teacher-2.png', 0, 'attachment', 'image/png', 0),
(12, 1, '2017-03-06 18:35:31', '2017-03-06 18:35:31', '', 'teacher-1', '', 'inherit', 'open', 'closed', '', 'teacher-1', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 126, 'http://localhost/EducationBase/wp-content/uploads/2016/10/teacher-1.png', 0, 'attachment', 'image/png', 0),
(13, 1, '2017-03-06 18:34:52', '2017-03-06 18:34:52', '', 'teacher-3', '', 'inherit', 'open', 'closed', '', 'teacher-3', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 130, 'http://localhost/EducationBase/wp-content/uploads/2016/10/teacher-3.png', 0, 'attachment', 'image/png', 0),
(14, 1, '2017-03-06 18:34:31', '2017-03-06 18:34:31', '', 'teacher-4', '', 'inherit', 'open', 'closed', '', 'teacher-4', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 132, 'http://localhost/EducationBase/wp-content/uploads/2016/10/teacher-4.png', 0, 'attachment', 'image/png', 0),
(15, 1, '2017-02-12 08:33:05', '2017-02-12 08:33:05', '', 'cropped-university-student-1872810_1280.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-university-student-1872810_1280-jpg', '', '', '2017-02-12 08:33:05', '2017-02-12 08:33:05', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2017/02/cropped-university-student-1872810_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(16, 1, '2017-02-12 08:32:45', '2017-02-12 08:32:45', '', 'university-student-1872810_1280', '', 'inherit', 'open', 'closed', '', 'university-student-1872810_1280', '', '', '2017-02-12 08:32:45', '2017-02-12 08:32:45', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2017/02/university-student-1872810_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(17, 1, '2016-12-23 16:40:25', '2016-12-23 16:40:25', '', 'education-base-1.1.0', '', 'inherit', 'open', 'closed', '', 'education-base-1-1-0', '', '', '2016-12-23 16:40:25', '2016-12-23 16:40:25', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2016/12/education-base-1.1.0.zip', 0, 'attachment', 'application/zip', 0),
(18, 1, '2016-10-25 11:36:57', '2016-10-25 11:36:57', '', 'education-base-1-0-0', '', 'inherit', 'open', 'closed', '', 'education-base-1-0-0', '', '', '2016-10-25 11:36:57', '2016-10-25 11:36:57', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2016/10/education-base-1.0.0.zip', 0, 'attachment', 'application/zip', 0),
(19, 1, '2016-10-22 10:28:39', '2016-10-22 10:28:39', '', 'university', '', 'inherit', 'open', 'closed', '', 'university', '', '', '2016-10-22 10:28:39', '2016-10-22 10:28:39', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2016/10/university.jpg', 0, 'attachment', 'image/jpeg', 0),
(20, 1, '2016-10-21 08:57:18', '2016-10-21 08:57:18', '', 'education-team-4', '', 'inherit', 'open', 'closed', '', 'education-team-4', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 128, 'http://localhost/EducationBase/wp-content/uploads/2016/10/education-team-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(21, 1, '2016-10-21 08:41:49', '2016-10-21 08:41:49', '', 'mercantile-team-4', '', 'inherit', 'open', 'closed', '', 'mercantile-team-4', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 132, 'http://localhost/EducationBase/wp-content/uploads/2016/10/mercantile-team-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(22, 1, '2016-10-21 08:36:34', '2016-10-21 08:36:34', '', 'education-team-3', '', 'inherit', 'open', 'closed', '', 'education-team-3', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 128, 'http://localhost/EducationBase/wp-content/uploads/2016/10/education-team-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(23, 1, '2016-10-20 12:16:09', '2016-10-20 12:16:09', '', 'bicycle-riding', '', 'inherit', 'open', 'closed', '', 'bicycle-riding', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 60, 'http://localhost/EducationBase/wp-content/uploads/2016/10/bicycle-riding.jpg', 0, 'attachment', 'image/jpeg', 0),
(24, 1, '2016-10-20 11:45:42', '2016-10-20 11:45:42', '', 'reading', '', 'inherit', 'open', 'closed', '', 'reading', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 118, 'http://localhost/EducationBase/wp-content/uploads/2016/10/reading.jpg', 0, 'attachment', 'image/jpeg', 0),
(25, 1, '2016-10-18 10:56:54', '2016-10-18 10:56:54', '', 'cropped-computer-room-1488311_1280.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-computer-room-1488311_1280-jpg', '', '', '2016-10-18 10:56:54', '2016-10-18 10:56:54', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2016/10/cropped-computer-room-1488311_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(26, 1, '2016-10-18 10:39:28', '2016-10-18 10:39:28', '', 'steven-spielberg-84788_960_720', '', 'inherit', 'open', 'closed', '', 'steven-spielberg-84788_960_720', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 144, 'http://localhost/EducationBase/wp-content/uploads/2016/10/steven-spielberg-84788_960_720.jpg', 0, 'attachment', 'image/jpeg', 0),
(27, 1, '2016-10-18 10:29:39', '2016-10-18 10:29:39', '', 'computer-1275680_960_720', '', 'inherit', 'open', 'closed', '', 'computer-1275680_960_720', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 144, 'http://localhost/EducationBase/wp-content/uploads/2016/10/computer-1275680_960_720.jpg', 0, 'attachment', 'image/jpeg', 0),
(28, 1, '2016-10-18 09:35:03', '2016-10-18 09:35:03', '', 'girl-1034421_1280', '', 'inherit', 'open', 'closed', '', 'girl-1034421_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 120, 'http://localhost/EducationBase/wp-content/uploads/2016/10/girl-1034421_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(29, 1, '2016-10-18 09:32:25', '2016-10-18 09:32:25', '', 'class-377117_1280', '', 'inherit', 'open', 'closed', '', 'class-377117_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 122, 'http://localhost/EducationBase/wp-content/uploads/2016/10/class-377117_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(30, 1, '2016-10-18 09:30:15', '2016-10-18 09:30:15', '', 'library-1697314_1280', '', 'inherit', 'open', 'closed', '', 'library-1697314_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 122, 'http://localhost/EducationBase/wp-content/uploads/2016/10/library-1697314_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2016-10-18 09:03:20', '2016-10-18 09:03:20', '', 'photo-1464582883107-8adf2dca8a9f', '', 'inherit', 'open', 'closed', '', 'photo-1464582883107-8adf2dca8a9f', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 122, 'http://localhost/EducationBase/wp-content/uploads/2016/10/photo-1464582883107-8adf2dca8a9f.jpg', 0, 'attachment', 'image/jpeg', 0),
(32, 1, '2016-10-18 08:53:33', '2016-10-18 08:53:33', '', 'university-student-1657294_1280-1', '', 'inherit', 'open', 'closed', '', 'university-student-1657294_1280-1', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 122, 'http://localhost/EducationBase/wp-content/uploads/2016/10/university-student-1657294_1280-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(33, 1, '2016-10-18 01:49:42', '2016-10-18 01:49:42', '', 'computer-room-1488311_1280', '', 'inherit', 'open', 'closed', '', 'computer-room-1488311_1280', '', '', '2016-10-18 01:49:42', '2016-10-18 01:49:42', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2016/10/computer-room-1488311_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2016-10-18 01:46:38', '2016-10-18 01:46:38', '', 'girl-571808_1280-1', '', 'inherit', 'open', 'closed', '', 'girl-571808_1280-1', '', '', '2016-10-18 01:46:38', '2016-10-18 01:46:38', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2016/10/girl-571808_1280-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(35, 1, '2016-10-18 01:39:15', '2016-10-18 01:39:15', '', 'stretching-498256_1280-1', '', 'inherit', 'open', 'closed', '', 'stretching-498256_1280-1', '', '', '2016-10-18 01:39:15', '2016-10-18 01:39:15', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2016/10/stretching-498256_1280-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(36, 1, '2016-10-18 01:38:03', '2016-10-18 01:38:03', '', 'plank-1327256_1280-1', '', 'inherit', 'open', 'closed', '', 'plank-1327256_1280-1', '', '', '2016-10-18 01:38:03', '2016-10-18 01:38:03', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2016/10/plank-1327256_1280-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2016-10-18 01:35:35', '2016-10-18 01:35:35', '', 'office-583841_1280-1', '', 'inherit', 'open', 'closed', '', 'office-583841_1280-1', '', '', '2016-10-18 01:35:35', '2016-10-18 01:35:35', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2016/10/office-583841_1280-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2016-10-17 16:08:23', '2016-10-17 16:08:23', '', 'francis-quadrangle-1618326_1280', '', 'inherit', 'open', 'closed', '', 'francis-quadrangle-1618326_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 110, 'http://localhost/EducationBase/wp-content/uploads/2016/10/francis-quadrangle-1618326_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2016-10-17 15:58:21', '2016-10-17 15:58:21', '', 'beauty-718825_1280', '', 'inherit', 'open', 'closed', '', 'beauty-718825_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 60, 'http://localhost/EducationBase/wp-content/uploads/2016/10/beauty-718825_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(40, 1, '2016-10-17 15:53:42', '2016-10-17 15:53:42', '', 'summit-victory-1178780_1280', '', 'inherit', 'open', 'closed', '', 'summit-victory-1178780_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 60, 'http://localhost/EducationBase/wp-content/uploads/2016/10/summit-victory-1178780_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(41, 1, '2016-10-17 15:48:03', '2016-10-17 15:48:03', '', 'ballet-534357_1280', '', 'inherit', 'open', 'closed', '', 'ballet-534357_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 62, 'http://localhost/EducationBase/wp-content/uploads/2016/10/ballet-534357_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2016-10-17 15:46:44', '2016-10-17 15:46:44', '', 'wanderer-455338_1280', '', 'inherit', 'open', 'closed', '', 'wanderer-455338_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 60, 'http://localhost/EducationBase/wp-content/uploads/2016/10/wanderer-455338_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2016-10-17 15:30:23', '2016-10-17 15:30:23', '', 'final-team-3', '', 'inherit', 'open', 'closed', '', 'final-team-3', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 132, 'http://localhost/EducationBase/wp-content/uploads/2016/10/final-team-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2016-10-17 15:29:29', '2016-10-17 15:29:29', '', 'final-team-4', '', 'inherit', 'open', 'closed', '', 'final-team-4', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 130, 'http://localhost/EducationBase/wp-content/uploads/2016/10/final-team-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2016-10-17 15:28:29', '2016-10-17 15:28:29', '', 'final-team-2', '', 'inherit', 'open', 'closed', '', 'final-team-2', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 128, 'http://localhost/EducationBase/wp-content/uploads/2016/10/final-team-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(46, 1, '2016-10-17 15:25:54', '2016-10-17 15:25:54', '', 'final-team-1', '', 'inherit', 'open', 'closed', '', 'final-team-1', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 126, 'http://localhost/EducationBase/wp-content/uploads/2016/10/final-team-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2016-10-17 15:21:19', '2016-10-17 15:21:19', '', 'english-1705196_1280', '', 'inherit', 'open', 'closed', '', 'english-1705196_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 156, 'http://localhost/EducationBase/wp-content/uploads/2016/10/english-1705196_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2016-10-17 15:18:43', '2016-10-17 15:18:43', '', 'students-1084597_1280', '', 'inherit', 'open', 'closed', '', 'students-1084597_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 162, 'http://localhost/EducationBase/wp-content/uploads/2016/10/students-1084597_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2016-10-17 15:15:49', '2016-10-17 15:15:49', '', 'university-student-1468036_1280', '', 'inherit', 'open', 'closed', '', 'university-student-1468036_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 158, 'http://localhost/EducationBase/wp-content/uploads/2016/10/university-student-1468036_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2016-10-17 15:11:59', '2016-10-17 15:11:59', '', 'library-1400312_1280', '', 'inherit', 'open', 'closed', '', 'library-1400312_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 160, 'http://localhost/EducationBase/wp-content/uploads/2016/10/library-1400312_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2016-10-17 15:09:42', '2016-10-17 15:09:42', '', 'barcelona-1535215_1280', '', 'inherit', 'open', 'closed', '', 'barcelona-1535215_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 156, 'http://localhost/EducationBase/wp-content/uploads/2016/10/barcelona-1535215_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2016-10-17 14:50:46', '2016-10-17 14:50:46', '', 'cropped-johns-hopkins-university-1590925_1280.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-johns-hopkins-university-1590925_1280-jpg', '', '', '2016-10-17 14:50:46', '2016-10-17 14:50:46', '', 0, 'http://localhost/EducationBase/wp-content/uploads/2016/10/cropped-johns-hopkins-university-1590925_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(53, 1, '2016-10-17 14:49:39', '2016-10-17 14:49:39', '', 'johns-hopkins-university-1590925_1280', '', 'inherit', 'open', 'closed', '', 'johns-hopkins-university-1590925_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 116, 'http://localhost/EducationBase/wp-content/uploads/2016/10/johns-hopkins-university-1590925_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2016-10-17 14:32:13', '2016-10-17 14:32:13', '', 'graduation-317121_1280', '', 'inherit', 'open', 'closed', '', 'graduation-317121_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 118, 'http://localhost/EducationBase/wp-content/uploads/2016/10/graduation-317121_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(55, 1, '2016-10-17 13:59:30', '2016-10-17 13:59:30', '', 'graduation-995042_1280', '', 'inherit', 'open', 'closed', '', 'graduation-995042_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 120, 'http://localhost/EducationBase/wp-content/uploads/2016/10/graduation-995042_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(56, 1, '2016-10-17 13:55:56', '2016-10-17 13:55:56', '', 'university-105709_1280', '', 'inherit', 'open', 'closed', '', 'university-105709_1280', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 122, 'http://localhost/EducationBase/wp-content/uploads/2016/10/university-105709_1280.jpg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2017-03-28 04:30:29', '2017-03-28 04:30:29', '<label> Your Name (required)\r\n    [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n    [email* your-email] </label>\r\n\r\n<label> Subject\r\n    [text your-subject] </label>\r\n\r\n<label> Your Message\r\n    [textarea your-message] </label>\r\n[honeypot hellohoney]\r\n[submit \"Send\"]\n1\nEducation Base \"[your-subject]\"\n[your-name] <wordpress@demo.acmethemes.com>\nacmethemes@abcdabcea.o\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Education Base (http://www.demo.acmethemes.com/education-base)\nReply-To: [your-email]\n\n\n\n\nEducation Base \"[your-subject]\"\nEducation Base <wordpress@demo.acmethemes.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Education Base (http://www.demo.acmethemes.com/education-base)\nReply-To: acmethemes@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.\ndemo_mode: on', 'Front Page', '', 'publish', 'closed', 'closed', '', 'front-page', '', '', '2025-02-05 12:23:28', '2025-02-05 12:23:28', '', 0, 'http://www.demo.acmethemes.com/education-base/?post_type=wpcf7_contact_form&#038;p=405', 0, 'wpcf7_contact_form', '', 0),
(58, 1, '2016-10-17 15:50:52', '2016-10-17 15:50:52', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Convocation Program', '25th convocation program is going to held on Dec 20, 2016. All the passed students of graduate and post graduate students are highly encourage and request to apply for coming convocation. It\'s all about proofing yourself to become a graduate students. Grab the opportunity this time, don\'t miss it.', 'publish', 'open', 'open', '', 'convocation-program', '', '', '2025-02-05 12:23:28', '2025-02-05 12:23:28', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=98', 0, 'post', '', 0),
(59, 1, '2025-02-05 12:23:28', '2025-02-05 12:23:28', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Convocation Program', '25th convocation program is going to held on Dec 20, 2016. All the passed students of graduate and post graduate students are highly encourage and request to apply for coming convocation. It\'s all about proofing yourself to become a graduate students. Grab the opportunity this time, don\'t miss it.', 'inherit', 'closed', 'closed', '', '58-revision-v1', '', '', '2025-02-05 12:23:28', '2025-02-05 12:23:28', '', 58, 'http://localhost/EducationBase/?p=59', 0, 'revision', '', 0),
(60, 1, '2016-10-17 15:47:23', '2016-10-17 15:47:23', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Educational Tour', 'Educational tour for biology students of bachelor 6th semester is going to held on coming 20th of November to 25th of November. Every students are invited. Please fill the form and registered your name here. If you missed the registration, we are sorry to carry you on tour. Register it as soon as possible. ', 'publish', 'open', 'open', '', 'educational-tour', '', '', '2025-02-05 12:23:28', '2025-02-05 12:23:28', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=94', 0, 'post', '', 0),
(61, 1, '2025-02-05 12:23:28', '2025-02-05 12:23:28', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Educational Tour', 'Educational tour for biology students of bachelor 6th semester is going to held on coming 20th of November to 25th of November. Every students are invited. Please fill the form and registered your name here. If you missed the registration, we are sorry to carry you on tour. Register it as soon as possible. ', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2025-02-05 12:23:28', '2025-02-05 12:23:28', '', 60, 'http://localhost/EducationBase/?p=61', 0, 'revision', '', 0),
(62, 1, '2016-10-17 15:42:17', '2016-10-17 15:42:17', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Welcome Program', 'Our university organize student welcome program on every year. This program will help to introduce the students with each other and can share their ideas, feelings and many more. This program is going to held on coming next Sunday. Every students, staff, faculties and parents are welcome. ', 'publish', 'open', 'open', '', 'welcome-program', '', '', '2025-02-05 12:23:28', '2025-02-05 12:23:28', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=91', 0, 'post', '', 0),
(63, 1, '2025-02-05 12:23:28', '2025-02-05 12:23:28', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Welcome Program', 'Our university organize student welcome program on every year. This program will help to introduce the students with each other and can share their ideas, feelings and many more. This program is going to held on coming next Sunday. Every students, staff, faculties and parents are welcome. ', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2025-02-05 12:23:28', '2025-02-05 12:23:28', '', 62, 'http://localhost/EducationBase/?p=63', 0, 'revision', '', 0),
(64, 1, '2017-03-06 06:14:23', '2017-03-06 06:14:23', '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.\n\nThere 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.\n\nThere 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.\n', 'Job Placement', '', 'publish', 'closed', 'closed', '', 'job-placement', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 76, 'http://demo.acmethemes.com/education-base-pro/?page_id=397', 0, 'page', '', 0),
(65, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', '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.\n\nThere 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.\n\nThere 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.\n', 'Job Placement', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 64, 'http://localhost/EducationBase/?p=65', 0, 'revision', '', 0),
(66, 1, '2017-03-06 06:00:44', '2017-03-06 06:00:44', '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.\r\n\r\nThere 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.\r\n\r\nThere 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.', 'Quality Library', '', 'publish', 'closed', 'closed', '', 'quality-library', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 76, 'http://demo.acmethemes.com/education-base-pro/?page_id=396', 0, 'page', '', 0);
INSERT INTO `wp_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
(67, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', '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.\r\n\r\nThere 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.\r\n\r\nThere 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.', 'Quality Library', '', 'inherit', 'closed', 'closed', '', '66-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 66, 'http://localhost/EducationBase/?p=67', 0, 'revision', '', 0),
(68, 1, '2017-03-06 05:57:20', '2017-03-06 05:57:20', '\nThere 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.\n\nThere 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.\n\nThere 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.\n', 'Unlimited Books', '', 'publish', 'closed', 'closed', '', 'unlimited-books', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 76, 'http://demo.acmethemes.com/education-base-pro/?page_id=394', 0, 'page', '', 0),
(69, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', '\nThere 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.\n\nThere 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.\n\nThere 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.\n', 'Unlimited Books', '', 'inherit', 'closed', 'closed', '', '68-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 68, 'http://localhost/EducationBase/?p=69', 0, 'revision', '', 0),
(70, 1, '2017-02-27 11:29:05', '2017-02-27 11:29:05', 'Ndryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.\n\nNdryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.', 'Extra Activities', '', 'publish', 'closed', 'closed', '', 'extra-activities', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 76, 'http://demo.acmethemes.com/education-base-pro/?page_id=346', 0, 'page', '', 0),
(71, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', 'Ndryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.\n\nNdryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.', 'Extra Activities', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 70, 'http://localhost/EducationBase/?p=71', 0, 'revision', '', 0),
(72, 1, '2017-02-27 11:28:08', '2017-02-27 11:28:08', 'Ndryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.\n\nNdryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.', 'Modern Classrooms', '', 'publish', 'closed', 'closed', '', 'modern-classrooms', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 76, 'http://demo.acmethemes.com/education-base-pro/?page_id=344', 0, 'page', '', 0),
(73, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', 'Ndryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.\n\nNdryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.', 'Modern Classrooms', '', 'inherit', 'closed', 'closed', '', '72-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 72, 'http://localhost/EducationBase/?p=73', 0, 'revision', '', 0),
(74, 1, '2017-02-27 11:26:52', '2017-02-27 11:26:52', 'Ndryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.\n\nNdryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.', 'Experienced Faculty', '', 'publish', 'closed', 'closed', '', 'experienced-faculty', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 76, 'http://demo.acmethemes.com/education-base-pro/?page_id=342', 0, 'page', '', 0),
(75, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', 'Ndryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.\n\nNdryshe nga mendimi popullor, Lorem Ipsum nuk ÍshtÍ tekst çfarÍdo. RrÍnjÍt i ka nÍ njÍ pjesÍ tÍ letÍrsisÍ klasike Latine tÍ viteve 45 BC, duke e bÍrÍ mÍ shumÍ se 2000 vjet tÍ lashtÍ. Richard McClintock, njÍ profesor Latin ne Hampden-Sydney College nÍ Virginia, kÍrkoi pÍr njÍ nga fjalÍt mÍ tÍ çuditshme tÍ tekstit, consectetur dhe duke parÍ citimet e fjalÍs nÍ letÍrsinÍ klasike zbuloi pa dyshim burimin. Lorem Ipsum vjen nga seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" (Ekstremet e tÍ MirÍs e tÍ Keqes) nga Cicero, shkruar nÍ vitin 45 BC. Libri ÍshtÍ njÍ traktat mbi teorine e etikÍs, shumÍ i famshÍm gjatÍ Rilindjes. Rreshti i parÍ i Lorem Ipsum, \"Lorem ipsum dolor sit amet..\" vjen nga seksioni 1.10.32.\n\nPjesa standarte e Lorem Ipsum e pÍrdorur qÍ nÍ vitet 1500 riprodhohet mÍ poshtÍ pÍr tÍ interesuarit. Seksionet 1.10.32 dhe 1.10.33 tÍ \"de Finibus Bonorum et Malorum\" nga Cicero janÍ gjithashtu tÍ riprodhuara nÍ formÍn origjinale tÍ shoqÍruara nga versionet e pÍrkthyera nÍ anglisht tÍ vitit 1914 nga H. Rackham.', 'Experienced Faculty', '', 'inherit', 'closed', 'closed', '', '74-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 74, 'http://localhost/EducationBase/?p=75', 0, 'revision', '', 0),
(76, 1, '2017-02-27 11:24:14', '2017-02-27 11:24:14', '', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 0, 'http://demo.acmethemes.com/education-base-pro/?page_id=338', 0, 'page', '', 0),
(77, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 'Services', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 76, 'http://localhost/EducationBase/?p=77', 0, 'revision', '', 0),
(78, 1, '2017-02-27 09:04:37', '2017-02-27 09:04:37', '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.\n\nThere 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.\n\nThere 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.', 'Friendly Environment', '', 'publish', 'closed', 'closed', '', 'friendly-environment', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 96, 'http://demo.acmethemes.com/education-base-pro/?page_id=303', 0, 'page', '', 0),
(79, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', '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.\n\nThere 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.\n\nThere 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.', 'Friendly Environment', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 78, 'http://localhost/EducationBase/?p=79', 0, 'revision', '', 0),
(80, 1, '2017-02-27 09:03:59', '2017-02-27 09:03:59', '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.\n\nThere 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.\n\nThere 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.', 'Best Learning Center', '', 'publish', 'closed', 'closed', '', 'best-learning-center', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 96, 'http://demo.acmethemes.com/education-base-pro/?page_id=301', 0, 'page', '', 0),
(81, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', '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.\n\nThere 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.\n\nThere 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.', 'Best Learning Center', '', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 80, 'http://localhost/EducationBase/?p=81', 0, 'revision', '', 0),
(82, 1, '2017-02-27 09:01:00', '2017-02-27 09:01:00', '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.\r\n\r\nThere 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.', 'Learning Environment', '', 'publish', 'closed', 'closed', '', 'learning-environment', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 96, 'http://demo.acmethemes.com/education-base-pro/?page_id=297', 0, 'page', '', 0),
(83, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', '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.\r\n\r\nThere 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.', 'Learning Environment', '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 82, 'http://localhost/EducationBase/?p=83', 0, 'revision', '', 0),
(84, 1, '2017-02-27 08:54:41', '2017-02-27 08:54: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.\r\n\r\nThere 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.', 'Group Study in college life', '', 'publish', 'closed', 'closed', '', 'group-study-in-college-life', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 96, 'http://demo.acmethemes.com/education-base-pro/?page_id=294', 0, 'page', '', 0),
(85, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', '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.\r\n\r\nThere 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.', 'Group Study in college life', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 84, 'http://localhost/EducationBase/?p=85', 0, 'revision', '', 0),
(86, 1, '2017-02-27 08:53:41', '2017-02-27 08:53: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.\r\n\r\nThere 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.', 'Excited Student in College', '', 'publish', 'closed', 'closed', '', 'excited-student-in-college', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 96, 'http://demo.acmethemes.com/education-base-pro/?page_id=291', 0, 'page', '', 0),
(87, 1, '2025-02-05 12:23:29', '2025-02-05 12:23:29', '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.\r\n\r\nThere 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.', 'Excited Student in College', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2025-02-05 12:23:29', '2025-02-05 12:23:29', '', 86, 'http://localhost/EducationBase/?p=87', 0, 'revision', '', 0),
(88, 1, '2017-02-27 08:52:36', '2017-02-27 08:52:36', '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.\r\n\r\nThere 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.', 'Student in Library', '', 'publish', 'closed', 'closed', '', 'student-in-library', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 96, 'http://demo.acmethemes.com/education-base-pro/?page_id=288', 0, 'page', '', 0),
(89, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\nThere 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.', 'Student in Library', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 88, 'http://localhost/EducationBase/?p=89', 0, 'revision', '', 0),
(90, 1, '2017-02-27 08:51:31', '2017-02-27 08:51:31', '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.\r\n\r\nThere 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.', 'Student Speech during her graduation', '', 'publish', 'closed', 'closed', '', 'student-speech-during-her-graduation', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 96, 'http://demo.acmethemes.com/education-base-pro/?page_id=285', 0, 'page', '', 0);
INSERT INTO `wp_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
(91, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\nThere 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.', 'Student Speech during her graduation', '', 'inherit', 'closed', 'closed', '', '90-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 90, 'http://localhost/EducationBase/?p=91', 0, 'revision', '', 0),
(92, 1, '2017-02-27 08:50:20', '2017-02-27 08:50:20', '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.\n\nThere 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.', 'Students in Classroom', '', 'publish', 'closed', 'closed', '', 'students-in-classroom', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 96, 'http://demo.acmethemes.com/education-base-pro/?page_id=283', 0, 'page', '', 0),
(93, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\n\nThere 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.', 'Students in Classroom', '', 'inherit', 'closed', 'closed', '', '92-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 92, 'http://localhost/EducationBase/?p=93', 0, 'revision', '', 0),
(94, 1, '2016-10-19 07:05:20', '2016-10-19 07:05:20', '<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum', 'Upcoming Event', '<h2 style=\"color:red;\"> Welcome and Farewell Program 2016 </h2><br/>\r\n<h4> Invited to all students, teachers and staff</h4><br/>\r\n<h5>Date: 14th of Dec 2016 </h5><br/>\r\n<h6>Time: 3PM onwards </h6><br/>\r\n<h6> Venue: Red Roof Hall </h6>\r\n--------------------------------------------------------------------------------------------------------------------------------------------------\r\n<h2 style=\"color:red;\"> Convocation and Graduation Program 2016 </h2><br/>\r\n<h4> Invited to all students, teachers and staff</h4><br/>\r\n<h5>Date: 20th of Jan 2017 </h5><br/>\r\n<h6>Time: 10AM onwards </h6><br/>\r\n<h6> Venue: University ground </h6><br/>\r\n<h6> Note: All students, staff and faculties are requested to attend on formal dress. </h6>\r\n', 'publish', 'closed', 'closed', '', 'upcoming-event', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=190', 0, 'page', '', 0),
(95, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum', 'Upcoming Event', '<h2 style=\"color:red;\"> Welcome and Farewell Program 2016 </h2><br/>\r\n<h4> Invited to all students, teachers and staff</h4><br/>\r\n<h5>Date: 14th of Dec 2016 </h5><br/>\r\n<h6>Time: 3PM onwards </h6><br/>\r\n<h6> Venue: Red Roof Hall </h6>\r\n--------------------------------------------------------------------------------------------------------------------------------------------------\r\n<h2 style=\"color:red;\"> Convocation and Graduation Program 2016 </h2><br/>\r\n<h4> Invited to all students, teachers and staff</h4><br/>\r\n<h5>Date: 20th of Jan 2017 </h5><br/>\r\n<h6>Time: 10AM onwards </h6><br/>\r\n<h6> Venue: University ground </h6><br/>\r\n<h6> Note: All students, staff and faculties are requested to attend on formal dress. </h6>\r\n', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 94, 'http://localhost/EducationBase/?p=95', 0, 'revision', '', 0),
(96, 1, '2016-10-18 07:57:49', '2016-10-18 07:57:49', '[gallery columns=\"4\" size=\"large\" link=\"file\" ids=\"26,25,27,28,29,33,32,31,30,34,35,36,37,38,39,40,41,42,48,47,52,53,51,50,49,54,55,56\"]', 'Gallery', '', 'publish', 'closed', 'closed', '', 'gallery', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=154', 0, 'page', '', 0),
(97, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '[gallery columns=\"4\" size=\"large\" link=\"file\" ids=\"26,25,27,28,29,33,32,31,30,34,35,36,37,38,39,40,41,42,48,47,52,53,51,50,49,54,55,56\"]', 'Gallery', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 96, 'http://localhost/EducationBase/?p=97', 0, 'revision', '', 0),
(98, 1, '2016-10-17 16:59:46', '2016-10-17 16:59:46', '', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/shop/', 0, 'page', '', 0),
(99, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 'Shop', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 98, 'http://localhost/EducationBase/?p=99', 0, 'revision', '', 0),
(100, 1, '2016-10-17 16:59:46', '2016-10-17 16:59:46', '[woocommerce_cart]', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/cart/', 0, 'page', '', 0),
(101, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '[woocommerce_cart]', 'Cart', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 100, 'http://localhost/EducationBase/?p=101', 0, 'revision', '', 0),
(102, 1, '2016-10-17 16:59:46', '2016-10-17 16:59:46', '[woocommerce_checkout]', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/checkout/', 0, 'page', '', 0),
(103, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '[woocommerce_checkout]', 'Checkout', '', 'inherit', 'closed', 'closed', '', '102-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 102, 'http://localhost/EducationBase/?p=103', 0, 'revision', '', 0),
(104, 1, '2016-10-17 16:59:46', '2016-10-17 16:59:46', '[woocommerce_my_account]', 'My Account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/my-account/', 0, 'page', '', 0),
(105, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '[woocommerce_my_account]', 'My Account', '', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 104, 'http://localhost/EducationBase/?p=105', 0, 'revision', '', 0),
(106, 1, '2016-10-17 16:55:39', '2016-10-17 16:55:39', '[contact-form-7 id=\"7\" title=\"Contact form 1\"]', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=129', 0, 'page', '', 0),
(107, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '[contact-form-7 id=\"7\" title=\"Contact form 1\"]', 'Contact', '', 'inherit', 'closed', 'closed', '', '106-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 106, 'http://localhost/EducationBase/?p=107', 0, 'revision', '', 0),
(108, 1, '2016-10-17 16:04:29', '2016-10-17 16:04:29', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=106', 0, 'page', '', 0),
(109, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Blog', '', 'inherit', 'closed', 'closed', '', '108-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 108, 'http://localhost/EducationBase/?p=109', 0, 'revision', '', 0),
(110, 1, '2016-10-17 16:03:58', '2016-10-17 16:03:58', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Home Page', '', 'publish', 'closed', 'closed', '', 'home-page', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=104', 0, 'page', '', 0),
(111, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Home Page', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 110, 'http://localhost/EducationBase/?p=111', 0, 'revision', '', 0),
(112, 1, '2016-10-17 14:45:10', '2016-10-17 14:45:10', '<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Introduction', 'Our university is well recognized university in the world with more than 35 departments, above 100 programs and more than 500 institute all over the world. You can find the nearest institute coordinate with us and they are providing the best education ever all over the world. Grab your opportunity soon.', 'publish', 'closed', 'closed', '', 'introduction', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=63', 0, 'page', '', 0),
(113, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Introduction', 'Our university is well recognized university in the world with more than 35 departments, above 100 programs and more than 500 institute all over the world. You can find the nearest institute coordinate with us and they are providing the best education ever all over the world. Grab your opportunity soon.', 'inherit', 'closed', 'closed', '', '112-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 112, 'http://localhost/EducationBase/?p=113', 0, 'revision', '', 0),
(114, 1, '2016-10-17 14:42:57', '2016-10-17 14:42:57', '<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Departments', 'More than 35 departments, with experienced faculty and modern facilities to help you excel. Get admission on our university today and enhance your knowledge with your best faculty. Every department team will monitor individual students with proper guidance. Learn from Us !!', 'publish', 'closed', 'closed', '', 'departments', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=61', 0, 'page', '', 0),
(115, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Departments', 'More than 35 departments, with experienced faculty and modern facilities to help you excel. Get admission on our university today and enhance your knowledge with your best faculty. Every department team will monitor individual students with proper guidance. Learn from Us !!', 'inherit', 'closed', 'closed', '', '114-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 114, 'http://localhost/EducationBase/?p=115', 0, 'revision', '', 0),
(116, 1, '2016-10-17 14:39:24', '2016-10-17 14:39:24', '<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n', 'Institute', 'We have over 500 institute all over the world and every institute are well managed and regularly monitored by university. Choose your best place to learn and choose your best program from our university. Your success and bright future always be on the right university and right program. ', 'publish', 'closed', 'closed', '', 'institute', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=59', 0, 'page', '', 0),
(117, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\n', 'Institute', 'We have over 500 institute all over the world and every institute are well managed and regularly monitored by university. Choose your best place to learn and choose your best program from our university. Your success and bright future always be on the right university and right program. ', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 116, 'http://localhost/EducationBase/?p=117', 0, 'revision', '', 0),
(118, 1, '2016-10-17 14:32:24', '2016-10-17 14:32:24', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Easily Change Title, Image and Text', 'Add or edit page title, content and feature image to change everything as you want. Its awesome.', 'publish', 'closed', 'closed', '', 'ultimate-free-education-theme', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 124, 'http://www.demo.acmethemes.com/education-base/?page_id=55', 0, 'page', '', 0),
(119, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Easily Change Title, Image and Text', 'Add or edit page title, content and feature image to change everything as you want. Its awesome.', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 118, 'http://localhost/EducationBase/?p=119', 0, 'revision', '', 0),
(120, 1, '2016-10-17 13:59:36', '2016-10-17 13:59:36', '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.\r\n\r\nThere 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.', 'Extended Premium Features', 'Added premium features will help to customize the theme as your need. ', 'publish', 'closed', 'closed', '', 'extended-premium-features', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 124, 'http://www.demo.acmethemes.com/education-base/?page_id=52', 0, 'page', '', 0),
(121, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\nThere 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.', 'Extended Premium Features', 'Added premium features will help to customize the theme as your need. ', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 120, 'http://localhost/EducationBase/?p=121', 0, 'revision', '', 0),
(122, 1, '2016-10-17 13:56:05', '2016-10-17 13:56:05', '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.\r\n\r\nThere 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.', 'Awesome Theme', 'Perfect theme for educational institute, university, colleges, schools as well as corporate offices. ', 'publish', 'closed', 'closed', '', 'awesome-theme-with-incredible-supports', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 124, 'http://www.demo.acmethemes.com/education-base/?page_id=49', 0, 'page', '', 0),
(123, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\nThere 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.', 'Awesome Theme', 'Perfect theme for educational institute, university, colleges, schools as well as corporate offices. ', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 122, 'http://localhost/EducationBase/?p=123', 0, 'revision', '', 0),
(124, 1, '2016-10-17 13:49:52', '2016-10-17 13:49:52', 'This is slider parent page. Used for Slider selector on Featured Section', 'Slider', '', 'publish', 'closed', 'closed', '', 'slider', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=47', 0, 'page', '', 0),
(125, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', 'This is slider parent page. Used for Slider selector on Featured Section', 'Slider', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 124, 'http://localhost/EducationBase/?p=125', 0, 'revision', '', 0),
(126, 1, '2016-10-17 13:47:25', '2016-10-17 13:47:25', '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.\r\n\r\n&nbsp;', 'Dr Puspa Lal', 'Founder/Director', 'publish', 'closed', 'closed', '', 'dr-puspa-lal', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 134, 'http://www.demo.acmethemes.com/education-base/?page_id=45', 0, 'page', '', 0),
(127, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\n&nbsp;', 'Dr Puspa Lal', 'Founder/Director', 'inherit', 'closed', 'closed', '', '126-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 126, 'http://localhost/EducationBase/?p=127', 0, 'revision', '', 0),
(128, 1, '2016-10-17 13:46:19', '2016-10-17 13:46:19', '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.', 'Mrs Samjhana Ocie', 'Principal ', 'publish', 'closed', 'closed', '', 'mrs-samjhana-ocie', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 134, 'http://www.demo.acmethemes.com/education-base/?page_id=43', 0, 'page', '', 0),
(129, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.', 'Mrs Samjhana Ocie', 'Principal ', 'inherit', 'closed', 'closed', '', '128-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 128, 'http://localhost/EducationBase/?p=129', 0, 'revision', '', 0),
(130, 1, '2016-10-17 13:45:12', '2016-10-17 13:45:12', '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.\r\n\r\nThere 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.', 'Dr Ghansyam Roy', 'Account Head', 'publish', 'closed', 'closed', '', 'dr-ghansyam-roy', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 134, 'http://www.demo.acmethemes.com/education-base/?page_id=41', 0, 'page', '', 0);
INSERT INTO `wp_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
(131, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\nThere 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.', 'Dr Ghansyam Roy', 'Account Head', 'inherit', 'closed', 'closed', '', '130-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 130, 'http://localhost/EducationBase/?p=131', 0, 'revision', '', 0),
(132, 1, '2016-10-17 13:44:26', '2016-10-17 13:44:26', '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.', 'Aarohan Shuey', 'Program Coordinator ', 'publish', 'closed', 'closed', '', 'aarohan-shuey', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 134, 'http://www.demo.acmethemes.com/education-base/?page_id=39', 0, 'page', '', 0),
(133, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.', 'Aarohan Shuey', 'Program Coordinator ', 'inherit', 'closed', 'closed', '', '132-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 132, 'http://localhost/EducationBase/?p=133', 0, 'revision', '', 0),
(134, 1, '2016-10-17 13:43:23', '2016-10-17 13:43:23', '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.', 'Team', '', 'publish', 'closed', 'closed', '', 'team', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=37', 0, 'page', '', 0),
(135, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.', 'Team', '', 'inherit', 'closed', 'closed', '', '134-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 134, 'http://localhost/EducationBase/?p=135', 0, 'revision', '', 0),
(136, 1, '2016-10-17 13:42:46', '2016-10-17 13:42:46', '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.\r\n\r\nThere 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.', 'Raghuram Rastra', 'Acme Themes developed theme with quality code and elegant design. The experts team developed awesome theme with incredible supports. Love It !!!', 'publish', 'closed', 'closed', '', 'raghuram-rastra', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 142, 'http://www.demo.acmethemes.com/education-base/?page_id=35', 0, 'page', '', 0),
(137, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\nThere 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.', 'Raghuram Rastra', 'Acme Themes developed theme with quality code and elegant design. The experts team developed awesome theme with incredible supports. Love It !!!', 'inherit', 'closed', 'closed', '', '136-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 136, 'http://localhost/EducationBase/?p=137', 0, 'revision', '', 0),
(138, 1, '2016-10-17 13:41:16', '2016-10-17 13:41:16', '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.', 'Mrs Sudana Bric', 'Education Base is one of the awesome theme in the WordPress theme history. The experts team developed theme with highly crafted design and quality codes.', 'publish', 'closed', 'closed', '', 'mrs-sudana-bric', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 142, 'http://www.demo.acmethemes.com/education-base/?page_id=33', 0, 'page', '', 0),
(139, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.', 'Mrs Sudana Bric', 'Education Base is one of the awesome theme in the WordPress theme history. The experts team developed theme with highly crafted design and quality codes.', 'inherit', 'closed', 'closed', '', '138-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 138, 'http://localhost/EducationBase/?p=139', 0, 'revision', '', 0),
(140, 1, '2016-10-17 13:39:31', '2016-10-17 13:39:31', '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.', 'Mr Rob Roy', 'Acme Themes is a team of experts web developer. They design and build amazing WordPress themes. I am happy to work with the theme and enjoy the products.', 'publish', 'closed', 'closed', '', 'mr-rob-roy', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 142, 'http://www.demo.acmethemes.com/education-base/?page_id=31', 0, 'page', '', 0),
(141, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.', 'Mr Rob Roy', 'Acme Themes is a team of experts web developer. They design and build amazing WordPress themes. I am happy to work with the theme and enjoy the products.', 'inherit', 'closed', 'closed', '', '140-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 140, 'http://localhost/EducationBase/?p=141', 0, 'revision', '', 0),
(142, 1, '2016-10-17 13:38:27', '2016-10-17 13:38:27', '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.', 'Testimonials', 'Acme Themes is a team of experts web developer. They design and build amazing WordPress themes. I am happy to work with the theme and enjoy the products.', 'publish', 'closed', 'closed', '', 'testimonials', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=29', 0, 'page', '', 0),
(143, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.', 'Testimonials', 'Acme Themes is a team of experts web developer. They design and build amazing WordPress themes. I am happy to work with the theme and enjoy the products.', 'inherit', 'closed', 'closed', '', '142-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 142, 'http://localhost/EducationBase/?p=143', 0, 'revision', '', 0),
(144, 1, '2016-10-17 13:35:34', '2016-10-17 13:35:34', '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.\r\n\r\nThere 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.\r\n\r\nThere 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.', 'Message From Director', 'The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc. It uses a dictionary of over 200 Latin words. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc. \r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words.\r\nIf 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.', 'publish', 'closed', 'closed', '', 'message-from-director', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=27', 0, 'page', '', 0),
(145, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\nThere 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.\r\n\r\nThere 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.', 'Message From Director', 'The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc. It uses a dictionary of over 200 Latin words. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc. \r\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words.\r\nIf 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.', 'inherit', 'closed', 'closed', '', '144-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 144, 'http://localhost/EducationBase/?p=145', 0, 'revision', '', 0),
(146, 1, '2016-10-17 13:32:23', '2016-10-17 13:32:23', '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.\r\n\r\nThere 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.\r\n\r\nThere 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.', 'Literature', 'The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc  to generate Lorem Ipsum which looks reasonable.', 'publish', 'closed', 'closed', '', 'literature', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 154, 'http://www.demo.acmethemes.com/education-base/?page_id=25', 0, 'page', '', 0),
(147, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\nThere 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.\r\n\r\nThere 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.', 'Literature', 'The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc  to generate Lorem Ipsum which looks reasonable.', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 146, 'http://localhost/EducationBase/?p=147', 0, 'revision', '', 0),
(148, 1, '2016-10-17 13:31:35', '2016-10-17 13:31:35', '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.\r\n\r\nThere 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.', 'Physics', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested, It uses a dictionary of over 200 Latin words combined.', 'publish', 'closed', 'closed', '', 'physics', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 154, 'http://www.demo.acmethemes.com/education-base/?page_id=23', 0, 'page', '', 0),
(149, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\nThere 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.', 'Physics', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested, It uses a dictionary of over 200 Latin words combined.', 'inherit', 'closed', 'closed', '', '148-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 148, 'http://localhost/EducationBase/?p=149', 0, 'revision', '', 0),
(150, 1, '2016-10-17 13:30:12', '2016-10-17 13:30:12', '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.\r\n\r\nThere 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.\r\n\r\nThere 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.', 'English', 'The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc. It uses a dictionary of over 200 Latin words.', 'publish', 'closed', 'closed', '', 'english', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 154, 'http://www.demo.acmethemes.com/education-base/?page_id=21', 0, 'page', '', 0),
(151, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\nThere 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.\r\n\r\nThere 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.', 'English', 'The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc. It uses a dictionary of over 200 Latin words.', 'inherit', 'closed', 'closed', '', '150-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 150, 'http://localhost/EducationBase/?p=151', 0, 'revision', '', 0),
(152, 1, '2016-10-17 13:29:16', '2016-10-17 13:29:16', '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.\r\n\r\nThere 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.\r\n\r\nThere 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.', 'Mathematics', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout injected humour, or non-characteristic words etc.', 'publish', 'closed', 'closed', '', 'mathematics', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 154, 'http://www.demo.acmethemes.com/education-base/?page_id=19', 0, 'page', '', 0),
(153, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '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.\r\n\r\nThere 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.\r\n\r\nThere 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.', 'Mathematics', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout injected humour, or non-characteristic words etc.', 'inherit', 'closed', 'closed', '', '152-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 152, 'http://localhost/EducationBase/?p=153', 0, 'revision', '', 0),
(154, 1, '2016-10-17 13:27:48', '2016-10-17 13:27:48', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.', 'Academics Departments', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout, English versions from the 1914 translation by H. Rackham.', 'publish', 'closed', 'closed', '', 'academics-departments', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=17', 0, 'page', '', 0),
(155, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.', 'Academics Departments', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout, English versions from the 1914 translation by H. Rackham.', 'inherit', 'closed', 'closed', '', '154-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 154, 'http://localhost/EducationBase/?p=155', 0, 'revision', '', 0);
INSERT INTO `wp_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
(156, 1, '2016-10-17 13:24:29', '2016-10-17 13:24:29', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.', 'Medical', 'This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet. Join the course.', 'publish', 'closed', 'closed', '', 'medical', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 164, 'http://www.demo.acmethemes.com/education-base/?page_id=14', 0, 'page', '', 0),
(157, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.', 'Medical', 'This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet. Join the course.', 'inherit', 'closed', 'closed', '', '156-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 156, 'http://localhost/EducationBase/?p=157', 0, 'revision', '', 0),
(158, 1, '2016-10-17 13:21:38', '2016-10-17 13:21:38', '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/G4d_tLgtHAA\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.', 'Engineering', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested by Cicero are also reproduced in their exact original form.', 'publish', 'closed', 'closed', '', 'engineering', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 164, 'http://www.demo.acmethemes.com/education-base/?page_id=12', 0, 'page', '', 0),
(159, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/G4d_tLgtHAA\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nThe 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.', 'Engineering', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested by Cicero are also reproduced in their exact original form.', 'inherit', 'closed', 'closed', '', '158-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 158, 'http://localhost/EducationBase/?p=159', 0, 'revision', '', 0),
(160, 1, '2016-10-17 08:04:52', '2016-10-17 08:04:52', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Management', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ut odio tellus. Maecenas consectetur adipiscing elit Lorem ipsum dolor sit amet. Want to join here?', 'publish', 'closed', 'closed', '', 'management', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 164, 'http://www.demo.acmethemes.com/education-base/?page_id=9', 0, 'page', '', 0),
(161, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Management', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ut odio tellus. Maecenas consectetur adipiscing elit Lorem ipsum dolor sit amet. Want to join here?', 'inherit', 'closed', 'closed', '', '160-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 160, 'http://localhost/EducationBase/?p=161', 0, 'revision', '', 0),
(162, 1, '2016-10-17 08:00:17', '2016-10-17 08:00:17', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum um is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum', 'Technology', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.', 'publish', 'closed', 'closed', '', 'technology', '', '', '2025-02-05 12:23:33', '2025-02-05 12:23:33', '', 164, 'http://www.demo.acmethemes.com/education-base/?page_id=7', 0, 'page', '', 0),
(163, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum um is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum\r\n\r\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum', 'Technology', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.', 'inherit', 'closed', 'closed', '', '162-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 162, 'http://localhost/EducationBase/?p=163', 0, 'revision', '', 0),
(164, 1, '2016-10-17 07:58:07', '2016-10-17 07:58:07', '', 'Courses', '', 'publish', 'closed', 'closed', '', 'courses', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 0, 'http://www.demo.acmethemes.com/education-base/?page_id=5', 0, 'page', '', 0),
(165, 1, '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 'Courses', '', 'inherit', 'closed', 'closed', '', '164-revision-v1', '', '', '2025-02-05 12:23:30', '2025-02-05 12:23:30', '', 164, 'http://localhost/EducationBase/?p=165', 0, 'revision', '', 0),
(212, 1, '2025-02-07 05:45:31', '2025-02-07 05:45:31', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\n\n<!-- wp:gutentor/advanced-import {\"blockID\":\"g-lk1171p\",\"blockIsImportOpen\":true} /-->', 'Home Page', '', 'inherit', 'closed', 'closed', '', '110-autosave-v1', '', '', '2025-02-07 05:45:31', '2025-02-07 05:45:31', '', 110, 'http://localhost/EducationBase/?p=212', 0, 'revision', '', 0),
(168, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=160', 1, 'nav_menu_item', '', 0),
(169, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '162', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=162', 16, 'nav_menu_item', '', 0),
(170, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '163', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=163', 15, 'nav_menu_item', '', 0),
(171, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '164', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=164', 2, 'nav_menu_item', '', 0),
(172, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '165', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=165', 3, 'nav_menu_item', '', 0),
(173, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '166', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=166', 4, 'nav_menu_item', '', 0),
(174, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '167', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=167', 5, 'nav_menu_item', '', 0),
(175, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '168', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 154, 'http://www.demo.acmethemes.com/education-base/?p=168', 6, 'nav_menu_item', '', 0),
(176, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '169', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 154, 'http://www.demo.acmethemes.com/education-base/?p=169', 7, 'nav_menu_item', '', 0),
(177, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '170', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 154, 'http://www.demo.acmethemes.com/education-base/?p=170', 8, 'nav_menu_item', '', 0),
(178, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '171', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 154, 'http://www.demo.acmethemes.com/education-base/?p=171', 9, 'nav_menu_item', '', 0),
(179, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '172', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=172', 10, 'nav_menu_item', '', 0),
(180, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '173', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 164, 'http://www.demo.acmethemes.com/education-base/?p=173', 11, 'nav_menu_item', '', 0),
(181, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '174', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 164, 'http://www.demo.acmethemes.com/education-base/?p=174', 12, 'nav_menu_item', '', 0),
(182, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '175', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 164, 'http://www.demo.acmethemes.com/education-base/?p=175', 13, 'nav_menu_item', '', 0),
(183, 1, '2025-02-07 05:44:45', '2016-10-18 08:10:35', ' ', '', '', 'publish', 'closed', 'closed', '', '176', '', '', '2025-02-07 05:44:45', '2025-02-07 05:44:45', '', 164, 'http://www.demo.acmethemes.com/education-base/?p=176', 14, 'nav_menu_item', '', 0),
(184, 1, '2025-02-07 05:42:27', '2016-10-17 17:02:39', ' ', '', '', 'publish', 'closed', 'closed', '', '138', '', '', '2025-02-07 05:42:27', '2025-02-07 05:42:27', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/138/', 8, 'nav_menu_item', '', 0),
(185, 1, '2016-10-17 16:44:51', '2016-10-17 16:44:51', '', 'DuperMagPro', '', 'publish', 'closed', 'closed', '', 'dupermagpro', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/dupermagpro/', 1, 'nav_menu_item', '', 0),
(186, 1, '2016-10-17 16:44:51', '2016-10-17 16:44:51', '', 'WeblogPro', '', 'publish', 'closed', 'closed', '', 'weblogpro', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/weblogpro/', 2, 'nav_menu_item', '', 0),
(187, 1, '2016-10-17 16:44:51', '2016-10-17 16:44:51', '', 'SuperNewsPro', '', 'publish', 'closed', 'closed', '', 'supernewspro', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/supernewspro/', 3, 'nav_menu_item', '', 0),
(188, 1, '2016-10-17 16:44:51', '2016-10-17 16:44:51', '', 'Corporate Plus Pro', '', 'publish', 'closed', 'closed', '', 'corporate-plus-pro', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/corporate-plus-pro/', 4, 'nav_menu_item', '', 0),
(189, 1, '2016-10-17 16:44:51', '2016-10-17 16:44:51', '', 'SuperMagPro', '', 'publish', 'closed', 'closed', '', 'supermagpro', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/supermagpro/', 5, 'nav_menu_item', '', 0),
(190, 1, '2016-10-17 16:42:04', '2016-10-17 16:42:04', '', 'Mercantile', '', 'publish', 'closed', 'closed', '', 'mercantile', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/mercantile/', 1, 'nav_menu_item', '', 0),
(191, 1, '2016-10-17 16:42:04', '2016-10-17 16:42:04', '', 'Weblog', '', 'publish', 'closed', 'closed', '', 'weblog', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/weblog/', 2, 'nav_menu_item', '', 0),
(192, 1, '2016-10-17 16:42:04', '2016-10-17 16:42:04', '', 'DuperMag', '', 'publish', 'closed', 'closed', '', 'dupermag', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/dupermag/', 3, 'nav_menu_item', '', 0),
(193, 1, '2016-10-17 16:42:04', '2016-10-17 16:42:04', '', 'SuperNews', '', 'publish', 'closed', 'closed', '', 'supernews', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/supernews/', 4, 'nav_menu_item', '', 0),
(194, 1, '2016-10-17 16:42:04', '2016-10-17 16:42:04', '', 'Acme Photo', '', 'publish', 'closed', 'closed', '', 'acme-photo', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/acme-photo/', 5, 'nav_menu_item', '', 0),
(195, 1, '2016-10-17 16:36:15', '2016-10-17 16:36:15', '', 'Departments Meeting', '', 'publish', 'closed', 'closed', '', 'departments-meeting', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/departments-meeting/', 4, 'nav_menu_item', '', 0),
(196, 1, '2016-10-17 16:36:15', '2016-10-17 16:36:15', '', 'Affiliates Training', '', 'publish', 'closed', 'closed', '', 'affiliates-training', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/affiliates-training/', 5, 'nav_menu_item', '', 0),
(197, 1, '2016-10-17 16:36:14', '2016-10-17 16:36:14', ' ', '', '', 'publish', 'closed', 'closed', '', '114', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/114/', 1, 'nav_menu_item', '', 0),
(198, 1, '2016-10-17 16:36:14', '2016-10-17 16:36:14', ' ', '', '', 'publish', 'closed', 'closed', '', '115', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/115/', 2, 'nav_menu_item', '', 0),
(199, 1, '2016-10-17 16:36:14', '2016-10-17 16:36:14', ' ', '', '', 'publish', 'closed', 'closed', '', '116', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/116/', 3, 'nav_menu_item', '', 0),
(200, 1, '2016-10-17 16:31:45', '2016-10-17 16:31:45', '', 'Theme Details', '', 'publish', 'closed', 'closed', '', 'theme-details', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/theme-details/', 1, 'nav_menu_item', '', 0),
(201, 1, '2016-10-17 16:31:45', '2016-10-17 16:31:45', '', 'Notices', '', 'publish', 'closed', 'closed', '', 'notices', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/notices/', 2, 'nav_menu_item', '', 0),
(202, 1, '2016-10-17 16:31:45', '2016-10-17 16:31:45', '', 'Director Message', '', 'publish', 'closed', 'closed', '', 'director-message', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/director-message/', 3, 'nav_menu_item', '', 0),
(203, 1, '2016-10-17 16:31:45', '2016-10-17 16:31:45', '', 'Departments', '', 'publish', 'closed', 'closed', '', 'departments-2', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/departments-2/', 4, 'nav_menu_item', '', 0),
(204, 1, '2016-10-17 16:31:45', '2016-10-17 16:31:45', '', 'Affiliates Institute', '', 'publish', 'closed', 'closed', '', 'affiliates-institute', '', '', '2025-02-05 12:23:32', '2025-02-05 12:23:32', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/affiliates-institute/', 5, 'nav_menu_item', '', 0),
(205, 1, '2025-02-07 05:42:27', '2016-10-17 14:58:23', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-02-07 05:42:27', '2025-02-07 05:42:27', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/home/', 1, 'nav_menu_item', '', 0),
(206, 1, '2025-02-07 05:42:27', '2016-10-17 14:58:23', '', 'Courses', '', 'publish', 'closed', 'closed', '', 'courses', '', '', '2025-02-07 05:42:27', '2025-02-07 05:42:27', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/courses/', 3, 'nav_menu_item', '', 0),
(207, 1, '2025-02-07 05:42:27', '2016-10-17 14:58:23', '', 'Departments', '', 'publish', 'closed', 'closed', '', 'departments', '', '', '2025-02-07 05:42:27', '2025-02-07 05:42:27', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/departments/', 2, 'nav_menu_item', '', 0),
(208, 1, '2025-02-07 05:42:27', '2016-10-17 14:58:23', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2025-02-07 05:42:27', '2025-02-07 05:42:27', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/blog/', 6, 'nav_menu_item', '', 0),
(209, 1, '2025-02-07 05:42:27', '2016-10-17 14:58:23', '', 'Testimonials', '', 'publish', 'closed', 'closed', '', 'testimonials', '', '', '2025-02-07 05:42:27', '2025-02-07 05:42:27', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/testimonials/', 5, 'nav_menu_item', '', 0),
(210, 1, '2025-02-07 05:42:27', '2016-10-17 14:58:23', '', 'Team', '', 'publish', 'closed', 'closed', '', 'team', '', '', '2025-02-07 05:42:27', '2025-02-07 05:42:27', '', 0, 'http://www.demo.acmethemes.com/education-base/2016/10/17/team/', 4, 'nav_menu_item', '', 0),
(211, 1, '2025-02-07 05:42:27', '2016-10-18 08:08:02', ' ', '', '', 'publish', 'closed', 'closed', '', '159', '', '', '2025-02-07 05:42:27', '2025-02-07 05:42:27', '', 0, 'http://www.demo.acmethemes.com/education-base/?p=159', 7, 'nav_menu_item', '', 0),
(213, 1, '2025-02-07 05:48:23', '2025-02-07 05:48:23', '<!-- wp:paragraph -->\n<p>sdddssdf</p>\n<!-- /wp:paragraph -->', '', 'dddfdfdfdfgdfgdfgdfdgdfdffdff', 'trash', 'closed', 'closed', '', '213-2__trashed', '', '', '2025-02-07 05:50:12', '2025-02-07 05:50:12', '', 0, 'http://localhost/EducationBase/?page_id=213', 0, 'page', '', 0),
(214, 1, '2025-02-07 05:47:22', '2025-02-07 05:47:22', '', 'banner-printing', '', 'inherit', 'open', 'closed', '', 'banner-printing', '', '', '2025-02-07 05:47:22', '2025-02-07 05:47:22', '', 213, 'http://localhost/EducationBase/wp-content/uploads/2025/02/banner-printing.jpeg', 0, 'attachment', 'image/jpeg', 0),
(215, 1, '2025-02-07 05:47:38', '2025-02-07 05:47:38', '', '', 'dddfdfdfdfgdfgdfgdfdgdfdffdff', 'inherit', 'closed', 'closed', '', '213-revision-v1', '', '', '2025-02-07 05:47:38', '2025-02-07 05:47:38', '', 213, 'http://localhost/EducationBase/?p=215', 0, 'revision', '', 0),
(216, 1, '2025-02-07 05:48:40', '2025-02-07 05:48:40', '<!-- wp:paragraph -->\n<p>sdddssdf</p>\n<!-- /wp:paragraph -->', '', 'dddfdfdfdfgdfgdfgdfdgdfdffdff', 'inherit', 'closed', 'closed', '', '213-revision-v1', '', '', '2025-02-07 05:48:40', '2025-02-07 05:48:40', '', 213, 'http://localhost/EducationBase/?p=216', 0, 'revision', '', 0);

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

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
CREATE TABLE IF NOT EXISTS `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
CREATE TABLE IF NOT EXISTS `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Notice', 'notice', 0),
(3, 'Inner Page', 'inner-page', 0),
(4, 'Front Page', 'front-page', 0),
(5, 'Premium Products', 'premium-products', 0),
(6, 'Other Products', 'other-products', 0),
(7, 'Upcoming Events', 'upcoming-events', 0),
(8, 'Important Links', 'important-links', 0);

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

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(58, 2, 0),
(60, 2, 0),
(62, 2, 0),
(168, 3, 0),
(169, 3, 0),
(170, 3, 0),
(171, 3, 0),
(172, 3, 0),
(173, 3, 0),
(174, 3, 0),
(175, 3, 0),
(176, 3, 0),
(177, 3, 0),
(178, 3, 0),
(179, 3, 0),
(180, 3, 0),
(181, 3, 0),
(182, 3, 0),
(183, 3, 0),
(184, 4, 0),
(185, 5, 0),
(186, 5, 0),
(187, 5, 0),
(188, 5, 0),
(189, 5, 0),
(190, 6, 0),
(191, 6, 0),
(192, 6, 0),
(193, 6, 0),
(194, 6, 0),
(195, 7, 0),
(196, 7, 0),
(197, 7, 0),
(198, 7, 0),
(199, 7, 0),
(200, 8, 0),
(201, 8, 0),
(202, 8, 0),
(203, 8, 0),
(204, 8, 0),
(205, 4, 0),
(206, 4, 0),
(207, 4, 0),
(208, 4, 0),
(209, 4, 0),
(210, 4, 0),
(211, 4, 0);

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

--
-- Table structure for table `wp_term_taxonomy`
--

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

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'category', '', 0, 3),
(3, 3, 'nav_menu', '', 0, 16),
(4, 4, 'nav_menu', '', 0, 8),
(5, 5, 'nav_menu', '', 0, 5),
(6, 6, 'nav_menu', '', 0, 5),
(7, 7, 'nav_menu', '', 0, 5),
(8, 8, 'nav_menu', '', 0, 5);

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

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
CREATE TABLE IF NOT EXISTS `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_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, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '0'),
(16, 1, 'session_tokens', 'a:2:{s:64:\"7d67dd8ebed60ea0a85cadef374ce65d9a90f653e840831a55a866317154686b\";a:4:{s:10:\"expiration\";i:1738929838;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0\";s:5:\"login\";i:1738757038;}s:64:\"e17d2cf659cb36b8d020ca368aba146b938ff69efb56432a1846b25cb7f033d8\";a:4:{s:10:\"expiration\";i:1739076792;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0\";s:5:\"login\";i:1738903992;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:9:\"127.0.0.0\";}'),
(19, 1, 'nav_menu_recently_edited', '3'),
(20, 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\";}'),
(21, 1, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:\"add-post_tag\";}'),
(22, 1, 'wp_user-settings', 'libraryContent=browse'),
(23, 1, 'wp_user-settings-time', '1738907253');

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

--
-- Table structure for table `wp_users`
--

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

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_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$B601bkHIhAXVrIPFHurDMyPb1FEjbT0', 'admin', 'suman.sctrc@gmail.com', 'http://localhost/EducationBase', '2025-02-05 12:03:42', '', 0, 'admin');
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 */;

← Back to directory