File: //var/www/html/pmw24/pmw_live_testing/OLD_Root_BAK/php/db/punjabmotor.sql
-- phpMyAdmin SQL Dump
-- version 4.5.1
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Dec 18, 2018 at 09:47 AM
-- Server version: 10.1.19-MariaDB
-- PHP Version: 5.6.28
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `punjabmotor`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_commentmeta`
--
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_comments`
--
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) UNSIGNED NOT NULL,
`comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `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/', '', '2018-12-14 10:03:03', '2018-12-14 10:03:03', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://gravatar.com">Gravatar</a>.', 0, 'post-trashed', '', '', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_links`
--
CREATE TABLE `wp_links` (
`link_id` bigint(20) UNSIGNED NOT NULL,
`link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_options`
--
CREATE TABLE `wp_options` (
`option_id` bigint(20) UNSIGNED NOT NULL,
`option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/PunjabMotorWorkshop/php', 'yes'),
(2, 'home', 'http://localhost/PunjabMotorWorkshop/php', 'yes'),
(3, 'blogname', 'PunjabMotorWorkshop', 'yes'),
(4, 'blogdescription', 'Just another WordPress site', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'amit.bhowmick@met-technologies.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', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:184:{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:9:"banner/?$";s:26:"index.php?post_type=banner";s:39:"banner/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?post_type=banner&feed=$matches[1]";s:34:"banner/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?post_type=banner&feed=$matches[1]";s:26:"banner/page/([0-9]{1,})/?$";s:44:"index.php?post_type=banner&paged=$matches[1]";s:14:"our-service/?$";s:31:"index.php?post_type=our-service";s:44:"our-service/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?post_type=our-service&feed=$matches[1]";s:39:"our-service/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?post_type=our-service&feed=$matches[1]";s:31:"our-service/page/([0-9]{1,})/?$";s:49:"index.php?post_type=our-service&paged=$matches[1]";s:12:"our-brand/?$";s:29:"index.php?post_type=our-brand";s:42:"our-brand/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=our-brand&feed=$matches[1]";s:37:"our-brand/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=our-brand&feed=$matches[1]";s:29:"our-brand/page/([0-9]{1,})/?$";s:47:"index.php?post_type=our-brand&paged=$matches[1]";s:13:"our-handel/?$";s:30:"index.php?post_type=our-handel";s:43:"our-handel/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?post_type=our-handel&feed=$matches[1]";s:38:"our-handel/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?post_type=our-handel&feed=$matches[1]";s:30:"our-handel/page/([0-9]{1,})/?$";s:48:"index.php?post_type=our-handel&paged=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:34:"banner/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:44:"banner/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:64:"banner/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"banner/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:59:"banner/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:40:"banner/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:23:"banner/([^/]+)/embed/?$";s:39:"index.php?banner=$matches[1]&embed=true";s:27:"banner/([^/]+)/trackback/?$";s:33:"index.php?banner=$matches[1]&tb=1";s:47:"banner/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?banner=$matches[1]&feed=$matches[2]";s:42:"banner/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?banner=$matches[1]&feed=$matches[2]";s:35:"banner/([^/]+)/page/?([0-9]{1,})/?$";s:46:"index.php?banner=$matches[1]&paged=$matches[2]";s:42:"banner/([^/]+)/comment-page-([0-9]{1,})/?$";s:46:"index.php?banner=$matches[1]&cpage=$matches[2]";s:31:"banner/([^/]+)(?:/([0-9]+))?/?$";s:45:"index.php?banner=$matches[1]&page=$matches[2]";s:23:"banner/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:33:"banner/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:53:"banner/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"banner/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:48:"banner/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:29:"banner/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:39:"our-service/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"our-service/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"our-service/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"our-service/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"our-service/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"our-service/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"our-service/([^/]+)/embed/?$";s:44:"index.php?our-service=$matches[1]&embed=true";s:32:"our-service/([^/]+)/trackback/?$";s:38:"index.php?our-service=$matches[1]&tb=1";s:52:"our-service/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?our-service=$matches[1]&feed=$matches[2]";s:47:"our-service/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?our-service=$matches[1]&feed=$matches[2]";s:40:"our-service/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?our-service=$matches[1]&paged=$matches[2]";s:47:"our-service/([^/]+)/comment-page-([0-9]{1,})/?$";s:51:"index.php?our-service=$matches[1]&cpage=$matches[2]";s:36:"our-service/([^/]+)(?:/([0-9]+))?/?$";s:50:"index.php?our-service=$matches[1]&page=$matches[2]";s:28:"our-service/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"our-service/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"our-service/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"our-service/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"our-service/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"our-service/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:58:"services-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?services-category=$matches[1]&feed=$matches[2]";s:53:"services-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?services-category=$matches[1]&feed=$matches[2]";s:34:"services-category/([^/]+)/embed/?$";s:50:"index.php?services-category=$matches[1]&embed=true";s:46:"services-category/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?services-category=$matches[1]&paged=$matches[2]";s:28:"services-category/([^/]+)/?$";s:39:"index.php?services-category=$matches[1]";s:37:"our-brand/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"our-brand/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"our-brand/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"our-brand/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"our-brand/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"our-brand/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"our-brand/([^/]+)/embed/?$";s:42:"index.php?our-brand=$matches[1]&embed=true";s:30:"our-brand/([^/]+)/trackback/?$";s:36:"index.php?our-brand=$matches[1]&tb=1";s:50:"our-brand/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?our-brand=$matches[1]&feed=$matches[2]";s:45:"our-brand/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?our-brand=$matches[1]&feed=$matches[2]";s:38:"our-brand/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?our-brand=$matches[1]&paged=$matches[2]";s:45:"our-brand/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?our-brand=$matches[1]&cpage=$matches[2]";s:34:"our-brand/([^/]+)(?:/([0-9]+))?/?$";s:48:"index.php?our-brand=$matches[1]&page=$matches[2]";s:26:"our-brand/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"our-brand/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"our-brand/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"our-brand/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"our-brand/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:32:"our-brand/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:38:"our-handel/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:48:"our-handel/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:68:"our-handel/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"our-handel/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"our-handel/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:44:"our-handel/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:27:"our-handel/([^/]+)/embed/?$";s:43:"index.php?our-handel=$matches[1]&embed=true";s:31:"our-handel/([^/]+)/trackback/?$";s:37:"index.php?our-handel=$matches[1]&tb=1";s:51:"our-handel/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?our-handel=$matches[1]&feed=$matches[2]";s:46:"our-handel/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?our-handel=$matches[1]&feed=$matches[2]";s:39:"our-handel/([^/]+)/page/?([0-9]{1,})/?$";s:50:"index.php?our-handel=$matches[1]&paged=$matches[2]";s:46:"our-handel/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?our-handel=$matches[1]&cpage=$matches[2]";s:35:"our-handel/([^/]+)(?:/([0-9]+))?/?$";s:49:"index.php?our-handel=$matches[1]&page=$matches[2]";s:27:"our-handel/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"our-handel/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"our-handel/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"our-handel/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"our-handel/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"our-handel/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";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:38:"index.php?&page_id=6&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: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]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:5:{i:0;s:29:"acf-repeater/acf-repeater.php";i:1;s:31:"advanced-access-manager/aam.php";i:2;s:30:"advanced-custom-fields/acf.php";i:3;s:36:"contact-form-7/wp-contact-form-7.php";i:5;s:37:"tinymce-advanced/tinymce-advanced.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', 'PunjabMotor', 'yes'),
(41, 'stylesheet', 'PunjabMotor', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '38590', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:2:{s:31:"advanced-access-manager/aam.php";a:2:{i:0;s:3:"AAM";i:1;s:9:"uninstall";}s:53:"simple-custom-post-order/simple-custom-post-order.php";s:18:"scporder_uninstall";}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '6', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '20', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '0', 'yes'),
(93, 'initial_db_version', '38590', 'yes'),
(94, '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'),
(95, 'fresh_site', '0', 'yes'),
(96, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(98, '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'),
(99, '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'),
(100, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'sidebars_widgets', 'a:8:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:8:"search-1";a:0:{}s:8:"footer01";a:0:{}s:8:"footer02";a:0:{}s:8:"footer03";a:0:{}s:8:"footer04";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(102, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(106, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(108, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(111, 'cron', 'a:6:{i:1545123786;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:1545127386;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1545127402;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:1545129928;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:1545203603;a:1:{s:8:"aam-cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(112, 'theme_mods_twentysixteen', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1544782972;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
(122, '_site_transient_timeout_browser_a2ce53fa725ed70e421a0a49896c6187', '1545386606', 'no'),
(123, '_site_transient_browser_a2ce53fa725ed70e421a0a49896c6187', 'a:10:{s:4:"name";s:7:"Firefox";s:7:"version";s:4:"64.0";s:8:"platform";s:7:"Windows";s:10:"update_url";s:24:"https://www.firefox.com/";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'),
(124, 'can_compress_scripts', '1', 'no'),
(132, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1545110671;s:7:"checked";a:1:{s:11:"PunjabMotor";s:3:"1.0";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'no'),
(139, '_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-5.0.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-5.0.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-5.0.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-5.0.1-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.0.1";s:7:"version";s:5:"5.0.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.0";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-5.0.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-5.0.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-5.0.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-5.0.1-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.0.1";s:7:"version";s:5:"5.0.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.0";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}}s:12:"last_checked";i:1545110650;s:15:"version_checked";s:5:"4.9.9";s:12:"translations";a:0:{}}', 'no'),
(140, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:34:"amit.bhowmick@met-technologies.com";s:7:"version";s:5:"4.9.9";s:9:"timestamp";i:1544781817;}', 'no'),
(144, 'core_updater.lock', '1544781838', 'no'),
(148, 'recently_activated', 'a:1:{s:53:"simple-custom-post-order/simple-custom-post-order.php";i:1545117229;}', 'yes'),
(151, 'scporder_notice', '1', 'yes'),
(152, 'acf_version', '4.4.12', 'yes'),
(153, 'wpcf7', 'a:2:{s:7:"version";s:5:"5.0.3";s:13:"bulk_validate";a:4:{s:9:"timestamp";i:1544781997;s:7:"version";s:5:"5.0.3";s:11:"count_valid";i:1;s:13:"count_invalid";i:0;}}', 'yes'),
(154, 'tadv_settings', 'a:6:{s:9:"toolbar_1";s:106:"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,undo,redo";s:9:"toolbar_2";s:103:"fontselect,fontsizeselect,outdent,indent,pastetext,removeformat,charmap,wp_more,forecolor,table,wp_help";s:9:"toolbar_3";s:0:"";s:9:"toolbar_4";s:0:"";s:7:"options";s:52:"menubar,advlist,contextmenu,advlink,fontsize_formats";s:7:"plugins";s:40:"table,advlist,link,importcss,contextmenu";}', 'yes'),
(155, 'tadv_admin_settings', 'a:2:{s:7:"options";s:31:"importcss,no_autop,paste_images";s:16:"disabled_editors";s:0:"";}', 'yes'),
(156, 'tadv_version', '4000', 'yes'),
(160, 'current_theme', 'Twenty Sixteen/PunjabMotor', 'yes'),
(161, 'theme_mods_PunjabMotor', 'a:5:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:7:"primary";i:2;s:6:"footer";i:3;}s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1544783237;s:4:"data";a:7:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:8:"search-1";a:0:{}s:8:"footer01";a:0:{}s:8:"footer02";a:0:{}s:8:"footer03";a:0:{}s:8:"footer04";a:0:{}}}s:11:"custom_logo";i:18;}', 'yes'),
(162, 'theme_switched', '', 'yes'),
(164, 'theme_mods_PunjabMotor00000', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:0:{}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1544783274;s:4:"data";a:1:{s:19:"wp_inactive_widgets";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}}}}', 'yes'),
(175, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(197, '_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e', '1545154182', 'no'),
(198, '_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e', 'a:2:{s:8:"location";a:1:{s:2:"ip";b:0;}s:6:"events";a:1:{i:0;a:7:{s:4:"type";s:8:"wordcamp";s:5:"title";s:13:"WordCamp Pune";s:3:"url";s:30:"https://2019.pune.wordcamp.org";s:6:"meetup";N;s:10:"meetup_url";N;s:4:"date";s:19:"2019-02-16 00:00:00";s:8:"location";a:4:{s:8:"location";s:24:"Pune, Maharashtra, India";s:7:"country";s:2:"IN";s:8:"latitude";d:18.5408513;s:9:"longitude";d:73.806667899999994;}}}}', 'no'),
(246, 'services-category_children', 'a:0:{}', 'yes'),
(251, '_site_transient_timeout_theme_roots', '1545112470', 'no'),
(252, '_site_transient_theme_roots', 'a:1:{s:11:"PunjabMotor";s:7:"/themes";}', 'no'),
(253, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1545117199;s:7:"checked";a:11:{s:31:"advanced-access-manager/aam.php";s:5:"5.3.5";s:30:"advanced-custom-fields/acf.php";s:6:"4.4.12";s:29:"acf-repeater/acf-repeater.php";s:5:"1.1.1";s:36:"contact-form-7/wp-contact-form-7.php";s:5:"5.0.3";s:41:"envato-theme-check-master/theme-check.php";s:8:"20180222";s:21:"newsletter/plugin.php";s:5:"5.6.4";s:38:"psn-pagespeed-ninja/pagespeedninja.php";s:6:"0.9.31";s:53:"simple-custom-post-order/simple-custom-post-order.php";s:5:"2.3.2";s:27:"theme-check/theme-check.php";s:10:"20160523.1";s:37:"tinymce-advanced/tinymce-advanced.php";s:6:"4.7.11";s:33:"w3-total-cache/w3-total-cache.php";s:5:"0.9.7";}s:8:"response";a:1:{s:29:"acf-repeater/acf-repeater.php";O:8:"stdClass":4:{s:4:"slug";s:12:"acf-repeater";s:11:"new_version";s:5:"2.1.0";s:3:"url";s:36:"http://www.advancedcustomfields.com/";s:7:"package";s:159:"https://connect.advancedcustomfields.com/index.php?a=download&p=repeater&k=QJF7-L4IX-UCNP-RF2W&wp_url=http://localhost/PunjabMotorWorkshop/php&wp_version=4.9.9";}}s:12:"translations";a:0:{}s:9:"no_update";a:2:{s:27:"theme-check/theme-check.php";O:8:"stdClass":9:{s:2:"id";s:25:"w.org/plugins/theme-check";s:4:"slug";s:11:"theme-check";s:6:"plugin";s:27:"theme-check/theme-check.php";s:11:"new_version";s:10:"20160523.1";s:3:"url";s:42:"https://wordpress.org/plugins/theme-check/";s:7:"package";s:54:"https://downloads.wordpress.org/plugin/theme-check.zip";s:5:"icons";a:1:{s:2:"1x";s:63:"https://ps.w.org/theme-check/assets/icon-128x128.png?rev=972579";}s:7:"banners";a:2:{s:2:"2x";s:66:"https://ps.w.org/theme-check/assets/banner-1544x500.png?rev=904294";s:2:"1x";s:65:"https://ps.w.org/theme-check/assets/banner-772x250.png?rev=904294";}s:11:"banners_rtl";a:0:{}}s:33:"w3-total-cache/w3-total-cache.php";O:8:"stdClass":9:{s:2:"id";s:28:"w.org/plugins/w3-total-cache";s:4:"slug";s:14:"w3-total-cache";s:6:"plugin";s:33:"w3-total-cache/w3-total-cache.php";s:11:"new_version";s:5:"0.9.7";s:3:"url";s:45:"https://wordpress.org/plugins/w3-total-cache/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.7.zip";s:5:"icons";a:2:{s:2:"2x";s:67:"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806";s:2:"1x";s:67:"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806";}s:7:"banners";a:1:{s:2:"1x";s:69:"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806";}s:11:"banners_rtl";a:0:{}}}}', 'no'),
(254, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1545153991', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(255, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:49:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Dec 2018 19:47:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=5.0.2-RC1-44259";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"WordCamp US 2019 dates announced";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2018/12/wordcamp-us-2019-dates-announced/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Dec 2018 19:47:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6496";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:324:"Save the date! The next WordCamp US will be held on November 1-3, 2019, in beautiful St Louis, Missouri. One of our largest events of the year, WordCamp US is a great chance to connect with WordPress enthusiasts from around the world. This is also the event that features Matt Mullenweg’s annual State of the […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Andrea Middleton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:705:"\n<p>Save the date! <a href="https://2019.us.wordcamp.org/2018/12/12/wordcamp-us-2019-announcing-our-dates/">The next WordCamp US</a> will be held on November 1-3, 2019, in beautiful <a href="https://2018.us.wordcamp.org/2018/06/15/matt-mullenweg-announces-st-louis-as-wordcamp-us-2019-2020-host-city/">St Louis, Missouri</a>. One of our largest events of the year, WordCamp US is a great chance to connect with WordPress enthusiasts from around the world. This is also the event that features Matt Mullenweg’s annual <a href="https://www.youtube.com/watch?v=r5b-N2RmxS8">State of the Word</a> address. </p>\n\n\n\n<p>We’d love to see you in St. Louis next year, so mark your calendar now!<br></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6496";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"WordPress 5.0.1 Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2018/12/wordpress-5-0-1-security-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Dec 2018 03:13:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6498";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:374:"WordPress 5.0.1 is now available. This is a security release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. Plugin authors are encouraged to read the 5.0.1 developer notes for information on backwards-compatibility. WordPress versions 5.0 and earlier are affected by the following bugs, which are fixed in version […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Ian Dunn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4799:"\n<p>WordPress 5.0.1 is now available. This is a <strong>security release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n\n\n<p>Plugin authors are encouraged to <a href="https://make.wordpress.org/core/2018/12/13/backwards-compatibility-breaks-in-5-0-1/">read the 5.0.1 developer notes</a> for information on backwards-compatibility.</p>\n\n\n\n<p>WordPress versions 5.0 and earlier are affected by the following bugs, which are fixed in version 5.0.1. Updated versions of WordPress 4.9 and older releases are also available, for users who have not yet updated to 5.0.</p>\n\n\n\n<ul><li><a href="https://ripstech.com">Karim El Ouerghemmi</a> discovered that authors could alter meta data to delete files that they weren’t authorized to.</li><li>Simon Scannell of <a href="https://blog.ripstech.com">RIPS Technologies</a> discovered that authors could create posts of unauthorized post types with specially crafted input.</li><li><a href="https://twitter.com/_s_n_t">Sam Thomas</a> discovered that contributors could craft meta data in a way that resulted in PHP object injection. </li><li><a href="https://security-consulting.icu">Tim Coen</a> discovered that contributors could edit new comments from higher-privileged users, potentially leading to a cross-site scripting vulnerability.</li><li><a href="https://security-consulting.icu">Tim Coen</a> also discovered that specially crafted URL inputs could lead to a cross-site scripting vulnerability in some circumstances. WordPress itself was not affected, but plugins could be in some situations. </li><li><a href="https://yoast.com/">Team Yoast</a> discovered that the user activation screen could be indexed by search engines in some uncommon configurations, leading to exposure of email addresses, and in some rare cases, default generated passwords.</li><li><a href="https://security-consulting.icu">Tim Coen</a> and <a href="https://medium.com/websec">Slavco</a> discovered that authors on Apache-hosted sites could upload specifically crafted files that bypass MIME verification, leading to a cross-site scripting vulnerability. </li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">privately disclosing the vulnerabilities</a>, which gave us time to fix them before WordPress sites could be attacked.</p>\n\n\n\n<p><a href="https://wordpress.org/download/">Download WordPress 5.0.1</a>, or venture over to <code>Dashboard → Updates</code> and click <code>Update Now</code>. Sites that support automatic background updates are already beginning to update automatically.</p>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who contributed to WordPress 5.0.1:</p>\n\n\n\n<p><a href="https://profiles.wordpress.org/tellyworth">Alex Shiels</a>, <a href="https://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="https://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/aaroncampbell">Aaron Campbell</a>, <a href="https://profiles.wordpress.org/andreamiddleton">Andrea Middleton</a>, <a href="https://profiles.wordpress.org/vortfu">Ben Bidner</a>, <a href="https://profiles.wordpress.org/barry">Barry Abrahamson</a>, <a href="https://profiles.wordpress.org/chriscct7">Chris Christoff</a>, <a href="https://profiles.wordpress.org/darthhexx/">David Newman</a>, <a href="https://profiles.wordpress.org/apokalyptik">Demitrious Kelly</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/hnotess/">Hannah Notess</a>, <a href="https://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/herregroen">Herre Groen</a>, <a href="https://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby</a>, <a href="https://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/chanthaboune">Josepha Haden</a>, <a href="https://profiles.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="https://profiles.wordpress.org/batmoo/">Mo Jangda</a>, <a href="https://profiles.wordpress.org/nickdaugherty">Nick Daugherty</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/SergeyBiryukov">Sergey Biryukov</a>, and <a href="https://twitter.com/p_valentyn">Valentyn Pylypchuk</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:35:"\n \n \n \n \n \n\n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"WordPress 5.0 “Bebo”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/news/2018/12/bebo/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Dec 2018 19:28:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6328";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:342:"Say Hello to the New Editor We’ve made some big upgrades to the editor. Our new block-based editor is the first step toward an exciting new future with a streamlined editing experience across your site. You’ll have more flexibility with how content is displayed, whether you are building your first site, revamping your blog, or […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:2:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:52:"https://s.w.org/images/core/5.0/videos/add-block.mp4";s:6:"length";s:7:"8086508";s:4:"type";s:9:"video/mp4";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:48:"https://s.w.org/images/core/5.0/videos/build.mp4";s:6:"length";s:7:"2623964";s:4:"type";s:9:"video/mp4";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:55321:"\n<h2 style="text-align:center">Say Hello to the New Editor</h2>\n\n\n\n<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">\n<iframe class=''youtube-player'' type=''text/html'' width=''632'' height=''386'' src=''https://www.youtube.com/embed/72xdCU__XCk?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent'' allowfullscreen=''true'' style=''border:0;''></iframe>\n</div></figure>\n\n\n\n<p>We’ve made some big upgrades to the editor. Our new block-based editor is the first step toward an exciting new future with a streamlined editing experience across your site. You’ll have more flexibility with how content is displayed, whether you are building your first site, revamping your blog, or write code for a living.</p>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Gutenberg.jpg?fit=2400%2C1200&ssl=1" alt="" class="wp-image-6331" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Gutenberg.jpg?w=2400&ssl=1 2400w, https://i1.wp.com/wordpress.org/news/files/2018/12/Gutenberg.jpg?resize=300%2C150&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/12/Gutenberg.jpg?resize=768%2C384&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/12/Gutenberg.jpg?resize=1024%2C512&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/12/Gutenberg.jpg?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/12/Gutenberg.jpg?w=1896&ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" /></figure></div>\n\n\n\n<h2 style="text-align:center">Building with Blocks</h2>\n\n\n\n<p>The new block-based editor won’t change the way any of your content looks to your visitors. What it will do is let you insert any type of multimedia in a snap and rearrange to your heart’s content. Each piece of content will be in its own block; a distinct wrapper for easy maneuvering. If you’re more of an HTML and CSS sort of person, then the blocks won’t stand in your way. WordPress is here to simplify the process, not the outcome.</p>\n\n\n\n<figure class="wp-block-video"><video controls src="https://s.w.org/images/core/5.0/videos/add-block.mp4"></video></figure>\n\n\n\n<p>We have tons of blocks available by default, and more get added by the community every day. Here are a few of the blocks to help you get started:</p>\n\n\n\n<ul class="wp-block-gallery columns-4 is-cropped"><li class="blocks-gallery-item"><figure><img src="https://i2.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Paragraph.jpg?w=632&ssl=1" alt="" data-id="6340" data-link="https://wordpress.org/news/?attachment_id=6340" class="wp-image-6340" srcset="https://i2.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Paragraph.jpg?w=500&ssl=1 500w, https://i2.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Paragraph.jpg?resize=150%2C150&ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Paragraph.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Paragraph</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Heading.jpg?w=632&ssl=1" alt="" data-id="6341" data-link="https://wordpress.org/news/?attachment_id=6341" class="wp-image-6341" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Heading.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Heading.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Heading.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Heading</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Preformatted.jpg?w=632&ssl=1" alt="" data-id="6342" data-link="https://wordpress.org/news/?attachment_id=6342" class="wp-image-6342" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Preformatted.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Preformatted.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Preformatted.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Preformatted</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Quote.jpg?w=632&ssl=1" alt="" data-id="6343" data-link="https://wordpress.org/news/?attachment_id=6343" class="wp-image-6343" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Quote.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Quote.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Quote.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Quote</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Image.jpg?w=632&ssl=1" alt="" data-id="6344" data-link="https://wordpress.org/news/?attachment_id=6344" class="wp-image-6344" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Image.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Image.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Image.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Image</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i2.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Gallery.jpg?w=632&ssl=1" alt="" data-id="6345" data-link="https://wordpress.org/news/?attachment_id=6345" class="wp-image-6345" srcset="https://i2.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Gallery.jpg?w=500&ssl=1 500w, https://i2.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Gallery.jpg?resize=150%2C150&ssl=1 150w, https://i2.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Gallery.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Gallery</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Cover-Image.jpg?w=632&ssl=1" alt="" data-id="6346" data-link="https://wordpress.org/news/?attachment_id=6346" class="wp-image-6346" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Cover-Image.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Cover-Image.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Cover-Image.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Cover</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Video.jpg?w=632&ssl=1" alt="" data-id="6347" data-link="https://wordpress.org/news/?attachment_id=6347" class="wp-image-6347" srcset="https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Video.jpg?w=500&ssl=1 500w, https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Video.jpg?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Video.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Video</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Audio.jpg?w=632&ssl=1" alt="" data-id="6348" data-link="https://wordpress.org/news/?attachment_id=6348" class="wp-image-6348" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Audio.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Audio.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Audio.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Audio</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Column.jpg?w=632&ssl=1" alt="" data-id="6349" data-link="https://wordpress.org/news/?attachment_id=6349" class="wp-image-6349" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Column.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Column.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Column.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Columns</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-File.jpg?w=632&ssl=1" alt="" data-id="6350" data-link="https://wordpress.org/news/?attachment_id=6350" class="wp-image-6350" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-File.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-File.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-File.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>File</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Code.jpg?w=632&ssl=1" alt="" data-id="6351" data-link="https://wordpress.org/news/?attachment_id=6351" class="wp-image-6351" srcset="https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Code.jpg?w=500&ssl=1 500w, https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Code.jpg?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Code.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Code</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-List.jpg?w=632&ssl=1" alt="" data-id="6352" data-link="https://wordpress.org/news/?attachment_id=6352" class="wp-image-6352" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-List.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-List.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-List.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>List</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Button.jpg?w=632&ssl=1" alt="" data-id="6353" data-link="https://wordpress.org/news/?attachment_id=6353" class="wp-image-6353" srcset="https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Button.jpg?w=500&ssl=1 500w, https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Button.jpg?resize=150%2C150&ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Button.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Button</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Embeds.jpg?w=632&ssl=1" alt="" data-id="6354" data-link="https://wordpress.org/news/?attachment_id=6354" class="wp-image-6354" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Embeds.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Embeds.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Embeds.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>Embeds</figcaption></figure></li><li class="blocks-gallery-item"><figure><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-More.jpg?w=632&ssl=1" alt="" data-id="6355" data-link="https://wordpress.org/news/?attachment_id=6355" class="wp-image-6355" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-More.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-More.jpg?resize=150%2C150&ssl=1 150w, https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-More.jpg?resize=300%2C300&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /><figcaption>More</figcaption></figure></li></ul>\n\n\n\n<h2 style="text-align:center">Freedom to Build, Freedom to Write</h2>\n\n\n\n<p>This new editing experience provides a more consistent treatment of design as well as content. If you’re building client sites, you can create reusable blocks. This lets your clients add new content anytime, while still maintaining a consistent look and feel.</p>\n\n\n\n<figure class="wp-block-video"><video controls src="https://s.w.org/images/core/5.0/videos/build.mp4"></video></figure>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2 style="text-align:center">A Stunning New Default Theme</h2>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter"><img src="https://i0.wp.com/wordpress.org/news/files/2018/12/twenty-nineteen.jpg?fit=2400%2C1600&ssl=1" alt="" class="wp-image-6358" srcset="https://i0.wp.com/wordpress.org/news/files/2018/12/twenty-nineteen.jpg?w=2400&ssl=1 2400w, https://i0.wp.com/wordpress.org/news/files/2018/12/twenty-nineteen.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/12/twenty-nineteen.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/12/twenty-nineteen.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2018/12/twenty-nineteen.jpg?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/12/twenty-nineteen.jpg?w=1896&ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" /></figure></div>\n\n\n\n<p>Introducing Twenty Nineteen, a new default theme that shows off the power of the new editor.</p>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://i2.wp.com/wordpress.org/news/files/2018/12/block-editor-1024x683.jpg?resize=632%2C422&ssl=1" alt="" class="wp-image-6359" srcset="https://i0.wp.com/wordpress.org/news/files/2018/12/block-editor.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2018/12/block-editor.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/12/block-editor.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/12/block-editor.jpg?w=1200&ssl=1 1200w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<h3 id="mce_9">Designed for the block editor</h3>\n\n\n\n<p>Twenty Nineteen features custom styles for the blocks available by default in 5.0. It makes extensive use of editor styles throughout the theme. That way, what you create in your content editor is what you see on the front of your site.<br></p>\n</div></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/typography-1.jpg?w=632&ssl=1" alt="" class="wp-image-6427" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/typography-1.jpg?w=900&ssl=1 900w, https://i1.wp.com/wordpress.org/news/files/2018/12/typography-1.jpg?resize=300%2C200&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/12/typography-1.jpg?resize=768%2C512&ssl=1 768w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<h3 id="mce_18">Simple, type-driven layout</h3>\n\n\n\n<p>Featuring ample whitespace, and modern sans-serif headlines paired with classic serif body text, Twenty Nineteen is built to be beautiful on the go. It uses system fonts to increase loading speed. No more long waits on slow networks!</p>\n</div></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://i2.wp.com/wordpress.org/news/files/2018/12/twenty-nineteen-versatile.gif?w=632&ssl=1" alt="" class="wp-image-6361" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<h3 id="mce_24">Versatile design for all sites</h3>\n\n\n\n<p>Twenty Nineteen is designed to work for a wide variety of use cases. Whether you’re running a photo blog, launching a new business, or supporting a non-profit, Twenty Nineteen is flexible enough to fit your needs.</p>\n</div></div>\n\n\n\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link has-text-color" href="https://wordpress.org/themes/twentynineteen/" style="color:#ffffff">Give Twenty Nineteen a try</a></div>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2 style="text-align:center">Developer Happiness</h2>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Protect.jpg?w=632&ssl=1" alt="" class="wp-image-6362" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Protect.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Protect.jpg?resize=300%2C210&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<h3 id="mce_34">Protect</h3>\n\n\n\n<p>Blocks provide a comfortable way for users to change content directly, while also ensuring the content structure cannot be easily disturbed by accidental code edits. This allows the developer to control the output, building polished and semantic markup that is preserved through edits and not easily broken.</p>\n</div></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://i2.wp.com/wordpress.org/news/files/2018/12/Compose.jpg?w=632&ssl=1" alt="" class="wp-image-6363" srcset="https://i2.wp.com/wordpress.org/news/files/2018/12/Compose.jpg?w=500&ssl=1 500w, https://i2.wp.com/wordpress.org/news/files/2018/12/Compose.jpg?resize=300%2C210&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<h3 id="mce_39">Compose</h3>\n\n\n\n<p>Take advantage of a wide collection of APIs and interface components to easily create blocks with intuitive controls for your clients. Utilizing these components not only speeds up development work but also provide a more consistent, usable, and accessible interface to all users.</p>\n</div></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Create.jpg?w=632&ssl=1" alt="" class="wp-image-6364" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Create.jpg?w=500&ssl=1 500w, https://i1.wp.com/wordpress.org/news/files/2018/12/Create.jpg?resize=300%2C210&ssl=1 300w" sizes="(max-width: 500px) 100vw, 500px" data-recalc-dims="1" /></figure><div class="wp-block-media-text__content">\n<h3 id="mce_45">Create</h3>\n\n\n\n<p>The new block paradigm opens up a path of exploration and imagination when it comes to solving user needs. With the unified block insertion flow, it’s easier for your clients and customers to find and use blocks for all types of content. Developers can focus on executing their vision and providing rich editing experiences, rather than fussing with difficult APIs.</p>\n</div></div>\n\n\n\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link has-text-color" href="https://wordpress.org/gutenberg/handbook/" style="color:#ffffff">Learn how to get started</a></div>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2 style="text-align:center">Keep it Classic</h2>\n\n\n\n<div class="wp-block-image"><figure class="aligncenter"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Classic.jpg?fit=2400%2C1130&ssl=1" alt="" class="wp-image-6365" srcset="https://i1.wp.com/wordpress.org/news/files/2018/12/Classic.jpg?w=2400&ssl=1 2400w, https://i1.wp.com/wordpress.org/news/files/2018/12/Classic.jpg?resize=300%2C141&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/12/Classic.jpg?resize=768%2C362&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/12/Classic.jpg?resize=1024%2C482&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/12/Classic.jpg?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/12/Classic.jpg?w=1896&ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" /></figure></div>\n\n\n\n<p>Prefer to stick with the familiar Classic Editor? No problem! Support for the Classic Editor plugin will remain in WordPress through 2021.</p>\n\n\n\n<p>The Classic Editor plugin restores the previous WordPress editor and the Edit Post screen. It lets you keep using plugins that extend it, add old-style meta boxes, or otherwise depend on the previous editor. To install, visit your plugins page and click the “Install Now” button next to “Classic Editor”. After the plugin finishes installing, click “Activate”. That’s it!</p>\n\n\n\n<p>Note to users of assistive technology: if you experience usability issues with the block editor, we recommend you continue to use the Classic Editor.</p>\n\n\n\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link has-text-color" href="https://wordpress.org/plugins/classic-editor/" style="color:#ffffff">Check out the Classic Editor</a></div>\n\n\n\n<p>This release is named in homage to the pioneering Cuban jazz musician <a href="https://en.wikipedia.org/wiki/Bebo_Vald%C3%A9s">Bebo Valdés</a>.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by <a href="http://ma.tt/">Matt Mullenweg</a>, along with co-leads <a href="https://www.allancole.com/">Allan Cole</a>, <a href="http://antpb.com/">Anthony Burchell</a>, <a href="https://pento.net/">Gary Pendergast</a>, <a href="https://josepha.blog/">Josepha Haden Chomphosy</a>, <a href="https://laurel.blog/">Laurel Fulford</a>, <a href="https://yoast.com/about-us/team/omar-reiss/">Omar Reiss</a>, <a href="https://danielbachhuber.com/">Daniel Bachhuber</a>, <a href="https://matiasventura.com/">Matías Ventura</a>, <a href="https://lamda.blog/">Miguel Fonseca</a>, <a href="https://tam.blog/">Tammie Lister</a>, <a href="https://tofumatt.com/">Matthew Riley MacPherson</a>. They were ably assisted by the following fabulous folks. There were 423 contributors with props in this release. Pull up some Bebo Valdés on your music service of choice, and check out some of their profiles:</p>\n\n\n<a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/abdulwahab610">Abdul Wahab</a>, <a href="https://profiles.wordpress.org/abdullahramzan">Abdullah Ramzan</a>, <a href="https://profiles.wordpress.org/abhijitrakas">Abhijit Rakas</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/afraithe">afraithe</a>, <a href="https://profiles.wordpress.org/mrahmadawais">Ahmad Awais</a>, <a href="https://profiles.wordpress.org/ahmadawais">ahmadawais</a>, <a href="https://profiles.wordpress.org/airathalitov">Airat Halitov</a>, <a href="https://profiles.wordpress.org/ajitbohra">Ajit Bohra</a>, <a href="https://profiles.wordpress.org/schlessera">Alain Schlesser</a>, <a href="https://profiles.wordpress.org/albertomedina">albertomedina</a>, <a href="https://profiles.wordpress.org/aldavigdis">aldavigdis</a>, <a href="https://profiles.wordpress.org/alexsanford1">Alex Sanford</a>, <a href="https://profiles.wordpress.org/xyfi">Alexander Botteram</a>, <a href="https://profiles.wordpress.org/alexis">alexis</a>, <a href="https://profiles.wordpress.org/alexislloyd">Alexis Lloyd</a>, <a href="https://profiles.wordpress.org/arush">Amanda Rush</a>, <a href="https://profiles.wordpress.org/amedina">amedina</a>, <a href="https://profiles.wordpress.org/nosolosw">Andrés</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andreamiddleton">Andrea Middleton</a>, <a href="https://profiles.wordpress.org/euthelup">Andrei Lupu</a>, <a href="https://profiles.wordpress.org/andreiglingeanu">andreiglingeanu</a>, <a href="https://profiles.wordpress.org/aduth">Andrew Duthie</a>, <a href="https://profiles.wordpress.org/sumobi">Andrew Munro</a>, <a href="https://profiles.wordpress.org/anevins">Andrew Nevins</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/androb">Andrew Roberts</a>, <a href="https://profiles.wordpress.org/andrewtaylor-1">Andrew Taylor</a>, <a href="https://profiles.wordpress.org/andrewserong">andrewserong</a>, <a href="https://profiles.wordpress.org/apeatling">Andy Peatling</a>, <a href="https://profiles.wordpress.org/ameeker">Angie Meeker</a>, <a href="https://profiles.wordpress.org/annaharrison">Anna Harrison</a>, <a href="https://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="https://profiles.wordpress.org/arnaudban">ArnaudBan</a>, <a href="https://profiles.wordpress.org/arshidkv12">Arshid</a>, <a href="https://profiles.wordpress.org/aprakasa">Arya Prakasa</a>, <a href="https://profiles.wordpress.org/artisticasad">Asad</a>, <a href="https://profiles.wordpress.org/mrasharirfan">Ashar Irfan</a>, <a href="https://profiles.wordpress.org/asvinballoo">Asvin Balloo</a>, <a href="https://profiles.wordpress.org/atanasangelovdev">Atanas Angelov</a>, <a href="https://profiles.wordpress.org/b-07">Bappi</a>, <a href="https://profiles.wordpress.org/bcolumbia">bcolumbia</a>, <a href="https://profiles.wordpress.org/belcherj">belcherj</a>, <a href="https://profiles.wordpress.org/blowery">Ben Lowery</a>, <a href="https://profiles.wordpress.org/caxco93">Benjamin Eyzaguirre</a>, <a href="https://profiles.wordpress.org/benjamin_zekavica">Benjamin Zekavica</a>, <a href="https://profiles.wordpress.org/benlk">benlk</a>, <a href="https://profiles.wordpress.org/kau-boy">Bernhard Kau</a>, <a href="https://profiles.wordpress.org/bernhard-reiter">Bernhard Reiter</a>, <a href="https://profiles.wordpress.org/betsela">betsela</a>, <a href="https://profiles.wordpress.org/bhargavmehta">Bhargav Mehta</a>, <a href="https://profiles.wordpress.org/birgire">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/bph">Birgit Pauli-Haack</a>, <a href="https://profiles.wordpress.org/bobbingwide">bobbingwide</a>, <a href="https://profiles.wordpress.org/boblinthorst">boblinthorst</a>, <a href="https://profiles.wordpress.org/boonebgorges">Boone Gorges</a>, <a href="https://profiles.wordpress.org/bradyvercher">Brady Vercher</a>, <a href="https://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/bpayton">Brandon Payton</a>, <a href="https://profiles.wordpress.org/brentswisher">Brent Swisher</a>, <a href="https://profiles.wordpress.org/technosiren">Brianna Privett</a>, <a href="https://profiles.wordpress.org/briannaorg">briannaorg</a>, <a href="https://profiles.wordpress.org/bronsonquick">Bronson Quick</a>, <a href="https://profiles.wordpress.org/bandonrandon">Brooke.</a>, <a href="https://profiles.wordpress.org/burhandodhy">Burhan Nasir</a>, <a href="https://profiles.wordpress.org/cantothemes">CantoThemes</a>, <a href="https://profiles.wordpress.org/cathibosco">cathibosco</a>, <a href="https://profiles.wordpress.org/chetan200891">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/chetansatasiya">chetansatasiya</a>, <a href="https://profiles.wordpress.org/ketuchetan">chetansatasiya</a>, <a href="https://profiles.wordpress.org/chouby">Chouby</a>, <a href="https://profiles.wordpress.org/chrisl27">Chris Lloyd</a>, <a href="https://profiles.wordpress.org/crunnells">Chris Runnells</a>, <a href="https://profiles.wordpress.org/chrisvanpatten">Chris Van Patten</a>, <a href="https://profiles.wordpress.org/chriskmnds">chriskmnds</a>, <a href="https://profiles.wordpress.org/pixelverbieger">Christian Sabo</a>, <a href="https://profiles.wordpress.org/christophherr">Christoph Herr</a>, <a href="https://profiles.wordpress.org/claudiosanches">Claudio Sanches</a>, <a href="https://profiles.wordpress.org/coderkevin">coderkevin</a>, <a href="https://profiles.wordpress.org/copons">Copons</a>, <a href="https://profiles.wordpress.org/courtney0burton">courtney0burton</a>, <a href="https://profiles.wordpress.org/mitogh">Crisoforo Gaspar Hernandez</a>, <a href="https://profiles.wordpress.org/littlebigthing">Csaba (LittleBigThings)</a>, <a href="https://profiles.wordpress.org/csabotta">csabotta</a>, <a href="https://profiles.wordpress.org/danieltj">Daniel James</a>, <a href="https://profiles.wordpress.org/talldanwp">Daniel Richards</a>, <a href="https://profiles.wordpress.org/danielhw">danielhw</a>, <a href="https://profiles.wordpress.org/daniloercoli">daniloercoli</a>, <a href="https://profiles.wordpress.org/dannycooper">DannyCooper</a>, <a href="https://profiles.wordpress.org/nerrad">Darren Ethier (nerrad)</a>, <a href="https://profiles.wordpress.org/davemoran118">davemoran118</a>, <a href="https://profiles.wordpress.org/dcavins">David Cavins</a>, <a href="https://profiles.wordpress.org/dlh">David Herrera</a>, <a href="https://profiles.wordpress.org/davidakennedy">David Kennedy</a>, <a href="https://profiles.wordpress.org/dryanpress">David Ryan</a>, <a href="https://profiles.wordpress.org/davidsword">David Sword</a>, <a href="https://profiles.wordpress.org/folletto">Davide ''Folletto'' Casali</a>, <a href="https://profiles.wordpress.org/davidherrera">davidherrera</a>, <a href="https://profiles.wordpress.org/davisshaver">Davis</a>, <a href="https://profiles.wordpress.org/dciso">dciso</a>, <a href="https://profiles.wordpress.org/dmsnell">Dennis Snell</a>, <a href="https://profiles.wordpress.org/dsmart">Derek Smart</a>, <a href="https://profiles.wordpress.org/designsimply">designsimply</a>, <a href="https://profiles.wordpress.org/dlocc">Devin Walker</a>, <a href="https://profiles.wordpress.org/deviodigital">Devio Digital</a>, <a href="https://profiles.wordpress.org/dfangstrom">dfangstrom</a>, <a href="https://profiles.wordpress.org/dhanendran">Dhanendran</a>, <a href="https://profiles.wordpress.org/diegoliv">Diego de Oliveira</a>, <a href="https://profiles.wordpress.org/diegoreymendez">diegoreymendez</a>, <a href="https://profiles.wordpress.org/dingo_bastard">dingo-d</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/dency">Dixita Dusara</a>, <a href="https://profiles.wordpress.org/dixitadusara">Dixita Dusara Gohil</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/donnapep">Donna Peplinskie</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/dsawardekar">dsawardekar</a>, <a href="https://profiles.wordpress.org/dsifford">dsifford</a>, <a href="https://profiles.wordpress.org/duanestorey">Duane Storey</a>, <a href="https://profiles.wordpress.org/chopinbach">Edwin Cromley</a>, <a href="https://profiles.wordpress.org/ehg">ehg</a>, <a href="https://profiles.wordpress.org/electricfeet">ElectricFeet</a>, <a href="https://profiles.wordpress.org/eliorivero">Elio Rivero</a>, <a href="https://profiles.wordpress.org/epointal">Elisabeth Pointal</a>, <a href="https://profiles.wordpress.org/iseulde">Ella Iseulde Van Dorpe</a>, <a href="https://profiles.wordpress.org/elrae">elrae</a>, <a href="https://profiles.wordpress.org/enodekciw">enodekciw</a>, <a href="https://profiles.wordpress.org/ephoxjames">ephoxjames</a>, <a href="https://profiles.wordpress.org/ephoxmogran">ephoxmogran</a>, <a href="https://profiles.wordpress.org/sewmyheadon">Eric Amundson</a>, <a href="https://profiles.wordpress.org/ericnmurphy">ericnmurphy</a>, <a href="https://profiles.wordpress.org/etoledom">etoledom</a>, <a href="https://profiles.wordpress.org/circlecube">Evan Mullins</a>, <a href="https://profiles.wordpress.org/fabiankaegy">fabiankaegy</a>, <a href="https://profiles.wordpress.org/fabs_pim">fabs_pim</a>, <a href="https://profiles.wordpress.org/faishal">Faishal</a>, <a href="https://profiles.wordpress.org/flixos90">Felix Arntz</a>, <a href="https://profiles.wordpress.org/floriansimeth">Florian Simeth</a>, <a href="https://profiles.wordpress.org/foobar4u">foobar4u</a>, <a href="https://profiles.wordpress.org/foreverpinetree">foreverpinetree</a>, <a href="https://profiles.wordpress.org/frank-klein">Frank Klein</a>, <a href="https://profiles.wordpress.org/fuyuko">fuyuko</a>, <a href="https://profiles.wordpress.org/gma992">Gabriel Maldonado</a>, <a href="https://profiles.wordpress.org/garrett-eclipse">Garrett Hyder</a>, <a href="https://profiles.wordpress.org/garyj">Gary Jones</a>, <a href="https://profiles.wordpress.org/doomwaxer">Gary Thayer</a>, <a href="https://profiles.wordpress.org/garyjones">garyjones</a>, <a href="https://profiles.wordpress.org/soulseekah">Gennady Kovshenin</a>, <a href="https://profiles.wordpress.org/babbardel">George Olaru</a>, <a href="https://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="https://profiles.wordpress.org/georgeh">georgeh</a>, <a href="https://profiles.wordpress.org/gnif">gnif</a>, <a href="https://profiles.wordpress.org/goldsounds">goldsounds</a>, <a href="https://profiles.wordpress.org/grappler">Grappler</a>, <a href="https://profiles.wordpress.org/gziolo">Grzegorz Ziółkowski</a>, <a href="https://profiles.wordpress.org/bordoni">Gustavo Bordoni</a>, <a href="https://profiles.wordpress.org/gwwar">gwwar</a>, <a href="https://profiles.wordpress.org/hardeepasrani">Hardeep Asrani</a>, <a href="https://profiles.wordpress.org/hblackett">hblackett</a>, <a href="https://profiles.wordpress.org/helen">Helen Hou-Sandi</a>, <a href="https://profiles.wordpress.org/luehrsen">Hendrik Luehrsen</a>, <a href="https://profiles.wordpress.org/herbmiller">herbmiller</a>, <a href="https://profiles.wordpress.org/herregroen">Herre Groen</a>, <a href="https://profiles.wordpress.org/hugobaeta">Hugo Baeta</a>, <a href="https://profiles.wordpress.org/hypest">hypest</a>, <a href="https://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="https://profiles.wordpress.org/ianstewart">ianstewart</a>, <a href="https://profiles.wordpress.org/ianbelanger">ibelanger</a>, <a href="https://profiles.wordpress.org/icaleb">iCaleb</a>, <a href="https://profiles.wordpress.org/idpokute">idpokute</a>, <a href="https://profiles.wordpress.org/igorsch">Igor</a>, <a href="https://profiles.wordpress.org/imath">imath</a>, <a href="https://profiles.wordpress.org/imonly_ik">Imran Khalid</a>, <a href="https://profiles.wordpress.org/intronic">intronic</a>, <a href="https://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/ireneyoast">Irene Strikkers</a>, <a href="https://profiles.wordpress.org/ismailelkorchi">Ismail El Korchi</a>, <a href="https://profiles.wordpress.org/israelshmueli">israelshmueli</a>, <a href="https://profiles.wordpress.org/jd55">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jakept">Jacob Peattie</a>, <a href="https://profiles.wordpress.org/jagnew">jagnew</a>, <a href="https://profiles.wordpress.org/jahvi">jahvi</a>, <a href="https://profiles.wordpress.org/jnylen0">James Nylen</a>, <a href="https://profiles.wordpress.org/jamestryon">jamestryon</a>, <a href="https://profiles.wordpress.org/jamiehalvorson">jamiehalvorson</a>, <a href="https://profiles.wordpress.org/jdembowski">Jan Dembowski</a>, <a href="https://profiles.wordpress.org/janalwin">janalwin</a>, <a href="https://profiles.wordpress.org/jaswrks">Jason Caldwell</a>, <a href="https://profiles.wordpress.org/octalmage">Jason Stallings</a>, <a href="https://profiles.wordpress.org/yingling017">Jason Yingling</a>, <a href="https://profiles.wordpress.org/vengisss">Javier Villanueva</a>, <a href="https://profiles.wordpress.org/jhoffm34">Jay Hoffmann</a>, <a href="https://profiles.wordpress.org/audrasjb">Jb Audras</a>, <a href="https://profiles.wordpress.org/jblz">Jeff Bowen</a>, <a href="https://profiles.wordpress.org/jeffpaul">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jipmoors">Jip Moors</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby">JJJ</a>, <a href="https://profiles.wordpress.org/sephsekla">Joe Bailey-Roberts</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joehoyle">Joe Hoyle</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/joemaller">joemaller</a>, <a href="https://profiles.wordpress.org/joen">Joen Asmussen</a>, <a href="https://profiles.wordpress.org/j-falk">Johan Falk</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/johnny5">John Godley</a>, <a href="https://profiles.wordpress.org/johndyer">johndyer</a>, <a href="https://profiles.wordpress.org/johnpixle">JohnPixle</a>, <a href="https://profiles.wordpress.org/johnwatkins0">johnwatkins0</a>, <a href="https://profiles.wordpress.org/jomurgel">jomurgel</a>, <a href="https://profiles.wordpress.org/jonsurrell">Jon Surrell</a>, <a href="https://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/spacedmonkey">Jonny Harris</a>, <a href="https://profiles.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="https://profiles.wordpress.org/koke">Jorge Bernal</a>, <a href="https://profiles.wordpress.org/jorgefilipecosta">Jorge Costa</a>, <a href="https://profiles.wordpress.org/ieatwebsites">Jose Fremaint</a>, <a href="https://profiles.wordpress.org/shelob9">Josh Pollock</a>, <a href="https://profiles.wordpress.org/jvisick77">Josh Visick</a>, <a href="https://profiles.wordpress.org/joshuawold">Joshua Wold</a>, <a href="https://profiles.wordpress.org/joyously">Joy</a>, <a href="https://profiles.wordpress.org/jrf">jrf</a>, <a href="https://profiles.wordpress.org/jryancard">jryancard</a>, <a href="https://profiles.wordpress.org/jsnajdr">jsnajdr</a>, <a href="https://profiles.wordpress.org/julienmelissas">JulienMelissas</a>, <a href="https://profiles.wordpress.org/kopepasah">Justin Kopepasah</a>, <a href="https://profiles.wordpress.org/kadamwhite">K.Adam White</a>, <a href="https://profiles.wordpress.org/kallehauge">Kallehauge</a>, <a href="https://profiles.wordpress.org/kalpshit">KalpShit Akabari</a>, <a href="https://profiles.wordpress.org/codebykat">Kat Hagan</a>, <a href="https://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/kevinwhoffman">Kevin Hoffman</a>, <a href="https://profiles.wordpress.org/khleomix">khleomix</a>, <a href="https://profiles.wordpress.org/ixkaito">Kite</a>, <a href="https://profiles.wordpress.org/kjellr">Kjell Reigstad</a>, <a href="https://profiles.wordpress.org/kluny">kluny</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/xkon">Konstantinos Xenos</a>, <a href="https://profiles.wordpress.org/krutidugade">krutidugade</a>, <a href="https://profiles.wordpress.org/lancewillett">Lance Willett</a>, <a href="https://profiles.wordpress.org/notlaura">Lara Schenck</a>, <a href="https://profiles.wordpress.org/leahkoerper">leahkoerper</a>, <a href="https://profiles.wordpress.org/lloyd">lloyd</a>, <a href="https://profiles.wordpress.org/loicblascos">Loïc Blascos</a>, <a href="https://profiles.wordpress.org/lucasstark">Lucas Stark</a>, <a href="https://profiles.wordpress.org/lucasrolff">LucasRolff</a>, <a href="https://profiles.wordpress.org/luigipulcini">luigipulcini</a>, <a href="https://profiles.wordpress.org/lukecavanagh">Luke Cavanagh</a>, <a href="https://profiles.wordpress.org/lucaskowalski">Luke Kowalski</a>, <a href="https://profiles.wordpress.org/lukepettway">Luke Pettway</a>, <a href="https://profiles.wordpress.org/luminus">Luminus</a>, <a href="https://profiles.wordpress.org/lynneux">lynneux</a>, <a href="https://profiles.wordpress.org/macbookandrew">macbookandrew</a>, <a href="https://profiles.wordpress.org/maedahbatool">Maedah Batool</a>, <a href="https://profiles.wordpress.org/mahdiyazdani">Mahdi Yazdani</a>, <a href="https://profiles.wordpress.org/mahmoudsaeed">mahmoudsaeed</a>, <a href="https://profiles.wordpress.org/travel_girl">Maja Benke</a>, <a href="https://profiles.wordpress.org/mkaz">Marcus Kazmierczak</a>, <a href="https://profiles.wordpress.org/tyxla">Marin Atanasov</a>, <a href="https://profiles.wordpress.org/marina_wp">marina_wp</a>, <a href="https://profiles.wordpress.org/clorith">Marius L. J.</a>, <a href="https://profiles.wordpress.org/mariusvw">mariusvw</a>, <a href="https://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/mapk">Mark Uraine</a>, <a href="https://profiles.wordpress.org/vindl">Marko Andrijasevic</a>, <a href="https://profiles.wordpress.org/martinlugton">martinlugton</a>, <a href="https://profiles.wordpress.org/m-e-h">Marty Helmick</a>, <a href="https://profiles.wordpress.org/mathiu">mathiu</a>, <a href="https://profiles.wordpress.org/webdevmattcrom">Matt Cromwell</a>, <a href="https://profiles.wordpress.org/matt">Matt Mullenweg</a>, <a href="https://profiles.wordpress.org/mattgeri">MattGeri</a>, <a href="https://profiles.wordpress.org/mboynes">Matthew Boynes</a>, <a href="https://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="https://profiles.wordpress.org/maurobringolf">maurobringolf</a>, <a href="https://profiles.wordpress.org/maximebj">Maxime BERNARD-JACQUET</a>, <a href="https://profiles.wordpress.org/mayukojpn">Mayo Moriyama</a>, <a href="https://profiles.wordpress.org/meetjey">meetjey</a>, <a href="https://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="https://profiles.wordpress.org/mendezcode">mendezcode</a>, <a href="https://profiles.wordpress.org/woodent">Micah Wood</a>, <a href="https://profiles.wordpress.org/wpscholar">Micah Wood</a>, <a href="https://profiles.wordpress.org/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="https://profiles.wordpress.org/michaelhull">Michael Hull</a>, <a href="https://profiles.wordpress.org/mnelson4">Michael Nelson</a>, <a href="https://profiles.wordpress.org/mizejewski">Michele Mizejewski</a>, <a href="https://profiles.wordpress.org/jbpaul17">Migrated to @jeffpaul</a>, <a href="https://profiles.wordpress.org/stubgo">Miina Sikk</a>, <a href="https://profiles.wordpress.org/simison">Mikael Korpela</a>, <a href="https://profiles.wordpress.org/mihai2u">Mike Crantea</a>, <a href="https://profiles.wordpress.org/mike-haydon-swo">Mike Haydon</a>, <a href="https://profiles.wordpress.org/mikeschroder">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mikeselander">Mike Selander</a>, <a href="https://profiles.wordpress.org/mikehaydon">mikehaydon</a>, <a href="https://profiles.wordpress.org/mikeyarce">Mikey Arce</a>, <a href="https://profiles.wordpress.org/dimadin">Milan Dinić</a>, <a href="https://profiles.wordpress.org/milana_cap">Milana Cap</a>, <a href="https://profiles.wordpress.org/gonzomir">Milen Petrinski - Gonzo</a>, <a href="https://profiles.wordpress.org/milesdelliott">milesdelliott</a>, <a href="https://profiles.wordpress.org/mimo84">mimo84</a>, <a href="https://profiles.wordpress.org/0mirka00">mirka</a>, <a href="https://profiles.wordpress.org/mmtr86">mmtr86</a>, <a href="https://profiles.wordpress.org/boemedia">Monique Dubbelman</a>, <a href="https://profiles.wordpress.org/mor10">Morten Rand-Hendriksen</a>, <a href="https://profiles.wordpress.org/mostafas1990">Mostafa Soufi</a>, <a href="https://profiles.wordpress.org/motleydev">motleydev</a>, <a href="https://profiles.wordpress.org/mpheasant">mpheasant</a>, <a href="https://profiles.wordpress.org/mrmadhat">mrmadhat</a>, <a href="https://profiles.wordpress.org/mrwweb">mrwweb</a>, <a href="https://profiles.wordpress.org/msdesign21">msdesign21</a>, <a href="https://profiles.wordpress.org/mtias">mtias</a>, <a href="https://profiles.wordpress.org/desideveloper">Muhammad Irfan</a>, <a href="https://profiles.wordpress.org/mukesh27">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/munirkamal">munirkamal</a>, <a href="https://profiles.wordpress.org/mmaumio">Muntasir Mahmud</a>, <a href="https://profiles.wordpress.org/mzorz">mzorz</a>, <a href="https://profiles.wordpress.org/nagayama">nagayama</a>, <a href="https://profiles.wordpress.org/nfmohit">Nahid F. Mohit</a>, <a href="https://profiles.wordpress.org/nao">Naoko Takano</a>, <a href="https://profiles.wordpress.org/napy84">napy84</a>, <a href="https://profiles.wordpress.org/nateconley">nateconley</a>, <a href="https://profiles.wordpress.org/nativeinside">Native Inside</a>, <a href="https://profiles.wordpress.org/greatislander">Ned Zimmerman</a>, <a href="https://profiles.wordpress.org/buzztone">Neil Murray</a>, <a href="https://profiles.wordpress.org/nicbertino">nic.bertino</a>, <a href="https://profiles.wordpress.org/notnownikki">Nicola Heald</a>, <a href="https://profiles.wordpress.org/nielslange">Niels Lange</a>, <a href="https://profiles.wordpress.org/nikschavan">Nikhil Chavan</a>, <a href="https://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski</a>, <a href="https://profiles.wordpress.org/nitrajka">nitrajka</a>, <a href="https://profiles.wordpress.org/njpanderson">njpanderson</a>, <a href="https://profiles.wordpress.org/nshki">nshki</a>, <a href="https://profiles.wordpress.org/hideokamoto">Okamoto Hidetaka</a>, <a href="https://profiles.wordpress.org/oskosk">oskosk</a>, <a href="https://profiles.wordpress.org/pareshradadiya-1">Paresh Radadiya</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/pbearne">Paul Bearne</a>, <a href="https://profiles.wordpress.org/pauldechov">Paul Dechov</a>, <a href="https://profiles.wordpress.org/paulstonier">Paul Stonier</a>, <a href="https://profiles.wordpress.org/paulwilde">Paul Wilde</a>, <a href="https://profiles.wordpress.org/pedromendonca">Pedro Mendonça</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/pglewis">pglewis</a>, <a href="https://profiles.wordpress.org/tyrannous">Philipp Bammes</a>, <a href="https://profiles.wordpress.org/piersb">piersb</a>, <a href="https://profiles.wordpress.org/wizzard_">Pieter Daalder</a>, <a href="https://profiles.wordpress.org/pilou69">pilou69</a>, <a href="https://profiles.wordpress.org/delawski">Piotr Delawski</a>, <a href="https://profiles.wordpress.org/poena">poena</a>, <a href="https://profiles.wordpress.org/postphotos">postphotos</a>, <a href="https://profiles.wordpress.org/potbot">potbot</a>, <a href="https://profiles.wordpress.org/prtksxna">Prateek Saxena</a>, <a href="https://profiles.wordpress.org/pratikthink">Pratik K. Yadav</a>, <a href="https://profiles.wordpress.org/presskopp">Presskopp</a>, <a href="https://profiles.wordpress.org/psealock">psealock</a>, <a href="https://profiles.wordpress.org/ptasker">ptasker</a>, <a href="https://profiles.wordpress.org/rachelmcr">Rachel</a>, <a href="https://profiles.wordpress.org/rachelbaker">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rahmohn">Rahmohn</a>, <a href="https://profiles.wordpress.org/rahmon">Rahmon</a>, <a href="https://profiles.wordpress.org/rahulsprajapati">Rahul Prajapati</a>, <a href="https://profiles.wordpress.org/rakshans1">rakshans1</a>, <a href="https://profiles.wordpress.org/ramonopoly">ramonopoly</a>, <a href="https://profiles.wordpress.org/lamosty">Rastislav Lamos</a>, <a href="https://profiles.wordpress.org/revgeorge">revgeorge</a>, <a href="https://profiles.wordpress.org/youknowriad">Riad Benguella</a>, <a href="https://profiles.wordpress.org/rianrietveld">Rian Rietveld</a>, <a href="https://profiles.wordpress.org/richsalvucci">richsalvucci</a>, <a href="https://profiles.wordpress.org/riddhiehta02">Riddhi Mehta</a>, <a href="https://profiles.wordpress.org/rileybrook">rileybrook</a>, <a href="https://profiles.wordpress.org/noisysocks">Robert Anderson</a>, <a href="https://profiles.wordpress.org/sanchothefat">Robert O''Rourke</a>, <a href="https://profiles.wordpress.org/robertsky">robertsky</a>, <a href="https://profiles.wordpress.org/_dorsvenabili">Rocio Valdivia</a>, <a href="https://profiles.wordpress.org/rohittm">Rohit Motwani</a>, <a href="https://profiles.wordpress.org/magicroundabout">Ross Wintle</a>, <a href="https://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="https://profiles.wordpress.org/welcher">Ryan Welcher</a>, <a href="https://profiles.wordpress.org/ryo511">ryo511</a>, <a href="https://profiles.wordpress.org/sagarprajapati">Sagar Prajapati</a>, <a href="https://profiles.wordpress.org/samikeijonen">Sami Keijonen</a>, <a href="https://profiles.wordpress.org/otto42">Samuel Wood (Otto)</a>, <a href="https://profiles.wordpress.org/smyoon315">Sang-Min Yoon</a>, <a href="https://profiles.wordpress.org/tinkerbelly">sarah semark</a>, <a href="https://profiles.wordpress.org/scottmweaver">Scott Weaver</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/sergioestevao">SergioEstevao</a>, <a href="https://profiles.wordpress.org/azchughtai">Shahjehan Ali</a>, <a href="https://profiles.wordpress.org/shaileesheth">Shailee Sheth</a>, <a href="https://profiles.wordpress.org/sharaz">Sharaz Shahid</a>, <a href="https://profiles.wordpress.org/giventofly76">Shaun sc</a>, <a href="https://profiles.wordpress.org/shaunandrews">shaunandrews</a>, <a href="https://profiles.wordpress.org/shooper">Shawn Hooper</a>, <a href="https://profiles.wordpress.org/shenkj">shenkj</a>, <a href="https://profiles.wordpress.org/sikander">sikander</a>, <a href="https://profiles.wordpress.org/pross">Simon Prosser</a>, <a href="https://profiles.wordpress.org/siriokun">siriokun</a>, <a href="https://profiles.wordpress.org/sirjonathan">sirjonathan</a>, <a href="https://profiles.wordpress.org/sirreal">sirreal</a>, <a href="https://profiles.wordpress.org/sisanu">Sisanu</a>, <a href="https://profiles.wordpress.org/skorasaurus">skorasaurus</a>, <a href="https://profiles.wordpress.org/butimnoexpert">Slushman</a>, <a href="https://profiles.wordpress.org/ssousa">Sofia Sousa</a>, <a href="https://profiles.wordpress.org/somtijds">SOMTIJDS</a>, <a href="https://profiles.wordpress.org/soean">Soren Wrede</a>, <a href="https://profiles.wordpress.org/spocke">spocke</a>, <a href="https://profiles.wordpress.org/stagger-lee">Stagger Lee</a>, <a href="https://profiles.wordpress.org/sstoqnov">Stanimir Stoyanov</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stevehenty">Steve Henty</a>, <a href="https://profiles.wordpress.org/charlestonsw">Store Locator Plus</a>, <a href="https://profiles.wordpress.org/strategio">strategio</a>, <a href="https://profiles.wordpress.org/stuartfeldt">stuartfeldt</a>, <a href="https://profiles.wordpress.org/tacrapo">tacrapo</a>, <a href="https://profiles.wordpress.org/talldan">talldan</a>, <a href="https://profiles.wordpress.org/tammie_l">Tammie Lister</a>, <a href="https://profiles.wordpress.org/themeroots">ThemeRoots</a>, <a href="https://profiles.wordpress.org/tfrommen">Thorsten Frommen</a>, <a href="https://profiles.wordpress.org/thrijith">Thrijith Thankachan</a>, <a href="https://profiles.wordpress.org/hedgefield">Tim Hengeveld</a>, <a href="https://profiles.wordpress.org/timgardner">timgardner</a>, <a href="https://profiles.wordpress.org/timmydcrawford">Timmy Crawford</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/tjnowell">Tom J Nowell</a>, <a href="https://profiles.wordpress.org/tlxo">Toni Laakso</a>, <a href="https://profiles.wordpress.org/skithund">Toni Viemerö</a>, <a href="https://profiles.wordpress.org/tobifjellner">Tor-Bjorn Fjellner</a>, <a href="https://profiles.wordpress.org/toro_unit">Toro_Unit (Hiroshi Urabe)</a>, <a href="https://profiles.wordpress.org/mirucon">Toshihiro Kanai</a>, <a href="https://profiles.wordpress.org/itowhid06">Towhidul Islam</a>, <a href="https://profiles.wordpress.org/travislopes">Travis Lopes</a>, <a href="https://profiles.wordpress.org/truongwp">truongwp</a>, <a href="https://profiles.wordpress.org/tjfunke001">Tunji Ayoola</a>, <a href="https://profiles.wordpress.org/twoelevenjay">twoelevenjay</a>, <a href="https://profiles.wordpress.org/grapplerulrich">Ulrich</a>, <a href="https://profiles.wordpress.org/vishalkakadiya">Vishal Kakadiya</a>, <a href="https://profiles.wordpress.org/vtrpldn">Vitor Paladini</a>, <a href="https://profiles.wordpress.org/walterebert">Walter Ebert</a>, <a href="https://profiles.wordpress.org/warmarks">warmarks</a>, <a href="https://profiles.wordpress.org/webmandesign">WebMan Design | Oliver Juhas</a>, <a href="https://profiles.wordpress.org/websupporter">websupporter</a>, <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</a>, <a href="https://profiles.wordpress.org/earnjam">William Earnhardt</a>, <a href="https://profiles.wordpress.org/williampatton">williampatton</a>, <a href="https://profiles.wordpress.org/willybahuaud">Willy Bahuaud</a>, <a href="https://profiles.wordpress.org/yahil">Yahil Madakiya</a>, <a href="https://profiles.wordpress.org/yingles">yingles</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/youthkee">Yusuke Takahashi</a>, <a href="https://profiles.wordpress.org/zebulan">zebulan</a>, and <a href="https://profiles.wordpress.org/ziyaddin">Ziyaddin Sadigov</a>.\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.0. Their efforts bring WordPress 5.0 fully translated to 37 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to follow along or help out, check out <a href="https://make.wordpress.org/">Make WordPress</a> and our <a href="https://make.wordpress.org/core/">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6328";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:39:"\n \n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress 5.0 RC3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/2018/12/wordpress-5-0-rc3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Dec 2018 07:07:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"5.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6322";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:388:"The third release candidate for WordPress 5.0 is now available! WordPress 5.0 will be released on December 6, 2018. This is a big release and needs your help—if you haven’t tried 5.0 yet, now is the time! To test WordPress 5.0, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip). For details about […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Gary Pendergast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2791:"\n<p>The third release candidate for WordPress 5.0 is now available!</p>\n\n\n\n<p><strong>WordPress 5.0 will be released on </strong><a href="https://make.wordpress.org/core/2018/12/04/new-5-0-target-date/"><strong>December 6, 2018</strong></a>. This is a big release and needs <em>your</em> help—if you haven’t tried 5.0 yet, now is the time!</p>\n\n\n\n<p>To test WordPress 5.0, you can use the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin or you can <a href="https://wordpress.org/wordpress-5.0-RC3.zip">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.0, please see the <a href="https://wordpress.org/news/2018/11/wordpress-5-0-release-candidate/">first release candidate post</a>.</p>\n\n\n\n<p>This release candidate includes a fix for some scripts not loading on subdirectory installs (<a href="https://core.trac.wordpress.org/ticket/45469">#45469</a>), and user locale settings not being loaded in the block editor (<a href="https://core.trac.wordpress.org/ticket/45465">#45465</a>). Twenty Nineteen has also had a couple of minor tweaks.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.0 and update the <em>Tested up to</em> version in the readme to 5.0. If you find compatibility problems, please be sure to post to the <a href="https://wordpress.org/support/forum/alphabeta/">support forums</a> so we can figure those out before the final release. An in-depth field guide to developer-focused changes is coming soon on the <a href="https://make.wordpress.org/core/">core development blog</a>. In the meantime, you can review the <a href="https://make.wordpress.org/core/tag/5.0+dev-notes/">developer notes for 5.0</a>.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<p><em>WordPress Five Point Oh<br>Is just a few days away!<br>Nearly party time!</em> <img src="https://s.w.org/images/core/emoji/11/72x72/1f389.png" alt="🎉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6322";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"The Month in WordPress: November 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/news/2018/12/the-month-in-wordpress-november-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Dec 2018 17:43:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:18:"Month in WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6318";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"WordPress 5.0 is almost ready for release, including an all-new content editing experience. Volunteers all across the project are gearing up for the launch and making sure everything is ready. Read on to find out what’s been happening and how you can get involved. WordPress 5.0 Close to Launch The release date for WordPress 5.0 […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6593:"\n<p>WordPress 5.0 is almost ready for release, including an all-new content editing experience. Volunteers all across the project are gearing up for the launch and making sure everything is ready. Read on to find out what’s been happening and how you can get involved.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>WordPress 5.0 Close to Launch</h2>\n\n\n\n<p>The release date for WordPress 5.0 has not yet been set, but the second release candidate (RC) <a href="https://wordpress.org/news/2018/11/wordpress-5-0-rc2/">is now available</a>. The final release date will be determined based on feedback and testing of this RC. The Core development team has been posting <a href="https://make.wordpress.org/core/2018/12/03/5-0-gutenberg-status-update-dec-3/">daily updates</a> on the progress of their work on v5.0, with the number of open issues for this release decreasing every day.<br></p>\n\n\n\n<p>The primary feature of this release is <a href="https://wordpress.org/gutenberg/">the new editor</a> that will become the default WordPress experience going forward. A number of people have been seeking more direct feedback from the release leads about the progress of this release, which <a href=''https://profiles.wordpress.org/matt/'' class=''mention''><span class=''mentions-prefix''>@</span>matt</a> has facilitated by hosting <a href="https://make.wordpress.org/core/2018/11/29/gutenberg-5-0-listening-office-hours/">one-to-one discussions</a> with anyone in the community who wanted to talk with him about it. He has also published <a href="https://ma.tt/2018/11/a-gutenberg-faq/">an extended FAQ</a> covering many of the questions people have been asking.<br></p>\n\n\n\n<p>Alongside the development of the new editor, the Mobile team has been working hard to bring the WordPress mobile apps up to speed. They plan to make a beta version available <a href="https://make.wordpress.org/mobile/2018/11/15/gutenberg-in-the-apps-what-to-expect/">in February 2019</a>.<br></p>\n\n\n\n<p>Want to get involved in developing WordPress Core in 5.0 and beyond? Follow <a href="https://make.wordpress.org/core">the Core team blog</a> and join the #core channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>New WordPress Support Platform Goes Live</h2>\n\n\n\n<p>WordPress user documentation has long been hosted on the <a href="https://codex.wordpress.org/">WordPress Codex</a>, but for the past couple of years an ambitious project has been underway to move that content to a freshly-built WordPress-based platform. This project, named “HelpHub,” is now live and <a href="https://wordpress.org/support/">the official home of WordPress Support</a>.<br></p>\n\n\n\n<p>There is still plenty of content that needs to be migrated from the Codex to HelpHub, but the initial move is done and the platform is ready to have all WordPress’ user documentation moved across. HelpHub will be the first place for support, encouraging users to find solutions for themselves before posting in the <a href="https://wordpress.org/support/forums/">forums</a>.<br></p>\n\n\n\n<p>Want to get involved in populating HelpHub with content, or with its future development? Follow <a href="https://make.wordpress.org/docs/">the Documentation team blog</a> and join the #docs channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Spanish WordPress Community Pushes Translations Forward</h2>\n\n\n\n<p>The WordPress community in Spain has been hard at work making sure as much of the WordPress project as possible is available in Spanish. <a href="https://es.wordpress.org/2018/11/07/logros-equipo-traducciones-wordpress-espana/">They have recently translated more of the project than ever</a> — including WordPress Core, WordPress.org, the mobile apps and the top 120 plugins in the Directory.<br></p>\n\n\n\n<p>This achievement has largely been possible due to the fact that <a href="https://make.wordpress.org/polyglots/teams/?locale=es_ES">the Spanish translation team</a> has over 2,500 individuals contributing to it, making it the largest translation team across the whole project. <br></p>\n\n\n\n<p>Want to get involved in translating WordPress into your local language? You can <a href="https://translate.wordpress.org/">jump straight into translations</a>, follow <a href="https://make.wordpress.org/polyglots/">the Polyglots team blog</a> and join the #polyglots channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>All volunteer teams have checked in with their <a href="https://wordpress.org/news/2018/11/quarterly-updates-q3-2018/">latest quarterly updates</a>.</li><li>The WordPress Support Team <a href="https://make.wordpress.org/support/2018/11/new-volunteer-orientation-for-wp-support-contributors-dec-9/">is hosting an orientation</a> for new Support volunteers on December 9.</li><li><a href="https://2018.us.wordcamp.org/tickets/">Tickets are now available</a> to watch the WordCamp US livestream for free.</li><li>WordPress Core <a href="https://core.trac.wordpress.org/ticket/45287">has switched to a WP-CLI command</a> for generating localization files.</li><li>WordPress Coding Standards v1.2.0 <a href="https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/1.2.0">has been released</a> with some really useful improvements.</li><li>The first ever <a href="https://2019.nordic.wordcamp.org/">WordCamp Nordic</a> is taking place on March 7-8, 2019 with ticket sales now open.</li><li>The WordCamp Incubator program is going very well this year — <a href="https://make.wordpress.org/community/2018/11/27/wordcamp-incubator-2018-update-thread-november-edition/">you can see the latest updates here</a>.</li><li>The Mobile Team is looking for testers for the upcoming v11.3 release of the WordPress mobile apps on <a href="https://make.wordpress.org/mobile/2018/11/21/call-for-testing-wordpress-for-android-11-3/">Android</a> and <a href="https://make.wordpress.org/mobile/2018/11/21/call-for-testing-wordpress-for-ios-11-3/">iOS</a>.</li><li>The WordCamp Europe team is looking for local communities to <a href="https://2019.europe.wordcamp.org/2018/11/29/call-for-host-city/">apply to be the host city</a> for the 2020 event.</li></ul>\n\n\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><em>submit it here</em></a><em>.</em><br></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6318";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:39:"\n \n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress 5.0 RC2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/2018/11/wordpress-5-0-rc2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Nov 2018 23:16:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"5.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6287";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:332:"The second release candidate for WordPress 5.0 is now available! This is an important milestone, as we near the release of WordPress 5.0. A final release date will be announced soon, based on feedback from this release candidate. Things are appearing very stable and we hope to announce a date soon. This is a big release […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Gary Pendergast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3296:"\n<p>The second release candidate for WordPress 5.0 is now available!</p>\n\n\n\n<p>This is an important milestone, as we near the release of WordPress 5.0. A final release date will be announced soon, based on feedback from this release candidate. Things are appearing very stable and we hope to announce a date soon. This is a big release and needs <em>your</em> help—if you haven’t tried 5.0 yet, now is the time! </p>\n\n\n\n<p>To test WordPress 5.0, you can use the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin or you can <a href="https://wordpress.org/wordpress-5.0-RC2.zip">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.0, please see the <a href="https://wordpress.org/news/2018/11/wordpress-5-0-release-candidate/">previous release candidate post</a>.</p>\n\n\n\n<h2>Significant changes</h2>\n\n\n\n<ul><li>We stopped rendering <em>AdminNotices</em> compatibility component, as this previous attempt at backward compatibility was bringing in numerous incompatible banners and notices from plugins.</li><li>An update to the parser to better deal with malformed HTML that could cause a loop. We’re only aware of this in the wild being triggered once in the <a href="https://gutenstats.blog/">over a million posts</a> made with Gutenberg, but it caused a loop so we wanted to fix for RC2.</li></ul>\n\n\n\n<h2>Cosmetic and minor changes in RC2</h2>\n\n\n\n<ul><li>Accessibility: Simplify sidebar tabs aria-labels.</li><li>Make the Image Link URL field readonly.</li><li>Internationalization: Merge similar text strings that differed only in capitalization.</li><li>CSS: Improve block preview styling.</li><li>CSS: Fix visual issues with Button block text wrap.</li><li>Fix getSelectedBlockClientId selector.</li><li>Fix Classic block not showing galleries on a grid.</li><li>Fix an issue where the block toolbar would cause an image to jump downwards when the <em>wide</em> or <em>full</em> alignments were activated.</li><li>Move editor specific styles from style.scss to editor.scss in Cover block.</li><li>Fix modals in Microsoft Edge browser.</li><li>Fix Microsoft IE11 focus loss after TinyMCE init. Add IE check.</li><li>Fix Microsoft IE11 input when mounting TinyMCE.</li><li>Change @package names to WordPress.</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<pre class="wp-block-verse"><em>RC bittersweet.<br>We welcome in Gutenberg,<br>Vale Gutenbeard.</em></pre>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6287";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:39:"\n \n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WordPress 5.0 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2018/11/wordpress-5-0-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Nov 2018 09:46:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"5.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6257";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:323:"The first release candidate for WordPress 5.0 is now available! This is an important milestone, as we near the release of WordPress 5.0. The WordPress 5.0 release date has shifted from the 27th to give more time for the RC to be fully tested. A final release date will be announced soon, based on feedback on […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matias Ventura";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6009:"\n<p>The first release candidate for WordPress 5.0 is now available!</p>\n\n\n\n<p>This is an important milestone, as we near the release of WordPress 5.0. <strong>The WordPress 5.0 release date has shifted from the 27th to give more time for the RC to be fully tested</strong>. A final release date will be announced soon, based on feedback on the RC. This is a big release and needs <em>your</em> help—if you haven’t tried 5.0 yet, now is the time! </p>\n\n\n\n<p>To test WordPress 5.0, you can use the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin or you can <a href="https://wordpress.org/wordpress-5.0-RC1.zip">download the release candidate here</a> (zip).</p>\n\n\n\n<h2>What’s in WordPress 5.0?</h2>\n\n\n\n<figure class="wp-block-image"><img src="https://i1.wp.com/wordpress.org/news/files/2018/11/Gutenberg-3.png?resize=632%2C316&ssl=1" alt="Screenshot of the new block editor interface." class="wp-image-6271" srcset="https://i1.wp.com/wordpress.org/news/files/2018/11/Gutenberg-3.png?resize=1024%2C512&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/11/Gutenberg-3.png?resize=300%2C150&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/11/Gutenberg-3.png?resize=768%2C384&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/11/Gutenberg-3.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/11/Gutenberg-3.png?w=1896&ssl=1 1896w" sizes="(max-width: 632px) 100vw, 632px" data-recalc-dims="1" /><figcaption>The new block-based post editor.</figcaption></figure>\n\n\n\n<p>WordPress 5.0 introduces the <a href="https://wordpress.org/gutenberg/">new block-based post editor</a>. This is the first step toward an exciting new future with a streamlined editing experience across your site. You’ll have more flexibility with how content is displayed, whether you are building your first site, revamping your blog, or write code for a living.</p>\n\n\n\n<p>The block editor is <a href="https://gutenstats.blog/">used on over a million sites</a>, we think it’s ready to be used on all WordPress sites. We do understand that some sites might need some extra time, though. If that’s you, please install the <a href="https://wordpress.org/plugins/classic-editor/">Classic Editor plugin</a>, you’ll continue to use the classic post editor when you upgrade to WordPress 5.0.</p>\n\n\n\n<p>Twenty Nineteen is WordPress’ new default theme, it features custom styles for the blocks available by default in 5.0. Twenty Nineteen is designed to work for a wide variety of use cases. Whether you’re running a photo blog, launching a new business, or supporting a non-profit, Twenty Nineteen is flexible enough to fit your needs.</p>\n\n\n\n<p>The block editor is a big change, but that’s not all. We’ve made some smaller changes as well, including:</p>\n\n\n\n<ul><li>All of the previous default themes, from Twenty Ten through to Twenty Seventeen, have been updated to support the block editor.</li><li>You can improve the accessibility of the content you write, now that <a href="https://core.trac.wordpress.org/ticket/30421">simple ARIA labels</a> can be saved in posts and pages.</li><li>WordPress 5.0 officially supports the upcoming PHP 7.3 release: if you’re using an older version, we encourage you to <a href="https://wordpress.org/support/upgrade-php/">upgrade PHP</a> on your site.</li><li>Developers can now add translatable strings directly to your JavaScript code, using the new <a href="https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/">JavaScript language packs</a>.</li></ul>\n\n\n\n<p>You can read more about the fixes and changes since Beta 5 <a href="https://make.wordpress.org/core/2018/11/20/whats-new-in-gutenberg-20th-november/">in the last update post</a>.</p>\n\n\n\n<p>For more details about what’s new in version 5.0, check out the <a href="https://wordpress.org/news/2018/10/wordpress-5-0-beta-1/">Beta 1</a>, <a href="https://wordpress.org/news/2018/10/wordpress-5-0-beta-2/">Beta 2</a>, <a href="https://wordpress.org/news/2018/11/wordpress-5-0-beta-3/">Beta 3</a>, <a href="https://wordpress.org/news/2018/11/wordpress-5-0-beta-4/">Beta 4</a> and <a href="https://wordpress.org/news/2018/11/wordpress-5-0-beta-5/">Beta 5</a> blog posts.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.0 and update the <em>Tested up to</em> version in the readme to 5.0. If you find compatibility problems, please be sure to post to the <a href="https://wordpress.org/support/forum/alphabeta/">support forums</a> so we can figure those out before the final release. An in-depth field guide to developer-focused changes is coming soon on the <a href="https://make.wordpress.org/core/">core development blog</a>. In the meantime, you can review the <a href="https://make.wordpress.org/core/tag/5.0+dev-notes/">developer notes for 5.0</a>.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the </em><a href="https://wordpress.org/support/forum/alphabeta"><em>Alpha/Beta area</em></a><em> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, </em><a href="https://make.wordpress.org/core/reports/"><em>file one on WordPress Trac</em></a><em>, where you can also find </em><a href="https://core.trac.wordpress.org/tickets/major"><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<p style="background-color:#f9f4e8" class="has-background has-medium-font-size"><em>Ruedan los bloques<br>Contando vivos cuentos<br>Que se despiertan</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6257";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:39:"\n \n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 5.0 Beta 5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2018/11/wordpress-5-0-beta-5/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Nov 2018 01:09:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"5.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6250";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:360:"WordPress 5.0 Beta 5 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test this WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"Jonathan Desrosiers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4738:"\n<p>WordPress 5.0 Beta 5 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test this WordPress 5.0 Beta: try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”), or you can <a href="https://wordpress.org/wordpress-5.0-beta5.zip">download the beta here</a> (zip).</p>\n\n\n\n<p><strong>Reminder: the WordPress 5.0 release date has changed</strong>. It is now scheduled for release on <a href="https://make.wordpress.org/core/5-0/">November 27</a>, and we need your help to get there. Here are some of the big issues that we’ve fixed since Beta 4:</p>\n\n\n\n<h2>Block Editor</h2>\n\n\n\n<p>The block editor has been updated to match the <a href="https://make.wordpress.org/core/2018/11/15/whats-new-in-gutenberg-15th-november-2/">Gutenberg 4.4 release</a>, the major changes include:</p>\n\n\n\n<ul><li> A <a href="https://github.com/WordPress/gutenberg/pull/11874">permalink panel has been added to the document sidebar</a> to make it easier to find.</li><li>Editor document panels can now be <a href="https://github.com/WordPress/gutenberg/pull/11802">programmatically removed</a>.</li><li>The uploading indicator for images and galleries has been replaced with a <a href="https://github.com/WordPress/gutenberg/pull/11876">spinner and faded out image</a>.</li><li>The text and code editing blocks will now <a href="https://github.com/WordPress/gutenberg/pull/11750">use the full width of the editor</a>.</li><li>Image handling has been improved. Images now take up the right amount of space for <a href="https://github.com/WordPress/gutenberg/pull/11846">themes with wider editors</a> (like Twenty Nineteen).<br></li><li>Hover styles are now <a href="https://github.com/WordPress/gutenberg/pull/10333">correctly disabled for mobile devices</a>.</li><li>The i18n module has been refactored to benefit from <a href="https://github.com/WordPress/gutenberg/pull/11493">significant performance gains</a>.</li></ul>\n\n\n\n<p>Additionally, there have been some pesky bugs fixed:</p>\n\n\n\n<ul><li>Better handling for <a href="https://github.com/WordPress/gutenberg/pull/11590">links without an href</a> attribute, which were showing as <code>undefined</code>.</li><li>Japanese text (double byte characters) are <a href="https://github.com/WordPress/gutenberg/pull/11908">now usable in the list block</a>.</li><li>Better handling for different text encodings (e.g. emoji) within a block <a href="https://github.com/WordPress/gutenberg/pull/11771">in block validation</a>.</li></ul>\n\n\n\n<p>A full list of changes can be found in the <a href="https://make.wordpress.org/core/2018/11/15/whats-new-in-gutenberg-15th-november-2/">Gutenberg 4.4 release post</a>.<br></p>\n\n\n\n<h2>PHP 7.3 Support</h2>\n\n\n\n<p>The final known PHP 7.3 compatibility issue has been fixed. You can brush up on what you need to know about PHP 7.3 and WordPress by checking out the <a href="https://make.wordpress.org/core/2018/10/15/wordpress-and-php-7-3/">developer note on the Make WordPress Core blog</a>.<br></p>\n\n\n\n<h2>Twenty Nineteen</h2>\n\n\n\n<p>Work on making Twenty Nineteen ready for prime time continues on its <a href="https://github.com/WordPress/twentynineteen">GitHub repository</a>. This update includes <a href="https://core.trac.wordpress.org/changeset/43904">a host of tweaks and bug fixes</a>, including:</p>\n\n\n\n<ul><li>Add <code>.button</code> class support.</li><li>Fix editor font-weights for headings.</li><li>Improve support for sticky toolbars in the editor.</li><li>Improve text-selection custom colors for better contrast and legibility.</li><li>Fix editor to prevent Gutenberg’s meta boxes area from overlapping the content.</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the </em><a href="https://wordpress.org/support/forum/alphabeta"><em>Alpha/Beta area</em></a><em> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, </em><a href="https://make.wordpress.org/core/reports/"><em>file one on WordPress Trac</em></a><em>, where you can also find </em><a href="https://core.trac.wordpress.org/tickets/major"><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<p></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6250";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:39:"\n \n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 5.0 Beta 4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2018/11/wordpress-5-0-beta-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 13 Nov 2018 01:27:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"5.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6241";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:359:"WordPress 5.0 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Gary Pendergast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3700:"\n<p>WordPress 5.0 Beta 4 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.0 Beta: try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”), or you can <a href="https://wordpress.org/wordpress-5.0-beta4.zip">download the beta here</a> (zip).</p>\n\n\n\n<p><strong>The WordPress 5.0 release date has changed</strong>, it is now scheduled for release on <a href="https://make.wordpress.org/core/5-0/">November 27</a>, and we need your help to get there. Here are some of the big issues that we’ve fixed since Beta 3:</p>\n\n\n\n<h2>Block Editor</h2>\n\n\n\n<p>The block editor has been updated to match the <a href="https://make.wordpress.org/core/2018/11/12/whats-new-in-gutenberg-12th-november/">Gutenberg 4.3 release</a>, the major changes include:</p>\n\n\n\n<ul><li>An <a href="https://github.com/WordPress/gutenberg/pull/7718">Annotations API</a>, allowing plugins to add contextual data as you write.</li><li>More consistent keyboard navigation between blocks, as well as back-and-forth between different areas of the interface.</li><li>Improved accessibility, with additional labelling and speech announcements.</li></ul>\n\n\n\n<p>Additionally, there have been some bugs fixed that popped up in beta 3:</p>\n\n\n\n<ul><li>Better support for plugins that have more advanced meta box usage.</li><li>Script concatenation is now supported.</li><li>Ajax calls could occasionally cause PHP errors.</li></ul>\n\n\n\n<h2>Internationalisation</h2>\n\n\n\n<p>We’ve added an API for translating your plugin and theme strings in JavaScript files! The block editor is now using this, and you can start using it, too. Check out the <a href="https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/">developer note</a> to get started.</p>\n\n\n\n<h2>Twenty Nineteen</h2>\n\n\n\n<p>Twenty Nineteen is being polished over on its <a href="https://github.com/WordPress/twentynineteen">GitHub repository</a>. This update includes <a href="https://core.trac.wordpress.org/changeset/43892">a host of tweaks and bug fixes</a>, including:</p>\n\n\n\n<ul><li>Menus now properly support keyboard and touch interactions.</li><li>A footer menu has been added for secondary page links.</li><li>Improved backwards compatibility with older versions of WordPress.</li></ul>\n\n\n\n<h2>Default Themes</h2>\n\n\n\n<p>All of the older default themes—from Twenty Ten through to Twenty Seventeen—have polished styling in the block editor.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the </em><a href="https://wordpress.org/support/forum/alphabeta"><em>Alpha/Beta area</em></a><em> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, </em><a href="https://make.wordpress.org/core/reports/"><em>file one on WordPress Trac</em></a><em>, where you can also find </em><a href="https://core.trac.wordpress.org/tickets/major"><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<p><em>International-<br>isation is a word with<br>many syllables.</em></p>\n\n\n\n<p><em>Meta boxes are<br>the original style block.<br>Old is new again.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6241";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:36:"\n \n \n \n \n \n \n\n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 5.0 Beta 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2018/11/wordpress-5-0-beta-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Nov 2018 00:20:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6236";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:359:"WordPress 5.0 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Gary Pendergast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3198:"\n<p>WordPress 5.0 Beta 3 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test the WordPress 5.0 Beta: try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”), or you can <a href="https://wordpress.org/wordpress-5.0-beta3.zip">download the beta here</a> (zip).</p>\n\n\n\n<p>WordPress 5.0 is slated for release on <a href="https://make.wordpress.org/core/5-0/">November 19</a>, and we need your help to get there. Here are some of the big issues that we’ve fixed since Beta 2:</p>\n\n\n\n<h2>Block Editor</h2>\n\n\n\n<p>The block editor has been updated to include all of the features and bug fixes from the upcoming <a href="https://make.wordpress.org/core/2018/10/31/whats-new-in-gutenberg-31st-october-2/">Gutenberg 4.2 release</a>. Additionally, there are some newer bug fixes and features, such as:</p>\n\n\n\n<ul><li>Adding support for the “Custom Fields” meta box.</li><li>Improving the reliability of REST API requests.</li><li>A myriad of minor tweaks and improvements.</li></ul>\n\n\n\n<h2>Twenty Nineteen</h2>\n\n\n\n<p>Twenty Nineteen has been updated from its <a href="https://github.com/WordPress/twentynineteen">GitHub repository</a>, this version is full of new goodies to check out:</p>\n\n\n\n<ul><li>Adds support for Selective Refresh Widgets in the Customiser.</li><li>Adds support for Responsive Embeds.</li><li>Tweaks to improve readability and functionality on mobile devices.</li><li>Fixes nested blocks appearing wider than they should be.</li><li>Fixes some errors in older PHP versions, and in IE11.</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p>If you’re able to contribute with coding or testing changes, we have <a href="https://make.wordpress.org/core/2018/11/02/upcoming-5-0-bug-scrubs/">a multitude of bug scrubs</a> scheduled this week, we’d love to have as many people as we can ensuring all bugs reported get the attention they deserve.</p>\n\n\n\n<p><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the </em><a href="https://wordpress.org/support/forum/alphabeta"><em>Alpha/Beta area</em></a><em> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, </em><a href="https://make.wordpress.org/core/reports/"><em>file one on WordPress Trac</em></a><em>, where you can also find </em><a href="https://core.trac.wordpress.org/tickets/major"><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<p><em>WordPress Five Point Oh<br>is just two short weeks away.<br>Thank you for helping!</em> <img src="https://s.w.org/images/core/emoji/11/72x72/1f496.png" alt="💖" class="wp-smiley" style="height: 1em; max-height: 1em;" /><em><br></em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:4:"6236";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"14607090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 18 Dec 2018 05:25:53 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:25:"strict-transport-security";s:11:"max-age=360";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Thu, 13 Dec 2018 19:47:35 GMT";s:4:"link";s:63:"<https://wordpress.org/news/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 1";}}s:5:"build";s:14:"20130910223210";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(256, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1545153991', 'no'),
(257, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1545110791', 'no'),
(258, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1545153994', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(259, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: Gutenberg for Writers: How to Configure the Editor for Fewer Distractions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86427";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"https://wptavern.com/gutenberg-for-writers-how-to-configure-the-editor-for-fewer-distractions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4740:"<img />photo credit: <a href="https://stocksnap.io/photo/8Y0EDX4VP9">Green Chameleon</a>\n\n\n\n<p>For a long time I could not compose posts with the Gutenberg editor. I tested each release of the plugin throughout its journey into WordPress 5.0, but found it too distracting for my basic needs. It seemed better suited for building a brochure website, not for someone who uses WordPress primarily for writing. </p>\n\n\n\n<p>This is the first thing you see on a vanilla install of WordPress when you go to the “Add New” post page:</p>\n\n\n\n<div class="wp-block-image"><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/09/Screen-Shot-2018-12-17-at-10.14.35-AM.png?ssl=1"><img /></a></div>\n\n\n\n<p>Although it may not be immediately evident, the new editor actually has some built-in controls for improving the writing experience. They are tucked away behind the vertical ellipsis menu at the top of the screen. Here’s how to configure Gutenberg for writing:</p>\n\n\n\n<h3>Step 1: Hide the Settings Sidebar</h3>\n\n\n\n<p>The first step towards a more distraction-free writing experience is to hide the settings. Click the X at the top right of the screen. If you’re trying to stay in the flow of writing, it’s not necessary to keep the block and document settings in view at all times. You can always toggle them on later when you’re finished getting your thoughts onto the screen.</p>\n\n\n\n<h3>Step 2: Turn on “Fullscreen Mode”</h3>\n\n\n\n<p>Many new and experienced WordPress users are not aware of Gutenberg’s “Fullscreen mode” that places the writing area in the center of the page and hides WordPress’ admin menu sidebar. This setting is a must for keeping distractions at bay. You can find it at the top right corner in the vertical ellipsis menu:</p>\n\n\n\n<img />\n\n\n\n<p>Once Fullscreen Mode is enabled, the writing area is greatly improved, with distractions removed from both sides of the content area. </p>\n\n\n\n<img />\n\n\n\n<h3>Step 3: Fix the Toolbar to the Top (optional)</h3>\n\n\n\n<p>The block toolbar popping in and out of view was the bane of my Gutenberg experience until they developed the “Top Toolbar” setting. By default, the block-level toolbar obscures part of the content above it (as seen in the image below) and an obtrusive blue outline follows your mouse as you move over the paragraphs you have already written.</p>\n\n\n\n<img />\n\n\n\n<p>The psychological affect of all these boxes popping in and out of view may be more taxing for some writers, so this step is optional. The “Top Toolbar” setting to hide the block-level toolbar, as well as the blue block outlines, is also inside the vertical ellipsis menu at the top. The best way to see the difference in the experience is to experiment with turning it on and off.</p>\n\n\n\n<p>Spotlight mode takes it one step further and greys out all the content except the current block, allowing writers to focus on one block at a time. When it is enabled, the blocks that are not being edited will partially fade away and no block outlines will be visible. </p>\n\n\n\n<img />Spotlight mode\n\n\n\n<p>Gutenberg still has a way to go before it can provide a truly distraction-free editing experience. None of the modes highlighted above will hide the metaboxes at the bottom or the menu bar at the top. They do, however, allow you to compose in an area without the block-level toolbar and sidebars getting in the way.</p>\n\n\n\n<p>My thoughts don’t always come out in full sentences and paragraphs. Sometimes they are scattered throughout a document in half sentences, single words, quotes, and fragments of quotes that I’m not certain I will use. How do I reconcile this with Gutenberg? Sometimes the Classic Block is a good option for a first draft that looks more like a pile of messy notes than a document of well-formed thoughts. Here’s what that looks like if you have never used it:</p>\n\n\n\n<img />Classic Block\n\n\n\n<p>Even with these settings available, some writers may still prefer to use a dedicated writing app instead of the WordPress editor. Fortunately, Gutenberg has very good support for copying and pasting from other applications.</p>\n\n\n\n<p>Top Toolbar, Spotlight, and Fullscreen modes are not the easiest features to discover but they can make a significant impact on your experience writing in the new editor. WordPress core may never provide a truly distraction-free writing experience, but that’s where the beauty of the plugin system comes into play. It gives developers the opportunity to create new and interesting approaches towards a better default writing experience. I hope to see some of those popping up in the directory as more users adopt Gutenberg.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Dec 2018 03:17:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"WPTavern: WordPress 5.0.2 to Bring Major Performance Improvements, Scheduled for December 19";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86358";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"https://wptavern.com/wordpress-5-0-2-to-bring-major-performance-improvements-scheduled-for-december-19";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3081:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/12/stopwatch.jpg?ssl=1"><img /></a>Processed with VSCOcam with c1 preset</p>\n<p><a href="https://wordpress.org/news/2018/12/wordpress-5-0-1-security-release/" rel="noopener" target="_blank">WordPress 5.0.1</a> was released yesterday as a security release with fixes for seven vulnerabilities that were privately disclosed. It includes a few <a href="https://make.wordpress.org/core/2018/12/13/backwards-compatibility-breaks-in-5-0-1/" rel="noopener" target="_blank">breaks in backwards compatibility</a> that plugin developers will want to review.</p>\n<p>WordPress 5.0.2 will be the first planned followup release to 5.0 and is now scheduled to be released December 19, 2018. Gary Pendergast posted a <a href="https://make.wordpress.org/core/2018/12/13/dev-chat-summary-december-12th/" rel="noopener" target="_blank">summary</a> of this week’s dev chat that includes the schedule and scope for the upcoming release. It will include Gutenberg 4.7, Twenty Nineteen bug fixes, and a few PHP 7.3 compatibility fixes.</p>\n<p><a href="https://gschoppe.com/wordpress/benchmarking-gutenberg/" rel="noopener" target="_blank">Slow performance</a> as compared to the classic editor has been a commonly-reported <a href="https://github.com/WordPress/gutenberg/issues/6466" rel="noopener" target="_blank">issue</a> with Gutenberg. The project has a label for it on GitHub with <a href="https://github.com/WordPress/gutenberg/labels/%5BType%5D%20Performance" rel="noopener" target="_blank">26 open issues</a>. 140 performance-related issues have already been closed so the team is making progress on speeding it up. 5.0.2 will bring major performance improvements to the editor, particularly for content that includes hundreds of blocks. </p>\n<p>“The cumulated performance gains are around 330% faster for a post with 200 blocks,” Matias Ventura said in an <a href="https://make.wordpress.org/core/2018/12/13/5-0-2-editor-performance-and-bug-fixes/" rel="noopener" target="_blank">update</a> on the editor. “This might be even bigger for certain setups and plugin configurations — seeing the same test post be 540% faster with Yoast, for example.”</p>\n<p>These changes are already in version 4.7 of the Gutenberg plugin, which users can run alongside WordPress 5.0.1 to test the latest. </p>\n<p>RC 1 for 5.0.2 is planned for today and RC 2 (if necessary) is targeted for December 17. The official release is scheduled for December 19.</p>\n<p>Gary Pendergast also outlined the scope and schedule for WordPress 5.1, which will be led by Matt Mullenweg. Pendergast proposed a relatively short release cycle with an official release February 21, since there are already more than <a href="https://core.trac.wordpress.org/query?status=closed&milestone=5.1" rel="noopener" target="_blank">200 tickets fixed for 5.1</a>. Focuses for the release include the REST API (particularly authentication solutions), core JS, and core themes. Beta 1 is planned for January 10, with RC 1 following February 7. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Dec 2018 16:52:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WPTavern: WPWeekly Episode 341 – Recap of WordCamp US 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=86395&preview=true&preview_id=86395";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wptavern.com/wpweekly-episode-341-recap-of-wordcamp-us-2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1333:"<p>In this episode, <a href="http://jjj.me">John James Jacoby</a> and I recap WordCamp US 2018. We discuss what’s new in WordPress 5.0.1 and when users can expect to see 5.0.2.</p>\n<p>We also chat about the new path that WordPress is on and where it may lead. John shares his perspective on what the atmosphere was like at the event and compares it to last year.</p>\n<p>Near the end of the show, we explain why the Question and Answer process at the end of the State of the Word will likely undergo changes.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wordpress.org/news/2018/12/wordpress-5-0-1-security-release/">WordPress 5.0.1 Security Release</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 19th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href="https://www.wptavern.com/feed/podcast">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href="https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #341:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Dec 2018 01:59:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WPTavern: WordCamp US 2019 to be Held November 1-3 in St. Louis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86379";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"https://wptavern.com/wordcamp-us-2019-to-be-held-november-1-3-in-st-louis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4527:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/12/st-louis.jpg?ssl=1"><img /></a>photo credit: <a href="https://commons.wikimedia.org/wiki/File:St_Louis_night_expblend.jpg">Wikimedia Commons</a></p>\n<p>Dates for WordCamp US 2019 were <a href="https://wordpress.org/news/2018/12/wordcamp-us-2019-dates-announced/" rel="noopener" target="_blank">announced</a> today, less than a week after wrapping up a successful camp in Nashville. Unlike all previous years held in December, next year’s event will take place November 1-3 in <a href="https://2018.us.wordcamp.org/2018/06/15/matt-mullenweg-announces-st-louis-as-wordcamp-us-2019-2020-host-city/" rel="noopener" target="_blank">St. Louis, Missouri</a>. </p>\n<p>For the most part, community reactions to the new dates were positive. Early November dates place the event well ahead of the end of the year holidays that attendees had previously bemoaned.</p>\n<p>“I love this date set better than the previous one. It’s so much easier to attend/speak pre-Thanksgiving,” WordPress developer Mitch Cantor <a href="https://twitter.com/thatmitchcanter/status/1073307921851867136" rel="noopener" target="_blank">said</a>.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr"><a href="https://twitter.com/hashtag/WordCamp?src=hash&ref_src=twsrc%5Etfw">#WordCamp</a> US, November 1-3, 2019. This is great news! December is always a mad dash to an arbitrary solstice-based finish line. Moving <a href="https://twitter.com/hashtag/WCUS?src=hash&ref_src=twsrc%5Etfw">#WCUS</a> to November takes a huge load off! <a href="https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw">#WordPress</a> <a href="https://t.co/WUToY3eiam">https://t.co/WUToY3eiam</a></p>\n<p>— Morten Rand-Hendriksen (@mor10) <a href="https://twitter.com/mor10/status/1073308742488227840?ref_src=twsrc%5Etfw">December 13, 2018</a></p></blockquote>\n<p></p>\n<p>There is always a conflict for some demographic of attendees. This year the hardest hit are parents of small children who will likely miss taking their kids trick-or-treating due to traveling on or before Halloween in order to make it to the event. WordCamp US is a family-friendly event but bringing children to a WordCamp can be extraordinarily challenging, even when the event includes childcare. (This particular event doesn’t.) For a few attendees, missing Halloween with their children is a deal-breaker. </p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Exactly what I was thinking. I''d have to fly in on Halloween, no way I''m missing Halloween with my 2 year old.</p>\n<p>— Katie Thompson (@katietdesign) <a href="https://twitter.com/katietdesign/status/1073341329021775875?ref_src=twsrc%5Etfw">December 13, 2018</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">That’s a good point! <img src="https://s.w.org/images/core/emoji/11/72x72/1f640.png" alt="🙀" class="wp-smiley" /></p>\n<p>— Tessa Kriesel (@tessak22) <a href="https://twitter.com/tessak22/status/1073333517646467075?ref_src=twsrc%5Etfw">December 13, 2018</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Though this one is something a lot of parents really enjoy spending with their small children especially in the US. We''re not talking about national hotdog day here.</p>\n<p>— Patrick Garman (@pmgarman) <a href="https://twitter.com/pmgarman/status/1073317197194428421?ref_src=twsrc%5Etfw">December 13, 2018</a></p></blockquote>\n<p></p>\n<p>One possible solution for the parents who feel they have to miss WordCamp US because of their kids, might be for the organizers to schedule the contributor day as the first day of the camp. That might enable people to fly in on an early morning flight and still get to experience part of the contributor day and all of the main event. </p>\n<p>In a community this large, with many other holidays and WordCamps already on the calendar, it’s difficult to find a date for WordCamp US that doesn’t have conflicts. This is a good problem for the community to have. Matt Mullenweg shared during the State of the Word that the community has experienced 50% year over year growth with more than 350K members in 687 meetup groups and more than 5,000 meetup events. With this rate of growth, the community can expect more regional and local camps to spring up in the coming years, which means more conflicts but also more options for getting together in the future.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Dec 2018 00:43:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"WPTavern: WordPress Plugin Directory Now Features a Curated Section for Block-Enabled Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86331";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"https://wptavern.com/wordpress-plugin-directory-now-features-a-curated-section-for-block-enabled-plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4065:"<p>If you visit the <a href="https://wordpress.org/plugins/" target="_blank" rel="noopener">plugin directory</a>, you will notice a new section at the top featuring block-enabled plugins. WordPress 5.0 has been downloaded more than 8 million times, just one week after its release, and users are looking for blocks to extend the new editing experience. WordPress.org is highlighting plugins to push the block ecosystem forward and will soon be doing the same for themes.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/12/Screen-Shot-2018-12-13-at-9.35.13-AM.png?ssl=1"><img /></a></p>\n<p>There are currently 94 blocks in the featured section. In a <a href="https://make.wordpress.org/plugins/2018/12/07/blocks-plugins-and-you/" target="_blank" rel="noopener">post</a> on make.wordpress.org/plugins, Samuel (Otto) Wood invited developers to email the plugins team at plugins@wordpress.org if they have a block-enabled plugin that they want to be included. The basic requirements are a plugin that introduces or improves blocks.</p>\n<p>I asked Otto how they select from submissions. He said the plugins team is curating the list manually and adding those they think are good or interesting.</p>\n<p>“It’s not a high bar; if it has a neat block, we’ll add it for now,” Otto said. “We may raise the bar depending on how big the section gets, and the section is not final by any means. We’ll change the inclusions according to how it works out. The goal is to promote neat and cool integrations, but there aren’t a lot of those yet. It’s new.”</p>\n<p>Assigning a tag to block-enabled plugins that authors could opt into would eliminate the need for manual approval on the section, but Otto said they are currently handling it more like a showcase.</p>\n<p>“Letting the plugin authors just add a tag would reduce the available tags (it’s already limited to 5) as well as reducing the value of curation,” Otto said. “We may change that as well in the future, somehow. Nothing is set in stone right now, we just want to see people making cool blocks and see what happens with that.”</p>\n<p>A directory devoted entirely to blocks may also be coming to WordPress.org next year. In a recent post, Matt Mullenweg identified <a href="https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/" rel="noopener" target="_blank">9 Projects for 2019</a>, including “building a WordPress.org directory for discovering blocks, and a way to seamlessly install them.” This is a much larger task and requires WordPress to answer a few questions: Will plugins continue to be the primary delivery mechanism for blocks? Or will WordPress.org implement a system where users can download JS-only blocks, similar to the Gutenberg Cloud project? </p>\n<p>Three months ago, Otto <a href="https://wptavern.com/gutenberg-cloud-a-cross-platform-community-library-for-custom-gutenberg-blocks#comment-260894" rel="noopener" target="_blank">commented</a> on a post about Gutenberg Cloud, saying that js-only blocks are likely only suited to frontend enhancements.</p>\n<p>“I remain unconvinced that js-only blocks have a place which is meaningful other than the trivial layout based things that blocks can do,” Otto said. “Yes, you can build great looking blocks with JavaScript only, and since it’s an editor, that is a really big deal. But without any actual support on the backend to ‘do stuff of substance,’ it is just visual glitter.”</p>\n<p>Offering JS-only blocks through WordPress.org might also complicate block discovery if users don’t know whether to look for blocks in a plugin or via the JS-only block delivery system. There are a lot of unknowns in the block era that will require WordPress to make some decisions. Meanwhile, the ecosystem of block-enabled plugins will continue expanding as more users adopt the new editor and especially as widgets and menus are ported to blocks in phase 2 of the Gutenberg project.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Dec 2018 21:32:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Dev Blog: WordCamp US 2019 dates announced";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6496";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2018/12/wordcamp-us-2019-dates-announced/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:705:"<p>Save the date! <a href="https://2019.us.wordcamp.org/2018/12/12/wordcamp-us-2019-announcing-our-dates/">The next WordCamp US</a> will be held on November 1-3, 2019, in beautiful <a href="https://2018.us.wordcamp.org/2018/06/15/matt-mullenweg-announces-st-louis-as-wordcamp-us-2019-2020-host-city/">St Louis, Missouri</a>. One of our largest events of the year, WordCamp US is a great chance to connect with WordPress enthusiasts from around the world. This is also the event that features Matt Mullenweg’s annual <a href="https://www.youtube.com/watch?v=r5b-N2RmxS8">State of the Word</a> address. </p>\n\n\n\n<p>We’d love to see you in St. Louis next year, so mark your calendar now!<br /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Dec 2018 19:47:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Andrea Middleton";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:111:"WPTavern: Interview with Rachel Cherry: Automattic Pledges to Fund WPCampus’ Accessibility Audit of Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86293";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:118:"https://wptavern.com/interview-with-rachel-cherry-automattic-pledges-to-fund-wpcampus-accessibility-audit-of-gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2477:"<p>While at WordCamp US, I had the opportunity to catch up with <a href="https://wpcampus.org/" rel="noopener" target="_blank">WPCampus</a> director Rachel Cherry, who is coordinating an audit on Gutenberg for the organization she leads. WPCampus <a href="https://wptavern.com/wpcampus-seeks-to-raise-30k-for-gutenberg-accessibility-audit" rel="noopener" target="_blank">launched its crowdfunding campaign</a> at the end of November and more than $10K has come in towards the <a href="https://wpcampus.org/2018/11/fundraising-for-wpcampus-gutenberg-accessibility-audit/" rel="noopener" target="_blank">$30K goal</a>.</p>\n<p>The day before WordPress 5.0 was released, WPCampus announced that Automattic has pledged to ensure WPCampus’ accessibility audit of Gutenberg is fully funded. </p>\n<p>“I think that they [Automattic] see that it is important,” Cherry said. “Even when they said they weren’t going to do it, I don’t think it was ever ‘We’re never going to;’ it was just ‘Not right now.’ For us, we couldn’t necessarily wait for ‘maybe we’ll do it later,’ so that’s why we jumped on it and got the ball rolling. I think they saw an opportunity where they could step in and have the means to move this along even further. They see the value and I think that’s why they wanted to jump in. They also saw all the community effort going on.”</p>\n<p>In the interview below, Cherry discusses how leaders in the WPCampus community rallied to get the audit in motion. The organization has received seven responses from vendors and is currently in the selection process. She also shared a little bit about her conversation with Matt Mullenweg during his community office hours and their discussion about how WordPress is used in higher education.</p>\n<p>Cherry’s strategy in advocating for accessibility is to focus on slicing through the confusion surrounding accessibility problems with an emphasis on education and communication. Although WordPress has set accessibility standards, the project has fallen short on enforcing them. In addition to putting automated accessibility testing in place for core, Cherry said she would also like to get more support for helping theme and plugin authors meet accessibility standards. This would help ensure that the code WordPress.org puts on the web is more accessible for those who are creating customized sites.</p>\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Dec 2018 04:29:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Dev Blog: WordPress 5.0.1 Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wordpress.org/news/2018/12/wordpress-5-0-1-security-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4797:"<p>WordPress 5.0.1 is now available. This is a <strong>security release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n\n\n<p>Plugin authors are encouraged to <a href="https://make.wordpress.org/core/2018/12/13/backwards-compatibility-breaks-in-5-0-1/">read the 5.0.1 developer notes</a> for information on backwards-compatibility.</p>\n\n\n\n<p>WordPress versions 5.0 and earlier are affected by the following bugs, which are fixed in version 5.0.1. Updated versions of WordPress 4.9 and older releases are also available, for users who have not yet updated to 5.0.</p>\n\n\n\n<ul><li><a href="https://ripstech.com">Karim El Ouerghemmi</a> discovered that authors could alter meta data to delete files that they weren’t authorized to.</li><li>Simon Scannell of <a href="https://blog.ripstech.com">RIPS Technologies</a> discovered that authors could create posts of unauthorized post types with specially crafted input.</li><li><a href="https://twitter.com/_s_n_t">Sam Thomas</a> discovered that contributors could craft meta data in a way that resulted in PHP object injection. </li><li><a href="https://security-consulting.icu">Tim Coen</a> discovered that contributors could edit new comments from higher-privileged users, potentially leading to a cross-site scripting vulnerability.</li><li><a href="https://security-consulting.icu">Tim Coen</a> also discovered that specially crafted URL inputs could lead to a cross-site scripting vulnerability in some circumstances. WordPress itself was not affected, but plugins could be in some situations. </li><li><a href="https://yoast.com/">Team Yoast</a> discovered that the user activation screen could be indexed by search engines in some uncommon configurations, leading to exposure of email addresses, and in some rare cases, default generated passwords.</li><li><a href="https://security-consulting.icu">Tim Coen</a> and <a href="https://medium.com/websec">Slavco</a> discovered that authors on Apache-hosted sites could upload specifically crafted files that bypass MIME verification, leading to a cross-site scripting vulnerability. </li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">privately disclosing the vulnerabilities</a>, which gave us time to fix them before WordPress sites could be attacked.</p>\n\n\n\n<p><a href="https://wordpress.org/download/">Download WordPress 5.0.1</a>, or venture over to <code>Dashboard → Updates</code> and click <code>Update Now</code>. Sites that support automatic background updates are already beginning to update automatically.</p>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who contributed to WordPress 5.0.1:</p>\n\n\n\n<p><a href="https://profiles.wordpress.org/tellyworth">Alex Shiels</a>, <a href="https://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="https://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/aaroncampbell">Aaron Campbell</a>, <a href="https://profiles.wordpress.org/andreamiddleton">Andrea Middleton</a>, <a href="https://profiles.wordpress.org/vortfu">Ben Bidner</a>, <a href="https://profiles.wordpress.org/barry">Barry Abrahamson</a>, <a href="https://profiles.wordpress.org/chriscct7">Chris Christoff</a>, <a href="https://profiles.wordpress.org/darthhexx/">David Newman</a>, <a href="https://profiles.wordpress.org/apokalyptik">Demitrious Kelly</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/hnotess/">Hannah Notess</a>, <a href="https://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/herregroen">Herre Groen</a>, <a href="https://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby</a>, <a href="https://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/chanthaboune">Josepha Haden</a>, <a href="https://profiles.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="https://profiles.wordpress.org/batmoo/">Mo Jangda</a>, <a href="https://profiles.wordpress.org/nickdaugherty">Nick Daugherty</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/SergeyBiryukov">Sergey Biryukov</a>, and <a href="https://twitter.com/p_valentyn">Valentyn Pylypchuk</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Dec 2018 03:13:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Ian Dunn";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"Post Status: Interview with Matt Mullenweg on Gutenberg, WordPress, and the future";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=50403";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://poststatus.com/matt-mullenweg-on-gutenberg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101863:"<p>Welcome to the Post Status <a href="https://poststatus.com/category/draft">Draft podcast</a>, which you can find <a href="https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008">on iTunes</a>, <a href="https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast">Google Play</a>, <a href="http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast">Stitcher</a>, and <a href="http://simplecast.fm/podcasts/1061/rss">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard.</p>\n<p>In this episode, I am joined by <a href="https://ma.tt">Matt Mullenweg</a>, the co-founder of WordPress and CEO of Automattic.</p>\n<p>Just after releasing WordPress 5.0, and on the heels of WordCamp US, Matt and I review the event, the release, and discuss how he thinks things went, what could have gone better, and what he sees ahead.</p>\n<p>We also dig into WooCommerce, various plans around core development processes, Automattic, and more. I hope you enjoy.</p>\n<p></p>\n<p>And an audio version.</p>\n<p></p>\n<p>Full transcript is coming soon.</p>\n<h3>Episode Links</h3>\n<ul>\n<li><a href="https://ma.tt/">Matt’s blog</a></li>\n<li><a href="https://automattic.com">Automattic</a></li>\n<li>WordCamp US <a href="https://ma.tt/2018/12/state-of-the-word-2018/">State of the Word</a></li>\n<li>Post Status’s <a href="https://poststatus.com/state-of-the-word-2018/">coverage of WCUS</a></li>\n<li><a href="https://grief.com/the-five-stages-of-grief/">5 Stages of Grief</a></li>\n</ul>\n<h3>Sponsor: iThemes</h3>\n<p><a href="https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads">iThemes</a> makes great WordPress plugins, themes and training to help take the guesswork out of building, maintaining and securing WordPress websites. I talk to iThemes CEO Cory Miller during the break to hear about what they are working on, and excited about for the coming year.</p>\n<p>Thanks to <a href="https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads">iThemes</a> for being a Post Status partner.</p>\n<p> </p>\n<h3>Full Transcript</h3>\n<div class="transcript">\n<p>Brian Krogsgard: Hello and welcome to Post Status Draft. I hope you enjoy this interview with Matt Mullenweg. It lasts for a while, but I think that it’s worth catching the whole thing. We cover a whole bunch of topics. I want to thank iThemes for being our partner for this episode. iThemes has been in the WordPress space for so, so long and they make many great products, whether you’re looking to secure your website, manage your plugins and themes and so much more. Go to iThemes.com to learn more and thanks so much to the team at iThemes for being a Post Status partner. Now here’s the show. So hello and welcome to Post Status Draft. Fresh off of the release of WordPress 5.0 and WordCamp US, I’m here with Matt Mullenweg, the co-founder of WordPress. Hey Matt.Matt Mullenweg: Howdy, howdy. It’s good to see everyone again.</p>\n<p>Brian Krogsgard: Yeah, it’s great to see you. You look comfortable. You must be somewhere that is something like home.</p>\n<p>Matt Mullenweg: Yeah, I’m in actually New York City this week. I had a few meetings after the WordCamp and it’s also just one of my favorite cities to be especially this time of year. The lights and everything around Christmas time are just gorgeous, so it’s fun.</p>\n<p>Brian Krogsgard: Yeah. I’ve never been to New York City in the Christmas season, but it’s one of those bucket list type of things. So let’s start off with just how are you feeling post-release, post-event? How do you feel like things went overall?</p>\n<p>Matt Mullenweg: Super energized. I’d say like day before the release was pretty nervewracking, but it went better than I think almost anyone hoped, including myself. There was a great energy at WordCamp of we were able to kind of … I think instead of arguing about whether we should do a release or not, should it be Thursday or Tuesday or next month or never, or all these sorts of different options, everyone would say, “Okay, it happens. The world didn’t end and what can we do next to make things better?” That kind of making things better conversation is where I find the WordPress community is most productive. It’s where you can really get all sorts of different ideas and you can really get to the point where it does make things better for our users.</p>\n<p>Brian Krogsgard: Yeah. And I tend to think generally people cool down when they’re in person versus when they’re online. So all the energy, the pent-up energy from working through all the things that have to do with the release over the course of two years and it finally comes on you, sometimes it just feels good to get it out at the end of the day. You let those bygones be bygones.</p>\n<p>Brian Krogsgard: I felt like it was actually a pretty drama-free release and event. I didn’t see any major bugs come across. I asked some of the big hosts and some of the big plugin companies, I was like, “What are you all seeing? Are you seeing a bunch of stuff come through?” And I didn’t get much. Have you heard much feedback in terms of, are there a lot of bugs coming up? Are there are a lot of issues or has it been fairly smooth?</p>\n<p>Matt Mullenweg: Well, what I’ve been telling you all year, that it would be anticlimactic, I was half right. The software was anticlimactic. Everything around the software was pretty intense.</p>\n<p>Brian Krogsgard: Very climactic, yeah.</p>\n<p>Matt Mullenweg: But yeah, I actually didn’t realize it before I got on for State of the Word, but host site GoDaddy, others have already upgraded over a million sites. They’re seeing normal support loads, things like that. It’s like I said, ultimately what drives a release day is, is the software ready? And the software was ready and all the inputs, all the data, all the sort of normal things we look at were there. It was just one of these things where the people, we didn’t seem ready and that’s much harder to navigate. Sometimes getting it out there helps a lot, but it’s one thing that I’ve seen throughout my entire professional software career is the longer you go between releases the harder they are. I’ve seen this in small teams, big teams, public, private, inside automatic, outside, whatever it is. If you can get to where you’re releasing more frequently, it just removes a ton of stress and burden on each individual release and I think makes for ultimately a much better process for everyone involved.</p>\n<p>Brian Krogsgard: Yeah, and I want to dig into more about the process. I was really surprised. I don’t think I saw a single person share your old blog post about the version 1.0 and the importance of shipping 1.0. Maybe we’re just getting really old. So referencing a blog post that’s that many years old is harder now. But yeah, I’ve been in the camp for a while now that it just seemed like you’ve got to get it out there. I felt like we always had an advantage in the WordPress landscape and this is one of the things I was worried about when you announced the big feature release style. Here are our three goals and we’re going to make the releases strategic to that. We had the benefit of iteration when we had the regular releases. So overall do you feel like the tradeoff of losing the regular major releases was worth it in order to get the big thing shipped?</p>\n<p>Brian Krogsgard: I think of like Drupal, the struggles and the boundaries they had going from 6.0 to 7.0 to 8.0 and it was almost like a whole new thing. This was really our first time, in a really long time at least, maybe ever, that you feel like you update and it’s in some ways a whole new thing, and it was a long release cycle that led up to that. So do you think that tradeoff was worth it or do you think there was a tradeoff? Is my assumption a poor one?</p>\n<p>Matt Mullenweg: Well, there was in that we didn’t do a major release for a year. We did slip some things that would previously be in major releases in the minor releases, in the 4.9.X kind of releases, so that helped. That’s a good question. I think that in 2019 we can do both. So we can keep some really super rapid public iteration and the feature plugins, and who knows, I’d actually love to see a few more kind of areas of WordPress that we want to innovate in or expand in, take more of this plugin approach. And then we also have a lot of great stuff in the hopper for some major releases. I think we’ll be able to do … there was a lot of talk at contributor day as we were looking at it.</p>\n<p>Matt Mullenweg: It actually slipped my mind that we did that whole code reformatting and JavaScript reorganization in trunk, and that’s not in 5.0, right? Because we branched off 4.9.8 to make it as stable and as few changes as possible. So we’ve got actually, I think there’s another 200 patches already in trunk that weren’t in 5.0. So we’ve just got a lot of good stuff already in there, including the whole reorganization that you kind of put that together plus maybe ServeHappy and the white screen protection and some really cool stuff that’s kind of more like small stuff. That could be a 5.1 right there. I could see that going in the beta January, RC in February.</p>\n<p>Brian Krogsgard: Yeah, talk about ServeHappy. I mean, for I don’t know, five, six, seven years, people have wanted, demanded PHP upgrades and it was a footnote in this state of the word.</p>\n<p>Matt Mullenweg: I should have done it as one more thing.</p>\n<p>Brian Krogsgard: One more thing, yeah. Had to really get all the developers on your team for that one. So you made a commitment to in 2019 have a staggered upgrade process to mandate certain versions of PHP. Remind me if I’m incorrect, 5.6 in the Spring and 7.0 next winter. Is that basically the timeline?</p>\n<p>Matt Mullenweg: Yeah, that’s the idea and we’re just going to go through. And again this is, just like with Gutenberg, it’s not about changing a version number or something. It’s really about bringing the whole community along for the ride, so we need to scan all the plugins. For 5.6, I think we’ll actually be able to update them or send patches to maintainers, even update and maintain plugins, because those changes are pretty easy. Seven is tougher and I think that is, we’re targeting December for that. I could see that slipping, just depending on whether host in the meantime and everyone else is able to get there, but even getting to 5.6 opens up a ton of possibilities, including with things like OAuth and GraphQL and namespaces, and there’s some pretty cool features. 5.6 is ancient at this point. It had a lot of improvements over 5.2.</p>\n<p>Brian Krogsgard: And a lot-</p>\n<p>Matt Mullenweg: And we still have a lot of folks on these older versions, so part of the reason we’re giving ourselves time as well is to, if we can run some analytics to figure out which host these old sites are on Ron and reach out to them, try to work with them.</p>\n<p>Brian Krogsgard: Do you think a part of the reason why you even think this is possible, for a long time, I mean, people were running WordPress across a huge spectrum of versions of PHP. Do you think part of the reason why you even think this possible is the hosting relationships that had been made between the community and the hosting companies over the past few years? Because that’s something that I’ve felt like has been quite significant. The efforts that, if you look at the big ones, the GoDaddy and the Bluehosts of the world, the amount of commitment they’re giving to the community, do you think that’s a big part of it? And how hard is the long tail going to be to capture, do you think?</p>\n<p>Matt Mullenweg: That’s a big question. First, I’ll say that the improvement of hosts, particularly the big ones in becoming kind of like WordPress first, providing a really first-class WordPress experience from security updates, everything, it’s probably been the biggest change in the WordPress ecosystem over the past five years. And I have huge admiration for them because they’re doing this for millions of sites, thousands of support folks. They’re really moving some really, steering some really large ships and the results have been fantastic. We got, I think it was up to 68% of our WordPress was on 4.9 by the time 5.0 come out.</p>\n<p>Brian Krogsgard: Yeah, that’s great.</p>\n<p>Matt Mullenweg: But in terms of what’s going to make the PHP upgrading easier, it’s really a combination of everything, including time, including some of this white screen protection stuff that we’re doing. If we can back port that, you know we still backport to 3.7 all of our security updates?</p>\n<p>Brian Krogsgard: Mm-hmm (affirmative).</p>\n<p>Matt Mullenweg: Which is kind of wild.</p>\n<p>Brian Krogsgard: It is. It’s great for security of the Web broadly, but it’s quite something.</p>\n<p>Matt Mullenweg: Yeah, if we can do that for some of this, maybe we can put some of this white screen upgrade protection into those old versions, so that way we can kind of protect people who might be doing plugin and theme or core updates from breaking their site in programmatic way. Um, it’s also the work that’s gone into updates. We know we migrated to a new data center this year for WordPress.org It’s like, I forget the exact or something like five or 10 times more powerful than the old one.</p>\n<p>Brian Krogsgard: Wow.</p>\n<p>Matt Mullenweg: Almost no one noticed. But you notice that there’s no more 503s when we run the updates, and things can go faster. This means we can do auto updates better, which means that we’ll be able to do opt-in for core and plugin and theme auto updates and then maybe move that to opt-out 2020. These are all just things that have been going on that represent thousands of hours of work from hundreds of people that set the stage so we can do stuff. It’s part of the reason I think that we will be able to move a lot faster in 2019. We had to stop core ,essentially freeze it for Gutenberg, because we were building a new foundation and you can’t build the house on top while you’re also pouring the concrete, right? Things will sink. They’ll get off center. I’ve never built a house so I don’t know this analogy all the way, but now we’ve got the foundation. We’ve got this framework and things being built on top of that framework. We’re already starting to see the benefits to things like keyboard navigation and accessibility when they’re built using Gutenberg fields that already have this kind of baked in.</p>\n<p>Matt Mullenweg: So I think that we have the opportunity to do just a massive upgrade not just of the editor but of every single plugin, every single theme, every single person’s experience with WordPress because think about it. No one just runs core. Cool if we do Gutenberg in core? Ultimately it doesn’t matter. Everyone’s got five, 10, 20 different plugins. They’ve got their theme which might implement who knows how many additional features baked into the theme? Probably dozens, if you think about all the customization options, that’s all going to be able to be reimagined now and already is. We see some of this, over 100 themes in the plugin directory. You might have noticed we put the Gutenberg-ready plugins at the very top, even above featured. We’re really trying to get everyone on this train.</p>\n<p>Brian Krogsgard: Do you think there was a messaging gap in a trying to get across the idea that Gutenberg is a foundation rather than a window dressing or wallpaper or whatever other nonstructural housing component we want to compare it to?</p>\n<p>Matt Mullenweg: Well, I think it’s easy to say that there was a messaging gap and that communication could have been 10 times better or whatever, because there are obviously some people who wren’t on board and still aren’t on board. So now, is there anything that could have gotten everyone 100 percent?</p>\n<p>Brian Krogsgard: No.</p>\n<p>Matt Mullenweg: I don’t know, but I think we will always strive to do better. And ultimately, I mean, one of the things that made me pretty confident about the release wasn’t that Gutenberg is perfect. It’s not. By the way, it’s still not right for a ton of people, but that’s okay. You know WordPress, unlike almost every other SaaS service or software use gives you control. And the fact that we have classic editor as a first party supported official thing and that anyone for whatever reason, literally any reason, can still use the old experience instead. That’s what I meant when I said 5.0 was going to be anticlimactic, not that it meant Gutenberg was perfect or ready for everyone, but that forever was not wordy. They’re just a click or two away before or after the release from having the experience that they used to.</p>\n<p>Brian Krogsgard: Yeah, one of the things I like to remind myself of is that neither was TinyMCE perfect or right for everyone.</p>\n<p>Matt Mullenweg: Well, no.</p>\n<p>Brian Krogsgard: And that’s why it was being replaced. So I think sometimes we do have to look at what are we trying to replace and what do we have right now? Is that worth getting out into the world and iterating on?</p>\n<p>Matt Mullenweg: Did you see those user tests videos?</p>\n<p>Brian Krogsgard: I did. Unfortunately my wife said, “Do you want to go see the Harlem Globetrotters?” And I was like, “Absolutely.” And I didn’t have WordCamp US on my calendar yet.</p>\n<p>Matt Mullenweg: Oh, don’t worry, don’t worry.</p>\n<p>Brian Krogsgard: So we double booked, so I re-watched the whole State of the Word, including the user tests, the Q and A, the whole thing, and it was pretty amazing seeing those user tests. I’ve seen people do user tests before. They’re often really terrible.</p>\n<p>Matt Mullenweg: Painful.</p>\n<p>Brian Krogsgard: That’s why for years I’ve tried to make my own message that we need to continually support things that make WordPress easier to use, so I think that was a good thing to highlight in the State of the Word.</p>\n<p>Matt Mullenweg: And by the way, I probably would’ve picked the Harlem Globetrotters over me as well, so o need to apologize.</p>\n<p>Brian Krogsgard: It was the first one I’ve missed since like 2012.</p>\n<p>Matt Mullenweg: That’s awesome. That’s great. I’m an average live experience. The Harlem Globetrotters are amazing live.</p>\n<p>Brian Krogsgard: They are.</p>\n<p>Matt Mullenweg: You can always catch State of the Word on vide later.</p>\n<p>Brian Krogsgard: They are. I may as well use the opportunity too to thank [David Bisset 00:15:39], because he did a fantastic job with both tweeting things and just generally keeping people that follow along with Post Status up to date and it turned out to be a good outlet for him because twitter banned his personal account because they thought that he was tweeting so much.</p>\n<p>Matt Mullenweg: Wasn’t that wild?</p>\n<p>Brian Krogsgard: Yeah.</p>\n<p>Matt Mullenweg: I know. That guy is a national treasure of WordPress.</p>\n<p>Brian Krogsgard: He is. He is. If there was a community spirit award, he should win it.</p>\n<p>Matt Mullenweg: Absolutely.</p>\n<p>Brian Krogsgard: So he stood up to ask a question during the State of the Word and unfortunately ran out of time, so I would-</p>\n<p>Matt Mullenweg: Right, I felt so bad that we didn’t get to … There were a lot of people in line, but just some of those earlier questions were a bit longer and I could tell the room was starting to, like I think we were already like an hour 45. We were pretty far into it, so …</p>\n<p>Brian Krogsgard: Yeah, and maybe we’ve put a 30-second clock next year for people to ask a question.</p>\n<p>Matt Mullenweg: I’ve been thinking about that, like there were some definitely things in the room this year, like it was very dark in the audience so it was a little harder to see. I think that also subdued people. There was a little more distance between the stage and the people which looked a little more theatrical, but I think also made the audience a bit more disconnected. And even, there was a funny thing. You saw the spotlight on the question askers?</p>\n<p>Brian Krogsgard: Yeah.</p>\n<p>Matt Mullenweg: It was so bright and at an angle that it was shining in the eyes of everyone sitting next to them. So after the first or second question there, there was a huge hole in the audience next to the mic because we were just getting like it had this crazy spotlight on it. I think we can figure out some different ways of doing lighting or doing the questions in the future that might be a bit a bit easier.</p>\n<p>Brian Krogsgard: Well, you’ll have that opportunity in St Louis, right, for the next two years.</p>\n<p>Matt Mullenweg: Woo hoo, St. Louis. I’m very excited about that.</p>\n<p>Brian Krogsgard: Yeah, I’m excited about that too. I haven’t been there in a long time, and what David-</p>\n<p>Matt Mullenweg: I love that we’re doing the opposite of Amazon. They had the opportunity to pick any city in America and they go to D.C. and New York.</p>\n<p>Brian Krogsgard: I know.</p>\n<p>Matt Mullenweg: They’re both amazing places, but not really shining a light on places that don’t get as much love already.</p>\n<p>Brian Krogsgard: Yeah, I think my-</p>\n<p>Matt Mullenweg: And we’ve had Philly, Nashville and now St. Louis, I really dig the WordCamp US thing.</p>\n<p>Brian Krogsgard: Yeah. I have feeling that Amazon may have been including some political reasoning and in their strategy for that, but that’s okay. WordPress doesn’t have to do that. We can go wherever we want.</p>\n<p>Matt Mullenweg: We can go to Canada, which was one of the questions, which I thought was kind of cool.</p>\n<p>Brian Krogsgard: Including Canada, which was a good question. I actually had that brought up to me before WordCamp about the U.S./Europe thing and whether we can learn from that and have WordCamp Americas or something.</p>\n<p>Matt Mullenweg: Yeah, what’s your thought on Central America in that equation?</p>\n<p>Brian Krogsgard: Yeah, I mean I think that there’s a lot of cultural differences, but I think anything Americas, there’s some common themes of people that work hard, people that explored many centuries ago. So I don’t know, I’m probably not the best person to answer that type of question, but …</p>\n<p>Matt Mullenweg: I’ve been thinking about it a lot, like what are the logical divisions and because we do have some rules in the WordCamp world around like what could be … I’d love to see a WordCamp Asia, for example. Asia is obviously geographically, culturally and language-wise, incredibly diverse.</p>\n<p>Brian Krogsgard: Right, I think the lingual differentiation would be a challenge, so I don’t know what the best regions would be but perhaps-</p>\n<p>Matt Mullenweg: But then look in Europe.</p>\n<p>Brian Krogsgard: Yeah.</p>\n<p>Matt Mullenweg: It has a ton of languages [inaudible 00:19:08] English.</p>\n<p>Brian Krogsgard: I always envy friends in Europe because they all speak like five languages plus, and some of them speak better English than I do.</p>\n<p>Matt Mullenweg: Oh, for sure. Have you ever seen a map of the lower 48 overlaid over Europe?</p>\n<p>Brian Krogsgard: Yeah, it’s very, very similar in size, so-</p>\n<p>Matt Mullenweg: Yeah, it’s actually, you forget how large actually the lower 48 of the U.S. is that it covers kind of like into Europe, pretty far into Russia and Turkey and Middle East.</p>\n<p>Brian Krogsgard: Yeah. We think of Alabama and Houston or Birmingham, Alabama and Houston, Texas as pretty close, but that could be different countries if we were in Europe with different languages and culture. It’s a reminder of the diversity in our space and how serving different cultures and people from different backgrounds is extremely important. All right, so David’s question was, what are the dates for WordCamp next year? Do we have any idea?</p>\n<p>Matt Mullenweg: Oh, I think we know them. I’ll put them out later. They’ll be in a blog post or something.</p>\n<p>Brian Krogsgard: Okay, he will be disappointed again.</p>\n<p>Matt Mullenweg: Well just, I don’t know if I could tell you the day of the week of my birthday or something. I’m pretty bad at dates.</p>\n<p>Brian Krogsgard: No, that’s fine.</p>\n<p>Matt Mullenweg: As you might guess from-</p>\n<p>Brian Krogsgard: Is it going to be in December again, though?</p>\n<p>Matt Mullenweg: I believe so. Don’t hold me to anything there. I will officially find something.</p>\n<p>Brian Krogsgard: But late in the year still.</p>\n<p>Matt Mullenweg: Yeah, yeah, so I think that we’ll put up like a placeholder site for 2019, and there will definitely be some tweets and some official stuff saying the dates.</p>\n<p>Brian Krogsgard: Okay.</p>\n<p>Matt Mullenweg: But to your earlier point, I actually feel what you just described of going between countries in Europe, I feel that when I’m, excuse me, on the East Coast of America because I can actually drive eight or 10 hours and still be in Texas. I can drive two hours over here and cross through three different states. And that was one of the points that I tried to make. This was actually I think one of my weaker Q&As. I had two answers that were two of the worst answers I’ve given probably the past few years, and one was what people heard me say, which I wasn’t trying to say, to Morton’s thing.</p>\n<p>Matt Mullenweg: Which I was trying to make the point that in a distributed organization or where we have people working across things, you can read into someone’s language and it might not be their first language, so it’s really good to give the benefit of the doubt and realize that we’re not all speaking our native tongue. And so things might come across as harsh or worse or rude or things, when it’s just not at all. It’s certainly not the intention of the person to communicate that way. And the other was the answer, I think it was Birgit’s question about being hired to work on things.</p>\n<p>Brian Krogsgard: Yeah, corporate sponsorship for WordPress work.</p>\n<p>Matt Mullenweg: Yeah, neither … I think my brain was just a little fried by the end of the day.</p>\n<p>Brian Krogsgard: So what would you adjust in terms of, I think that question was around how to … I was actually with you with Morton, that I didn’t notice the issue. It seemed like you were pretty clearly speaking about broader communication things, not specifically with his communication, which is-</p>\n<p>Matt Mullenweg: I would never make fun of Morton’s or anyone’s skills speaking another language.</p>\n<p>Brian Krogsgard: Yeah, and that one was pretty clear to me. But the one about corporate sponsorship, do you think there’s a place for … How do you encourage independent work on the WordPress community, nonprofit side of things? Is there a place or a way that that can be done without corporate sponsorship? Because I know, I mean I’m self-employed and I can personally understand if I suddenly gave 10 or 20 hours a week or whatever amount of time to the core project in a non-revenue generating way that would be felt. So is there a way that that can be done, or do you think corporate sponsorship of community work is really the only way to go about it right now?</p>\n<p>Matt Mullenweg: Well, let me take a second crack at this one. First and foremost, I never want to downplay the contributions of people doing it in their spare time.</p>\n<p>Brian Krogsgard: Yeah, and it is, I mean it’s astonishing and I could be that person, too. I don’t choose to be that person in this stage of my life, but yeah, it’s amazing what people are doing completely outside of work time.</p>\n<p>Matt Mullenweg: Yeah, and I also don’t want to understate how big an impact on the WordPress project, two to four hours a week out of the 168 can have a really huge impact on some big areas. Even a single hour a week, if put in the right place, can move mountains. And WordPress was largely built by volunteers and people doing it in their spare time, and I worry to say, to ever get to a point where we’re saying we only value people who are doing it full time, or it’s only possible to make a change if you’re doing it full time. So that’s one point I was trying to make, that let’s never downplay the value that people can do with just a little bit of contributions. Five for the Future is just two hours a week in a work week, right?</p>\n<p>Brian Krogsgard: Right, yeah, and that was the question [Daniel Bock Huber 00:24:12] had was if you had plans or iterations that you thought would be good for Five for the Future?</p>\n<p>Matt Mullenweg: Oh, for sure. The second is that the WordPress Foundation is not designed to be an employment entity. Now, there’s no employees. There’s no HR. There’s no benefits. There’s no payroll. There’s no anything, and going from zero to one there is actually a pretty big thing. It is designed to give grants. We can give money to other organizations. By the way, I think that there’s also a big opportunity for other nonprofits to be part of this. There’s no reason to say only for-profit corporations can sponsor people that work on WordPress. I would love to see more nonprofits that by the way have a lot more expertise in some of the areas that we want more contributions in, including design, accessibility, privacy, internationalization.</p>\n<p>Matt Mullenweg: These things, there’s full nonprofits dedicated to that have often sometimes very large staffs and pretty large budgets, journalism. These I think are really fruitful areas, and in fact one of the things that, I don’t know if you saw Morton’s talk, a lot of people I thought misread it. Maybe I misread it as well. When he was talking about open governance, my take was that he was talking about getting WordPress a seat at the table, and discussing these regulation changes and et cetera happening. I think the example last year was, there was this meeting at 10 Downing Street. Who was there? Was WordPress represented?</p>\n<p>Matt Mullenweg: And he started talking about the Web Foundation, and I began thinking. I was like, “Wow, well, WordPress only represents a third of Websites, and not even, really. It’s a third of the top 10 million. Another foundation like the Web Foundation actually might be a better vehicle to try to advocate on the open Web as a whole, versus just the people who happen to be using a single CMS.</p>\n<p>Brian Krogsgard: Yeah, and I don’t want to speak for him in terms of which audience he was trying to, or which group he was trying to represent in terms of within WordPress, or WordPress within the broader Web. I do think that there are often questions about governance of WordPress. You have long been the central vision of the project, and then delegated the execution of that vision to many other people who then lead this project, which is massive at this point. One of the things I’ve always asked you for several years now was, how many people do you have directly reporting to you?</p>\n<p>Brian Krogsgard: Because one of the things I find to be important is under this model, where your vision is required, then if you’re spread out so thin it requires these sprints to focus towards WordPress, rather than always being able to have kind of a constant flow, even if it’s a minority of your time, going towards that, establishing that vision for WordPress. So, how have you evolved in that regard? I know you’re-</p>\n<p>Matt Mullenweg: What was the number last time you asked me?</p>\n<p>Brian Krogsgard: It was high.</p>\n<p>Matt Mullenweg: What is high? There was one point it was like 26 or something.</p>\n<p>Brian Krogsgard: Yeah, it was in the 20s. It was in the 20s last year I think when we talked about it.</p>\n<p>Matt Mullenweg: Yeah, it’s under half that now.</p>\n<p>Brian Krogsgard: That’s great.</p>\n<p>Matt Mullenweg: So, that’s been really good. There’s been a lot more leaders, but I would actually argue the point that WordPress has always been sort of my vision being set, or even my direct leadership. There was a good four or five years there where the leadership structure, because we’ve experimented with lots of different, we don’t call it governance, but essentially leadership structures in WordPress. For a while, we had kind of the … It wasn’t a committee approach, but essentially like the lead developers consensus approach. We did that for a few years.</p>\n<p>Matt Mullenweg: Even from the beginning it wasn’t just me. It was me and Mike Little, so it’s never been solo. Then we went to where the release lead was the final decider, including over me, so that was probably, I don’t know, 3.9 to 4.7 maybe, that including could overrule me as project lead for what was in the release or not, and that was to try to give a little more autonomy and flexibility to release leads. But the big change was a few years ago I said, “Okay, I’m going to take back over core WordPress development,” and that was to try to provide a … Try to make some of these big changes happen. So right now it is much more of a benevolent dictator model, although both of those words are questionable. But, I don’t see that as the permanent forever structure, you know? [crosstalk 00:28:54]-</p>\n<p>Brian Krogsgard: One problem with that is-</p>\n<p>Matt Mullenweg: I don’t know if I can sustain this forever. I mean, this is a pretty intense period and we’re doing some pretty intense work, and I’ll need a break at some point, too.</p>\n<p>Brian Krogsgard: Yeah, and how do you, or do you think there’s merit in opening that up in some way to certainly have more community input, but sometimes that’s not good, you know? Sometimes the central vision idea can be more productive, but when you bring that into open source software versus running a company, maybe there’s different consequences. So have you given any thought to what does WordPress look like after this phase in terms of a governance structure?</p>\n<p>Matt Mullenweg: It’s hard, because I haven’t seen any models where anything resembling voting works, you know?</p>\n<p>Brian Krogsgard: Yeah, for running software, you mean.</p>\n<p>Matt Mullenweg: Yeah, and for choosing a direction. It’s not that many models for consumer-facing software. There’s some for server-facing software, where sort of like a committee approach works, you know? It seldom creates great user experiences. You kind of want, I’m not saying it always has to be me, but what I want is a strong, opinionated, thoughtful leader doing, setting a bold direction, taking experiments and being willing to fail, comfortable with failure, is I think what you need to create great software.</p>\n<p>Brian Krogsgard: So how do you-</p>\n<p>Matt Mullenweg: And that’s tough, and by the way, we’ve had lots of those leaders in the history of WordPress, and I think that’s been the success. It’s not just because I’m doing anything.</p>\n<p>Brian Krogsgard: Sure.</p>\n<p>Matt Mullenweg: It’s that we have lots of folks and we have, as a community including myself, invested that authority and power in them, and that trust. It doesn’t mean that it’s always been right, like we’ve definitely done things that we might undo later or that were mistakes, but the ability to make those mistakes is what you need for an innovative organization. When you look at any organization, private or public, it’s too afraid to fail, that’s when you get this kind of incrementalism. That’s when you get this kind of fear of change. That’s when you essentially stagnate, and if you were to point to any place that software goes poorly, whether that’s in government or companies that don’t innovate or get disrupted by smaller upstarts, anything, it’s because one of those happened or probably all of those things happened. They got too successful and then they were afraid to fail, because it was too embarrassing and they had too much to lose, and then they stagnate.</p>\n<p>Brian Krogsgard: All right, we’re here to take a quick break and I want to thank our partner, iThemes, long-time supporter of Post Status. I’ve got Cory Miller on with me to talk about what they’ve got going on. Hey, Cory.</p>\n<p>Cory Miller: Hey, Brian, thanks for having me on.</p>\n<p>Brian Krogsgard: Yeah, it’s my pleasure and I appreciate your support over the years. I was hoping that you could just tell me maybe what’s a big success iThemes had in 2018, and what you’re looking forward to next year?</p>\n<p>Cory Miller: Yeah, as you know in January of 2018 now we were acquired. iThemes was acquired by a great hosting company named Liquid Web, so this year has been spent integrating. We are almost done with the first round of integrations for our key product, iTheme Sync, which promotes site management for freelancers and agency WordPress Websites, BackupBuddy, our long-time popular plugin, and securities. So we’re almost done with the final round of that. You know in any transition there’s always bumps, but it’s been a really good ride so far.</p>\n<p>Brian Krogsgard: Yeah, have you been getting good feedback from LiquidWeb customers so far, or I guess are you looking forward to seeing iThemes products more integrated with LiquidWeb’s stuff?</p>\n<p>Cory Miller: Very much so. We saw hosting as the future for WordPress. All of the big hosting companies making significant investments in WordPress, and this was a way to join forces with a great hosting company and for our products, our team, to live on into the future doing really good things in WordPress.</p>\n<p>Brian Krogsgard: Cool, and iThemes products are still available outside of LiquidWeb as well. You can use them on any host that you choose, or a naked VPS if you want help managing a server that you want to pull all the lever, you can still do that but you can use all the iThemes tools to help you manage the day, and [inaudible 00:33:31] out of your WordPress Website. I’m really excited for you guys and what you have going on, and look forward to hearing more as next year comes along. Thanks for being on real quick, and if people want to learn more about what you’ve got going on, where do they go?</p>\n<p>Cory Miller: iThemes.com, best place to click some links and see if we are offering something that you’re in need of. We’d be happy to serve you.</p>\n<p>Brian Krogsgard: Awesome, well, thanks for being such a big part of the WordPress community these last 10 years plus, and a partner of Post Status for as long as Post Status has existed.</p>\n<p>Cory Miller: Yeah, we love Post Status. Keep doing what you’re doing, Brian. Thank you.</p>\n<p>Brian Krogsgard: Thanks, buddy. Bye. We’ve got another question from Ant in regards to giving people a seat at the table in a governance structure, which was seeking an update on the growth council, whether that was productive this last year, whether it happened. How can it happen going forward? I don’t know anything about what’s happened in the last year, so what have you learned there, and what’s happened?</p>\n<p>Matt Mullenweg: Yeah, so we created these two growth councils, one consumer one and one enterprise one, and we did these monthly meetings, video chats. And my goal with creating it was one, to bring some people together, so there are direct competitors in these meetings. It’s enterprise agencies that are bidding on the same clients. It’s Web posts that are advertising on the same key words and everything. And so you’d have like that as part of the discussion, and one of the goals also was to produce, improve essentially the WordPress experience.</p>\n<p>Matt Mullenweg: Some parts were successful, some parts weren’t, so I was amazed and humbled by how people came together. I think it really showed something I’ve tried to demonstrate with Automatic in the past, that you can both compete and work together for a greater good. People were both able, because it was a safe space, they were able to share things that were going on in their companies, things they were hearing from clients that they couldn’t talk about publicly, things they were seeing, experiences, in a safe space that generated some amazing discussions. I’ll also say selfishly that I learned a ton being part of these meetings, so it was really, really valuable for me.</p>\n<p>Brian Krogsgard: And that’s about how their organizations work and what’s important to them, or what kind of stuff?</p>\n<p>Matt Mullenweg: And the people they’re talking to, whether that’s consumers, kind of the more mass market side particularly with Web posts, but also with people doing trainings, people building small Websites, which is my kind of mental model was like, if it’s people spending under $100,000 a year for a site that’s the consumer group. If it’s over $100,000 a year, that’s the enterprise group. Not exact, but that was kind of like a rough mental model. And on the enterprise side, what are they seeing? It was so interesting as well, like most of the big agencies started building sites with Gutenberg kind of like February, March, and were launching them over the summer. Now at this point, they’re basically building everything. They’ve been building everything new with Gutenberg for the better part of a year.</p>\n<p>Brian Krogsgard: Yeah, I actually spoke with Tom Wilmot from Human Made and Jake Goldman from 10up both, and they’ve both expressed that they had an early embrace of Gutenberg and seen success with it. Somebody was telling me, I think it might have been Tom, that they showed off a demo of Gutenberg and instantly blew some Adobe experience manager style feature out of the water. Some company had spent gargantuan sums of money on the alternative experience, and they did a couple customizations with Gutenberg over the course of a couple weeks and showed them this as a prototype. It was already far superior to what their competition was putting forward, so from those-</p>\n<p>Matt Mullenweg: There’s got to be so much of that.</p>\n<p>Brian Krogsgard: Yeah.</p>\n<p>Matt Mullenweg: At Gutenberg, people have written bad versions of what Gutenberg is, including myself, for five years now. And now we’ve got this standard we can all build on. I actually had it right here. Human Made had this really cool white paper. I don’t know if you’ve seen this.</p>\n<p>Brian Krogsgard: Nice, yeah, they printed it.</p>\n<p>Matt Mullenweg: It’s glossy, it’s pretty … I mean, these are the types of things that for enterprises are really important. PDFs, white papers, case studies, and enterprise section of WordPress.org, important for that user group. For a consumer, a lot of things that that team talked about was the importance of talking about different use cases and allowing users to self-segment over the job they want to get done, and having some guides for that, some recommended plugins, essentially hand-holding them through the process of it.</p>\n<p>Matt Mullenweg: So I talked about what was successful about the councils. I’ll tell you what didn’t go as I hoped, producing things. I think because it was all often the CEOs of their companies or kind of the head folks, it was difficult for them to get time other than the meetings, in between the meetings, to just do work to produce for example a new enterprise section of WordPress.org. So actually on Saturday morning, I officially dissolved the councils.</p>\n<p>Brian Krogsgard: Okay.</p>\n<p>Matt Mullenweg: What I told the folks was, we’re not going to schedule out these meetings for the rest of the year. I left the Slack channels up so people could keep chatting if they want, and of course I said if anyone wants to keep meeting on their own, they’re happy to, or to continue the projects, and both groups said they would like to. The enterprise group wants to get the enterprise subsection of WordPress.org out. The consumer group wants to continue shipping some things, but it was a year and we didn’t ship these things, that honestly probably any … It could have happened within a month or two if it had had a lot of focus from any of the people involved. It illustrated to me actually the difficulty of a committee approach.</p>\n<p>Brian Krogsgard: Yeah, it makes me think of-</p>\n<p>Matt Mullenweg: One of the things that came up was the enterprise. We did drinks on Saturday as a kind of ending thing. It was a combined consumer and enterprise, and one of the things is they were like, “Hey, if you had just chosen one person to be in charge of this, that person could have said, ‘You do this, you do this, you do this,’ it would have shipped probably pretty quickly.” But because no one knew who was in charge and who could tell other people to do things, I think it was Jake who said, “I’m not sure if I can tell Tom, ‘You need to finish this page,’ or ‘You didn’t edit it.''” Who’s in charge? And so that’s I think unintentionally illustrated an alternative group and management style that, because if it wasn’t adjusted and set up correctly, which is my responsibility, my fault, and not getting the results that we wanted. So, great experiment though, and I’m really, really glad we did it.</p>\n<p>Brian Krogsgard: Yeah, I wonder, you see movies or you see a senate hearing or something, and you have the primary people at the center table and then you have all their deputies on the outside. They’re still in a safe space, but they’re the people that actually go out and do things afterwards. It’s not like the senator or the CEO on that council necessarily that’s implementing, but they bring other people from their organization in to help the implementation component.</p>\n<p>Matt Mullenweg: I was kind of hoping more of that would happen. It’s true, some people on the councils were contributing individually, and some lead larger organizations so they can shepherd a lot of resources as well. So, I think there’s some of both that’s needed in the WordPress world. Yoast and myself are probably good examples, Yoast the person, not the company, of a leader who’s really passionate about areas, who also brings along a lot of their company to work on it.</p>\n<p>Brian Krogsgard: Yeah, they have a lot of manpower there.</p>\n<p>Matt Mullenweg: Oh, yeah.</p>\n<p>Brian Krogsgard: That they’ve got dedicated to core.</p>\n<p>Matt Mullenweg: Person power.</p>\n<p>Brian Krogsgard: Person power, thank you.</p>\n<p>Matt Mullenweg: Yoast had an incredible effect on Gutenberg and the 5.0 release, even though they’re smaller than all of the hosts, all of everything else. I think it’s a great example of Five for the Future.</p>\n<p>Brian Krogsgard: So I have one more process question, and then I want to dig into phases two through four, but Darren Ethier I think is how I pronounce his last name, he asked what were your thoughts process-wise on using GitHub for probably the most ambitious-sized project yet with WordPress from a feature plugin or feature point of view? Do you think it was encouraging enough to potentially start moving off track in SVN? I do know there was a make WordPress post that was about this, but I’m curious your personal experience, whether you liked being in GitHub day to day or using Git in the process, or if you missed track in terms of that development?</p>\n<p>Matt Mullenweg: I mean, I’m an early adopter of GitHub. My user name is literally the letter M, to show you how early it was, and I really like it. I think it’s a great product. Having kind of a parallel process, where I’ve now been involved pretty heavily in something on TRACK, involved pretty heavily on something on GitHub, there’s pluses and minuses. I wouldn’t say either is a panacea. The thing that actually makes the real difference is much more your engineering management. It’s your triage. It’s your process. It’s the testing. On both GitHub and TRACK, we made mistakes and had tickets that sat for weeks without anyone responding to them.</p>\n<p>Matt Mullenweg: That doesn’t have to do with the software. It has to do with the people, and I do worry the distraction of effort and time that switching source control and issue trackers and just also all the work that needs to be done to migrate all the tooling at the same time, if it would distract us from what’s actually most important in 2019, which is to tighten up some of our loose parts of the software. So that’s the only reason I’m hesitant to commit to saying that we’re going to do anything, particularly in 2019.</p>\n<p>Matt Mullenweg: Also, I am a big fan of GitLab, obviously. I see a lot of, I noticed a lot of comments on Helen’s post for actually advocating for GitLab. All of these things are getting better pretty rapidly. GitHub was slow for a while, and now they’re really picking it up. Time is kind of on our side if we switch later, because whatever we switch to will be six or 12 months better than it is today, and probably provide perhaps more of a compelling step function and user experience than is currently there, which is yes, I totally agree the interfaces are more modern and there’s better tools, and I do strongly prefer Git for branching and all these other things. There’s almost nothing you could tell me about either way that is an argument I haven’t heard or made myself. But it’s more just about a community focus thing, and what is the issues most urgently impacting WordPress users, both current and potential, today?</p>\n<p>Brian Krogsgard: I like what you say there in terms of the urgency factor, because I think I agree with you. Personally, if I were to do something to try to actually make code changes in SVN, I would always have to go remind myself, how do I patch something, and do I have the tools on my modern MacBook to do so? Whereas by … Go ahead.</p>\n<p>Matt Mullenweg: I was just going to say, we’ve built a lot of bridges between them as well. WordPress is synced to Git. You can do things both ways. We have tools for migrating patches between them. We’ve got official GitHub for WordPress. There’s a lot of stuff out there, but there is a point when I really want to focus on the developer experience and really invest some serious, serious time into that, but we’ve got to get the user experience right first.</p>\n<p>Brian Krogsgard: Yeah, I think I’m with you in terms of that priority, but long-term bringing on new people to be comfortable developing on the software, most people in their day to day are in GitHub or in Git more broadly, so even the self-hosted Git version or GitFlow I think in the long run would be good, but I like what you said there about the urgency component.</p>\n<p>Matt Mullenweg: Well, that’s one of the things I was looking at a lot, because that is one of the I think better arguments for using something centralized like GitHub, is that a lot of people have GitHub accounts.</p>\n<p>Brian Krogsgard: Mm-hmm (affirmative).</p>\n<p>Matt Mullenweg: Basically there was a while, I’ve reviewed probably over 10,000 engineering applications for Automatic. Every single one of them has a GitHub link. There’s definitely something to be said for that. I didn’t notice that big a difference in type or number of contributions, so it is a barrier to entry to make a WordPress.org account. It doesn’t appear to be the most salient factor in determining whether people submit patches or are active in TRACK or not-</p>\n<p>Brian Krogsgard: Interesting.</p>\n<p>Matt Mullenweg: Active in [inaudible 00:46:57] TRACK or not.</p>\n<p>Brian Krogsgard: I’d be curious how that ends up working if it was officially there, but nevertheless let’s move on to-</p>\n<p>Matt Mullenweg: Well, just look at the numbers, because Gutenberg was as official as anything, and the numbers of contributors to that versus the number of contributors that we have in any given core release, kind of similar. I think that the hard part is actually deciding that you’re going to dive into the code. The hard part is saying like, “I’m going to take this code. I’m going to figure out the problem and then submit the patch.” And once you’ve been through that, making an account one place or another, I think it’s probably something you’ll do one way or another.</p>\n<p>Brian Krogsgard: So phase one of Gutenberg mostly complete, or at least out the door, and you’re going to be iterating on this every two weeks like you told me before. Let’s talk about phase two through four, and let’s start with just why do you think that the order that you established things in is the right order? Why do you think this is the right direction, I guess, overall?</p>\n<p>Matt Mullenweg: Yeah, some of it is sequential and some of it is not. Are you familiar with the Kubler Ross Five Stages of Grief?</p>\n<p>Brian Krogsgard: No, I’m not.</p>\n<p>Matt Mullenweg: It’s like anger, denial, depression, acceptance. You’ve probably seen these before.</p>\n<p>Brian Krogsgard: Yeah, I’ve seen this in terms of markets. It’s the same stages of grief are identified in market cycles, so like in the stock market it’s a very similar thing, but I didn’t know it was called that.</p>\n<p>Matt Mullenweg: I don’t have one on my desk, but I actually have some glasses that I often use for drinks that have little markers on them, and it actually has the five stages.</p>\n<p>Brian Krogsgard: Nice.</p>\n<p>Matt Mullenweg: We could put that in the show notes for the podcast, a link to those.</p>\n<p>Brian Krogsgard: Yeah.</p>\n<p>Matt Mullenweg: A common misperception, I ended up actually reading one of her books called On Grief and Grieving, and it was actually finished posthumously, so she actually passed away in the process of it. This is I think Elizabeth Kubler Ross, or I forget the exact name, but amazing book. Good to read even if you’re not going to go through grief or grieving, because we all do at some point. One of the most fascinating things I took from that book was people think of those stages as sequential, and actually they can happen out of order, and they can happen simultaneously. In fact, you can go through anger and denial and acceptance and everything all in the same kind of 10-minute period.</p>\n<p>Matt Mullenweg: That was a really fascinating insight to me just of the human condition, because we are often more complex and less sequential than sometimes our simplified systems would like to say, or we’d like to think. Development is the same way. Phase one is not stopping where phase two is starting, and I think bits of phases one through four have already happened and will continue to happen as we go through it. It’s just more about priorities. We’ve gotten the editor experience to the point where I think it’s pretty darn decent, especially for new users. Now people, if you look at people who started using WordPress in a post-Gutenberg world, of which there are now hundreds of thousands, so they’ve only known Gutenberg. This is that example of the support person who said, “Bring me back the simple editor,” and they meant Gutenberg?</p>\n<p>Brian Krogsgard: Yeah.</p>\n<p>Matt Mullenweg: What is the new barrier that they’re running into? What’s the new wall they’re hitting? It’s the rest of the site. It’s customization. It’s widgets.</p>\n<p>Brian Krogsgard: So for those that don’t have these phases locked down in their brain, phase two is customizing outside of the post content itself as the next point of emphasis. So this could be widgets, menus and miscellaneous content. David posted a funny picture on Twitter where you looked like you were in deep thought during the State of the Word and he said, “I wonder what Matt’s thinking about right now?” You said it was probably the process of transporting menus to Gutenberg.</p>\n<p>Matt Mullenweg: Oh, yeah.</p>\n<p>Brian Krogsgard: Moving, I feel like this is something that’s happened every few years [crosstalk 00:51:12] in WordPress, it’s like the old menu system, then the new menu system, then the customizer menu system. Now we’re talking about menus here, and also not calling it menus but reshaping to navigation.</p>\n<p>Matt Mullenweg: And navigation block, I think is probably a good way to put it.</p>\n<p>Brian Krogsgard: Yeah, it seems like we’ve got some debt in regards to spending time on things that then we don’t use for a super long time, so how can we do the Gutenberg way of site customization and content and try to be efficient and long-lasting with that effort?</p>\n<p>Matt Mullenweg: Well, I mean first we’ll start doing it in plugins, in the Gutenberg plugin actually, just like we did for the editor. And so we can have, one of the reasons Gutenberg is where it is is because we did do a lot of user testing along the way, and it wasn’t just testing mock-ups or ideas. We had the actual working plugin on actual working WordPress sites so they could run. That makes a world of difference, so we’ll be able to do that for the customize, replacing widgets.PHP, piece of cake. That’s just taking over the page. The customizer is a little trickier, but we can do it because all of Gutenberg was designed to be responsive.</p>\n<p>Matt Mullenweg: Essentially, the customizer side bar is very similar to a mobile view, a narrow screen. It’s kind of like instead of a wide version, it’s a narrow version of that interface, so I think we can slip in there. Mainly it just requires a lot of rethinking, and there are some tough concepts that currently blocks don’t have, like the idea of widget visibility, which is [crosstalk 00:52:49].</p>\n<p>Brian Krogsgard: Yeah, I was about to say conditionality, or like show it here but not there. That’s one of the experiences that seems like it could get really confusing, because someone’s on a post and they change a sidebar, and therefore they think they changed it just there but they changed it everywhere, vice-versa. There’s a lot of UX things that seem like they could get complicated.</p>\n<p>Matt Mullenweg: Yeah, so we’ve got to figure that out, to be honest. I don’t have the answer right now. We’ve got to experiment and test our way into what works there, because there are some powerful and complex concepts that I think we can maintain, but just make a lot more intuitive and also make not so in people’s face. So if they don’t need to have widgets or blocks that only show up on the sidebar of search pages, it’s not kind of in their face and making them think about things. It’s that whole thing, making it more powerful and more intuitive at the same time.</p>\n<p>Matt Mullenweg: But currently, blocks don’t have a concept of that, but if we solve it for sidebars, widget areas, whatever you want to call it, perhaps we could solve that for blocks everywhere they’re used. Showing different headers on different pages is not something that is currently supported by most themes on different types of templates, but why not? That would actually be pretty cool, different footers on different types of pages. I could easily imagine different types of sites that would do this.</p>\n<p>Matt Mullenweg: It also raised a good point, which is kind of what has always been one of my bugaboos about front end editing, is that when I’m writing, I want to focus. I don’t want to see my header and footer and sidebar and all this other stuff, much less edit them. I think, I mean I’ve always talked about zooming in and zooming out, Gutenberg essentially being like a new 3D interface for WordPress. I think we want to make it very easy to kind of zoom in and out, including focus on one single area or even one single block, if you really want to work within that.</p>\n<p>Brian Krogsgard: And that means in some ways potentially front end editing too, right? When I think about Gutenberg, the one beef I have with writing in WordPress is all the other stuff beyond the editor. Whether it’s TinyMCE or Gutenberg, I write mostly text and a few images. I’m not doing a lot of page layout, and I love the tools that Gutenberg’s brought in. For instance, you brought up some of Nick Hamze’s blocks. I talk to Nick sometimes, and he’s got so much creativity and I love that it empowers that. But for 90% of the things I’m going to do, I’m just writing. A clear, focused writing area is what I like, so I actually just don’t like the fact that I can go into the appearance editor and the plug in screen. Those are all one click away, rather than just saying, “Here’s the page.”</p>\n<p>Brian Krogsgard: The best Gutenberg interact I’ve had yet was actually WordPress.org/Gutenberg, because I was experiencing Gutenberg. It’s a live demo of Gutenberg. I was able to experience Gutenberg, and none of the other stuff was there. It was just a column of content, and I really enjoyed that, so is that a part, a way that you think we can focus on how to get to writing and not worrying about everything else?</p>\n<p>Matt Mullenweg: We can support both. I mean, you currently have a version of this in Gutenberg where it can show the menu or not, or you can go to the mode which is my preference mode, where Gutenberg takes over the whole screen so you don’t have a sidebar menu there, even minimized. I actually strongly prefer that.</p>\n<p>Brian Krogsgard: See, I didn’t even know that. I’ve missed that.</p>\n<p>Matt Mullenweg: Oh, yeah, yeah, so go in Gutenberg to the top right, the dots. I’m trying to think exactly where it is. Are you opening your WordPress as well?</p>\n<p>Brian Krogsgard: I am.</p>\n<p>Matt Mullenweg: We’ll go through this together.</p>\n<p>Brian Krogsgard: I might take over my screen share here, but that’s okay.</p>\n<p>Matt Mullenweg: Oh yeah, do you want me to screen share?</p>\n<p>Brian Krogsgard: No, I mean I’m recording us.</p>\n<p>Matt Mullenweg: Oh, got you, got you.</p>\n<p>Brian Krogsgard: So people, this might end up on YouTube or something.</p>\n<p>Matt Mullenweg: So in the three dots, there is three kind of options there.</p>\n<p>Brian Krogsgard: Oh, yeah.</p>\n<p>Matt Mullenweg: Tool bar, spotlight mode and full screen mode. I actually am in full screen mode. I strongly, strongly prefer it.</p>\n<p>Brian Krogsgard: Neat.</p>\n<p>Matt Mullenweg: Top tool bar I don’t think is that useful, but they know that. This was basically, there was a huge kind of fight earlier. If you look at Yoast’s original post about the plan for Gutenberg, there alternative UI is basically all about the top tool bar. Then spotlight mode I also don’t love, but some people really like it. It kind of grays out the other blocks and then makes the current block you’re in more visually prominent.</p>\n<p>Brian Krogsgard: Cool, and for anyone that happens to be watching this, I just popped it up onto the screen where you can see exactly where that is, so that’s really cool. I learn new things every day.</p>\n<p>Matt Mullenweg: Yeah, and so even this menu, like I’m looking at this menu right now. Do you have it open?</p>\n<p>Brian Krogsgard: I do.</p>\n<p>Matt Mullenweg: I want to talk through some things that could be really improved here. So for example, originally we didn’t have this descriptive text under each of these three views.</p>\n<p>Brian Krogsgard: Mm-hmm (affirmative).</p>\n<p>Matt Mullenweg: Well one, the text should be views, not view, and I think that there is, we can improve that text. Under editor, I don’t know if visual versus code is actually very intuitive, and two, under code editor, I think it’s a beautiful place to expose that you can actually go into the code editor on a per-block basis, so just a little bit of text there that says, “Hey, also per block you can go into this.” Manageable reusable blocks needs the square and the little pointy thing that shows that that’s going to take you out of Gutenberg, and I think it does open a new window.</p>\n<p>Matt Mullenweg: And I think that we should put some sort of star or cool icon next to keyboard shortcuts, because once you learn those, you are off to the races. So just a good example that as far as we’ve come with Gutenberg, you can look at a single screen and immediately think of four or five things that are very improvable and that are certainly worth testing and getting out there.</p>\n<p>Brian Krogsgard: Yeah, that’s neat.</p>\n<p>Matt Mullenweg: I always joke I’m the unhappiest WordPress user in the world. It’s hard for me to look at anything in WordPress and not see all the things that could be made better, and just be terribly impatient to get them better as soon as possible.</p>\n<p>Brian Krogsgard: So, speaking of impatient, you’re going to have to … Well, you might be able to work on some of these things at the same time but also there is a phase, a priority, and number three was about collaborative editing. For me, I think of this not even necessarily like me and you might collaborate on a post, but sometimes I want to collaborate with myself. My favorite tool from Automatic that you guys have built is probably Simplenote, because it’s like the only to-do app-ish thing, and it’s very unstructured, but it’s the only to-do app type of thing that I’ve ever really used in depth, because it’s really easy to open. It’s really easy to start writing, and it’s instantly on my phone. So for me, collaborative editing in some ways is just this simple process back and forth.</p>\n<p>Matt Mullenweg: Across devices.</p>\n<p>Brian Krogsgard: Yeah, across devices.</p>\n<p>Matt Mullenweg: Totally.</p>\n<p>Brian Krogsgard: Because I do a lot of stuff through my phone, but your collaborative editing is much more than just cross-device. It’s also cross-individual, and people building things together. Why do you think that’s an important thing to be in core WordPress experiences?</p>\n<p>Matt Mullenweg: Hmm, that’s a good example of something that there’s not a bajillion people asking for right now. But just like post revisions, which is one of my favorite things I’ve forced to be in WordPress that I think is really fundamental to have the entire system works, this-</p>\n<p>Brian Krogsgard: Yeah, a lot of people have been saved by revisions.</p>\n<p>Matt Mullenweg: Yeah, I think this idea that when you’re editing in a post, the post is almost like an object and people from different devices, different things, can all come and be simultaneously working on that same object, is a mental model that is technically extraordinarily difficult. But if you get it right, it’s just a magical user experience. Even simple stuff, like do you remember when Netflix started saving where you’d watched up to across devices?</p>\n<p>Brian Krogsgard: Mm-hmm (affirmative), yeah, that’s great.</p>\n<p>Matt Mullenweg: Magical, and it’s so simple.</p>\n<p>Brian Krogsgard: Yeah, I use that a good bit. We use that a good bit with our son, because the easiest way for him to be happy in a car is to have somebody’s phone. You can pull up Super Wings or whatever, right where he left off, so yeah, I do agree. And even when Google Docs came out with that, it was revolutionary in a way but people didn’t realize how much it would transform the way they write documents, so …</p>\n<p>Matt Mullenweg: Totally, and we’ve got, the Web now supports technologies like WebRTC, that will perhaps enable us to do this even without centralized service, which is super cool, too. Because before, I was … Conspiracy theorists won’t believe this but I was actually really disappointed that it looked like the only way we could do this was in Jetpack. Now, it looks like we’ll actually be able to do this in a much more distributed fashion.</p>\n<p>Brian Krogsgard: Interesting. Funny enough, I didn’t even think about that conspiracy theory and everything. As delightful as that sounds to think about, I didn’t consider the centralization aspect of it.</p>\n<p>Matt Mullenweg: Yeah, so it’s definitely, there’s some stuff out there that’s possible. By the way, there might still be something where Jetpack can enhance it, or maybe we use Simperium, which is the engine behind Simplenote, to do something even fancier, but we can do a lot without that. But this also requires us to rethink our user flows around what versions, what it means to edit something. Because right now, you and I can kind of be on different paths, and we can save each other and merge over each other. And what is the relationship between what’s on the edit screen versus what’s live? That also is going to apply now to the entire site, so maybe what you and I are working on together is the new version of Post Status, and you’re changing the typography and I’m moving the widgets around and things like that, and then we’re setting that to go live at 12:00 pm on a Tuesday.</p>\n<p>Brian Krogsgard: Yeah, that’s really cool. Another element of that that is a quirk in WordPress I guess, but you could publish a post and now I want to update it, but I don’t want to update it right now, but I want to save what I’ve updated.</p>\n<p>Matt Mullenweg: Mm-hmm (affirmative).</p>\n<p>Brian Krogsgard: Right now it’s either, it’s all about your current session. Once it’s published, you either update it or those changes are basically gone. You don’t kind of save a draft of an update, so a work flow like this would inherently basically have to solve a problem like that, so that would be nice.</p>\n<p>Matt Mullenweg: Basically, we’re going to reimplement Git in the post-content table, in the WP Post table.</p>\n<p>Brian Krogsgard: Yeah, that sounds like no problem.</p>\n<p>Matt Mullenweg: Piece of cake.</p>\n<p>Brian Krogsgard: Yeah, on that note, do you think there are underlying architectural changes that WordPress is going to have to go through to enable both this experience, because this is Gutenberg, but also I mean you’re probably faced with some of the problems that a tool like WooCommerce has in terms of scalability and being the right tool for the job for that next level of application. These aren’t blogs anymore, but we basically have the same data base, the same data base structure. You can extend it. You can change things, but do you think there’s rethinking that needs to be done in that regard?</p>\n<p>Matt Mullenweg: Sure, and I actually think that [inaudible 01:04:12] is I think we have the opportunity to readdress and in a very backwards compatible way provide a path for people to upgrade some data structures, some things that have been hanging around for a while. An obvious one is widgets are a serialized array. Now we can move that to being JSON. There’s the native structure, data structure that Gutenberg uses behind the scenes. For some reason, we have to store this as like HTML plus comments, we can just store it in the native data format, which is pretty cool.</p>\n<p>Matt Mullenweg: By the way, as we increase the MySQL version, we can actually query and get things out as JSON objects directly from MySQL. We don’t have to take them in and out of strings, so there’s just some clean-up, some fun stuff we can do. When we get higher PHP versions, we can name spacing doing different things. J-Trip’s been talking about doing some pretty cool composer stuff. All of this is, we’re getting the user part back on track and so that also means we can start to invest a lot more in that developer experience, which I think is crucial. Also I feel, I have a ton of empathy for, I actually for better or worse, I interact every day a lot more with developers than I do with users, so I really try to get out of my way to interact with users, but you can imagine the gripes and pains of developers is something that is more of my daily experience.</p>\n<p>Brian Krogsgard: So we’ll have time to talk about all these phases over the next few years, but quickly what do you see in terms of the number of sites where having a multilingual setup, and this is around the focus of phase four, how often are you encountering Websites like that, and how much do you think that this being a part of the WordPress experience would be empowering for people to actually support more languages and more language versions of their site?</p>\n<p>Matt Mullenweg: I think it would be a really big fundamental concept. The Web is global. English or single language is actually I think a small minority. People who speak one language is a small minority of the seven billion people in the world. This is obviously very prevalent in places like Quebec, where there’s officially French and English, and of course all over Europe. This is why I get the question every year for Camp Europe. I am monolingual, ashamedly so.</p>\n<p>Brian Krogsgard: Yeah.</p>\n<p>Matt Mullenweg: But the world is polyglots, and that’s why I named the mailing list WP Polyglots, not WP translate or WP anything, when I set that up almost 15 years ago now. Even for monolinguists like me, I got someone contacted me the other day saying, “Hey, can I translate this Gutenberg FAQ into Japanese? Do I have your permission to?” And they put it on a different site. How cool would it have been if I just could have said, “Hey, by the way, collaboration and work flow, here, you now have access to make this post into Japanese,” and now at the top it’ll have a little link to it, to the Japanese version, and there will be sort of a neural structure in a canonical place for the MA.TT version of the Gutenberg FAQ translated to Japanese by this volunteer, where anyone in the world could live. And by the way-</p>\n<p>Brian Krogsgard: I was about to say, what if it was permissionless, like just if someone wants to make something on my site in other languages, do it. As small as Post Status is, I’ve had people that want to recreate the members side in Dutch or something.</p>\n<p>Matt Mullenweg: Cool.</p>\n<p>Brian Krogsgard: I’m like, I can’t do that, but that sounds amazing if you want to do that. But I’d be totally down if the structure was there for it to say, translate this post, and it’s almost like forking software, or almost the way language packs and plugins work. You don’t have to be responsible for every language pack if you’re the plug in author. Someone can just come and do it, and I think that’d be really cool for posts.</p>\n<p>Matt Mullenweg: That would be so cool, and by the way, layer that in with other plugins. Layer that in with membership, so you only allow members to translate things, or layer that in with one I’d love to re-evaluate which is [Blickey 01:08:23]. So there is public revision history and sort of moderated submissions, so maybe I have, maybe my colleague [Nalco 01:08:34] can moderate Japanese translations, but maybe she doesn’t have time to translate every single one of my posts herself. But when people submit one, she could take a few minutes to just read it through and make sure they’re not having [crosstalk 01:08:47].</p>\n<p>Brian Krogsgard: Yeah, translate my post and make it sound completely different.</p>\n<p>Matt Mullenweg: Yeah, I think it’s actually WordPress.com.</p>\n<p>Brian Krogsgard: Assuming good intent is part of the thing there.</p>\n<p>Matt Mullenweg: Do you remember the Happy Birthday incident?</p>\n<p>Brian Krogsgard: I don’t.</p>\n<p>Matt Mullenweg: Someone, because when we opened up kind of like more totally community translations on WordPress.com and made it easy for anyone to do it, someone changed where it said comments, like leave a comment, into Happy Birthday! I forget what language it was, Italian, so all Italian sites under every single post would say Happy Birthday!</p>\n<p>Brian Krogsgard: Just Happy Birthday!</p>\n<p>Matt Mullenweg: Which I think is kind of like the most brilliant, if you’re going to troll or vandalize us, that was a really lovely way to do it.</p>\n<p>Brian Krogsgard: Yeah, we could probably learn some things from Wikipedia’s own editorial flows and how to implement something like that. I do think that would be really neat. Do you think that still leaves room for other plugins that are doing various multilingual things? Does it leave room for them, or do you think it kind of eats them up and makes that business model go away? Because there’s been some good-sized businesses in that realm.</p>\n<p>Matt Mullenweg: It leaves room for them 100%. In fact, I think it increases them a ton. Same thing with page builders. If you look at where the business model is for a lot of these translation plugins are going, they’re actually helping you do the translation. That makes total sense. If I’m a business, I might want my site in five languages. If I can click a button and just say, “Hey, I’ll pay you $1,000,” and by the way the plugins can be in the middle of that or there can sort of be an API for that. I mean, this is kind of incredible, but the downside of them is very similar to page builders, which is each kind of has its own way to do the data and the storage.</p>\n<p>Matt Mullenweg: Some put it all in post content. Some put it in custom post type. Some put it in meta fields. Some put it in separate tables, so you essentially have actually each of the possible ways you could kind of logically do this exists. So now, if I’m building a plugin that wants to work with multilingual versions of the site, how do I do it? There’s no common foundation. Exact same issue we had with blocks. There were blocks on WordPress for years now, but every single visual composer and Beaver Builder and Elementor and Avada and Divi, they all did blocks in a different way.</p>\n<p>Brian Krogsgard: Matt, there’s like 100 business questions I want to ask you but we’re over an hour already, so I will-</p>\n<p>Matt Mullenweg: Can we take a few more minutes, like maybe wrap it in like, say 10?</p>\n<p>Brian Krogsgard: Yeah, sure. If you’re down, I’m down.</p>\n<p>Matt Mullenweg: You’re one of my favorite people to talk to.</p>\n<p>Brian Krogsgard: Well, I appreciate it. I love talking to you as well, and I appreciate your openness.</p>\n<p>Matt Mullenweg: Between you all, honestly you all and the Tavern folks, these are so much fun. I actually listen to a lot of these podcasts. It’s really enjoyable for me, so I appreciate you doing it. My ask of you for 2019 is, I’d love to see a bit most Post Status on the scene, you know?</p>\n<p>Brian Krogsgard: Yeah, that’s a task for myself as well, so I did a relatively personal update recently.</p>\n<p>Matt Mullenweg: I saw that.</p>\n<p>Brian Krogsgard: One of the things that I’ve struggled with is I haven’t been in the thick of things in about four years, so I’m actually not spoiled, but I’m doing some part-time work actually being in WordPress, and back into doing stuff.</p>\n<p>Matt Mullenweg: Cool.</p>\n<p>Brian Krogsgard: It’s actually on the product side, not the service side. I’ve worked in an agency. This is going to give me a chance to do some part-time work on the product in SaaS side of things, so I’m excited about that. I know from history, when I’m working hard on something, whether it’s building my own site or working in the industry, it gives me much more to say, so I’m excited about being inspired by working within our space more, and within the experience more. Because it’s been four years of not doing that, and over those years I’ve tried to rely on other people to have a voice more as I felt like mine was fading. Kind of like what you were saying, you’re around developers all the time and not, like you want to be around more users. I was looking at the industry a lot, and not being in the industry I felt made it more difficult to have good things to say.</p>\n<p>Matt Mullenweg: Although I would say the outside perspective is really valuable as well.</p>\n<p>Brian Krogsgard: Yeah, I think at least for a season I need, it’ll be really beneficial for me.</p>\n<p>Matt Mullenweg: I can’t wait to see, and by the way, as a member of the Post Status community, include us along for the ride. I’m sure after that personal update you got a ton of people contacting you [crosstalk 01:13:14].</p>\n<p>Brian Krogsgard: I did, which I was very thankful for.</p>\n<p>Matt Mullenweg: It’s one of those things, I think what was beautiful about that is you opened up about the struggle, not just about the good stuff. It’s really scary to be vulnerable like that, publicly. It was scary of me to put the things we learned and did wrong in the State of the Word, right? I just wanted to talk about all the good stuff, but it’s like it’s important for us to talk about what I messed up on. People help when they see that.</p>\n<p>Brian Krogsgard: Yeah, that was very-</p>\n<p>Matt Mullenweg: And I think the most valuable thing you built is like overall a pretty positive community that cares about WordPress deeply, so that’s awesome.</p>\n<p>Brian Krogsgard: Yeah, and thank you, and I was very appreciative of the various responses that I got between feedback and ideas and job offers. But I’m excited to do some work within the space, and you know actually it did give me, it was beneficial because I got my head kind of out of the space a little bit, which I needed. I’ve been thinking about WordPress a whole lot since 2010, with basically no break, and I can’t imagine how you feel at times. But for me to still have a focus on WordPress but at least spend part of my week thinking about other things, doing other things, it gave me some personal benefits I think, and allowed me to look at WordPress things with a bigger picture. So I’m excited for 2019 and I think it’ll be a lot of fun. Now for you, just-</p>\n<p>Matt Mullenweg: Well, I often tell people if you’re ever feeling not inspired or burnt out, go to a museum. Watch a show. All of my best ideas for WordPress have always come from the intersection of different fields, different areas, and I think that’s true of most great art, most great software, most great anything. So if you can get out there and keep, the WordPress stuff or whatever you’re working on will be in the back of your mind anyway, so if you can kind of focus on something else for a little while, actually really it’s fun.</p>\n<p>Brian Krogsgard: It is.</p>\n<p>Matt Mullenweg: I can’t wait to see what you do. As always, let me know if I can ever be of help.</p>\n<p>Brian Krogsgard: Well, thank you very much. So a couple of business-y things. One is, what’s your biggest product right now, from an Automatic perspective? Are you guys seeing a lot of growth in the WooCommerce space, or is dot com still the main revenue driver? What are you seeing there?</p>\n<p>Matt Mullenweg: Sure, let me just think through what I can say publicly.</p>\n<p>Brian Krogsgard: When are you filing your S-1, Matt?</p>\n<p>Matt Mullenweg: Yeah, we make the same joke in Automatic that they made at Apple, which is we’re a ship that leaks from the top.</p>\n<p>Brian Krogsgard: Hey, I have to commend you, as someone who doesn’t like it but I can appreciate that this is the case. You guys are pretty good about being tight-lipped on the leaky boat side of things, so it’s a tight ship. I don’t get near as many of the leaks as I would like out of Automatic.</p>\n<p>Matt Mullenweg: Well, I think a big part of that is just most of what we do is in the open. If you want to see the pricing tests we’re running on the new blogger and e-commerce plan that we just launched on WordPress.com, it’s in the Calypso GitHub so you can see which prices we’re charging which people, and how the test is going, and what percentage it’s going out to. Kind of, it’s all out there. WordPress.com is still the largest, and it’s still growing like a weed. I think in 2018 WooCommerce will actually grow faster in a year over year percentage, which is kind of what I started saying. We’re starting to see what I predicted when we actually first brought WooCommerce in, which is that the e-commerce opportunity has the potential to be bigger than all of the rest of Automatic’s businesses combined.</p>\n<p>Brian Krogsgard: Yeah, what’s Shopify, like eight billion plus market cap, maybe 15? I don’t know. I think they doubled their size in 2018.</p>\n<p>Matt Mullenweg: Yeah, market cap is just vagaries of the market, but revenue, they’ll be about a billion dollars this year. So I think it’s always good to look at kind of, when sort of comparing companies, look at the revenue not just the market cap.</p>\n<p>Brian Krogsgard: Sure.</p>\n<p>Matt Mullenweg: So they’ll be at a billion dollars and still growing at a really, really good rate. Now, the other reality is that nothing that we do is completely disconnected. A lot of the WooCommerce growth and increasing user experience is sort of amplified, I think, because we’ve been doing it in Jetpack, which is also amplified by running Jetpack code on WordPress.com and having that sort of stream of new users that are coming there, and so we see the problems that they’re having, and the struggles, or we build the infrastructure.</p>\n<p>Matt Mullenweg: You asked about data structures earlier. I think one thing that we’ll start to see a lot more of in WordPress, and actually a very common feature of Jetpack that people don’t know about, that the Jetpack business plan, you can have full Elasticsearch version of your site. So there are certain use cases for which I don’t think MySQL is the best medium with which to address or query your data, and Elasticsearch is pretty much the cat’s meow. So the fact that we can in real time, create real time Elasticsearch indexes for every single Jetpack business site, which only costs $300 per year. Before that, it used to cost … Actually, I think VIP used to charge $5,000 or $10,000 a year for this, maybe even a couple grand a month, actually. Now we can do it for $300 per year.</p>\n<p>Brian Krogsgard: Wow.</p>\n<p>Matt Mullenweg: And that’s just one of the features in Jetpack Business. That’s in addition to the real time backup and the activity log and all the other things, the security restores. It just shows that we’re really surfing the outer edge of Moore’s Law, and I think that the stuff that we’re going to be able to do over the next few years is going to be pretty amazing, and I’m excited about Automatic. We also just moved DNS Perf, we moved back into second place for fastest DNS service, so by the way, way ahead of Amazon, way ahead of Google, and second only to Cloudflare, which Automatic’s network is tiny but mighty. Cloudflare invests I think over 100 million dollars per year in capex, building out their data centers in their kind of points of presence. We’ve reached a number two performance ranking with a fraction of that investment, so very proud of that team, very proud of all the folks at Automatic that are really building this out. By the way, then that benefits all the users of Jetpack Photon, the CDN, just so much cool stuff happening.</p>\n<p>Brian Krogsgard: That’s awesome. I heard recently that you all have also been able to lower some of your prices for VIP as you’re deploying like VIP Go and some of that stuff with scalable Websites. Back when I had my hands in a few VIP sites I think the lowest pricing back then was maybe $3,000 to $4,000 a month, and now you can do it as low as $1,000 a month and you all provide a lot for that, so that’s impressive.</p>\n<p>Matt Mullenweg: That sounds about right, yeah. I’m not up on the latest there, but fundamentally my business philosophy is to get the best stuff in the hands of as many users for as low a price as possible, and we’re just relentless in kind of cutting the costs, bringing things down, trying to leverage the best and newest technology to do so.</p>\n<p>Brian Krogsgard: How are you attacking the very high end, so that a store that may grow up on WooCommerce doesn’t feel like they have to leave WooCommerce once it hits a certain scale? One of the things that I feel like people have been, I’ve been hearing from consultants especially, is that they get to a certain size and then they’re really struggling with WooCommerce, and then something like Shopify ends up being the answer. How is WooCommerce going to compete in that realm to be the platform for Macy’s or who knows what? Some big company with lots of orders and lots of stuff, so that you can keep them throughout the life cycle?</p>\n<p>Matt Mullenweg: Yeah, I think my take on that problem, because ultimately what we want to do is be more scalable in Shopify and also a better user experience, and right now I would say they’re ahead in both. There hasn’t been as good a feedback loop. The thing that made WordPress so scalable was there was a tight feedback loop between the host, the agencies building the biggest sites, WordPress.com itself being a big site, and the core development. So that meant that when we had bottlenecks, we were able to solve them often in core in ways that were ultra scalable in Webscale.</p>\n<p>Matt Mullenweg: WordPress.com is on its own one of the largest sites on the Internet, so that’s the same software that you can download and use, which is kind of wild. For WooCommerce, that loop isn’t as strong so one of the things I’ve been encouraging the team to try to do myself is get a tighter loop between the host and the people building the big sites and the WooCommerce core team, so that they can figure out versus having five different plugins that try to address the scalability in different and often subpar ways, really get that built into core, with the sort of Web scale, knowing everything we’ve known in 15 years of building WordPress, what’s going to make it so it can scale to thousands of orders per second, hundreds of millions of rows.</p>\n<p>Brian Krogsgard: Two more questions, real quick.</p>\n<p>Matt Mullenweg: We can do so, by the way. It’s a very tractable problem. We will solve that. Solving that is something that will happen within the next six to 18 months. Solving the user experience to catch up with Shopify is also improving the user experience, or BigCommerce rather, I think will take longer. That’s more of a five to 10 year goal.</p>\n<p>Brian Krogsgard: I personally think that gives both the WordPress ecosystem, the WooCommerce ecosystem and Automatic directly a massive value proposition, if that can be accomplished. I think WordPress now people, you never feel like you have to leave WordPress because you got too big.</p>\n<p>Matt Mullenweg: Yeah.</p>\n<p>Brian Krogsgard: And as that can be accomplished, and that was a massive accomplishment for WordPress. For a long time that wasn’t true, and now that, if that can be done on the e-commerce side of things, or commerce broadly not just necessarily WooCommerce, I think that will be fantastic for everybody involved.</p>\n<p>Matt Mullenweg: By the way, I just want to point that out, just to pause. Think how little, how many other examples of software you can think of that the consumer version also works when you run it at an industrial global scale?</p>\n<p>Brian Krogsgard: I have no idea. I’m not very-</p>\n<p>Matt Mullenweg: It’s not very common. I think it’s one of the things the WordPress community should really be proud of, because that is highly unusual. And as we’re one of the only ultra-successful consumer open source startups, projects, communities, whatever, I think pointing to that sort of scalability is a big thing as well.</p>\n<p>Brian Krogsgard: So, one question is Automatic has investors. We just saw Slack, Lyft and Uber all file for becoming public companies. When I think, what’s the option for Automatic, one of however many successful startups where you have investors, they know you’re a successful startup. They know that there’s opportunity for them to succeed in that. That’s long-term revenue stream, remaining a private company. It’s private equity. It’s going public, or it’s acquisition. Do you have any thoughts in terms of what makes you happiest as a company and as a business owner, and what do you think is best for the way Automatic interfaces with the broader WordPress community?</p>\n<p>Matt Mullenweg: It’s hard for me to imagine being a public company CEO, any harder than leading an open source project.</p>\n<p>Brian Krogsgard: I’ve thought about that a great deal. I think you actually fit the mold for what Wall Street might like in terms of the leader of a public company. I will say, that’s my bet. My best is one day Automatic would go public, and we figure out how that works in terms of all the private, public components and the open source side of things. But yeah, I’m curious-</p>\n<p>Matt Mullenweg: I think it’s actually a possibility. By the way, I could see other WordPress companies going public, probably WPEngine is the closest to the gates there.</p>\n<p>Brian Krogsgard: Well good, GoDaddy and EIG are public.</p>\n<p>Matt Mullenweg: They are, yeah, so there will be other open source WordPress either based or WordPress will be a part of their business public companies, likely before Automatic as well. I think that’s a great path for us. Automatic has investors. They are minority investors, so the sort of existential future of the company is in the hand of myself and the other people who own the majority of the shares of Automatic. I think there’s lots of options. The people you point to, Uber or Lyft, Slack, et cetera, to varying degrees have built some pretty impressive things. I admire some more than others, but also have reached a scale that’s kind of far beyond where companies generally go public.</p>\n<p>Brian Krogsgard: Yeah, they really have. It’s been-</p>\n<p>Matt Mullenweg: What that illustrates is that the private market is actually a lot more liquid and has a lot more capital available for when and how that needs the company or the ecosystem or whatever to grow.</p>\n<p>Brian Krogsgard: So I could surmise from that that you don’t feel like there’s a rush?</p>\n<p>Matt Mullenweg: I won’t even speak to my own personal things, but say just in the industry there’s less of a rush, so that is the plus and minus of so much capital moving from the public markets into the private markets. So people like Fidelity, T. Rowe Price et cetera that used to only do public companies now invest in private companies. That’s great for the companies, because by the way as a private company, you don’t have the kind of quarterly scrutiny that you do when you’re public, and I think it’s actually easier to out-innovate and out-flank public companies when you are private, which is one thing I personally like. But that said, it does keep more of that growth in the hands of only sophisticated investors.</p>\n<p>Brian Krogsgard: I completely agree.</p>\n<p>Matt Mullenweg: So there is a lot more of that upside that is no longer in the hands of what is commonly referred to as the retail investor. I would love for anyone who loves Automatic’s products to be able to own a share of the company, even if it’s just one share. That’s not really possible under the current sort of regulatory frameworks, and for good reasons, by the way. As we saw with the kind of ICO craze, there’s a reason all these protections for consumers and public market, public company standards exist.</p>\n<p>Matt Mullenweg: But in the meantime, at Automatic we will continue to hold ourselves to public company standards, but really build in an extremely long-term way. If there’s an idol there, I’d say it’s Amazon, and try to make the best possible user experience, best possible products. If we continue to do that, I think from a business point of view we will have an array of options available to us and any number of choices.</p>\n<p>Brian Krogsgard: And as a leader yourself of the WordPress community and Automatic, what’s one big thing that you learned this year that you hope to improve upon in 2019?</p>\n<p>Matt Mullenweg: Hmm, I know you’re probably thinking about like a big thing, but I’m actually going to say a small thing.</p>\n<p>Brian Krogsgard: It can be small.</p>\n<p>Matt Mullenweg: It’s really important, which is how much you can … What is the one thing everyone listening to this is doing right now?</p>\n<p>Brian Krogsgard: Focusing, I hope?</p>\n<p>Matt Mullenweg: Breathing.</p>\n<p>Brian Krogsgard: Oh, okay.</p>\n<p>Matt Mullenweg: And you probably weren’t thinking about it, but now you are thinking about it. You’re breathing right now.</p>\n<p>Brian Krogsgard: I am.</p>\n<p>Matt Mullenweg: And it is amazing how much you can influence your mindset, your state of mind, your mood, your everything, through breath. Just as an exercise, where everyone puts their hand on their belly and takes a big breath and pushes your hand out as you take it in, Brian, are you doing it?</p>\n<p>Brian Krogsgard: Oh, sorry. I do. I feel good.</p>\n<p>Matt Mullenweg: It has an immediate effect on you.</p>\n<p>Brian Krogsgard: It does. You know, actually that’s how we discipline our son often. A three-year-old is a very emotional being, so if they’re upset one of the first things that you can do with them is just tell them, “Let’s take a deep breath together.” So you take that deep breath and the response is also very immediate, the way they calm down and settle down and think more clearly because they took that breath, so that’s interesting.</p>\n<p>Matt Mullenweg: That’s all of us, and also by the way, this is not something new. This goes back thousands of years.</p>\n<p>Brian Krogsgard: You didn’t just invent this?</p>\n<p>Matt Mullenweg: No, no, you know there’s so many, there’s so much prior art here, but I’d encourage people to check it out. Also check out, when the videos go up, the Joanna Barsh talk, and Alexis Lloyd both had sort of almost like guided meditations and exercises. I think this is one of the next big areas for people who aren’t familiar with to discover. They’re actually really, really powerful, and it’s been huge for me. In an extraordinarily busy and what might otherwise be seen as extremely stressful year, it was actually one of my best years of my life.</p>\n<p>Brian Krogsgard: Awesome.</p>\n<p>Matt Mullenweg: I do have to watch a clock, and I do have to run now.</p>\n<p>Brian Krogsgard: That’s fine. I’m happy to hear that. Thank you for spending so much time with me. It was great talking to you, and we’ll catch everybody next time.</p>\n<p>Matt Mullenweg: Thank you. I’ll see you all, and thank you to all Post Status readers.</p>\n</div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Dec 2018 14:45:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WPTavern: State of the Word 2018: WordPress Embraces the Block Editor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86291";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"https://wptavern.com/state-of-the-word-2018-wordpress-embraces-the-block-editor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:13953:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/12/PIC_20181208_161427272.jpeg?ssl=1"><img /></a>photo credit: WP Tavern</p>\n<p>WordCamp US kicked off in Nashville over the weekend, following the release of WordPress 5.0. In the first 48 hours, 5.0 had been downloaded more than 2.8 million times. It passed 3 million Saturday night.</p>\n<p>“There’s been a lot that’s been going on, so I’d like to allow WordPress the chance to re-introduce itself,” Matt Mullenweg said during the preamble of his <a href="https://www.youtube.com/watch?v=aWlfp-1Q19I" rel="noopener" target="_blank">State of the Word</a> address. He invoked the four freedoms as the project’s constitution and called the community back to its roots. </p>\n<p>“It’s the reason we’re here,” Mullenweg said. “WordPress isn’t a physical thing; it’s not a set of code. It’s kind of an idea. WordPress is backed by the full faith and credit of every person and company that depends on it.” </p>\n<p>He reiterated the project’s mission to democratize publishing and recast his vision for advancing the open web.</p>\n<p>“Like I said a few years ago, we’re building a web operating system, an operating system for the open, independent web and a platform that others can truly build on,” Mullenweg said.</p>\n<p>WordPress’ 32.5% market share and its commercial ecosystem, which Mullenweg estimates at $10 billion/year, give the project the resources to make a powerful impact on the future of the web. </p>\n<h3>Mullenweg Builds a Compelling Case for the Block Editor</h3>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/12/wcus-sotw.jpg?ssl=1"><img /></a>photo credit: <a href="https://twitter.com/WordCampUS/status/1071531659579789313">WCUS Photography Team</a></p>\n<p>Mullenweg drove home the necessity of Gutenberg by showing a selection of videos where new users struggled to accomplish simple tasks in the old editor. Their experiences were accompanied by painful commentary:</p>\n<ul>\n<li>“This feels like writing a blog back in 2005.”</li>\n<li>“This was very finnicky; this does not work.”</li>\n<li>“How would I add a caption? I have no clue.”</li>\n</ul>\n<p>Mullenweg described how he used to effortlessly switch back and forth between the visual and HTML editors prior to WordPress 5.0 but realized that not all users are able to do this. </p>\n<p>”This has been our editor experience for over a decade now and many of us have learned to deal with it,” he said.</p>\n<p>He followed up with a video demonstrating how much easier these tasks are in the new block editor and identified blocks as the way forward for WordPress.</p>\n<p>Some attendees commented after the fact on how the user testing videos, paired up against an expert using Gutenberg, seemed unbalanced and they would have liked to see videos of new users attempting the same tasks in the new editor. The goal of that segment, however, seemed to be more aimed at communicating the need for Gutenberg and the possibilities it opens up once users have had the chance to grow into it.</p>\n<h3>Mullenweg Urges Attendees to “Learn Blocks Deeply”</h3>\n<p>Millions of early adopters have already embraced the block editor during phase 1 of the Gutenberg project, which closed out with 1.2 million active installs and 1.2 million posts written. There have already been 277 WordCamp talks on Gutenberg, 555 meetup events focused on the new editor, and more than 1,000 blog posts discussing it.</p>\n<p>Blocks are taking over the world of WordPress. Version 5.0 shipped with 70 native blocks and there are already more than 100 third-party blocks in existence and 1,000 configurations related to that. </p>\n<p>“Blocks are predictable, tactile, and can be simple like a text block, or as rich as an e-commerce interface,” Mullenweg said. He described them as the new DNA of WordPress, from which users can create anything they can imagine. </p>\n<p>Mullenweg showcased two sites built using the block editor, the <a href="https://theindigomill.com/" rel="noopener" target="_blank">Indigo Mill</a> and <a href="https://www.luminasolar.com/" rel="noopener" target="_blank">Lumina Solar</a>. These beautiful sites open the imagination to what Gutenberg is capable of bringing to websites.</p>\n<p>WordPress.org will be highlighting plugins and themes to push the block ecosystem forward. There are also more than 100 Gutenberg-ready themes available to users on the directory and <a href="https://wordpress.org/plugins/browse/blocks/" rel="noopener" target="_blank">a new Gutenberg block tag that is currently live for plugins</a>. It will also be available for themes soon. </p>\n<p>Mullenweg highlighted tools like the create-guten-block toolkit, Block Lab, and Lazy Blocks that are making it easy for developers to create their own blocks. Block collections and libraries are also emerging. He said one of the priorities for 2019 is to build a WordPress.org directory for discovering blocks and a way to seamlessly install them.</p>\n<p>Building on the homework he gave to WordPress developers in 2015, to “<a href="https://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress" rel="noopener" target="_blank">Learn JavaScript Deeply</a>,” Mullenweg urged the community to “Learn Blocks Deeply.” Blocks provide a host of opportunities to improve the user experience beyond what Gutenberg’s creators could have imagined in the beginning.</p>\n<h3>Gutenberg Phase 2: Navigation Menu Block, Widget blocks, Theme Content Areas</h3>\n<p>Mullenweg announced the next phases for the Gutenberg project. Phase 2 has already begun and focuses on site customization, expanding the block interface to other aspects of content management. This includes creating a navigation menu block. Reimagining menus is will be challenging, and Mullenweg said they may even get renamed during the process.</p>\n<p>Phase 2 goals also include porting all widgets over to blocks and registering theme content areas in Gutenberg. An early version of phase 2 will be in the Gutenberg plugin so anyone wanting to be part of testing can reactivate it.</p>\n<p>During the Q&A time, one attendee asked a question about how this phase seems to include very little about making layout capabilities more robust. He asked if Mullenweg plans to let those the marketplace handle those layout decision or if core will define a layout language. Mullenweg responded that it may be more prudent to see what others in the ecosystem are doing and cherry pick and adopt the best solutions. He also remarked that it would be exciting if users could switch between different page builders in the future and not lose their content. </p>\n<h3>Gutenberg Phases 3 and 4: Collaboration and Core Support for Multilingual Sites</h3>\n<p>Mullenweg announced that Gutenberg phase 3, targeted for 2020, will focus on collaboration, multi-user editing, and workflows. Phase 4 (2020+) is aimed at developing an official way for WordPress to support multilingual sites. When asked what that will look like from a technical standpoint, given the many existing solutions already available, Mullenweg said he didn’t want to prescribe anything yet, as it’s still in the experimental stage.</p>\n<p>Other major announcements included a highly anticipated bump in the minimum PHP version required for using WordPress. By April 2019, PHP 5.6 will be the minimum PHP version for WordPress, and by December 2019, the requirement will be updated to PHP 7.</p>\n<p>WordPress releases are going to come faster in the future, as Gutenberg development has set a new pace for iteration. Mullenweg said he would like WordPress to get to the point where users are not thinking about what version they are on but instead choose a channel where they can easily run betas or the stable version.</p>\n<h3>Mullenweg Acknowledges Mistakes Made and Lessons Learned in the 5.0 Release Process</h3>\n<p>WordPress 5.0 was one of the longest and most controversial release cycles in the project’s history. Those outside the inner circle of decision-making endured a great deal of uncertainty, as dates were announced and then missed, with secondary dates thrown out in favor of pushing 5.0 out with just three days’ notice. </p>\n<p>“We were scared to announce a new release date after missing our previous one,” Mullenweg said, acknowledging the controversial release date. He said this seemed to create a lot of fear and uncertainty until they announced a new date. The dates seemed to come out of the blue and were stressful for the community. </p>\n<p>Mullenweg highlighted the lessons they learned in the process of releasing 5.0: </p>\n<ul>\n<li>Need the various teams across WordPress working together better</li>\n<li>Need to keep learning JavaScript, even more deeply</li>\n<li>Importance of triage and code freezes</li>\n<li>Always announce release dates</li>\n</ul>\n<p>Mullenweg noted that WordPress 5.0’s beta releases were tested 100 times more than other releases, which he said contributed to Gutenberg becoming more robust before landing in 5.0. However, these positives seemed to be overshadowed by several critical breakdowns in communication that many feel betrayed the community’s trust.</p>\n<p>He noted that people used the plugin review system as a way to vote on Gutenberg and that perhaps the community needs a different medium for expressing those kinds of things. Users did this because they felt it was one of the only feedback mechanisms where they had a voice. Negative reviews piled on in the early days of the plugin’s development but they continued steadily throughout the feature plugin’s journey into core. After 5.0 was released, negative <a href="https://wordpress.org/support/plugin/gutenberg/reviews/" rel="noopener" target="_blank">reviews on the Gutenberg plugin</a> have continued to pour in, and its rating has fallen to 2.2/5 stars.</p>\n<h3>Growing Pains and a Call for Transparency</h3>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/12/wcus2018.jpg?ssl=1"><img /></a>photo credit: David Bisset for <a href="https://poststatus.com/">Post Status</a></p>\n<p>Mullenweg said that Gutenberg development happened entirely in the public eye, surfacing many challenges associated with developing open source software in public. The code was public, but the most important decisions were made behind closed doors. This was compounded by the developer community voicing frustrations during core dev chats and on social media. </p>\n<p>During the Q&A segment, several audience members called for more transparency in the release process, noting that most of the posts and announcements regarding 5.0 came from Automattic employees. Morten Rand-Hendriksen, who has become somewhat of a community firebrand at WordCamp Q&A’s, received applause for his question regarding the use of the word “we” in connection to posts on the make blogs. He pressed Mullenweg for more insight into where these decisions are made. </p>\n<p>Mullenweg said the “we” he meant in regards to 5.0 release dates referred to a private channel where the release leads discussed it. He said with so many people showing up to the dev chats, the discussions became difficult.</p>\n<p>“I don’t just go in a cave and come up with these things,” Mullenweg said. “A lot of people were showing up [to dev chats] who had never contributed to WordPress before and were crowding out the discussion of the core team.” He also said the private conversations were “every bit as feisty as the public one,” except there weren’t any drive-by opinions. </p>\n<p>To those on the outside, these meetings appeared to be secret, as they were never referenced or summarized on the make blogs. This left the developer community wondering where these decisions were coming from and whether or not they had a voice.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Gutenberg was developed in public, but too many decisions were made in silos and not clearly communicated. This can be improved for 5.1 and beyond <a href="https://twitter.com/hashtag/WCUS?src=hash&ref_src=twsrc%5Etfw">#WCUS</a></p>\n<p>— K. Adam White (@kadamwhite) <a href="https://twitter.com/kadamwhite/status/1071539824358764544?ref_src=twsrc%5Etfw">December 8, 2018</a></p></blockquote>\n<p></p>\n<p>During the Q&A, Mulllenweg said he listened to vigorous discussion and diverse viewpoints from release leads coming from different companies, while gathering as much information as possible from reading reviews, blog posts, and comments from the community. He described this process as part of the art of trying to make sense of all the different things people are saying and balance that.</p>\n<p>Supporting a BDFL-led project requires a certain amount of trust that the leadership is listening. Over the past several weeks Mullenweg has made a strong effort to <a href="https://wptavern.com/mullenweg-ramps-up-communication-ahead-of-wordpress-5-0-release-rc2-now-available" rel="noopener" target="_blank">keep the channels of communication open</a>. </p>\n<p>The painful user testing videos Mullenweg shared demonstrated how desperately WordPress needed to grow out of its old editor. It isn’t often that core makes changes that affect nearly every corner of the WordPress ecosystem at the same time. This experience came with its fair share of growing pains. Despite communication missteps during the 5.0 release process, Mullenweg has successfully navigated the project through this rocky transition. Although WordCamp US attendees seemed road weary after 5.0, they were united by a shared desire to move forward and continue working together with the leadership that has kept WordPress on the course of growth and improvement for the past 15 years.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Dec 2018 16:23:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Matt: State of the Word 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=48685";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"https://ma.tt/2018/12/state-of-the-word-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1048:"<div class="wp-block-embed__wrapper">\n\n</div>\n\n\n\n<p>Over the weekend I was in Nashville with over a thousand other WordPress enthusiasts. I met a ton of people, learned a lot, and was able to share the annual State of the Word address with the audience, which is a big summary of what WordPress has been up to and where it’s going. This year we covered user testing, Gutenberg, 5.0, the future phases of Gutenberg, all the latest and greatest blocks, new minimum PHP requirements, the adoption of 5.0, and some event and community updates. You can also <a href="https://www.slideshare.net/photomatt/wordpress-state-of-the-word-2018">see just the slides</a>. The <a href="https://www.youtube.com/watch?v=v2aNNlC8TUE">Q&A is here in a separate video</a>.</p>\n\n\n\n<p>If you’d like a text summary and commentary on the speech, <a href="https://poststatus.com/state-of-the-word-2018/">Post Status</a> and <a href="https://wptavern.com/state-of-the-word-2018-wordpress-embraces-the-block-editor">WP Tavern</a> both have good write-ups.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Dec 2018 05:00:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"Post Status: Matt Mullenweg’s State of The Word, 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://poststatus.com/?post_type=poststatus_notes&p=49929";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"https://poststatus.com/state-of-the-word-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8440:"<p>Matt started by “reintroducing WordPress” and the four freedoms, stressing that “WordPress isn’t a physical thing or code, it’s an idea.” Additionally, a “robust commercial ecosystem” supports WordPress, and Matt noted that current estimates indicate WordPress generates about $10 Billion (USD) annually.</p>\n<p>After two years of development and just after WordPress 5.0 officially launched, it’s not surprising the focus of Matt’s talk was on Gutenberg. “We’ve gotten a lot of questions about why we are doing certain things… why we are working on Gutenberg. And it’s good to return to users to find that,” Matt acknowledged.</p>\n<h3>Enhancing editor usability</h3>\n<p>A video of new WordPress users testing the classic editor (WordPress 4.9) was shown projected on the big screens over the stage. These clips primarily showed people having difficulties with relatively simple tasks in the editor.</p>\n<p>Matt’s point was that we’ve become accustomed to the custom editor’s quirks, but blocks offer a better experience — from copying and pasting from Microsoft Word and Google Docs into WordPress to quickly creating a responsive website.</p>\n<h3>Community Gutenberg adoption</h3>\n<p>Matt continued with a summary of how Gutenberg has performed in Phase 1 of its release. Before the WordPress 5.0 release, 1.2 million active installs and 1.2 million posts were published, with about 39,000 posts written daily. Phase 1 had 8,684 commits and over 340 contributors. The ‘Gutenberg’ tag is already available for plugins in the WordPress repo, and it will be “coming soon” for themes.</p>\n<p>Notably, over 100 Gutenberg themes are already present in the WordPress repo — including the new Twenty Nineteen theme. Matt highlighted two websites — <a href="http://theindigomill.com">The Indigo Mill</a> and <a href="http://luminasolar.com">Lumina Solar</a> — as examples where Gutenberg blocks have been used well to create effective layouts. Matt riffed on the “Learn JavaScript Deeply” mantra by repeating “Learn Blocks Deeply.” Blocks are the DNA of the new editor. Currently, 70 native blocks and over 100 third-party blocks exist for Gutenberg.</p>\n<h3>Community Gutenberg development</h3>\n<p>He highlighted some of the third party blocks in the wild:</p>\n<ul>\n<li><a href="https://yoast.com/yoast-seo-8-0-introducing-the-yoast-seo-gutenberg-sidebar-a-revamped-meta-box/">Yoast SEO</a></li>\n<li><a href="https://github.com/kevinbazira/algori-360-image">360 Image</a></li>\n<li><a href="https://www.ampproject.org/latest/blog/the-official-amp-plugin-for-wordpress/">Google AMP w/ Gutenberg Integration</a></li>\n<li><a href="https://wordpress.org/plugins/dropit/">Drop It</a></li>\n<li><a href="https://wordpress.org/plugins/ecwid-shopping-cart/">Ecwid Ecommerce Shopping Cart</a></li>\n<li><a href="https://woocommerce.com/posts/making-it-easier-to-add-products-to-posts-and-pages-with-the-products-block-for-gutenberg/">WooCommerce Products Block</a></li>\n<li><a href="https://www.bigcommerce.com/wordpress-ecommerce-plugin/">BigCommerce</a></li>\n<li><a href="https://www.wpzoom.com/plugins/new-plugin-released-recipe-card-blocks-for-gutenberg/">Recipe Card Blocks</a></li>\n<li><a href="https://wordpress.org/plugins/tarot/">Tarot</a></li>\n<li><a href="https://twitter.com/dmsnell23/status/1063126946350096389">Sketch Block</a></li>\n<li><a href="https://jetpack.com/support/jetpack-blocks/form-block/">Jetpack Form Block</a></li>\n<li><a href="https://sortabrilliant.com/guidepost/">Guidepost</a></li>\n<li><a href="https://sortabrilliant.com/ghostwriter/">Ghost Writing</a></li>\n<li><a href="https://sortabrilliant.com/spoileralert/">Spoiler Alert</a></li>\n<li><a href="https://wordpress.org/plugins/caxton/">Caxton Shape Divider Block</a></li>\n</ul>\n<p>Matt mentioned several block libraries and frameworks that have appeared:</p>\n<ul>\n<li><a href="http://editorblockswp.com">editorblockswp.com</a></li>\n<li><a href="http://gutenberghub.com">gutenberghub.com</a></li>\n<li><a href="http://gutenbergcloud.org">gutenbergcloud.org</a></li>\n<li><a href="https://getblocklab.com">getblocklab.com</a></li>\n<li><a href="https://wordpress.org/plugins/lazy-blocks/">Lazy Blocks</a></li>\n</ul>\n<h3>Mobile Apps</h3>\n<p>Matt gave the audience an update regarding the WordPress native mobile apps: In the past month, app users published 1.3M posts and uploaded 3.1M photos and videos. Gutenberg will be going into the mobile apps, with a beta release expected in February 2019; I heard February 22nd is the current target date for a beta release.</p>\n<h3>The Next Phases of Gutenberg</h3>\n<p>Matt highlighted the next phases of Gutenberg’s evolution, which included new information about Phases Three and Four:</p>\n<h4>Phase One</h4>\n<p>Fundamental blocks for writing and editing in the backend editor. These are complete now, although Matt later said that work on the editor would continue.</p>\n<h4>Phase Two</h4>\n<p>Customizing outside of the page/post content will be the next point of emphasis. It may include widgets, menus, and miscellaneous content. Matt notes that menus “will need a bit more experimentation”. “2019”.</p>\n<h4>Phase Three</h4>\n<p>Collaboration, multi-user editing in Gutenberg, and workflows. The target for this to phase to be complete is “2020+.”</p>\n<h4>Phase Four</h4>\n<p>“An official way” for WordPress to support multilingual sites. Also slated for “2020+.”</p>\n<h3>Other Announcements</h3>\n<p>There were several non-Gutenberg tidbits of note:</p>\n<h4>Auto updates on major versions of WordPress</h4>\n<p>On a list of items to work on in 2019, Matt said he wanted to make it a goal to add optional auto-updates for plugins, themes, and major versions of WordPress.</p>\n<h4>Updated minimum PHP versions</h4>\n<p><a href="https://make.wordpress.org/core/2018/12/08/updating-the-minimum-php-version/">A proposal written</a> by Gary Pendergast makes a case for WordPress to start updating its minimum PHP versions. The proposed plan is to move to PHP 5.6 by April 2019 and to PHP 7.0 by “as early as” December 2019. Notably, security support for PHP 5.6 expires in a few days, and the “end of life” for PHP 7.0 <a href="http://php.net/supported-versions.php">just passed</a>.</p>\n<p>After Matt mentioned this proposal, it received an enormous amount of applause — far more applause than most of the Gutenberg news that came earlier, and Matt noticed. It is definitely welcome news!</p>\n<h4>WordPress release adoption</h4>\n<p>During the life of the WordPress 4.9 branch, there were over 173 million downloads with 68.4% of all known WordPress installs running 4.9.</p>\n<p>Matt notes that the early adoption numbers for WordPress 5.0 were very similar to WordPress 4.7, which was also a December release back in 2016.</p>\n<h4>Lessons learned in 2018</h4>\n<p>Matt took time to summarize the lessons he learned in 2018, starting with the need for teams to improve how they work together: “There should be no reason for accessibility, testing, and other teams not to be working together since these features should be a feature of everything we develop from the very beginning.” No doubt this came as a response to the concerns about accessibility in Gutenberg that surfaced before WordPress 5.0 was released.</p>\n<h3>Community Update</h3>\n<p>Matt offered some community-related data as well:</p>\n<ul>\n<li><strong>WordCamps:</strong> In 2018 there were 145 WordCamps in 48 countries, with over 45,000 tickets sold. A total of 1,300 organizers (a 33% increase!), 2,651 speakers, and 1,175 sponsors made it all possible.</li>\n<li><strong>Meetups:</strong> This year saw 50% member growth in meetup attendance, with over 687 meetup groups and 5,400 meetup events.</li>\n</ul>\n<p>And with that, he began Q&A.</p>\n<p>You can view the <a href="https://www.youtube.com/watch?v=r5b-N2RmxS8">State of the Word on YouTube</a> in full, and it should become available on WordPress TV very soon.</p>\n<div id="attachment_49969" class="wp-caption aligncenter"><img class="wp-image-49969 size-large" src="https://cdn.poststatus.com/wp-content/uploads/2018/12/wcus-2018-sotw-5542-752x439.jpg" alt="" width="752" height="439" /><p class="wp-caption-text">Photos by <a href="https://wpsessions.com">Brian Richards</a>, for Post Status.</p></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Dec 2018 15:45:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"David Bisset";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"WPTavern: AMP Plugin for WordPress Version 1.0 Introduces Gutenberg-Integrated AMP Validation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86248";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"https://wptavern.com/amp-plugin-for-wordpress-version-1-0-introduces-gutenberg-integrated-amp-validation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2620:"<p><a href="https://amp-wp.org/amp-plugin-1-0-stable-release/" rel="noopener" target="_blank">Version 1.0</a> of the official AMP plugin for WordPress was released on the eve of WordCamp US, after two years in development by contributors from Automattic, XWP, and Google. This first stable version has a massive <a href="https://wordpress.org/plugins/amp/#developers" rel="noopener" target="_blank">changelog</a> with 30 people credited for their contributions. The plugin is now considered ready for production and is active on more than 300,000 sites.</p>\n<p>Version 1.0 interfaces with the new editor that landed in WordPress 5.0. It will display warnings for AMP-invalid markup on a per-block basis, so users don’t have to guess what content is generating an issue.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/12/notices-in-blocks-1024x736.png?ssl=1"><img /></a></p>\n<p>This release also introduces a compatibility tool that offers detailed information on AMP validation errors. It functions like a debugging page where users can see which URLs are generating errors, along with the site component (plugin, theme, or core) where the markup originates.</p>\n<p>Version 1.0 includes granular controls for selecting which templates will be served as AMP. This allows for a more gradual adoption across a site. Users can also opt for Native mode to have the entire site served as AMP.</p>\n<p>The plugin has been updated to support four of WordPress’ default themes, including Twenty Fifteen, Twenty Sixteen, Twenty Seventeen, and Twenty Nineteen. The documentation for <a href="https://github.com/xwp/wordpress-develop/pull/307" rel="noopener" target="_blank">how AMP was added to these bundled themes</a> serves as an example for how theme developers can make their own themes AMP-compatible. </p>\n<p>WordPress users who opt to use AMP on their sites will have a more successful experience with this version, thanks to the improved UI for handling AMP validation errors and the new interface for limiting AMP-support to certain templates.</p>\n<p>The AMP for WordPress project is also sporting a new <a href="https://amp-wp.org/" rel="noopener" target="_blank">website</a> that features a collection of AMP-ready plugins and themes and a showcase of sites using AMP. It also has extensive <a href="https://amp-wp.org/documentation/getting-started/" rel="noopener" target="_blank">documentation</a> for implementors, site owners, and developers. The site provides a central place for news and resources related to the project and its expanding ecosystem of compatible extensions.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Dec 2018 06:51:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"WPTavern: WordPress 5.0 “Bebo” Released, Lays A Foundation for the Platform’s Future";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86229";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"https://wptavern.com/wordpress-5-0-bebo-released-lays-a-foundation-for-the-platforms-future";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9407:"<p>In 2016 at WordCamp US in Philadelphia, PA, <a href="https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle">Matt Mullenweg announced</a> to the world that a new post and page editor would be coming to WordPress. “The editor does not represent the core of WordPress publishing,” Mullenweg said.</p>\n\n\n\n<p>His <a href="https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/">vision of the editor</a> was geared towards a more block-based approach that unifies widgets, shortcodes, and other areas of WordPress. Today, that vision has become a reality with the <a href="https://wordpress.org/news/2018/12/bebo/">release of WordPress 5.0</a> featuring <a href="https://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/">project Gutenberg</a>. <br /></p>\n\n\n\n<div class="wp-block-image"><img />The New Editor in WordPress 5.0</div>\n\n\n\n<p>Instead of a large blank canvas, content is broken up into a series of individual blocks that are independent from the content as a whole. For example, you can edit the HTML of one block without it affecting other blocks. </p>\n\n\n\n<p>The editor comes with more than 16 blocks to add content. You can add more blocks by <a href="https://wptavern.com/gutenberg-block-library-provides-a-searchable-index-of-individual-blocks">installing and activating plugins.</a><br /></p>\n\n\n\n<div class="wp-block-image"><img />Some of the Blocks That Are Available in WordPress 5.0</div>\n\n\n\n<p>Each block typically has two areas where you can manipulate its content. The Toolbar, which displays when hovering over a block, and the Inspector located in the right-hand sidebar. The Inspector houses less-often used settings that require more screen space. <br /></p>\n\n\n\n<div class="wp-block-image"><img /></div>\n\n\n\n<p>Between the top toolbar, block toolbar, inspector, block mover, and hidden elements that don’t appear unless hovered over, there are a lot of user interface buttons. I suggest spending time crafting a test post to get familiar with what each button does. </p>\n\n\n\n<p>To see the new editor in action, check out the following demo video. </p>\n\n\n\nA Short Demo of The New Editor in Action\n\n\n\n<p>If you’re not ready for the new editor or discover incompatibilities with themes or plugins, you can install the <a href="https://wordpress.org/plugins/classic-editor/">Classic Editor</a> plugin. This plugin will disable the new editor and replace it with the one in WordPress 4.9.8 and below. The WordPress development team <a href="https://make.wordpress.org/core/2018/11/07/classic-editor-plugin-support-window/">has committed</a> to supporting the plugin until December 31st, 2021. </p>\n\n\n\n<p>Those who use assistive technology and experience accessibility issues with the new editor are encouraged to install the Classic Editor plugin until the issues are fixed. <br /></p>\n\n\n\n<h2>Twenty Nineteen: A Fully Compatible Default Theme<br /></h2>\n\n\n\n<p>WordPress 5.0 comes with a new default theme called <a href="https://make.wordpress.org/core/2018/10/16/introducing-twenty-nineteen/">Twenty Nineteen</a> that is fully compatible with the new editor. It includes front-end and back-end styles to provide a What You See Is What You Get experience. It also supports the Wide and Full image alignment options. <br /></p>\n\n\n\n<div class="wp-block-image"><img />Twenty Nineteen Front-End on the Left, Back-End on the Right</div>\n\n\n\n<p>You can see the theme in action on <a href="https://ma.tt/">Matt Mullenweg’s site</a>.</p>\n\n\n\n<h2>What Happens to Existing Content?<br /></h2>\n\n\n\n<p>Content not created in the new editor is placed into a Classic block. This block mimics the old editor and provides users a choice to migrate it into blocks. However, migrating content into blocks is not required. Most content shouldn’t be affected by updating to WordPress 5.0. </p>\n\n\n\n<h2>Where to Get Help Using the New Editor</h2>\n\n\n\n<p>For new users, the editor might be an intuitive experience but for many WordPress veterans, it introduces a steep learning curve. After all, the previous editor has existed for more than 10 years. </p>\n\n\n\n<p>At the moment, there is a Gutenberg handbook for <a href="https://wordpress.org/gutenberg/handbook/designers-developers/">Developers</a> and <a href="https://wordpress.org/gutenberg/handbook/contributors/">Contributors</a> but not for Users. Work <a href="https://github.com/WordPress/gutenberg/issues/11252">is underway</a> by the Docs team and other volunteer contributors to put together an initial document to release in 2019. </p>\n\n\n\n<p>Until the official handbook is published, you’ll need to seek help and education elsewhere.</p>\n\n\n\n<h3>WordPress 5.0 Essential Training</h3>\n\n\n\n<p>Morten Rand-Hendriksen, an educator for LinkedIn Learning has published <a href="https://www.linkedin.com/learning/wordpress-5-essential-training/?trk=insiders_23476852_learning">a course</a> that walks users through the new editor. It’s available to view for free for the next three weeks. </p>\n\n\n\n<h3>Gutenberg Times<br /></h3>\n\n\n\n<p>Birgit Pauli-Haack has been keeping tabs on Gutenberg’s development for more than a year. <a href="https://gutenbergtimes.com">Gutenberg Times</a> contains relevant information about the editor for <a href="https://gutenbergtimes.com/category/for-users/">users</a> and <a href="https://gutenbergtimes.com/category/for-developers/">developers</a>. </p>\n\n\n\n<h3>WordPress Support Forums<br /></h3>\n\n\n\n<p>Volunteers are standing by ready to answer your questions. If you think you’ve discovered a bug, incompatibility, or are experiencing trouble with the new editor, please post it in the <a href="https://wordpress.org/support/forum/how-to-and-troubleshooting/">support forums</a>. </p>\n\n\n\n<h3>WordPress 5.0 Field Guide</h3>\n\n\n\n<p>The <a href="https://make.wordpress.org/core/2018/12/06/wordpress-5-0-field-guide/">WordPress 5.0 field guide</a> provides important links and information for developers and users related to this release. <br /></p>\n\n\n\n<h2>WordPress 5.0 Is the Beginning of A New Journey</h2>\n\n\n\n<p>While WordPress 5.0 introduces a new editor, it also lays the foundation for what’s to come. The first phase of project Gutenberg was the editor. The second phase is the Customizer with a focus on full-site layouts. The third and fourth phases will be shared and discussed by Mullenweg at this year’s WordCamp US.</p>\n\n\n\n<p>The new editor is part of a long process to reinvent WordPress. Matías Ventura, Co-lead of the Gutenberg project succinctly explains why the need for Gutenberg exists. <br /></p>\n\n\n\n<blockquote class="wp-block-quote"><p>WordPress has always been about the user experience, and that needs to continue to evolve under newer demands. Gutenberg is an attempt at fundamentally addressing those needs, based on the idea of content blocks. It’s an attempt to improve how users interact with their content in a fundamentally visual way, while at the same time giving developers the tools to create more fulfilling experiences for the people they are helping.</p><p>How can such a vision happen without dismantling, rebuilding, fragmenting, or breaking the WordPress ship that for over a decade has been carrying the thoughts, joys, and livelihoods of millions of people and more than a quarter of the web?</p><p>The ship, like Theseus’, needs to continue sailing while we upgrade the materials that make it. It needs to adapt to welcome new people, those that find it too rough to climb on board, too slippery a surface, too unwelcoming a sight, while retaining its essence of liberty. This is not an easy challenge—not in the slightest. </p><p>Indeed, <a href="https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/">we called it Gutenberg for a reason</a>, for both its challenges and opportunities, for what it can represent in terms of continuity and change. It is an ambitious project and it needs the whole WordPress community to succeed.</p><cite><a href="https://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/">Matías Ventura, Co-lead of the Gutenberg project.<br /></a></cite></blockquote>\n\n\n\n<p>As the new editor <a href="https://wordpress.org/download/counter/">makes its way</a> across the world, it will be interesting to see what the reactions are from users who experience it for the first time. It will also be interesting to see what the <a href="https://twitter.com/photomatt/status/1069327043618320385">developer community builds</a> that takes the editor to new heights. </p>\n\n\n\n<p>WordPress 5.0 is the <a href="https://www.linkedin.com/pulse/gutenberg-morten-rand-hendriksen">beginning of a new journey</a> for the project. One that will have bumpy roads, new discoveries, and plenty of opportunities to learn. So saddle up and keep your hands and arms inside the vehicle until it makes a complete stop. <br /></p>\n\n\n\n<p>WordPress 5.0 is named after <a href="https://en.wikipedia.org/wiki/Bebo_Vald%C3%A9s">Bebo Valdés</a> who was a Cuban pianist, bandleader, composer and arranger. The release was led by Matt Mullenweg with Allan Cole, Anthony Burchell, Gary Pendergast, Josepha Haden Chomphosy, Laurel Fulford, Omar Reiss, Daniel Bachhuber, Matías Ventura, Miguel Fonseca, Tammie Lister, Matthew Riley MacPherson as co-leads. At least 423 people contributed to the release. <br /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Dec 2018 21:38:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"Dev Blog: WordPress 5.0 “Bebo”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6328";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/news/2018/12/bebo/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:42540:"<h2>Say Hello to the New Editor</h2>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>\n\n\n\n<p>We’ve made some big upgrades to the editor. Our new block-based editor is the first step toward an exciting new future with a streamlined editing experience across your site. You’ll have more flexibility with how content is displayed, whether you are building your first site, revamping your blog, or write code for a living.</p>\n\n\n\n<div class="wp-block-image"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Gutenberg.jpg?fit=2400%2C1200&ssl=1" alt="" class="wp-image-6331" /></div>\n\n\n\n<h2>Building with Blocks</h2>\n\n\n\n<p>The new block-based editor won’t change the way any of your content looks to your visitors. What it will do is let you insert any type of multimedia in a snap and rearrange to your heart’s content. Each piece of content will be in its own block; a distinct wrapper for easy maneuvering. If you’re more of an HTML and CSS sort of person, then the blocks won’t stand in your way. WordPress is here to simplify the process, not the outcome.</p>\n\n\n\n\n\n\n\n<p>We have tons of blocks available by default, and more get added by the community every day. Here are a few of the blocks to help you get started:</p>\n\n\n\n<ul class="wp-block-gallery columns-4 is-cropped"><li class="blocks-gallery-item"><img src="https://i2.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Paragraph.jpg?w=632&ssl=1" alt="" class="wp-image-6340" />Paragraph</li><li class="blocks-gallery-item"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Heading.jpg?w=632&ssl=1" alt="" class="wp-image-6341" />Heading</li><li class="blocks-gallery-item"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Preformatted.jpg?w=632&ssl=1" alt="" class="wp-image-6342" />Preformatted</li><li class="blocks-gallery-item"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Quote.jpg?w=632&ssl=1" alt="" class="wp-image-6343" />Quote</li><li class="blocks-gallery-item"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Image.jpg?w=632&ssl=1" alt="" class="wp-image-6344" />Image</li><li class="blocks-gallery-item"><img src="https://i2.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Gallery.jpg?w=632&ssl=1" alt="" class="wp-image-6345" />Gallery</li><li class="blocks-gallery-item"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Cover-Image.jpg?w=632&ssl=1" alt="" class="wp-image-6346" />Cover</li><li class="blocks-gallery-item"><img src="https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Video.jpg?w=632&ssl=1" alt="" class="wp-image-6347" />Video</li><li class="blocks-gallery-item"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Audio.jpg?w=632&ssl=1" alt="" class="wp-image-6348" />Audio</li><li class="blocks-gallery-item"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Column.jpg?w=632&ssl=1" alt="" class="wp-image-6349" />Columns</li><li class="blocks-gallery-item"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-File.jpg?w=632&ssl=1" alt="" class="wp-image-6350" />File</li><li class="blocks-gallery-item"><img src="https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Code.jpg?w=632&ssl=1" alt="" class="wp-image-6351" />Code</li><li class="blocks-gallery-item"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-List.jpg?w=632&ssl=1" alt="" class="wp-image-6352" />List</li><li class="blocks-gallery-item"><img src="https://i0.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Button.jpg?w=632&ssl=1" alt="" class="wp-image-6353" />Button</li><li class="blocks-gallery-item"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-Embeds.jpg?w=632&ssl=1" alt="" class="wp-image-6354" />Embeds</li><li class="blocks-gallery-item"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Block-Icon-More.jpg?w=632&ssl=1" alt="" class="wp-image-6355" />More</li></ul>\n\n\n\n<h2>Freedom to Build, Freedom to Write</h2>\n\n\n\n<p>This new editing experience provides a more consistent treatment of design as well as content. If you’re building client sites, you can create reusable blocks. This lets your clients add new content anytime, while still maintaining a consistent look and feel.</p>\n\n\n\n\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>A Stunning New Default Theme</h2>\n\n\n\n<div class="wp-block-image"><img src="https://i0.wp.com/wordpress.org/news/files/2018/12/twenty-nineteen.jpg?fit=2400%2C1600&ssl=1" alt="" class="wp-image-6358" /></div>\n\n\n\n<p>Introducing Twenty Nineteen, a new default theme that shows off the power of the new editor.</p>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><img src="https://i2.wp.com/wordpress.org/news/files/2018/12/block-editor-1024x683.jpg?resize=632%2C422&ssl=1" alt="" class="wp-image-6359" /><div class="wp-block-media-text__content">\n<h3 id="mce_9">Designed for the block editor</h3>\n\n\n\n<p>Twenty Nineteen features custom styles for the blocks available by default in 5.0. It makes extensive use of editor styles throughout the theme. That way, what you create in your content editor is what you see on the front of your site.<br /></p>\n</div></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/typography-1.jpg?w=632&ssl=1" alt="" class="wp-image-6427" /><div class="wp-block-media-text__content">\n<h3 id="mce_18">Simple, type-driven layout</h3>\n\n\n\n<p>Featuring ample whitespace, and modern sans-serif headlines paired with classic serif body text, Twenty Nineteen is built to be beautiful on the go. It uses system fonts to increase loading speed. No more long waits on slow networks!</p>\n</div></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><img src="https://i2.wp.com/wordpress.org/news/files/2018/12/twenty-nineteen-versatile.gif?w=632&ssl=1" alt="" class="wp-image-6361" /><div class="wp-block-media-text__content">\n<h3 id="mce_24">Versatile design for all sites</h3>\n\n\n\n<p>Twenty Nineteen is designed to work for a wide variety of use cases. Whether you’re running a photo blog, launching a new business, or supporting a non-profit, Twenty Nineteen is flexible enough to fit your needs.</p>\n</div></div>\n\n\n\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link has-text-color" href="https://wordpress.org/themes/twentynineteen/">Give Twenty Nineteen a try</a></div>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>Developer Happiness</h2>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Protect.jpg?w=632&ssl=1" alt="" class="wp-image-6362" /><div class="wp-block-media-text__content">\n<h3 id="mce_34">Protect</h3>\n\n\n\n<p>Blocks provide a comfortable way for users to change content directly, while also ensuring the content structure cannot be easily disturbed by accidental code edits. This allows the developer to control the output, building polished and semantic markup that is preserved through edits and not easily broken.</p>\n</div></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><img src="https://i2.wp.com/wordpress.org/news/files/2018/12/Compose.jpg?w=632&ssl=1" alt="" class="wp-image-6363" /><div class="wp-block-media-text__content">\n<h3 id="mce_39">Compose</h3>\n\n\n\n<p>Take advantage of a wide collection of APIs and interface components to easily create blocks with intuitive controls for your clients. Utilizing these components not only speeds up development work but also provide a more consistent, usable, and accessible interface to all users.</p>\n</div></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Create.jpg?w=632&ssl=1" alt="" class="wp-image-6364" /><div class="wp-block-media-text__content">\n<h3 id="mce_45">Create</h3>\n\n\n\n<p>The new block paradigm opens up a path of exploration and imagination when it comes to solving user needs. With the unified block insertion flow, it’s easier for your clients and customers to find and use blocks for all types of content. Developers can focus on executing their vision and providing rich editing experiences, rather than fussing with difficult APIs.</p>\n</div></div>\n\n\n\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link has-text-color" href="https://wordpress.org/gutenberg/handbook/">Learn how to get started</a></div>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>Keep it Classic</h2>\n\n\n\n<div class="wp-block-image"><img src="https://i1.wp.com/wordpress.org/news/files/2018/12/Classic.jpg?fit=2400%2C1130&ssl=1" alt="" class="wp-image-6365" /></div>\n\n\n\n<p>Prefer to stick with the familiar Classic Editor? No problem! Support for the Classic Editor plugin will remain in WordPress through 2021.</p>\n\n\n\n<p>The Classic Editor plugin restores the previous WordPress editor and the Edit Post screen. It lets you keep using plugins that extend it, add old-style meta boxes, or otherwise depend on the previous editor. To install, visit your plugins page and click the “Install Now” button next to “Classic Editor”. After the plugin finishes installing, click “Activate”. That’s it!</p>\n\n\n\n<p>Note to users of assistive technology: if you experience usability issues with the block editor, we recommend you continue to use the Classic Editor.</p>\n\n\n\n<div class="wp-block-button aligncenter"><a class="wp-block-button__link has-text-color" href="https://wordpress.org/plugins/classic-editor/">Check out the Classic Editor</a></div>\n\n\n\n<p>This release is named in homage to the pioneering Cuban jazz musician <a href="https://en.wikipedia.org/wiki/Bebo_Vald%C3%A9s">Bebo Valdés</a>.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by <a href="http://ma.tt/">Matt Mullenweg</a>, along with co-leads <a href="https://www.allancole.com/">Allan Cole</a>, <a href="http://antpb.com/">Anthony Burchell</a>, <a href="https://pento.net/">Gary Pendergast</a>, <a href="https://josepha.blog/">Josepha Haden Chomphosy</a>, <a href="https://laurel.blog/">Laurel Fulford</a>, <a href="https://yoast.com/about-us/team/omar-reiss/">Omar Reiss</a>, <a href="https://danielbachhuber.com/">Daniel Bachhuber</a>, <a href="https://matiasventura.com/">Matías Ventura</a>, <a href="https://lamda.blog/">Miguel Fonseca</a>, <a href="https://tam.blog/">Tammie Lister</a>, <a href="https://tofumatt.com/">Matthew Riley MacPherson</a>. They were ably assisted by the following fabulous folks. There were 423 contributors with props in this release. Pull up some Bebo Valdés on your music service of choice, and check out some of their profiles:</p>\n\n\n<a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/abdulwahab610">Abdul Wahab</a>, <a href="https://profiles.wordpress.org/abdullahramzan">Abdullah Ramzan</a>, <a href="https://profiles.wordpress.org/abhijitrakas">Abhijit Rakas</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/afraithe">afraithe</a>, <a href="https://profiles.wordpress.org/mrahmadawais">Ahmad Awais</a>, <a href="https://profiles.wordpress.org/ahmadawais">ahmadawais</a>, <a href="https://profiles.wordpress.org/airathalitov">Airat Halitov</a>, <a href="https://profiles.wordpress.org/ajitbohra">Ajit Bohra</a>, <a href="https://profiles.wordpress.org/schlessera">Alain Schlesser</a>, <a href="https://profiles.wordpress.org/albertomedina">albertomedina</a>, <a href="https://profiles.wordpress.org/aldavigdis">aldavigdis</a>, <a href="https://profiles.wordpress.org/alexsanford1">Alex Sanford</a>, <a href="https://profiles.wordpress.org/xyfi">Alexander Botteram</a>, <a href="https://profiles.wordpress.org/alexis">alexis</a>, <a href="https://profiles.wordpress.org/alexislloyd">Alexis Lloyd</a>, <a href="https://profiles.wordpress.org/arush">Amanda Rush</a>, <a href="https://profiles.wordpress.org/amedina">amedina</a>, <a href="https://profiles.wordpress.org/nosolosw">Andrés</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andreamiddleton">Andrea Middleton</a>, <a href="https://profiles.wordpress.org/euthelup">Andrei Lupu</a>, <a href="https://profiles.wordpress.org/andreiglingeanu">andreiglingeanu</a>, <a href="https://profiles.wordpress.org/aduth">Andrew Duthie</a>, <a href="https://profiles.wordpress.org/sumobi">Andrew Munro</a>, <a href="https://profiles.wordpress.org/anevins">Andrew Nevins</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/androb">Andrew Roberts</a>, <a href="https://profiles.wordpress.org/andrewtaylor-1">Andrew Taylor</a>, <a href="https://profiles.wordpress.org/andrewserong">andrewserong</a>, <a href="https://profiles.wordpress.org/apeatling">Andy Peatling</a>, <a href="https://profiles.wordpress.org/ameeker">Angie Meeker</a>, <a href="https://profiles.wordpress.org/annaharrison">Anna Harrison</a>, <a href="https://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="https://profiles.wordpress.org/arnaudban">ArnaudBan</a>, <a href="https://profiles.wordpress.org/arshidkv12">Arshid</a>, <a href="https://profiles.wordpress.org/aprakasa">Arya Prakasa</a>, <a href="https://profiles.wordpress.org/artisticasad">Asad</a>, <a href="https://profiles.wordpress.org/mrasharirfan">Ashar Irfan</a>, <a href="https://profiles.wordpress.org/asvinballoo">Asvin Balloo</a>, <a href="https://profiles.wordpress.org/atanasangelovdev">Atanas Angelov</a>, <a href="https://profiles.wordpress.org/b-07">Bappi</a>, <a href="https://profiles.wordpress.org/bcolumbia">bcolumbia</a>, <a href="https://profiles.wordpress.org/belcherj">belcherj</a>, <a href="https://profiles.wordpress.org/blowery">Ben Lowery</a>, <a href="https://profiles.wordpress.org/caxco93">Benjamin Eyzaguirre</a>, <a href="https://profiles.wordpress.org/benjamin_zekavica">Benjamin Zekavica</a>, <a href="https://profiles.wordpress.org/benlk">benlk</a>, <a href="https://profiles.wordpress.org/kau-boy">Bernhard Kau</a>, <a href="https://profiles.wordpress.org/bernhard-reiter">Bernhard Reiter</a>, <a href="https://profiles.wordpress.org/betsela">betsela</a>, <a href="https://profiles.wordpress.org/bhargavmehta">Bhargav Mehta</a>, <a href="https://profiles.wordpress.org/birgire">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/bph">Birgit Pauli-Haack</a>, <a href="https://profiles.wordpress.org/bobbingwide">bobbingwide</a>, <a href="https://profiles.wordpress.org/boblinthorst">boblinthorst</a>, <a href="https://profiles.wordpress.org/boonebgorges">Boone Gorges</a>, <a href="https://profiles.wordpress.org/bradyvercher">Brady Vercher</a>, <a href="https://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/bpayton">Brandon Payton</a>, <a href="https://profiles.wordpress.org/brentswisher">Brent Swisher</a>, <a href="https://profiles.wordpress.org/technosiren">Brianna Privett</a>, <a href="https://profiles.wordpress.org/briannaorg">briannaorg</a>, <a href="https://profiles.wordpress.org/bronsonquick">Bronson Quick</a>, <a href="https://profiles.wordpress.org/bandonrandon">Brooke.</a>, <a href="https://profiles.wordpress.org/burhandodhy">Burhan Nasir</a>, <a href="https://profiles.wordpress.org/cantothemes">CantoThemes</a>, <a href="https://profiles.wordpress.org/cathibosco">cathibosco</a>, <a href="https://profiles.wordpress.org/chetan200891">Chetan Prajapati</a>, <a href="https://profiles.wordpress.org/chetansatasiya">chetansatasiya</a>, <a href="https://profiles.wordpress.org/ketuchetan">chetansatasiya</a>, <a href="https://profiles.wordpress.org/chouby">Chouby</a>, <a href="https://profiles.wordpress.org/chrisl27">Chris Lloyd</a>, <a href="https://profiles.wordpress.org/crunnells">Chris Runnells</a>, <a href="https://profiles.wordpress.org/chrisvanpatten">Chris Van Patten</a>, <a href="https://profiles.wordpress.org/chriskmnds">chriskmnds</a>, <a href="https://profiles.wordpress.org/pixelverbieger">Christian Sabo</a>, <a href="https://profiles.wordpress.org/christophherr">Christoph Herr</a>, <a href="https://profiles.wordpress.org/claudiosanches">Claudio Sanches</a>, <a href="https://profiles.wordpress.org/coderkevin">coderkevin</a>, <a href="https://profiles.wordpress.org/copons">Copons</a>, <a href="https://profiles.wordpress.org/courtney0burton">courtney0burton</a>, <a href="https://profiles.wordpress.org/mitogh">Crisoforo Gaspar Hernandez</a>, <a href="https://profiles.wordpress.org/littlebigthing">Csaba (LittleBigThings)</a>, <a href="https://profiles.wordpress.org/csabotta">csabotta</a>, <a href="https://profiles.wordpress.org/danieltj">Daniel James</a>, <a href="https://profiles.wordpress.org/talldanwp">Daniel Richards</a>, <a href="https://profiles.wordpress.org/danielhw">danielhw</a>, <a href="https://profiles.wordpress.org/daniloercoli">daniloercoli</a>, <a href="https://profiles.wordpress.org/dannycooper">DannyCooper</a>, <a href="https://profiles.wordpress.org/nerrad">Darren Ethier (nerrad)</a>, <a href="https://profiles.wordpress.org/davemoran118">davemoran118</a>, <a href="https://profiles.wordpress.org/dcavins">David Cavins</a>, <a href="https://profiles.wordpress.org/dlh">David Herrera</a>, <a href="https://profiles.wordpress.org/davidakennedy">David Kennedy</a>, <a href="https://profiles.wordpress.org/dryanpress">David Ryan</a>, <a href="https://profiles.wordpress.org/davidsword">David Sword</a>, <a href="https://profiles.wordpress.org/folletto">Davide ''Folletto'' Casali</a>, <a href="https://profiles.wordpress.org/davidherrera">davidherrera</a>, <a href="https://profiles.wordpress.org/davisshaver">Davis</a>, <a href="https://profiles.wordpress.org/dciso">dciso</a>, <a href="https://profiles.wordpress.org/dmsnell">Dennis Snell</a>, <a href="https://profiles.wordpress.org/dsmart">Derek Smart</a>, <a href="https://profiles.wordpress.org/designsimply">designsimply</a>, <a href="https://profiles.wordpress.org/dlocc">Devin Walker</a>, <a href="https://profiles.wordpress.org/deviodigital">Devio Digital</a>, <a href="https://profiles.wordpress.org/dfangstrom">dfangstrom</a>, <a href="https://profiles.wordpress.org/dhanendran">Dhanendran</a>, <a href="https://profiles.wordpress.org/diegoliv">Diego de Oliveira</a>, <a href="https://profiles.wordpress.org/diegoreymendez">diegoreymendez</a>, <a href="https://profiles.wordpress.org/dingo_bastard">dingo-d</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/dency">Dixita Dusara</a>, <a href="https://profiles.wordpress.org/dixitadusara">Dixita Dusara Gohil</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/donnapep">Donna Peplinskie</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/dsawardekar">dsawardekar</a>, <a href="https://profiles.wordpress.org/dsifford">dsifford</a>, <a href="https://profiles.wordpress.org/duanestorey">Duane Storey</a>, <a href="https://profiles.wordpress.org/chopinbach">Edwin Cromley</a>, <a href="https://profiles.wordpress.org/ehg">ehg</a>, <a href="https://profiles.wordpress.org/electricfeet">ElectricFeet</a>, <a href="https://profiles.wordpress.org/eliorivero">Elio Rivero</a>, <a href="https://profiles.wordpress.org/epointal">Elisabeth Pointal</a>, <a href="https://profiles.wordpress.org/iseulde">Ella Iseulde Van Dorpe</a>, <a href="https://profiles.wordpress.org/elrae">elrae</a>, <a href="https://profiles.wordpress.org/enodekciw">enodekciw</a>, <a href="https://profiles.wordpress.org/ephoxjames">ephoxjames</a>, <a href="https://profiles.wordpress.org/ephoxmogran">ephoxmogran</a>, <a href="https://profiles.wordpress.org/sewmyheadon">Eric Amundson</a>, <a href="https://profiles.wordpress.org/ericnmurphy">ericnmurphy</a>, <a href="https://profiles.wordpress.org/etoledom">etoledom</a>, <a href="https://profiles.wordpress.org/circlecube">Evan Mullins</a>, <a href="https://profiles.wordpress.org/fabiankaegy">fabiankaegy</a>, <a href="https://profiles.wordpress.org/fabs_pim">fabs_pim</a>, <a href="https://profiles.wordpress.org/faishal">faishal</a>, <a href="https://profiles.wordpress.org/flixos90">Felix Arntz</a>, <a href="https://profiles.wordpress.org/floriansimeth">Florian Simeth</a>, <a href="https://profiles.wordpress.org/foobar4u">foobar4u</a>, <a href="https://profiles.wordpress.org/foreverpinetree">foreverpinetree</a>, <a href="https://profiles.wordpress.org/frank-klein">Frank Klein</a>, <a href="https://profiles.wordpress.org/fuyuko">fuyuko</a>, <a href="https://profiles.wordpress.org/gma992">Gabriel Maldonado</a>, <a href="https://profiles.wordpress.org/garrett-eclipse">Garrett Hyder</a>, <a href="https://profiles.wordpress.org/garyj">Gary Jones</a>, <a href="https://profiles.wordpress.org/doomwaxer">Gary Thayer</a>, <a href="https://profiles.wordpress.org/garyjones">garyjones</a>, <a href="https://profiles.wordpress.org/soulseekah">Gennady Kovshenin</a>, <a href="https://profiles.wordpress.org/babbardel">George Olaru</a>, <a href="https://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="https://profiles.wordpress.org/georgeh">georgeh</a>, <a href="https://profiles.wordpress.org/gnif">gnif</a>, <a href="https://profiles.wordpress.org/goldsounds">goldsounds</a>, <a href="https://profiles.wordpress.org/grappler">Grappler</a>, <a href="https://profiles.wordpress.org/gziolo">Grzegorz Ziółkowski</a>, <a href="https://profiles.wordpress.org/bordoni">Gustavo Bordoni</a>, <a href="https://profiles.wordpress.org/gwwar">gwwar</a>, <a href="https://profiles.wordpress.org/hardeepasrani">Hardeep Asrani</a>, <a href="https://profiles.wordpress.org/hblackett">hblackett</a>, <a href="https://profiles.wordpress.org/helen">Helen Hou-Sandi</a>, <a href="https://profiles.wordpress.org/luehrsen">Hendrik Luehrsen</a>, <a href="https://profiles.wordpress.org/herbmiller">herbmiller</a>, <a href="https://profiles.wordpress.org/herregroen">Herre Groen</a>, <a href="https://profiles.wordpress.org/hugobaeta">Hugo Baeta</a>, <a href="https://profiles.wordpress.org/hypest">hypest</a>, <a href="https://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="https://profiles.wordpress.org/ianstewart">ianstewart</a>, <a href="https://profiles.wordpress.org/ianbelanger">ibelanger</a>, <a href="https://profiles.wordpress.org/icaleb">iCaleb</a>, <a href="https://profiles.wordpress.org/idpokute">idpokute</a>, <a href="https://profiles.wordpress.org/igorsch">Igor</a>, <a href="https://profiles.wordpress.org/imath">imath</a>, <a href="https://profiles.wordpress.org/imonly_ik">Imran Khalid</a>, <a href="https://profiles.wordpress.org/intronic">intronic</a>, <a href="https://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/ireneyoast">Irene Strikkers</a>, <a href="https://profiles.wordpress.org/ismailelkorchi">Ismail El Korchi</a>, <a href="https://profiles.wordpress.org/israelshmueli">israelshmueli</a>, <a href="https://profiles.wordpress.org/jd55">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jakept">Jacob Peattie</a>, <a href="https://profiles.wordpress.org/jagnew">jagnew</a>, <a href="https://profiles.wordpress.org/jahvi">jahvi</a>, <a href="https://profiles.wordpress.org/jnylen0">James Nylen</a>, <a href="https://profiles.wordpress.org/jamestryon">jamestryon</a>, <a href="https://profiles.wordpress.org/jamiehalvorson">jamiehalvorson</a>, <a href="https://profiles.wordpress.org/jdembowski">Jan Dembowski</a>, <a href="https://profiles.wordpress.org/janalwin">janalwin</a>, <a href="https://profiles.wordpress.org/jaswrks">Jason Caldwell</a>, <a href="https://profiles.wordpress.org/octalmage">Jason Stallings</a>, <a href="https://profiles.wordpress.org/yingling017">Jason Yingling</a>, <a href="https://profiles.wordpress.org/vengisss">Javier Villanueva</a>, <a href="https://profiles.wordpress.org/jhoffm34">Jay Hoffmann</a>, <a href="https://profiles.wordpress.org/audrasjb">Jb Audras</a>, <a href="https://profiles.wordpress.org/jblz">Jeff Bowen</a>, <a href="https://profiles.wordpress.org/jeffpaul">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jipmoors">Jip Moors</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby">JJJ</a>, <a href="https://profiles.wordpress.org/sephsekla">Joe Bailey-Roberts</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joehoyle">Joe Hoyle</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/joemaller">joemaller</a>, <a href="https://profiles.wordpress.org/joen">Joen Asmussen</a>, <a href="https://profiles.wordpress.org/j-falk">Johan Falk</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/johnny5">John Godley</a>, <a href="https://profiles.wordpress.org/johndyer">johndyer</a>, <a href="https://profiles.wordpress.org/johnpixle">JohnPixle</a>, <a href="https://profiles.wordpress.org/johnwatkins0">johnwatkins0</a>, <a href="https://profiles.wordpress.org/jomurgel">jomurgel</a>, <a href="https://profiles.wordpress.org/jonsurrell">Jon Surrell</a>, <a href="https://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/spacedmonkey">Jonny Harris</a>, <a href="https://profiles.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="https://profiles.wordpress.org/koke">Jorge Bernal</a>, <a href="https://profiles.wordpress.org/jorgefilipecosta">Jorge Costa</a>, <a href="https://profiles.wordpress.org/ieatwebsites">Jose Fremaint</a>, <a href="https://profiles.wordpress.org/shelob9">Josh Pollock</a>, <a href="https://profiles.wordpress.org/jvisick77">Josh Visick</a>, <a href="https://profiles.wordpress.org/joshuawold">Joshua Wold</a>, <a href="https://profiles.wordpress.org/joyously">Joy</a>, <a href="https://profiles.wordpress.org/jrf">jrf</a>, <a href="https://profiles.wordpress.org/jryancard">jryancard</a>, <a href="https://profiles.wordpress.org/jsnajdr">jsnajdr</a>, <a href="https://profiles.wordpress.org/julienmelissas">JulienMelissas</a>, <a href="https://profiles.wordpress.org/kopepasah">Justin Kopepasah</a>, <a href="https://profiles.wordpress.org/kadamwhite">K.Adam White</a>, <a href="https://profiles.wordpress.org/kallehauge">Kallehauge</a>, <a href="https://profiles.wordpress.org/kalpshit">KalpShit Akabari</a>, <a href="https://profiles.wordpress.org/codebykat">Kat Hagan</a>, <a href="https://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/kevinwhoffman">Kevin Hoffman</a>, <a href="https://profiles.wordpress.org/khleomix">khleomix</a>, <a href="https://profiles.wordpress.org/ixkaito">Kite</a>, <a href="https://profiles.wordpress.org/kjellr">Kjell Reigstad</a>, <a href="https://profiles.wordpress.org/kluny">kluny</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/xkon">Konstantinos Xenos</a>, <a href="https://profiles.wordpress.org/krutidugade">krutidugade</a>, <a href="https://profiles.wordpress.org/lancewillett">Lance Willett</a>, <a href="https://profiles.wordpress.org/notlaura">Lara Schenck</a>, <a href="https://profiles.wordpress.org/leahkoerper">leahkoerper</a>, <a href="https://profiles.wordpress.org/lloyd">lloyd</a>, <a href="https://profiles.wordpress.org/loicblascos">Loïc Blascos</a>, <a href="https://profiles.wordpress.org/lucasstark">Lucas Stark</a>, <a href="https://profiles.wordpress.org/lucasrolff">LucasRolff</a>, <a href="https://profiles.wordpress.org/luigipulcini">luigipulcini</a>, <a href="https://profiles.wordpress.org/lukecavanagh">Luke Cavanagh</a>, <a href="https://profiles.wordpress.org/lucaskowalski">Luke Kowalski</a>, <a href="https://profiles.wordpress.org/lukepettway">Luke Pettway</a>, <a href="https://profiles.wordpress.org/luminus">Luminus</a>, <a href="https://profiles.wordpress.org/lynneux">lynneux</a>, <a href="https://profiles.wordpress.org/macbookandrew">macbookandrew</a>, <a href="https://profiles.wordpress.org/maedahbatool">Maedah Batool</a>, <a href="https://profiles.wordpress.org/mahdiyazdani">Mahdi Yazdani</a>, <a href="https://profiles.wordpress.org/mahmoudsaeed">mahmoudsaeed</a>, <a href="https://profiles.wordpress.org/travel_girl">Maja Benke</a>, <a href="https://profiles.wordpress.org/mkaz">Marcus Kazmierczak</a>, <a href="https://profiles.wordpress.org/tyxla">Marin Atanasov</a>, <a href="https://profiles.wordpress.org/marina_wp">marina_wp</a>, <a href="https://profiles.wordpress.org/clorith">Marius L. J.</a>, <a href="https://profiles.wordpress.org/mariusvw">mariusvw</a>, <a href="https://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/mapk">Mark Uraine</a>, <a href="https://profiles.wordpress.org/vindl">Marko Andrijasevic</a>, <a href="https://profiles.wordpress.org/martinlugton">martinlugton</a>, <a href="https://profiles.wordpress.org/m-e-h">Marty Helmick</a>, <a href="https://profiles.wordpress.org/mathiu">mathiu</a>, <a href="https://profiles.wordpress.org/webdevmattcrom">Matt Cromwell</a>, <a href="https://profiles.wordpress.org/matt">Matt Mullenweg</a>, <a href="https://profiles.wordpress.org/mattgeri">MattGeri</a>, <a href="https://profiles.wordpress.org/mboynes">Matthew Boynes</a>, <a href="https://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="https://profiles.wordpress.org/maurobringolf">maurobringolf</a>, <a href="https://profiles.wordpress.org/maximebj">Maxime BERNARD-JACQUET</a>, <a href="https://profiles.wordpress.org/mayukojpn">Mayo Moriyama</a>, <a href="https://profiles.wordpress.org/meetjey">meetjey</a>, <a href="https://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="https://profiles.wordpress.org/mendezcode">mendezcode</a>, <a href="https://profiles.wordpress.org/woodent">Micah Wood</a>, <a href="https://profiles.wordpress.org/wpscholar">Micah Wood</a>, <a href="https://profiles.wordpress.org/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="https://profiles.wordpress.org/michaelhull">Michael Hull</a>, <a href="https://profiles.wordpress.org/mnelson4">Michael Nelson</a>, <a href="https://profiles.wordpress.org/mizejewski">Michele Mizejewski</a>, <a href="https://profiles.wordpress.org/jbpaul17">Migrated to @jeffpaul</a>, <a href="https://profiles.wordpress.org/stubgo">Miina Sikk</a>, <a href="https://profiles.wordpress.org/simison">Mikael Korpela</a>, <a href="https://profiles.wordpress.org/mihai2u">Mike Crantea</a>, <a href="https://profiles.wordpress.org/mike-haydon-swo">Mike Haydon</a>, <a href="https://profiles.wordpress.org/mikeschroder">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mikeselander">Mike Selander</a>, <a href="https://profiles.wordpress.org/mikehaydon">mikehaydon</a>, <a href="https://profiles.wordpress.org/mikeyarce">Mikey Arce</a>, <a href="https://profiles.wordpress.org/dimadin">Milan Dinić</a>, <a href="https://profiles.wordpress.org/milana_cap">Milana Cap</a>, <a href="https://profiles.wordpress.org/gonzomir">Milen Petrinski - Gonzo</a>, <a href="https://profiles.wordpress.org/milesdelliott">milesdelliott</a>, <a href="https://profiles.wordpress.org/mimo84">mimo84</a>, <a href="https://profiles.wordpress.org/0mirka00">mirka</a>, <a href="https://profiles.wordpress.org/mmtr86">mmtr86</a>, <a href="https://profiles.wordpress.org/boemedia">Monique Dubbelman</a>, <a href="https://profiles.wordpress.org/mor10">Morten Rand-Hendriksen</a>, <a href="https://profiles.wordpress.org/mostafas1990">Mostafa Soufi</a>, <a href="https://profiles.wordpress.org/motleydev">motleydev</a>, <a href="https://profiles.wordpress.org/mpheasant">mpheasant</a>, <a href="https://profiles.wordpress.org/mrmadhat">mrmadhat</a>, <a href="https://profiles.wordpress.org/mrwweb">mrwweb</a>, <a href="https://profiles.wordpress.org/msdesign21">msdesign21</a>, <a href="https://profiles.wordpress.org/mtias">mtias</a>, <a href="https://profiles.wordpress.org/desideveloper">Muhammad Irfan</a>, <a href="https://profiles.wordpress.org/mukesh27">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/munirkamal">munirkamal</a>, <a href="https://profiles.wordpress.org/mmaumio">Muntasir Mahmud</a>, <a href="https://profiles.wordpress.org/mzorz">mzorz</a>, <a href="https://profiles.wordpress.org/nagayama">nagayama</a>, <a href="https://profiles.wordpress.org/nfmohit">Nahid F. Mohit</a>, <a href="https://profiles.wordpress.org/nao">Naoko Takano</a>, <a href="https://profiles.wordpress.org/napy84">napy84</a>, <a href="https://profiles.wordpress.org/nateconley">nateconley</a>, <a href="https://profiles.wordpress.org/nativeinside">Native Inside</a>, <a href="https://profiles.wordpress.org/greatislander">Ned Zimmerman</a>, <a href="https://profiles.wordpress.org/buzztone">Neil Murray</a>, <a href="https://profiles.wordpress.org/nicbertino">nic.bertino</a>, <a href="https://profiles.wordpress.org/notnownikki">Nicola Heald</a>, <a href="https://profiles.wordpress.org/nielslange">Niels Lange</a>, <a href="https://profiles.wordpress.org/nikschavan">Nikhil Chavan</a>, <a href="https://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski</a>, <a href="https://profiles.wordpress.org/nitrajka">nitrajka</a>, <a href="https://profiles.wordpress.org/njpanderson">njpanderson</a>, <a href="https://profiles.wordpress.org/nshki">nshki</a>, <a href="https://profiles.wordpress.org/hideokamoto">Okamoto Hidetaka</a>, <a href="https://profiles.wordpress.org/oskosk">oskosk</a>, <a href="https://profiles.wordpress.org/pareshradadiya-1">Paresh Radadiya</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/pbearne">Paul Bearne</a>, <a href="https://profiles.wordpress.org/pauldechov">Paul Dechov</a>, <a href="https://profiles.wordpress.org/paulstonier">Paul Stonier</a>, <a href="https://profiles.wordpress.org/paulwilde">Paul Wilde</a>, <a href="https://profiles.wordpress.org/pedromendonca">Pedro Mendonça</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/pglewis">pglewis</a>, <a href="https://profiles.wordpress.org/tyrannous">Philipp Bammes</a>, <a href="https://profiles.wordpress.org/piersb">piersb</a>, <a href="https://profiles.wordpress.org/wizzard_">Pieter Daalder</a>, <a href="https://profiles.wordpress.org/pilou69">pilou69</a>, <a href="https://profiles.wordpress.org/delawski">Piotr Delawski</a>, <a href="https://profiles.wordpress.org/poena">poena</a>, <a href="https://profiles.wordpress.org/postphotos">postphotos</a>, <a href="https://profiles.wordpress.org/potbot">potbot</a>, <a href="https://profiles.wordpress.org/prtksxna">Prateek Saxena</a>, <a href="https://profiles.wordpress.org/pratikthink">Pratik K. Yadav</a>, <a href="https://profiles.wordpress.org/presskopp">Presskopp</a>, <a href="https://profiles.wordpress.org/psealock">psealock</a>, <a href="https://profiles.wordpress.org/ptasker">ptasker</a>, <a href="https://profiles.wordpress.org/rachelmcr">Rachel</a>, <a href="https://profiles.wordpress.org/rachelbaker">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rahmohn">Rahmohn</a>, <a href="https://profiles.wordpress.org/rahmon">Rahmon</a>, <a href="https://profiles.wordpress.org/rahulsprajapati">Rahul Prajapati</a>, <a href="https://profiles.wordpress.org/rakshans1">rakshans1</a>, <a href="https://profiles.wordpress.org/ramonopoly">ramonopoly</a>, <a href="https://profiles.wordpress.org/lamosty">Rastislav Lamos</a>, <a href="https://profiles.wordpress.org/revgeorge">revgeorge</a>, <a href="https://profiles.wordpress.org/youknowriad">Riad Benguella</a>, <a href="https://profiles.wordpress.org/rianrietveld">Rian Rietveld</a>, <a href="https://profiles.wordpress.org/richsalvucci">richsalvucci</a>, <a href="https://profiles.wordpress.org/riddhiehta02">Riddhi Mehta</a>, <a href="https://profiles.wordpress.org/rileybrook">rileybrook</a>, <a href="https://profiles.wordpress.org/noisysocks">Robert Anderson</a>, <a href="https://profiles.wordpress.org/sanchothefat">Robert O''Rourke</a>, <a href="https://profiles.wordpress.org/robertsky">robertsky</a>, <a href="https://profiles.wordpress.org/_dorsvenabili">Rocio Valdivia</a>, <a href="https://profiles.wordpress.org/rohittm">Rohit Motwani</a>, <a href="https://profiles.wordpress.org/magicroundabout">Ross Wintle</a>, <a href="https://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="https://profiles.wordpress.org/welcher">Ryan Welcher</a>, <a href="https://profiles.wordpress.org/ryo511">ryo511</a>, <a href="https://profiles.wordpress.org/sagarprajapati">Sagar Prajapati</a>, <a href="https://profiles.wordpress.org/samikeijonen">Sami Keijonen</a>, <a href="https://profiles.wordpress.org/otto42">Samuel Wood (Otto)</a>, <a href="https://profiles.wordpress.org/smyoon315">Sang-Min Yoon</a>, <a href="https://profiles.wordpress.org/tinkerbelly">sarah semark</a>, <a href="https://profiles.wordpress.org/scottmweaver">Scott Weaver</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/sergioestevao">SergioEstevao</a>, <a href="https://profiles.wordpress.org/azchughtai">Shahjehan Ali</a>, <a href="https://profiles.wordpress.org/shaileesheth">Shailee Sheth</a>, <a href="https://profiles.wordpress.org/sharaz">Sharaz Shahid</a>, <a href="https://profiles.wordpress.org/giventofly76">Shaun sc</a>, <a href="https://profiles.wordpress.org/shaunandrews">shaunandrews</a>, <a href="https://profiles.wordpress.org/shooper">Shawn Hooper</a>, <a href="https://profiles.wordpress.org/shenkj">shenkj</a>, <a href="https://profiles.wordpress.org/sikander">sikander</a>, <a href="https://profiles.wordpress.org/pross">Simon Prosser</a>, <a href="https://profiles.wordpress.org/siriokun">siriokun</a>, <a href="https://profiles.wordpress.org/sirjonathan">sirjonathan</a>, <a href="https://profiles.wordpress.org/sirreal">sirreal</a>, <a href="https://profiles.wordpress.org/sisanu">Sisanu</a>, <a href="https://profiles.wordpress.org/skorasaurus">skorasaurus</a>, <a href="https://profiles.wordpress.org/butimnoexpert">Slushman</a>, <a href="https://profiles.wordpress.org/ssousa">Sofia Sousa</a>, <a href="https://profiles.wordpress.org/somtijds">SOMTIJDS</a>, <a href="https://profiles.wordpress.org/soean">Soren Wrede</a>, <a href="https://profiles.wordpress.org/spocke">spocke</a>, <a href="https://profiles.wordpress.org/stagger-lee">Stagger Lee</a>, <a href="https://profiles.wordpress.org/sstoqnov">Stanimir Stoyanov</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stevehenty">Steve Henty</a>, <a href="https://profiles.wordpress.org/charlestonsw">Store Locator Plus</a>, <a href="https://profiles.wordpress.org/strategio">strategio</a>, <a href="https://profiles.wordpress.org/stuartfeldt">stuartfeldt</a>, <a href="https://profiles.wordpress.org/tacrapo">tacrapo</a>, <a href="https://profiles.wordpress.org/talldan">talldan</a>, <a href="https://profiles.wordpress.org/tammie_l">Tammie Lister</a>, <a href="https://profiles.wordpress.org/themeroots">ThemeRoots</a>, <a href="https://profiles.wordpress.org/tfrommen">Thorsten Frommen</a>, <a href="https://profiles.wordpress.org/thrijith">Thrijith Thankachan</a>, <a href="https://profiles.wordpress.org/hedgefield">Tim Hengeveld</a>, <a href="https://profiles.wordpress.org/timgardner">timgardner</a>, <a href="https://profiles.wordpress.org/timmydcrawford">Timmy Crawford</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/tjnowell">Tom J Nowell</a>, <a href="https://profiles.wordpress.org/tlxo">Toni Laakso</a>, <a href="https://profiles.wordpress.org/skithund">Toni Viemerö</a>, <a href="https://profiles.wordpress.org/tobifjellner">Tor-Bjorn Fjellner</a>, <a href="https://profiles.wordpress.org/toro_unit">Toro_Unit (Hiroshi Urabe)</a>, <a href="https://profiles.wordpress.org/mirucon">Toshihiro Kanai</a>, <a href="https://profiles.wordpress.org/itowhid06">Towhidul Islam</a>, <a href="https://profiles.wordpress.org/travislopes">Travis Lopes</a>, <a href="https://profiles.wordpress.org/truongwp">truongwp</a>, <a href="https://profiles.wordpress.org/tjfunke001">Tunji Ayoola</a>, <a href="https://profiles.wordpress.org/twoelevenjay">twoelevenjay</a>, <a href="https://profiles.wordpress.org/grapplerulrich">Ulrich</a>, <a href="https://profiles.wordpress.org/vishalkakadiya">Vishal Kakadiya</a>, <a href="https://profiles.wordpress.org/vtrpldn">Vitor Paladini</a>, <a href="https://profiles.wordpress.org/walterebert">Walter Ebert</a>, <a href="https://profiles.wordpress.org/warmarks">warmarks</a>, <a href="https://profiles.wordpress.org/webmandesign">WebMan Design | Oliver Juhas</a>, <a href="https://profiles.wordpress.org/websupporter">websupporter</a>, <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</a>, <a href="https://profiles.wordpress.org/earnjam">William Earnhardt</a>, <a href="https://profiles.wordpress.org/williampatton">williampatton</a>, <a href="https://profiles.wordpress.org/willybahuaud">Willy Bahuaud</a>, <a href="https://profiles.wordpress.org/yahil">Yahil Madakiya</a>, <a href="https://profiles.wordpress.org/yingles">yingles</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/youthkee">Yusuke Takahashi</a>, <a href="https://profiles.wordpress.org/zebulan">zebulan</a>, and <a href="https://profiles.wordpress.org/ziyaddin">Ziyaddin Sadigov</a>.\n\n\n\n<p>Finally, thanks to all the community translators who worked on WordPress 5.0. Their efforts bring WordPress 5.0 fully translated to 37 languages at release time, with more on the way.</p>\n\n\n\n<p>If you want to follow along or help out, check out <a href="https://make.wordpress.org/">Make WordPress</a> and our <a href="https://make.wordpress.org/core/">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Dec 2018 19:28:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"Post Status: WordPress 5.0 marks a new era for the world’s most popular CMS";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=49548";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"https://poststatus.com/wordpress-5-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5170:"<p>WordPress 5.0, “<a href="https://wordpress.org/news/2018/12/bebo/">Bebo</a>,” is a shift of the highest order for the platform. Block-based editing, under the name of “Gutenberg,” is an entirely new way to publish content. It adds a world of flexibility when writing, and it opens the gates for transforming much of the broader WordPress experience moving forward.</p>\n<p></p>\n<p>TinyMCE has been the core of the WordPress writing experience for, well, forever. Users will be able to continue using TinyMCE with the <a href="https://wordpress.org/plugins/classic-editor/">Classic Editor</a> plugin, which will be especially useful for those web applications with significant amounts of structured content that will take time and reprogramming to fit the new editing experience.</p>\n<p>The need for a new editor has been a wide-held concern in the WordPress community for a long time. Gutenberg has been more than two years in the making, and it involved dozens of full-time or near full-time contributors at times. Automattic, the company behind WordPress.com and other popular WordPress products, has invested a great deal in Gutenberg’s development, as have many other companies and individuals — but the bulk of development and decision-making has been by Automattic employees.</p>\n<p>There have been critiques that the process for decision making has been too closed off and rushed toward the end of the development cycle for the purpose of delivery by WordCamp US despite ongoing concerns, particularly around accessibility.</p>\n<p>5.0 had to ship eventually, and the process has been a long one. It was a complete shift from the traditional development cycles, which <a href="https://poststatus.com/interview-matt-mullenweg-new-wordpress-release-cycle/">I discussed with Matt Mullenweg</a> at WordCamp US two years ago.</p>\n<p>I have personally held the view that now is as good a time as any to release 5.0, though the exact timing is a burden on folks traveling to WCUS, particularly considering that it was just a few days notice; it is putting a kink in the plans of many.</p>\n<p>Timing aside, Gutenberg is, I believe, an important step and a big test for WordPress. It is imperative that the platform evolves to be both more powerful and easier to use — an enormously difficult dual challenge that I have advocated as an important feat to accomplish for several years now.</p>\n<p>WordPress is the easiest full-featured content management system to use. But it is more difficult than many alternative publishing platforms — particularly hosted ones. Drastic changes, like Gutenberg, are necessary to continue being a preferred platform for end users. Being easy to use and customize got WordPress to the dominant position it is in today, and I believe it is extremely important to continue in that trajectory to maintain that position.</p>\n<p>At the same time, as WordPress is being used in ever more advanced applications, developers need powerful, scalable solutions. WordPress has made great strides over the years to accommodate this use case, from various APIs to assist in new data structure creation, to the REST API. Gutenberg offers much promise to continue this trend, as it is quite extendable and also flexible for deployment on the web, in native apps, and on both front-ends and backends.</p>\n<p>I believe 5.0 is a huge step forward for the platform. The journey is not without its issues, and there is much work to do, but WordPress needed and continues to need big changes and advancements to maintain its position at the top of the content management food chain.</p>\n<p>People are using WordPress for all sorts of things, whether traditional publishing, eCommerce, application frameworks, and much more. I’m excited to see what Gutenberg brings to further these applications. Strictly as an editor, it’s far from perfect, but it’s an important step in the right direction.</p>\n<h2>Get familiar with WordPress 5.0</h2>\n<p>Here are some links to places to learn more about the new editing experience and WordPress 5.0.</p>\n<ul>\n<li><a href="https://wordpress.org/news/2018/12/bebo/">WordPress 5.0 release post</a></li>\n<li><a href="https://wordpress.org/gutenberg/handbook/">Gutenberg designer and developer handbook</a></li>\n<li><a href="https://wordpress.org/gutenberg/">WordPress.org/Gutenberg</a> teaser, where you can use it live.</li>\n<li><a href="https://make.wordpress.org/core/2018/12/06/wordpress-5-0-field-guide/">WordPress 5.0 Field Guide</a></li>\n<li>Gutenberg <a href="https://github.com/WordPress/gutenberg">on GitHub</a> (This will be deprecated but offers a nice history.)</li>\n<li><a href="https://make.wordpress.org/core/2018/12/06/the-rest-api-in-wordpress-5-0/">Changes to the REST API</a></li>\n<li><a href="https://make.wordpress.org/core/2018/12/06/media-5-0-guide/">Media in 5.0</a></li>\n<li>The <a href="https://make.wordpress.org/core/2018/10/16/introducing-twenty-nineteen/">Twenty Nineteen</a> default theme and Gutenberg support <a href="https://make.wordpress.org/core/2018/12/06/block-editor-support-in-existing-default-themes/">in other default themes</a>.</li>\n</ul>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Dec 2018 17:31:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WPTavern: WPWeekly Episode 340 – Twas the Night Before 5.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=86219&preview=true&preview_id=86219";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wptavern.com/wpweekly-episode-340-twas-the-night-before-5-0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1802:"<p>In this episode, <a href="http://jjj.me">John James Jacoby</a> and I are joined by Matt Mullenweg, co-creator of the WordPress project. We discussed a number of topics that have been making the rounds across the community such as:</p>\n<ul>\n<li>The WordPress 5.0 release strategy and how it will evolve once it’s released.</li>\n<li>Whether or not Gutenberg is ready and what ready means.</li>\n<li>Having Automatticians in project leadership roles and what roles WordPress core contributors can or will have going forward.</li>\n<li>ClassicPress, Publicious, and other forks.</li>\n<li>Gutenberg and Accessibility.</li>\n<li>Communication, feedback mechanisms, and trying to make sure everybody can participate in the conversation.</li>\n</ul>\n<p>We also talked about the long-term vision of Gutenberg. Near the end of the interview, Matt described some of the innovative things he’s seen built with the new editor.</p>\n<p>To round out the show, we sent shoutouts to Alex Mills who <a href="https://alex.blog/2018/11/30/my-cancer-just-wont-give-up/">recently discovered</a> that he will need to battle through leukemia again.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Thursday, December 13th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href="https://www.wptavern.com/feed/podcast">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href="https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #340:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Dec 2018 03:32:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"BuddyPress: BuddyPress 4.1.0 maintenance release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=282488";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://buddypress.org/2018/12/buddypress-4-1-0-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:332:"<p>Immediately available is BuddyPress 4.1.0. This maintenance release fixes 3 bugs related to last week’s 4.0.0 release, and is a recommended upgrade for all BuddyPress installations.</p>\n<p>For complete details on the release, visit the <a href="https://codex.buddypress.org/releases/version-4-1-0/">4.1.0 changelog</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Dec 2018 16:18:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"Matt: Interview on Gutenberg and Future of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=48667";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://ma.tt/2018/12/interview-on-gutenberg-and-future-of-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:863:"<p>Yesterday I was able to have a great conversation with Adam from WP Crafter, a popular Youtube channel with over five million views. Adam said it was his first interview but you can’t tell, we had an excellent conversation that covered Gutenberg, the 5.0 release, why WordPress has done well so far, and what’s coming in the future. If you’d like more context than text or tweets can give for what’s happening in WordPress today, check it out.</p>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>\n\n\n\n<p>Of course Friday and Saturday are <a href="https://2018.us.wordcamp.org">WordCamp US</a>, which returns to Nashville this year. Everything will be live-streamed for free, including my State of the Word presentation on Saturday, you just need to <a href="https://2018.us.wordcamp.org/tickets/">pick up a free streaming ticket</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Dec 2018 14:16:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:97:"WPTavern: WordPress 5.0 Targeted for December 6, Prompting Widespread Outcry Ahead of WordCamp US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86065";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"https://wptavern.com/wordpress-5-0-targeted-for-december-6-prompting-widespread-outcry-ahead-of-wordcamp-us";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7290:"<p>During last week’s core dev chat, Matt Mullenweg urged developers to consider WordPress 5.0 as “coming as soon as possible.” Nevertheless, his decision to set Thursday, December 6, for the <a href="https://make.wordpress.org/core/2018/12/04/new-5-0-target-date/" rel="noopener" target="_blank">new release date</a> has taken many by surprise. </p>\n<p>Official feedback channels and social media erupted with largely negative feedback on the decision, as the new release date has 5.0 landing the day before WordCamp US begins. This is a travel day for many attending the conference. It also means both of the planned follow-up releases will be expected during the upcoming weeks when many have scheduled time off for major world holidays.</p>\n<p>Yoast CEO Joost de Valk, one of the most vocal critics of the 5.0 timelime, <a href="https://twitter.com/yoast/status/1069880401055895553" rel="noopener" target="_blank">posted a public message of dissent</a> that resonated with many on Twitter:</p>\n<blockquote><p>We vehemently disagree with the decision to release WordPress 5.0 on December 6th, and think it’s irresponsible and disrespectful towards the community. </p>\n<p>However, we’re now going to try and support the community as well as possible and we hope to show everyone that Gutenberg is indeed a huge step forward.</p></blockquote>\n<p>Although Gutenberg as a project has strong support from many large companies in the WordPress ecosystem, much of the current uproar is rooted in a communication published in early October that indicated <a href="https://make.wordpress.org/core/2018/10/03/proposed-wordpress-5-0-scope-and-schedule/" rel="noopener" target="_blank">5.0 would be pushed to January</a> if it missed the first set of planned release dates:</p>\n<blockquote><p>We know there is a chance that 5.0 will need additional time, so these dates can slip by up to 8 days if needed. If additional time beyond that is required, we will instead aim for the following dates:</p>\n<p>Secondary RC 1: January 8, 2019</p>\n<p>Secondary Release: January 22, 2019</p>\n<p>Should we need to switch to the secondary dates, this will be communicated as soon as we’re aware.</p></blockquote>\n<p>Companies made plans based on this schedule, but after those dates passed Mullenweg was unwilling to commit to honoring the previous communication. The plan from the outset may have been to “play it by ear” and incorporate new information as it became available, but the developer community had been counting on the published deadlines to be definitive.</p>\n<p>“This decision was made in disregard to earlier specific timelines and promises, and does not take the realities on the ground into account,” Morten Rand-Hendricksen <a href="https://twitter.com/mor10/status/1070013237205204992?s=19" rel="noopener" target="_blank">said</a>. “I agree with @yoast it is both irresponsible and disrespectful.”</p>\n<p>Although reactions on Twitter run the gamut from unbridled optimism to full on outrage, many of those commenting on the schedule have fallen into resignation, convinced that community feedback never really mattered when it came to scheduling the release.</p>\n<p>Mullenweg’s rationale behind announcing the release date with three days notice is that Gutenberg and/or the Classic Editor are already active on more than 1.3 million sites. Users do not have to upgrade to WordPress 5.0 until they are ready. If they opt for the Classic Editor, the editing experience “will be indistinguishable from 4.9.8.” </p>\n<p>Users who are informed enough to make this choice will be well-prepared when they see that 5.0 update in their dashboards. However, one of the chief concerns is that millions of WordPress users will update without testing. Plugin developers are scrambling to ship compatibility updates and support staff will need to be on hand to help users navigate any incompatibilities or bugs in the new editing experience. Hundreds of WordPress professionals will be traveling to WordCamp US when 5.0 is expected to ship, which poses challenges for supporting users who experience problems with the update.</p>\n<p>“I do not think the attendees of WCUS are more important than much larger portion of the WordPress community who does not (and cannot) attend, and there are numerous ways to deal with 5.0 before or after the 6th if that particular day is inconvenient for someone, regardless of the reason,” Mullenweg <a href="https://make.wordpress.org/core/2018/12/04/new-5-0-target-date/#comment-34686" rel="noopener" target="_blank">said</a> in response to comments regarding the date conflicting with travel plans.</p>\n<p>The release date <a href="https://make.wordpress.org/core/2018/12/04/new-5-0-target-date/" rel="noopener" target="_blank">announcement</a> has well over 100 comments from frustrated contributors and developers expressing concerns, and Mullenweg has been responsive in the comments. He has recently <a href="https://wptavern.com/mullenweg-ramps-up-communication-ahead-of-wordpress-5-0-release-rc2-now-available" rel="noopener" target="_blank">ramped up communication</a> ahead of the release, regularly attending core dev chats, adding dedicated office hours to connect with the community one-on-one, and answering some of the most pressing Gutenberg questions on his blog in a lengthy but inspiring <a href="https://ma.tt/2018/11/a-gutenberg-faq/" rel="noopener" target="_blank">FAQ post</a>. </p>\n<p>Despite these communication efforts, contributors who are not employed by Automattic have said they feel this release has been plagued by a lack of transparency regarding decision-making. Many WordPress core committers, core contributors, and former release leads have <a href="https://wptavern.com/wordpress-5-0-rc-expected-on-u-s-thanksgiving-holiday-despite-last-minute-pushback-from-contributors" rel="noopener" target="_blank">pushed back</a> on releasing before January to no avail. Their concerns and disappointments during the process hang like a dark cloud over what should be an exciting time for the future of WordPress.</p>\n<p>“No matter how bad the process around WordPress 5.0 might have been, finally setting a release date was the only right step following the RCs,” WordPress core developer Dominik Schilling <a href="https://twitter.com/ocean90/status/1069874387870978048" rel="noopener" target="_blank">said</a>. “Let’s see if it’s also the beginning for doing it better to get back on releases which everyone will love.”</p>\n<p><a href="https://gemservers.com/" rel="noopener" target="_blank">John Teague</a>, who runs an 11-person operation, managing 210 enterprise hosting clients, summarized how many are feeling ahead of WordPress 5.0 shipping out this week.</p>\n<p>“I so want to be supportive of this release,” Teague said. “But between the top down, heavily Automattic managed process, poor release communication, super short RC2, RC3, punting on accessibility, and now this two-day notice to 5.0 release – it reminds me of an old Air Force saying when instructors sent barely trained pilots up for their first solo: </p>\n<p>‘Send em up and let God grade em.''”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Dec 2018 07:37:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"HeroPress: WordPress made me walk 700km to Berlin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"https://heropress.com/?post_type=heropress-essays&p=2658";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:150:"https://heropress.com/essays/wordpress-made-me-walk-700km-to-berlin/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-made-me-walk-700km-to-berlin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9479:"<img width="960" height="480" src="https://s20094.pcdn.co/wp-content/uploads/2018/12/120518-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: Nothing happens in your comfort zone. Go beyond and find the magic." /><p>Since the year 2000 I was employed at a big IT hardware/software/services firm. After about 9 years I was not feeling quite happy about how things went. Let’s say that the plans the company had with me did not really line up with the monthly reward. So, I quit and started my own company, <a href="https://nostromo.nl/">nostromo.nl</a> in June 2009 (<a href="https://twitter.com/mbootsman/status/2090725144">Tweetproof</a>). The goal was to serve customers by designing/developing and maintaining websites.</p>\n<h3>A new beginning</h3>\n<p>Now the challenge begins. Where do I start, who do I call? “Hello, do you need a new website? I just started my company and I can help you”. Why would I be the right person to help this company with their new website? The first thing I learned was to be sure of myself. I know what I can do and the customer needs help, probably because they are not so skillful in building websites.</p>\n<p>After a month I was talking with a potential customer, my first one (!), and I got the quotation signed. I was going to build my own CMS, and I soon realized (the hard way) that was not the way to go. I had to do a CMS comparison and WordPress won.</p>\n<h3>Here comes WordPress</h3>\n<p>The ease of use and the extensive documentation for developers convinced me. After having built numerous websites, and offering maintenance services to customers, I wanted to know who the people were that built WordPress. Why? Well, because I was using free software and I was making money with it. That didn’t feel right, I wanted to give something back.</p>\n<p>Browsing support forums and IRC (that’s something like Slack, but without the GIFs) I quickly became aware of the WordPress community and felt I wanted to get to know these great people.</p>\n<h3>WordCamp – how it changed me</h3>\n<p>It was 2010 when I learned about a thing called WordCamp in The Netherlands. The entrance ticket was cheap and I could attend talks by inspiring people. On November 6th 2010, I was waiting in line at the registration desk. It was my turn, and someone from behind the desk said; “Hey, nostromo!”. It was <a href="https://twitter.com/remkusdevries">Remkus de Vries</a>, he recognized me from my avatar on Twitter and those two words made me feel welcome immediately. This moment I remember very vividly and it marks the point where my enthusiasm for the WordPress community was sparked to life.</p>\n<h3>I volunteer – a lot</h3>\n<p>Giving back to the community got defined. Translating, helping out in the Dutch official WordPress support forum, organizing meetups/WordCamps (The Netherlands, the first WordCamp Europe, and WordCamp Rotterdam) and helping others join and be active in the WordPress community. These were some of the things I did, and yes, I had to push the brake on voluntary jobs sometimes, because I also needed to be productive and profitable in my business. Since that first WordCamp I have met amazing, inspiring and skillful people (in random order). I haven’t met new people, I met new friends.</p>\n<h3>Volunteering – taking it to the next level</h3>\n<p>It was June 4th 2018 when I got a weird idea. Yeah, that sometimes happens. Impulsive as I am, I tweeted it:</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">I'm thinking about walking to the next <a href="https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw">#WCEU</a>. Needs some planning of course, and funding / sponsoring. Will launch a separate website after this years edition.</p>\n<p>— <img src="https://s.w.org/images/core/emoji/11/72x72/1f6b6-1f3fc-200d-2642-fe0f.png" alt="🚶🏼♂️" class="wp-smiley" /> Marcel Bootsman (@mbootsman) <a href="https://twitter.com/mbootsman/status/1003666255994376192?ref_src=twsrc%5Etfw">June 4, 2018</a></p></blockquote>\n<p></p>\n<p>Little did I know, there was a body part that had a big objection. While planning to go to Belgrade for WordCamp Europe 2018 this happened:</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Good morning. Going to see doctor later, I have a sore knee and walking is merely possible. Great timing, body… <a href="https://twitter.com/hashtag/WCEU?src=hash&ref_src=twsrc%5Etfw">#WCEU</a></p>\n<p>— <img src="https://s.w.org/images/core/emoji/11/72x72/1f6b6-1f3fc-200d-2642-fe0f.png" alt="🚶🏼♂️" class="wp-smiley" /> Marcel Bootsman (@mbootsman) <a href="https://twitter.com/mbootsman/status/1006400794617352192?ref_src=twsrc%5Etfw">June 12, 2018</a></p></blockquote>\n<p></p>\n<p>And yes, I had to cancel our trip (my wife was going to join) and ended up laying in bed for about a week with an inflamed knee. I received antibiotics from the doctor and gladly the pain and inflammation disappeared. That aside, at the end of WCEU 2018 it was announced that WCEU 2019 was going to be in Berlin. I was happy, since that’s really close (about 700 km) to where I live.</p>\n<p>Currently I am training, I’ve planned my route and I am looking for places to sleep in Germany. Please see this website <a href="http://walktowc.eu">walktowc.eu</a> for more information. Since this hike is probably going to gain some attention in the community, I had another idea. Why not use this as a means to raise money, for a good cause. Walking 700 km in about 30 days is a challenge, and if I can get enough attention, raising money might work out. Now I just had to find a good cause to raise money for…</p>\n<h3>Raising funds for DonateWC</h3>\n<p>I have known <a href="https://twitter.com/motherofcode">Ines van Essen</a> for a few years now and in September 2017 she started a thing called <a href="https://donatewc.org/">DonateWC</a>. After a successful initial funding campaign they sent their first recipient to <a href="https://donatewc.org/sponsorship-recipients/were-sending-a-speaker-to-wordcamp-cape-town/">WordCamp Capetown</a> in October 2017. Seeing this made me believe this is another sign of how friendly and supporting the WordPress community is, to make sure that people are able to attend WordCamps, while they do not have the financial means to do so. The community supports community members, and that’s the reason why I chose DonateWC as the cause I’m going to raise funds for. And as a side effect also raise awareness of the existence of DonateWC.</p>\n<h3>My message to you</h3>\n<p>Don’t feel obliged to do things you don’t like.</p>\n<p>Do things you like.</p>\n<p>Start volunteering.</p>\n<p>Build your network.</p>\n<p>Enjoy the community.</p>\n<p>Step (or walk) out of your comfort zone.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Nothing happens in your comfort zone. Go beyond and find the magic. <a href="https://t.co/Rm4zDtT5JL">pic.twitter.com/Rm4zDtT5JL</a></p>\n<p>— <img src="https://s.w.org/images/core/emoji/11/72x72/1f6b6-1f3fc-200d-2642-fe0f.png" alt="🚶🏼♂️" class="wp-smiley" /> Marcel Bootsman (@mbootsman) <a href="https://twitter.com/mbootsman/status/971276691447386120?ref_src=twsrc%5Etfw">March 7, 2018</a></p></blockquote>\n<p></p>\n<div class="rtsocial-container rtsocial-container-align-right rtsocial-horizontal"><div class="rtsocial-twitter-horizontal"><div class="rtsocial-twitter-horizontal-button"><a title="Tweet: WordPress made me walk 700km to Berlin" class="rtsocial-twitter-button" href="https://twitter.com/share?text=WordPress%20made%20me%20walk%20700km%20to%20Berlin&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-made-me-walk-700km-to-berlin%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: WordPress made me walk 700km to Berlin" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-made-me-walk-700km-to-berlin%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-linkedin-horizontal"><div class="rtsocial-linkedin-horizontal-button"><a class="rtsocial-linkedin-button" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-made-me-walk-700km-to-berlin%2F&title=WordPress+made+me+walk+700km+to+Berlin" rel="nofollow" target="_blank" title="Share: WordPress made me walk 700km to Berlin"></a></div></div><div class="rtsocial-pinterest-horizontal"><div class="rtsocial-pinterest-horizontal-button"><a class="rtsocial-pinterest-button" href="https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-made-me-walk-700km-to-berlin/&media=https://heropress.com/wp-content/uploads/2018/12/120518-150x150.jpg&description=WordPress made me walk 700km to Berlin" rel="nofollow" target="_blank" title="Pin: WordPress made me walk 700km to Berlin"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/wordpress-made-me-walk-700km-to-berlin/" title="WordPress made me walk 700km to Berlin"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/wordpress-made-me-walk-700km-to-berlin/">WordPress made me walk 700km to Berlin</a> appeared first on <a rel="nofollow" href="https://heropress.com">HeroPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Dec 2018 07:00:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Marcel Bootsman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Dev Blog: WordPress 5.0 RC3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6322";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/2018/12/wordpress-5-0-rc3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2755:"<p>The third release candidate for WordPress 5.0 is now available!</p>\n\n\n\n<p><strong>WordPress 5.0 will be released on </strong><a href="https://make.wordpress.org/core/2018/12/04/new-5-0-target-date/"><strong>December 6, 2018</strong></a>. This is a big release and needs <em>your</em> help—if you haven’t tried 5.0 yet, now is the time!</p>\n\n\n\n<p>To test WordPress 5.0, you can use the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin or you can <a href="https://wordpress.org/wordpress-5.0-RC3.zip">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.0, please see the <a href="https://wordpress.org/news/2018/11/wordpress-5-0-release-candidate/">first release candidate post</a>.</p>\n\n\n\n<p>This release candidate includes a fix for some scripts not loading on subdirectory installs (<a href="https://core.trac.wordpress.org/ticket/45469">#45469</a>), and user locale settings not being loaded in the block editor (<a href="https://core.trac.wordpress.org/ticket/45465">#45465</a>). Twenty Nineteen has also had a couple of minor tweaks.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.0 and update the <em>Tested up to</em> version in the readme to 5.0. If you find compatibility problems, please be sure to post to the <a href="https://wordpress.org/support/forum/alphabeta/">support forums</a> so we can figure those out before the final release. An in-depth field guide to developer-focused changes is coming soon on the <a href="https://make.wordpress.org/core/">core development blog</a>. In the meantime, you can review the <a href="https://make.wordpress.org/core/tag/5.0+dev-notes/">developer notes for 5.0</a>.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<p><em>WordPress Five Point Oh<br />Is just a few days away!<br />Nearly party time!</em> <img src="https://s.w.org/images/core/emoji/11/72x72/1f389.png" alt="🎉" class="wp-smiley" /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Dec 2018 07:07:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Gary Pendergast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:87:"WPTavern: New Block Gallery Plugin Offers a Suite of Photo Gallery Blocks for Gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85195";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"https://wptavern.com/new-block-gallery-plugin-offers-a-suite-of-photo-gallery-blocks-for-gutenberg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3116:"<p>The new Gutenberg editor has basic support for galleries with a few nice features, such as the ability to set the number of columns and automatically crop thumbnails for a more uniform appearance. If you need more control over your galleries, Rich Tabor’s <a href="https://wordpress.org/plugins/block-gallery/" rel="noopener" target="_blank">Block Gallery</a> plugin is currently the best option made specifically for use with Gutenberg and WordPress 5.0+. It offers a suite of photo gallery blocks with minimal, tasteful styling that fits unobtrusively into virtually any site design. </p>\n<p>Block Gallery currently offers three different blocks, including masonry, fullscreen stacked, and a carousel slider. Each block has its own settings that offer more customization for the specific gallery type.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/10/Screen-Shot-2018-12-03-at-3.19.46-PM.png?ssl=1"><img /></a></p>\n<p>The plugin also makes use of Gutenberg’s block transform utility to allow users to seamlessly transform galleries from one style to another with one click, as demonstrated in the video below.</p>\n\n<div class="wp-block-embed__wrapper">\n\n</div>A demo of the new <a href="https://wordpress.org/plugins/block-gallery/">Block Gallery WordPress Plugin</a>\n<p>“I built the Block Gallery plugin originally as a proving ground for exploring how my portfolio WordPress themes at ThemeBeans will interface with Gutenberg,” <a href="https://themebeans.com/" rel="noopener" target="_blank">ThemeBeans</a> founder Rich Tabor said. “I do not particularly like the idea of disabling the block editor on portfolio custom post types, so I wanted to find a clever way for folks to use different sorts of galleries to showcase their art, illustrations, photos, etc. Block Gallery was born out of that exploration.” </p>\n<p>Tabor said that although the core gallery block is much more robust than the classic editor’s gallery system, he wanted to give users more flexibility in how they display media. His favorite feature of the project is the ability to morph gallery blocks into different types.</p>\n<p>“That means every image, settings, display option, and color selection are each migrated instantly — if a user swaps out a selected gallery for a different type,” Tabor said. “For instance, folks can morph from a masonry gallery to a carousel slider in a single click, without having to re-upload/assign images or select any options. It’s all done behind the scenes, automagically.”</p>\n<p>Tabor’s Block Gallery plugin is a major leap forward for galleries in terms of usability. It offers a beautiful implementation of features that would have been difficult to imagine before the block editor. <a href="https://wordpress.org/plugins/block-gallery/" rel="noopener" target="_blank">Block Gallery</a> currently has more than 400 active installs after a little more than month in the official directory. Watch for that number to jump as more people begin using the new editor when WordPress 5.0 is released. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Dec 2018 22:29:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"Dev Blog: The Month in WordPress: November 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6318";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wordpress.org/news/2018/12/the-month-in-wordpress-november-2018/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6607:"<p>WordPress 5.0 is almost ready for release, including an all-new content editing experience. Volunteers all across the project are gearing up for the launch and making sure everything is ready. Read on to find out what’s been happening and how you can get involved.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>WordPress 5.0 Close to Launch</h2>\n\n\n\n<p>The release date for WordPress 5.0 has not yet been set, but the second release candidate (RC) <a href="https://wordpress.org/news/2018/11/wordpress-5-0-rc2/">is now available</a>. The final release date will be determined based on feedback and testing of this RC. The Core development team has been posting <a href="https://make.wordpress.org/core/2018/12/03/5-0-gutenberg-status-update-dec-3/">daily updates</a> on the progress of their work on v5.0, with the number of open issues for this release decreasing every day.<br /></p>\n\n\n\n<p>The primary feature of this release is <a href="https://wordpress.org/gutenberg/">the new editor</a> that will become the default WordPress experience going forward. A number of people have been seeking more direct feedback from the release leads about the progress of this release, which <a href="https://profiles.wordpress.org/matt/" class="mention"><span class="mentions-prefix">@</span>matt</a> has facilitated by hosting <a href="https://make.wordpress.org/core/2018/11/29/gutenberg-5-0-listening-office-hours/">one-to-one discussions</a> with anyone in the community who wanted to talk with him about it. He has also published <a href="https://ma.tt/2018/11/a-gutenberg-faq/">an extended FAQ</a> covering many of the questions people have been asking.<br /></p>\n\n\n\n<p>Alongside the development of the new editor, the Mobile team has been working hard to bring the WordPress mobile apps up to speed. They plan to make a beta version available <a href="https://make.wordpress.org/mobile/2018/11/15/gutenberg-in-the-apps-what-to-expect/">in February 2019</a>.<br /></p>\n\n\n\n<p>Want to get involved in developing WordPress Core in 5.0 and beyond? Follow <a href="https://make.wordpress.org/core">the Core team blog</a> and join the #core channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>New WordPress Support Platform Goes Live</h2>\n\n\n\n<p>WordPress user documentation has long been hosted on the <a href="https://codex.wordpress.org/">WordPress Codex</a>, but for the past couple of years an ambitious project has been underway to move that content to a freshly-built WordPress-based platform. This project, named “HelpHub,” is now live and <a href="https://wordpress.org/support/">the official home of WordPress Support</a>.<br /></p>\n\n\n\n<p>There is still plenty of content that needs to be migrated from the Codex to HelpHub, but the initial move is done and the platform is ready to have all WordPress’ user documentation moved across. HelpHub will be the first place for support, encouraging users to find solutions for themselves before posting in the <a href="https://wordpress.org/support/forums/">forums</a>.<br /></p>\n\n\n\n<p>Want to get involved in populating HelpHub with content, or with its future development? Follow <a href="https://make.wordpress.org/docs/">the Documentation team blog</a> and join the #docs channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Spanish WordPress Community Pushes Translations Forward</h2>\n\n\n\n<p>The WordPress community in Spain has been hard at work making sure as much of the WordPress project as possible is available in Spanish. <a href="https://es.wordpress.org/2018/11/07/logros-equipo-traducciones-wordpress-espana/">They have recently translated more of the project than ever</a> — including WordPress Core, WordPress.org, the mobile apps and the top 120 plugins in the Directory.<br /></p>\n\n\n\n<p>This achievement has largely been possible due to the fact that <a href="https://make.wordpress.org/polyglots/teams/?locale=es_ES">the Spanish translation team</a> has over 2,500 individuals contributing to it, making it the largest translation team across the whole project. <br /></p>\n\n\n\n<p>Want to get involved in translating WordPress into your local language? You can <a href="https://translate.wordpress.org/">jump straight into translations</a>, follow <a href="https://make.wordpress.org/polyglots/">the Polyglots team blog</a> and join the #polyglots channel in <a href="https://make.wordpress.org/chat/">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>All volunteer teams have checked in with their <a href="https://wordpress.org/news/2018/11/quarterly-updates-q3-2018/">latest quarterly updates</a>.</li><li>The WordPress Support Team <a href="https://make.wordpress.org/support/2018/11/new-volunteer-orientation-for-wp-support-contributors-dec-9/">is hosting an orientation</a> for new Support volunteers on December 9.</li><li><a href="https://2018.us.wordcamp.org/tickets/">Tickets are now available</a> to watch the WordCamp US livestream for free.</li><li>WordPress Core <a href="https://core.trac.wordpress.org/ticket/45287">has switched to a WP-CLI command</a> for generating localization files.</li><li>WordPress Coding Standards v1.2.0 <a href="https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/1.2.0">has been released</a> with some really useful improvements.</li><li>The first ever <a href="https://2019.nordic.wordcamp.org/">WordCamp Nordic</a> is taking place on March 7-8, 2019 with ticket sales now open.</li><li>The WordCamp Incubator program is going very well this year — <a href="https://make.wordpress.org/community/2018/11/27/wordcamp-incubator-2018-update-thread-november-edition/">you can see the latest updates here</a>.</li><li>The Mobile Team is looking for testers for the upcoming v11.3 release of the WordPress mobile apps on <a href="https://make.wordpress.org/mobile/2018/11/21/call-for-testing-wordpress-for-android-11-3/">Android</a> and <a href="https://make.wordpress.org/mobile/2018/11/21/call-for-testing-wordpress-for-ios-11-3/">iOS</a>.</li><li>The WordCamp Europe team is looking for local communities to <a href="https://2019.europe.wordcamp.org/2018/11/29/call-for-host-city/">apply to be the host city</a> for the 2020 event.</li></ul>\n\n\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please </em><a href="https://make.wordpress.org/community/month-in-wordpress-submissions/"><em>submit it here</em></a><em>.</em><br /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Dec 2018 17:43:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh Lashbrooke";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WPTavern: WordCamp Europe Opens the Call for Host City 2020";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86110";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wptavern.com/wordcamp-europe-opens-the-call-for-host-city-2020";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2379:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/11/wordcamp-eurpoe-2019.png?ssl=1"><img /></a></p>\n<p>WordCamp Europe has opened the <a href="https://2019.europe.wordcamp.org/2018/11/29/call-for-host-city/" rel="noopener" target="_blank">call for a host city for 2020</a>. Previous editions of the event have been held in Leiden, Sofia, Seville, Vienna, Paris, and Belgrade, and the next on deck is Berlin in 2019. Organizers are always working ahead for an event this size. In fact, the team plans together for the better part of a year before attendees arrive for the three-day event. The upcoming WCEU is currently being planned by a team of 66 organizers from 15 countries. </p>\n<p>Teams applying to host WordCamp Europe are required to have organized at least one or more successful WordCamps in a European city, with at least one recent one held in 2017 or 2018. The core organizing team will work with all applicants in the open to help them prepare the best applications possible, as detailed in the announcement: </p>\n<blockquote><p>To guarantee total transparency during the process, all applicants receive the same help in the appropriate public channel of the WCEU Slack workspace. No question is considered or answered in a private message.</p></blockquote>\n<p>Three weekends in June 2020 are available to applicants as potential dates. Teams interested to apply are encouraged to begin filling out the <a href="https://docs.google.com/forms/d/e/1FAIpQLSfPd5InsSfaGXA1zRu_PJ435AGXXPlUYMuCqCBkEOKRNSrd7w/viewform" rel="noopener" target="_blank">7-page survey</a> (which can be started and completed as information becomes available). It includes questions about the local community, previous WordCamps, possible venue(s), cost of living in the city, and other data that will be important to the selection committee. </p>\n<p>A preliminary online AMA session will be held December 13, 2018, to assist teams in answering questions about the application process. The deadline to apply to host the event is February 28, 2019. Applicants will receive a decision by March 15, 2019, and the final selection will be announced during the closing remarks in Berlin next June. Check out the call for host cities <a href="https://2019.europe.wordcamp.org/2018/11/29/call-for-host-city/" rel="noopener" target="_blank">announcement</a> for more information.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Dec 2018 16:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"WPTavern: Mullenweg Ramps Up Communication Ahead of WordPress 5.0 Release, RC2 Now Available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"https://wptavern.com/mullenweg-ramps-up-communication-ahead-of-wordpress-5-0-release-rc2-now-available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5209:"<p><a href="https://wordpress.org/news/2018/11/wordpress-5-0-rc2/" rel="noopener" target="_blank">WordPress 5.0 RC2</a> was released today with 15 notable updates, including improvements to block preview styling, browser-specific bug fixes, and other changes. RC2 was released simultaneously with <a href="https://make.wordpress.org/core/2018/11/30/whats-new-in-gutenberg-30th-november/" rel="noopener" target="_blank">Gutenberg version 4.6</a>. </p>\n<p>The official release date for WordPress 5.0 has not yet been announced, because it depends on feedback from RC2 testing. Contributors’ uneasiness with not having an official release date seemed to reach a critical tipping point during this week’s WordPress dev chat, as many participants pressured Matt Mullenweg, who is leading the release, to give more information on when they can expect 5.0. </p>\n<p>“It is very important that we have a release date to aim for,” ACF founder Elliot Condon said. “I’m finding the current ‘waiting game’ quite stressful, and I suspect a few other developers will share the same feeling.”</p>\n<p>Tensions were high as contributors cited various reasons for wanting a date, including companies needing support staff on hand, upcoming holidays, documentation planning, and the importance of user trust.</p>\n<p>“We’re determining the release date based on the open issues,” Mullenweg said. “Please consider it as coming as soon as possible, when everything is resolved.”</p>\n<p>“I hope it’s clear we’re trying to get this out as soon as possible, but don’t yet have enough data to announce an official date. As mentioned last week we have done a number of December releases in the past, and may this time, but don’t have enough data to announce a new date yet.”</p>\n<p>Mullenweg also urged dev chat attendees to keep in mind that any site administrators can install the Classic Editor plugin to keep the current editing experience, regardless of the 5.0 release date. He said the date will be announced via a P2 post, not during a dev chat.</p>\n<p>“If you want to know what to plan on, please don’t hold anything back based on expected dates, please test or deploy the RCs, that’s what they’re for,” Mullenweg said. </p>\n<p>In the meantime, Mullenweg is spending the weekend taking questions from the community during <a href="https://make.wordpress.org/core/2018/11/29/gutenberg-5-0-listening-office-hours/" rel="noopener" target="_blank">24 office hours slots</a>. He also published a lengthy post titled “<a href="https://ma.tt/2018/11/a-gutenberg-faq/" rel="noopener" target="_blank">WordPress 5.0: A Gutenberg FAQ</a>,” which reaffirms WordPress’ mission in the context of Gutenberg. It answers questions like “Why do we need Gutenberg at all?” and “Why blocks?”</p>\n<p>“I knew we would be taking a big leap,” Mullenweg said. “But it’s a leap we need to take, and I think the end result is going to open up many new opportunities for everyone in the ecosystem, and for those being introduced to WordPress for the first time. It brings us closer to our mission of democratizing publishing for everyone.”</p>\n<p>The stats Mullenweg cited about previously having 9 major WordPress releases in December (34% of all releases in the last decade) indicate that a December release may still be on the table. His post addresses the perceived urgency behind getting Gutenberg out the door and into the hands of users. In evaluating WordPress 5.0’s readiness, he said it’s important to differentiate between the code being ready and the community being ready.</p>\n<p>“In the recent debate over Gutenberg readiness, I think it’s important to understand the difference between Gutenberg being ready code-wise (it is now), and whether the entire community is ready for Gutenberg,” Mullenweg said.</p>\n<p>“It will take some time — we’ve had 15 years to polish and perfect core, after all — but the global WordPress community has some of the world’s most talented contributors and we can make it as good as we want to make it.”</p>\n<p>The post also offers a preview of where Gutenberg is going in the next site customization phase and how it will change the way users build their sites.</p>\n<p>“The Editor is just the start,” he said. “In upcoming phases blocks will become a fundamental part of entire site templates and designs. It’s currently a struggle to use the Customizer and figure out how to edit sections like menus, headers, and footers. With blocks, people will be able to edit and manipulate everything on their site without having to understand where WordPress hides everything behind the scenes.”</p>\n<p>Mullenweg said he plans to talk more about the next phases following site customization during the State of the Word address at WordCamp US. If you have questions about Gutenberg and where it’s headed, the comments are open on his <a href="https://ma.tt/2018/11/a-gutenberg-faq/" rel="noopener" target="_blank">post</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Dec 2018 03:15:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"WPTavern: Let Us Know If You’re Hosting a WordCamp US Watch Party";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86150";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"https://wptavern.com/let-us-know-if-youre-hosting-a-wordcamp-us-watch-party";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:505:"<p>WordCamp US is next weekend and if you’re unable to attend, you can watch from home via the <a href="https://wptavern.com/wordcamp-us-2018-livestream-tickets-now-available">free livestream</a>. However, some WordPress meetup groups host watch parties. These parties generally include food, beverages, and a large projection screen. </p>\n\n\n\n<p>If you’re hosting one of these parties, please let us know about it in the comments. Tell us the location and what attendees can expect. <br /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Dec 2018 01:11:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Dev Blog: WordPress 5.0 RC2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6287";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/2018/11/wordpress-5-0-rc2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3298:"<p>The second release candidate for WordPress 5.0 is now available!</p>\n\n\n\n<p>This is an important milestone, as we near the release of WordPress 5.0. A final release date will be announced soon, based on feedback from this release candidate. Things are appearing very stable and we hope to announce a date soon. This is a big release and needs <em>your</em> help—if you haven’t tried 5.0 yet, now is the time! </p>\n\n\n\n<p>To test WordPress 5.0, you can use the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin or you can <a href="https://wordpress.org/wordpress-5.0-RC2.zip">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.0, please see the <a href="https://wordpress.org/news/2018/11/wordpress-5-0-release-candidate/">previous release candidate post</a>.</p>\n\n\n\n<h2>Significant changes</h2>\n\n\n\n<ul><li>We stopped rendering <em>AdminNotices</em> compatibility component, as this previous attempt at backward compatibility was bringing in numerous incompatible banners and notices from plugins.</li><li>An update to the parser to better deal with malformed HTML that could cause a loop. We’re only aware of this in the wild being triggered once in the <a href="https://gutenstats.blog/">over a million posts</a> made with Gutenberg, but it caused a loop so we wanted to fix for RC2.</li></ul>\n\n\n\n<h2>Cosmetic and minor changes in RC2</h2>\n\n\n\n<ul><li>Accessibility: Simplify sidebar tabs aria-labels.</li><li>Make the Image Link URL field readonly.</li><li>Internationalization: Merge similar text strings that differed only in capitalization.</li><li>CSS: Improve block preview styling.</li><li>CSS: Fix visual issues with Button block text wrap.</li><li>Fix getSelectedBlockClientId selector.</li><li>Fix Classic block not showing galleries on a grid.</li><li>Fix an issue where the block toolbar would cause an image to jump downwards when the <em>wide</em> or <em>full</em> alignments were activated.</li><li>Move editor specific styles from style.scss to editor.scss in Cover block.</li><li>Fix modals in Microsoft Edge browser.</li><li>Fix Microsoft IE11 focus loss after TinyMCE init. Add IE check.</li><li>Fix Microsoft IE11 input when mounting TinyMCE.</li><li>Change @package names to WordPress.</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p>If you think you’ve found a bug, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<pre class="wp-block-verse"><em>RC bittersweet.<br />We welcome in Gutenberg,<br />Vale Gutenbeard.</em></pre>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Nov 2018 23:16:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Gary Pendergast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"WPTavern: Gutenberg Times to Host Live Q&A with Gutenberg Leads on Friday, November 30";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85908";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"https://wptavern.com/gutenberg-times-to-host-live-qa-with-gutenberg-leads-on-friday-november-30";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1224:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/11/creating-gutenberg-q-and-a.jpg?ssl=1"><img /></a></p>\n<p>Birgit Pauli-Haack, curator of the <a href="https://gutenbergtimes.com/" rel="noopener" target="_blank">Gutenberg Times</a> website, is hosting a Q&A session with Gutenberg’s phase 1 design and development leads on Friday, November 30, at 2pm ET (19:00 UTC). Matias Ventura, Tammie Lister, and Joen Asmussen will join Pauli-Haack to discuss their journey “Creating Gutenberg” over the past two years.</p>\n<p>If you have any pressing questions about Gutenberg’s architecture, design, or the future of the project, this event is a good opportunity to speak to members of the team who have been building it full-time. The Q&A is free to watch but attendees who want to participate with questions will need to <a href="https://zoom.us/webinar/register/6915430666443/WN_d_ejr1e0T0Se1YpyoU0Ojg" rel="noopener" target="_blank">register</a>. There are 100 seats available. Pauli-Haack will also be live-streaming the session to the <a href="https://www.youtube.com/channel/UCSD3LG2kSHdr7llRSHaylxw" rel="noopener" target="_blank">Gutenberg Times YouTube channel</a>. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Nov 2018 00:48:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Matt: WordPress 5.0: A Gutenberg FAQ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:22:"https://ma.tt/?p=48628";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"https://ma.tt/2018/11/a-gutenberg-faq/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:18327:"<p><em>Update: </em><a href="https://wordpress.org/news/2018/12/bebo/"><em>On December 6th we released WordPress 5.0</em></a><em>. It was definitely the most controversial release in a while, but the usage and adoption metrics are looking similar to previous releases. I’m looking forward to continuing to iterate on the new block editor!</em></p>\n\n\n\n<p>We are nearing the release date for WordPress 5.0 and Gutenberg, one of the most important and exciting projects I’ve worked on in my <a href="https://ma.tt/2018/05/wordpress-at-15/">15 years</a> with this community. <br /></p>\n\n\n\n<p>I knew we would be taking a big leap. But it’s a leap we need to take, and I think the end result is going to open up many new opportunities for everyone in the ecosystem, and for those being introduced to WordPress for the first time. It brings us closer to our mission of democratizing publishing for everyone.<br /></p>\n\n\n\n<p>I recently visited WordCamp Portland to talk about Gutenberg and WordPress 5.0, which will also include the new default theme <a href="https://make.wordpress.org/core/2018/10/16/introducing-twenty-nineteen/">Twenty Nineteen</a>, which you’re seeing me test out on this very site. There were some great questions and testimonials about Gutenberg, so I’d urge you to watch the <a href="https://wordpress.tv/2018/11/08/matt-mullenweg-qa-at-wordcamp-portland-2018/">full video</a> and <a href="https://wptavern.com/matt-mullenweg-addresses-controversies-surrounding-gutenberg-at-wordcamp-portland-qa">read the WP Tavern recap</a>. I’ve also visited meetups, responded to review threads, kept an eye on support, and I’m in the middle of <a href="https://make.wordpress.org/core/2018/11/29/gutenberg-5-0-listening-office-hours/">office hours with the core community</a>.<br /></p>\n\n\n\n<p>As we head toward the release date and <a href="https://2018.us.wordcamp.org/">WordCamp US</a>, I’ve put many questions and answers into a Gutenberg FAQ below. For those who have other questions, I will be checking the comments here. <br /></p>\n\n\n\n<p>It’s an exciting time, and I’m thrilled to be working with y’all on this project. </p>\n\n\n\n<img />Not the ship of Theseus\n\n\n\n<h2>What is Gutenberg? </h2>\n\n\n\n<p>Gutenberg, for those who aren’t actively following along, is a brand new Editor for WordPress — contributors have been working on it since January 2017 and it’s one of the most significant changes to WordPress in years. It’s built on the idea of using “blocks” to write and design posts and pages. <br /></p>\n\n\n\n<p>This will serve as the foundation for future improvements to WordPress, including blocks as a way not just to design posts and pages, but also entire sites. <br /></p>\n\n\n\n<p>The overall goal is to simplify the first-time user experience of WordPress — for those who are writing, editing, publishing, and designing web pages. The editing experience is intended to give users a better visual representation of what their post or page will look like when they hit publish. As I wrote in <a href="https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/">my post last year</a>, “Users will finally be able to build the sites they see in their imaginations.” <br /></p>\n\n\n\n<p>Matías Ventura, team lead for Gutenberg, <a href="https://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/">wrote an excellent post</a> about the vision for Gutenberg, saying, “It’s an attempt to improve how users interact with their content in a fundamentally visual way, while at the same time giving developers the tools to create more fulfilling experiences for the people they are helping.”</p>\n\n\n\n<h2>Why do we need Gutenberg at all? </h2>\n\n\n\n<p>For many of us already in the WordPress community, it can be easy to forget the learning curve that exists for people being introduced to WordPress for the first time. Customizing themes, adding shortcodes, editing widgets and menus — there’s an entire language that one must learn behind the scenes in order to make a site or a post look like you want it to look. <br /></p>\n\n\n\n<p>Over the past several years, JavaScript-based applications have created opportunities to simplify the user experience in consumer apps and software. Users’ expectations have changed, and the bar has been raised for simplicity. It is my deep belief that WordPress must evolve to improve and simplify its own user experience for first-time users. <br /></p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">What can you do in 137 lines in <a href="https://twitter.com/hashtag/Gutenberg?src=hash&ref_src=twsrc%5Etfw">#Gutenberg</a>? <a href="https://t.co/zLINZGMXMe">pic.twitter.com/zLINZGMXMe</a></p>— Dennis Snell (@dmsnell23) <a href="https://twitter.com/dmsnell23/status/1063126946350096389?ref_src=twsrc%5Etfw">November 15, 2018</a></blockquote>\n</div>\n\n\n\n<h2>Why blocks? </h2>\n\n\n\n<p>The idea with blocks was to create a new common language across WordPress, a new way to connect users to plugins, and replace a number of older content types — things like shortcodes and widgets — that one had to be well-versed in the idiosyncrasies of WordPress to understand. <br /></p>\n\n\n\n<p>The block paradigm is not a new one — in fact many great plugins have already shown the promise of blocks with page design in WordPress. Elementor, one of the pioneers in this space, has now introduced <a href="https://elementor.com/blog/blocks-for-gutenberg/">a new collection of Gutenberg blocks</a> to showcase what’s possible: <br /></p>\n\n\n\n<div class="wp-block-embed__wrapper">\n\n</div>\n\n\n\n<h2>Why change the Editor? </h2>\n\n\n\n<p>The Editor is where most of the action happens in WordPress’s daily use, and it was a place where we could polish and perfect the block experience in a contained environment. <br /></p>\n\n\n\n<p>Additionally, the classic Editor was built primarily for text — articles have become increasingly multimedia, with social media embeds, maps, contact forms, photo collages, videos, and GIFs. It was time for a design paradigm that allowed us to move past the messy patchwork of shortcodes and text. <br /></p>\n\n\n\n<p>The Editor is just the start. In upcoming phases blocks will become a fundamental part of entire site templates and designs. It’s currently a struggle to use the Customizer and figure out how to edit sections like menus, headers, and footers. With blocks, people will be able to edit and manipulate everything on their site without having to understand where WordPress hides everything behind the scenes. <br /></p>\n\n\n\n<h2>What does Automattic get out of this? </h2>\n\n\n\n<p>There have been posts recently asking questions about Automattic’s involvement in Gutenberg compared to other contributors and companies. There is no secret conspiracy here — as project lead I was able to enlist the help of dozens of my colleagues to contribute to this project, and I knew that a project of this size would require it. Automattic aims to have 5% of its people dedicated to WordPress community projects, which at its current size would be about 42 people full-time. The company is a bit behind that now (~35 full-time), and the company is growing a lot next year, so look for 10-15 additional people working on core and community projects. <br /></p>\n\n\n\n<p>In the end, Gutenberg is similar to many other open source projects — Automattic will benefit from it, but so will everyone else in the WordPress community (and even <a href="https://drupalgutenberg.org/">the Drupal community</a>). It’s available for everyone under the GPL. If the goal was purely to benefit Automattic it would have been faster, easier, and created an advantage for Automattic to have Gutenberg just on WP.com. That wasn’t, and isn’t, the point.</p>\n\n\n\n<h2>Is Gutenberg ready? </h2>\n\n\n\n<p>Absolutely. Our original goal with Gutenberg was to get it on 100,000 sites to begin testing — it’s now already on <a href="https://gutenstats.blog/">more than 1 million sites</a>, and it’s the fastest-growing plugin in WordPress history. There is a lot of user demand.<br /></p>\n\n\n\n<p>The goal was to both test Gutenberg on as many sites as possible before the 5.0 release, and also to encourage plugin developers to make sure their plugins and services will be ready. With everyone pitching in, we can make this the most <em>anti-climactic</em> release in WordPress history. <br /></p>\n\n\n\n<p>In the recent debate over Gutenberg readiness, I think it’s important to understand the difference between Gutenberg being ready code-wise (it is now), and whether the entire community is ready for Gutenberg.<br /></p>\n\n\n\n<p>It will take some time — we’ve had 15 years to polish and perfect core, after all — but the global WordPress community has some of the world’s most talented contributors and we can make it as good as we want to make it. <br /></p>\n\n\n\n<p>There is also a new opportunity to dramatically expand the WordPress contributor community to include more designers and JavaScript engineers. With JavaScript apps there are also new opportunities for designing documentation and support right on the page, so that help arrives right where you need it. <br /></p>\n\n\n\n<p>Someone described Gutenberg to me as “WordPress in 3D.” I like the sound of that. Blocks are like layers you can zoom in and out of. The question now is: What are we going to build with this new dimension? </p>\n\n\n\n<h2>Do I have to switch to Gutenberg when WordPress 5.0 is released? </h2>\n\n\n\n<p>Not at all. When it’s released, you get to choose what happens. You can install the <a href="https://wordpress.org/plugins/classic-editor/">Classic Editor plugin</a> today and when 5.0 is released, nothing will change. We’ve commited to supporting and updating Classic Editor until 2022. If you’d like to <a href="https://wordpress.org/plugins/gutenberg/">install Gutenberg early</a>, you can do that now too. The Classic Editor plugin has been available for 13 months now, and Gutenberg has been available for 18 months. Both have been heavily promoted since August 2018, and more than 1.3 million .org sites have opted-in already to either experience, so nothing will change for them when they update to 5.0.</p>\n\n\n\n<h2>How can I make sure I’m ready? </h2>\n\n\n\n<p>Before updating to 5.0, try out the <a href="https://wordpress.org/plugins/gutenberg/">Gutenberg plugin</a> with your site to ensure it works with your existing plugins, and also to get comfortable with the new experience. Developers across the entire ecosystem are working hard to update their plugins, but your mileage and plugins may vary. And you can always use the Classic Editor to address any gaps.<br /></p>\n\n\n\n<p>As with every new thing, things might feel strange and new for a bit, but I’m confident once you start using it you’ll get comfy quickly and you won’t want to go back.</p>\n\n\n\n<p>The release candidate of 5.0 is stable and fine to develop against and test.</p>\n\n\n\n<h2>When will 5.0 be released?</h2>\n\n\n\n<p>We have had a stable RC1, which stands for first release candidate, and about to do our second one. There is only currently one known blocker and it’s cosmetic. The stability and open issues in the release candidates thus far makes me optimistic we can release soon, but as before the primary driver will be the stability and quality of the underlying software. We made the mistake prior of announcing dates when lots of code was still changing, and had to delay because of regressions and bugs. Now that things aren’t changing, we’re approaching a time we can commit to a date soon.</p>\n\n\n\n<h2>Is it terrible to do a release in December?</h2>\n\n\n\n<p>Some people think so, some don’t. There have been <a href="https://wordpress.org/about/roadmap/">9 major WordPress releases</a> in previous Decembers. December releases actually comprise 34% of our major releases in the past decade.</p>\n\n\n\n<h2>Can I set it up so only certain users get to use Gutenberg? </h2>\n\n\n\n<p>Yes, and soon. We’re going to be doing another update to the Classic Editor before the 5.0 release to give it a bit more fine-grained user control — we’ve heard requests for options that allow certain users or certain roles and post types to have Gutenberg while others have Classic Editor. </p>\n\n\n\n<h2>What happens after 5.0? </h2>\n\n\n\n<p>We’ve been doing a release of Gutenberg every two weeks, and 5.0 isn’t going to stop that. We’ll do minor release to 5.0 (5.0.1, 5.0.2) fortnightly, with occasional breaks, so if there’s feedback that comes in, we can address it quickly. Many of the previous bugs in updates were from juggling between updates in the plugin and core, now that Gutenberg is in core it’s much easier and safer to incrementally update.</p>\n\n\n\n<h2>What about Gutenberg and accessibility? </h2>\n\n\n\n<p>We’ve had some important discussions about accessibility over the past few weeks and I am grateful for those who have helped raise these questions in the community. <br /></p>\n\n\n\n<p>Accessibility has been core to WordPress from the very beginning. It’s part of why we started – the adoption of web standards and accessibility.<br /></p>\n\n\n\n<p>But where I think we fell down was with project management — specifically, we had a team of volunteers that felt like they were disconnected from the rapid development that was happening with Gutenberg. We need to improve that. In the future I don’t know if it makes sense to have accessibility as a separate kind of process from the core development. It needs to be integrated at every single stage. <br /></p>\n\n\n\n<p>Still, we’ve accomplished a lot, as Matías <a href="https://make.wordpress.org/core/2018/10/18/regarding-accessibility-in-gutenberg/">has written about</a>. There have been more than 200 closed issues related to accessibility since the very beginning. <br /></p>\n\n\n\n<p>We’re also taking the opportunity to fix some things that have had poor accessibility in WordPress from the beginning. <a href="https://codemirror.net/6/">CodeMirror</a>, which is a code editor for templates, is not accessible, so we have some parts of WordPress that we really need to work on to make better. <br /></p>\n\n\n\n<p>Speaking of which, CodeMirror was seeking funding for their next version — Automattic has now <a href="https://codemirror.net/6/">sponsored that funding</a> and in return it will be made available under the GPL, and that the next version of CodeMirror will be fully accessible. <br /></p>\n\n\n\n<div class="wp-block-embed__wrapper">\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Great news ? Due to a substantial donation from <a href="https://twitter.com/automattic?ref_src=twsrc%5Etfw">@automattic</a> our crowdfunding goal has been reached, and CodeMirror 6 is definitely happening!</p>— CodeMirror (@codemirror) <a href="https://twitter.com/codemirror/status/1054759532990218242?ref_src=twsrc%5Etfw">October 23, 2018</a></blockquote>\n</div>\n\n\n\n<p>Finally, Automattic will be funding an accessibility study of WordPress, Gutenberg, and an evaluation of best practices across the web, to ensure WordPress is fully accessible and setting new standards for the web overall. </p>\n\n\n\n<h2>After WordPress 5.0, is the Gutenberg name going to stick around?</h2>\n\n\n\n<p>Sometimes code names can take on a life of their own. I think Gutenberg is still what we’ll call this project — it’s <a href="https://github.com/WordPress/gutenberg">called that on GitHub</a>, and you’re also seeing it <a href="https://drupalgutenberg.org/">adopted by other CMSes beyond WordPress</a> — but for those outside the community I can see it simply being known as “the new WordPress editor.” </p>\n\n\n\n<h2>With the adoption of React for Gutenberg, what do you see as the future for React and WordPress? </h2>\n\n\n\n<p>In 2015 I said <a href="https://wordpress.tv/2015/12/07/matt-mullenweg-state-of-the-word-2015/">“Learn JavaScript deeply”</a> — then in 2016 we brought the <a href="https://developer.wordpress.org/rest-api/">REST API</a> into Core. Gutenberg is the first major feature built entirely on the REST API, so if you are learning things today, learn JavaScript, and I can imagine a future wp-admin that’s 100% JavaScript talking to APIs. I’m excited to see that happen. <br /></p>\n\n\n\n<p>Now, switching to a pure JavaScript interface could break some backward compatibility, but a nice thing about Gutenberg is that it provides an avenue for all plugins to work through — it gives them a way to plug in to that. It can eliminate the need for what’s currently done in custom admin screens. <br /></p>\n\n\n\n<p>The other beautiful thing is that because Gutenberg essentially allows for translation into many different formats — it can publish to your web page, it can publish your RSS feed, AMP, it can publish blocks that can be translated into email for newsletters — there’s so much in the structured nature of Gutenberg and the semantic HTML that it creates and the grammar that’s used to parse it, can enable for other applications. <br /></p>\n\n\n\n<p>It becomes a little bit like a <em>lingua franca</em> that even crosses CMSes. There’s now these new cross-CMS Gutenberg blocks that will be possible. It’s not just WordPress anymore — it might be a JavaScript block that was written for Drupal that you install on your WordPress site. How would that have ever happened before? That’s why we took two years off — it’s why we’ve had everyone in the world working on this thing. It’s because we want it to be #WorthIt. <br /></p>\n\n\n\n<p>And WordPress 5.0 is just the starting line. We want to get it to that place where it’s not just better than what we have today, but a world-class, web-defining experience. It’s what we want to create and what everyone deserves. </p>\n\n\n\n<h2>Was this post published with Gutenberg?</h2>\n\n\n\n<p>Of course. <img src="https://s.w.org/images/core/emoji/11/72x72/1f604.png" alt="😄" class="wp-smiley" /> No bugs, but I do see lots of areas we can continue to improve and I’m excited to get to work on future iterations.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Nov 2018 23:56:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WPTavern: WPCampus Seeks to Raise $30K for Gutenberg Accessibility Audit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=86032";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"https://wptavern.com/wpcampus-seeks-to-raise-30k-for-gutenberg-accessibility-audit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4364:"<p>WPCampus is <a href="https://wpcampus.org/2018/11/fundraising-for-wpcampus-gutenberg-accessibility-audit/" rel="noopener" target="_blank">seeking funding</a> to conduct an accessibility audit of WordPress’ Gutenberg editor. The non-profit organization is dedicated to helping web professionals, educators, and others who work with WordPress in higher education. Educational institutions often have stricter legal obligations that require software to be WCAG 2.0 level AA compliant and many European institutions set the bar even higher at WCAG 2.1.</p>\n<p><a href="https://wptavern.com/wpcampus-is-pursuing-an-independent-accessibility-audit-of-gutenberg" rel="noopener" target="_blank">WPCampus moved to spearhead an audit</a> after Automattic decided to forego Matt MacPherson’s <a href="https://wptavern.com/gutenberg-accessibility-audit-postponed-indefinitely" rel="noopener" target="_blank">proposal</a> for Gutenberg to undergo an accessibility audit. Results of the audit will help WPCampus determine any potential legal risk for institutions upgrading to WordPress 5.0 and will also identify specific challenges that Gutenberg introduces for assistive technology users and others with accessibility needs.</p>\n<p>“A professional accessibility audit is a large expense for a small nonprofit like WPCampus,” WPCampus director Rachel Cherry said. “Accessibility is important to all of us in the WordPress community. We’re asking for your help to fund the audit and ensure this important research is completed.”</p>\n<p>WPCampus is still evaluating proposals from vendors and will announce its selection soon, along with an updated timeline for completing the audit. The organization has set its funding goal at $30,000, an amount that falls in the mid-range of the proposals the selection committee has received. If the campaign raises more than the amount required, WPCampus plans to designate the funds for other accessibility-related efforts, such as future audits and live captioning at conferences.</p>\n<p>Two days after launching the campaign, WPCampus has received $3,692 (12%) towards its funding goal. The organization plans to share the results of the audit and any supporting documents on its website.</p>\n<p>The comments published on the donations page demonstrate how strongly supporters feel about getting an audit and using that information to make Gutenberg a tool that anyone can use. The topic of accessibility is close to the heart for many donating to the campaign.</p>\n<p>“When I was navigating stores with three small children, stores which helped me with automatic doors, wide aisles, and shopping carts for a crowd often made the decision for me as to whether I could shop at all,” WordPress developer <a href="https://robincornett.com/" rel="noopener" target="_blank">Robin Cornett</a> said. “As we create content and build tools for the internet, we should be doing all we can to ensure the best online experience we can for everyone.”</p>\n<p>WordPress co-founder <a href="https://mikelittle.org/" rel="noopener" target="_blank">Mike Little</a> also donated to the campaign, with comments on how important accessibility is to fulfilling the project’s mission.</p>\n<p>“As the platform that democratizes publishing, we can’t allow new features in WordPress to take that away from users with accessibility needs,” Little said.</p>\n<p>“Accessibility matters to everyone — injured, encumbered, distracted, disabled, everyone,” WordPress consultant <a href="http://adrianroselli.com" rel="noopener" target="_blank">Adrian Roselli</a> said. Accessibility in WordPress matters to my clients because some of their people require it in order to use the tool and therefore stay gainfully employed.”</p>\n<p>The audit proposed months ago has evolved to become a community effort funded by passionate supporters working in various capacities throughout the WordPress ecosystem. If WPCampus is successful in funding its campaign, this particular approach has the benefit of making it a more cooperative effort with more people invested in the process than if it were funded by a single company. WPCampus aims to release the audit report to the community by January 17, 2019 but the dates will depend on the arrangement with the vendor. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Nov 2018 22:03:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"WPTavern: Drupal 8.7 to Introduce Layout Builder, Contributors Face Accessibility Challenges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85572";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"https://wptavern.com/drupal-8-7-to-introduce-layout-builder-contributors-face-accessibility-challenges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6649:"<p>WordPress 5.0 will soon replace the editor with the new Gutenberg editor as part of a multi-phase project to improve the experience of authoring rich content. Phase 2 will shift focus to tackle site customization, bringing more complex layout and page builder capabilities to Gutenberg.</p>\n<p>As this phase kicks off soon, it’s valuable to see what other platforms are doing on this front. Drupal has traditionally appealed to a more technical audience, and probably wouldn’t count Squarespace, Wix, and Tumblr among their competitors, but the project is getting more friendly towards site builders and content editors. Drupal has brought improvements to its usability, media, and layout experiences over the past few years in support of users who have demanded a more modern, simplified admin UI. The project is currently testing a visual design tool for building layouts.</p>\n<p>Two weeks ago, Drupal founder and project lead Dries Buytaert <a href="https://dri.es/why-drupal-layout-builder-is-so-unique-and-powerful" rel="noopener noreferrer" target="_blank">previewed the new Layout Builder</a>, an experimental feature that is stabilizing and expected to land in Drupal 8.7 in May 2019. Layout Builder offers layouts for templated content, customizations to templated layouts, and custom pages. These uses are especially important when building sites with large amounts of content that occasionally require template overrides and one-off landing pages.</p>\n<p>Buytaert described how Layout Builder approaches the creation of one-off dynamic pages, which he said is similar to the capabilities found in services such as Squarespace and projects like Gutenberg for WordPress and Drupal: </p>\n<blockquote><p>A content author can start with a blank page, design a layout, and start adding blocks. These blocks can contain videos, maps, text, a hero image, or custom-built widgets (e.g. a Drupal View showing a list of the ten most popular gift baskets). Blocks can expose configuration options to the content author. For instance, a hero block with an image and text may offer a setting to align the text left, right, or center. These settings can be configured directly from a sidebar.</p></blockquote>\n<p>Buytaert’s demo video shows the Layout Builder in action. Its capabilities are similar to many of WordPress’ third-party page builders, such as <a href="https://elementor.com/theme-builder/" rel="noopener noreferrer" target="_blank">Elementor</a> and <a href="https://www.wpbeaverbuilder.com/" rel="noopener noreferrer" target="_blank">Beaver Builder</a>.</p>\n<p></p>\n<h3>Layout Builder Poses Accessibility Challenges</h3>\n<p>Layout Builder is anchored on one of Drupal’s stronger features – the ability to create structured content, but it faces some of the same accessibility challenges that WordPress’ Gutenberg editor has encountered. </p>\n<p>In his post introducing Layout Builder, Buytaert made some pointed remarks about Drupal’s commitment to accessibility:</p>\n<blockquote><p>Accessibility is one of Drupal’s core tenets, and building software that everyone can use is part of our core values and principles. A key part of bringing Layout Builder functionality to a “stable” state for production use will be ensuring that it passes our accessibility gate (Level AA conformance with WCAG and ATAG). This holds for both the authoring tool itself, as well as the markup that it generates. We take our commitment to accessibility seriously.</p></blockquote>\n<p>Some contributors are not as optimistic about Drupal being able to fulfill these bold claims in time to ship the feature in 8.7.0. Andrew Macpherson, one of the accessibility topic maintainers for Drupal 8 core, has <a href="https://www.drupal.org/project/drupal/issues/3007978#comment-12853731" rel="noopener" target="_blank">proposed Layout Builder offer an alternative UI</a> that users can access without the visual preview UI.</p>\n<p>“Dries’ blog post about layout builder yesterday says we’re on track to mark this as stable for D8.7.0,” Macpherson said. “I’m not at all optimistic about that, because as yet there is no feasible plan for how it can be made accessible.</p>\n<p>“A minimum viable product for Layout Builder accessibility would be at least one method which works, for each user task, for each input/output method. I don’t think we can say we have found a feasible approach. We’re in deeply experimental territory here – there isn’t a well-established, reliable pattern we can just copy to make the current layout builder accessible. Essentially, we’re making stuff up in a hurry, for a novel UI, with limited opportunity for design validation. There’s no guarantee that users are going to understand it, or find it easy to use. That’s why I’m not optimistic about it getting past the accessibility gate in time for D8.7.0.”</p>\n<p>Macpherson said that WCAG strongly advises against providing alternate versions but allows for them in instances where the main version cannot be made accessible.</p>\n<p>“I think we are effectively in this situation now, although we are still exploring ideas,” he said. </p>\n<p>Macpherson also recommended they continue striving to make the drag-and-drop, visual-preview layout builder UI accessible at the same time. He referenced emerging <a href="https://inclusivedesignprinciples.org/#offer-choice" rel="noopener" target="_blank">principles of Inclusive Design</a> for application developers, which recommend “offering choice,” giving users different ways of completing tasks, especially those that may be complex or non-standard.</p>\n<p>“Eventually, I’d like to see BOTH layout builder UIs being accessible, and offer genuinely useful choices for everyone,” Macpherson said. “But let’s take the time to do it well, instead of hastily bolting on fixes for one type of interaction method at a time, in a rush to ship a single layout builder UI. ”</p>\n<p>Macpherson’s proposal is still under consideration, but it provides an interesting perspective on similar challenges WordPress contributors are facing with Gutenberg. Modernizing UIs to make the site building experience more accessible for those who don’t know how to code has to be balanced with considerations for those who may not be able see very well or use a mouse. Drupal contributors are exploring providing an alternative accessible UI as a solution to empower more users to take advantage of the new Layout Builder.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 Nov 2018 04:31:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:106:"WPTavern: WPWeekly Episode 339 – Interview With Pippin Williamson, Founder of Sandhills Development, LLC";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=86062&preview=true&preview_id=86062";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:111:"https://wptavern.com/wpweekly-episode-339-interview-with-pippin-williamson-founder-of-sandhills-development-llc";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1455:"<p>In this episode, <a href="http://jjj.me">John James Jacoby</a> and I are joined by <a href="http://pippin.com/">Pippin Williamson</a>, founder of <a href="http://sandhillsdev.com/">Sandhills Development</a>, LLC. Pippin describes what he’s learned going through the process of opening a brick and mortar business.</p>\n<p>He also describes the emotional process of firing employees, making business decisions as a team, and how he wants to create a life-long company where employees stick around for decades.</p>\n<p>Near the end of the episode, Pippin expresses his opinions on Gutenberg the product and Gutenberg the process. You might be surprised by what he has to say.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://pippinsplugins.com/2017-in-review/">2017 in review</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 5th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href="https://www.wptavern.com/feed/podcast">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href="https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #339:</strong><br />\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 28 Nov 2018 19:54:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: SyntaxHighlighter Evolved Plugin Adds Gutenberg Support";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85968";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wptavern.com/syntaxhighlighter-evolved-plugin-adds-gutenberg-support";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4743:"<p>WordPress 5.0 will ship with a code block in the new editor but it doesn’t include syntax highlighting. The code is currently wrapped in pre tags. During the earlier days of Gutenberg’s development, the HTML block had syntax highlighting but the team was not satisfied with its implementation and decided to pull it until they could <a href="https://github.com/WordPress/gutenberg/issues/10423" rel="noopener" target="_blank">provide more consistent behavior across blocks</a>. </p>\n<p>For now, users will have to depend on a plugin to get syntax highlighting. <a href="https://wordpress.org/plugins/syntaxhighlighter/" rel="noopener" target="_blank">SyntaxHighlighter Evolved</a> is one of the first plugins of its kind to add Gutenberg support via its own block. </p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/11/Screen-Shot-2018-11-28-at-10.08.36-AM.png?ssl=1"><img /></a></p>\n<p>The plugin currently adds syntax highlighting to source code on the frontend only. Nevertheless, it’s a great use case for Gutenberg, as the plugin previously required you to remember how to structure the shortcode in a particular way in order to use it. </p>\n<p>Ian Dunn <a href="https://github.com/Viper007Bond/syntaxhighlighter/pull/78" rel="noopener" target="_blank">contributed the Gutenberg support</a> for SyntaxHighlighter Evolved. In the PR for this feature, Dunn said he wanted to give existing users a way to continue using the plugin after WordPress 5.0 is released:</p>\n<blockquote><p>\nThe syntax highlighting only works on the front end, due to the nature of SyntaxHighlighter. Details are documented in the edit() function’s docblock.</p>\n<p>Because of that, this isn’t the ideal syntax highlighting block[1], but this provides a way for existing users to continue using the plugin without having to migrate old posts to a different plugin.</p>\n<p>Another limitation is that this PR only supports the language attribute of the shortcode, because I ran out of time/energy. This lays the groundwork, though, so the rest of them can easily be added in a future iteration.</p></blockquote>\n<p>SyntaxHighlighter Evolved is active on more than 40,000 installations and is also used on WordPress.com, so this update to the plugin should help those who rely on it to be able to use the new Gutenberg editor without having to switch back to the old editor when they need to add code to their content.</p>\n<p>There is still some debate about the best way to provide syntax highlighting in Gutenberg. Another implementation called <a href="https://github.com/mkaz/code-syntax-block" rel="noopener" target="_blank">Code Syntax Block</a> by Marcus Kazmierczak, extends Gutenberg’s existing code block to offer syntax highlighting, instead of creating a new block for it. It also uses <a href="http://prismjs.com/" rel="noopener" target="_blank">PrismJS syntax highlighter</a>.</p>\n<p><a href="https://github.com/cedaro/shiny-code" rel="noopener" target="_blank">Shiny Code</a> is another approach that adds a new block for code and provides a preview inside the Gutenberg editor. </p>\n<p><a href="https://cloudup.com/cAjq1AKskL8"><img src="https://i1.wp.com/cldup.com/2MLWW0oXx3.gif?resize=627%2C308&ssl=1" alt="Shiny code" width="627" height="308" /></a></p>\n<p>In the official plugin directory, the <a href="https://wordpress.org/plugins/enlighter/" rel="noopener" target="_blank">Enlighter</a> plugin, which has 10,000 active installs, offers experimental support for Gutenberg that is being <a href="https://github.com/EnlighterJS/Plugin.Gutenberg" rel="noopener" target="_blank">actively developed on GitHub</a>. <a href="https://wordpress.org/plugins/kebo-code/" rel="noopener" target="_blank">Kebo Code</a>, a relatively new plugin with fewer than 10 installs, was created to offer syntax highlighting for Gutenberg and currently supports 121 languages and two themes. Users will have to switch to the frontend to see the code rendered with the theme selected. </p>\n<p>SyntaxHighlighter Evolved does not yet provide a way for highlighting existing code blocks or transforming a core code block to use the plugin’s syntax highlighting. Converting all existing code blocks might take some time for those who have been using it extensively. Alex Mills, the plugin’s author, said he is considering all of these issues and welcomes patches on the <a href="https://github.com/Viper007Bond/syntaxhighlighter" rel="noopener" target="_blank">GitHub repository for the plugin</a>. Plugin authors may change their approaches over time, depending on where Gutenberg goes in the future, so users will want to evaluate available plugins periodically to see which ones suit their needs.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 28 Nov 2018 17:10:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WPTavern: WordCamp US 2018 Livestream Tickets Now Available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85848";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"https://wptavern.com/wordcamp-us-2018-livestream-tickets-now-available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1360:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/nashville.jpg?ssl=1"><img /></a>photo credit: Viv Lynch <a href="http://www.flickr.com/photos/68894626@N00/30070498810">Westward</a> – <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">(license)</a></p>\n<p>The countdown has started for <a href="https://2018.us.wordcamp.org" rel="noopener" target="_blank">WordCamp US 2018</a> in Nashville. The event is just 10 days away. If you cannot attend, watching via the livestream is the next best option. Anyone can join the livestream for free, but viewers will need to <a href="https://2018.us.wordcamp.org/tickets/" rel="noopener" target="_blank">sign up for a ticket</a> on the event website. </p>\n<p>This year’s <a href="https://2018.us.wordcamp.org/schedule/" rel="noopener" target="_blank">schedule</a> includes sessions in two tracks: Banjo and Guitar. Matt Mullenweg’s annual <a href="https://2018.us.wordcamp.org/2018/11/27/state-of-the-word-2018/" rel="noopener" target="_blank">State of the Word</a> address is scheduled for Saturday, December 8, at 4:00 p.m. CST. Livestream ticket holders can tune in to any of the sessions and may also want to participate in the conversations on Twitter using the <a href="https://twitter.com/hashtag/WCUS?src=hash" rel="noopener" target="_blank">#WCUS hashtag</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 27 Nov 2018 22:09:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"BuddyPress: BuddyPress 4.0.0 “Pequod”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=282222";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://buddypress.org/2018/11/buddypress-4-0-0-pequod/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5882:"<p>BuddyPress 4.0.0 “Pequod” is now available!</p>\n<h3>A focus on data privacy and control</h3>\n<p>BuddyPress boasts a proud history of letting community members and managers control their data, independent of third-party, commercial entities. In this spirit, as well as the spirit of recent regulations like the EU’s General Data Protection Regulation (GDPR), Expanding on some of the tools introduced by WordPress in version 4.9.8, BuddyPress 4.0 introduces a suite of tools allowing users and site admins to manage member data and privacy.</p>\n<div id="attachment_282223" class="wp-caption alignnone"><a href="https://buddypress.org/wp-content/uploads/1/2018/11/data-export.png"><img class="size-full wp-image-282223" src="https://buddypress.org/wp-content/uploads/1/2018/11/data-export.png" alt="Screenshot of " /></a><p class="wp-caption-text">Giving your users greater control over their data</p></div>\n<p>The new “Export Data” Settings panel lets users request an export of all BuddyPress data they’ve created. BuddyPress integrates seamlessly with the data export functionality introduced in WordPress 4.9.8, and BP data is included in exports that are initiated either from the Export Data panel or via WP’s Tools > Export Personal Data interface.</p>\n<p>BuddyPress 4.0 also integrates with WordPress 4.9.8’s Privacy Policy tools. When you create or update your Privacy Policy, BP will suggest text that’s specifically tailored to the kinds of social data generated on a BuddyPress site. And will prompt registering users to agree to the Privacy Policy, if your theme supports it.</p>\n<p>We’ve also done a complete review of BuddyPress’s cookie behavior, and dramatically reduced the number of cookies needed to browse a BP-powered site – especially for logged-out users. We’re confident that this change will help site owners comply with local privacy regulations.</p>\n<h3>Nouveau and other improvements</h3>\n<p>The BuddyPress team has been hard at work improving the Nouveau template pack introduced in BuddyPress 4.0. We’ve improved accessibility, extensibility, and responsiveness on mobile devices.</p>\n<p>BuddyPress 4.0 also contains a number of internal improvements that improve compatibility with various version of PHP, fix formatting and content issues when sending emails, and address some backward-compatibility concerns.</p>\n<h3>Mille grazie</h3>\n<p>As usual, this BuddyPress release is only possible thanks to the contributions of the community. Special thanks to the following folks who contributed code and testing to the release: <a href="https://profiles.wordpress.org/xknown/">Alex Concha (xknown)</a>, <a href="https://profiles.wordpress.org/ankit-k-gupta/">Ankit K Gupta (ankit-k-gupta)</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>, <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>, <a href="https://profiles.wordpress.org/brianbws/">Brian Cruikshank (brianbws)</a>, <a href="https://profiles.wordpress.org/needle/">Christian Wach (needle)</a>, <a href="https://profiles.wordpress.org/cyberwani/">Dinesh Kesarwani (cyberwani)</a>, <a href="https://profiles.wordpress.org/dipesh.kakadipa/">dipeshkakadiya</a>, <a href="https://profiles.wordpress.org/drywallbmb/">drywallbmb</a>, <a href="https://profiles.wordpress.org/dullowl/">dullowl</a>, <a href="https://profiles.wordpress.org/eric01/">Eric (eric01)</a>, <a href="https://profiles.wordpress.org/garrett-eclipse/">Garrett Hyder (garrett-eclipse)</a>, <a href="https://profiles.wordpress.org/harshall/">Harshal Limaye (harshall)</a>, <a href="https://profiles.wordpress.org/hnla/">Hugo (hnla)</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, <a href="https://profiles.wordpress.org/marcella1981/">Marcella (marcella1981)</a>, <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>, <a href="https://profiles.wordpress.org/mercime/">mercime</a>, <a href="https://profiles.wordpress.org/MorgunovVit/">MorgunovVit</a>, <a href="https://profiles.wordpress.org/n0barcode/">n0barcode</a>, <a href="https://profiles.wordpress.org/pareshradadiya/">paresh.radadiya (pareshradadiya)</a>, <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>, <a href="https://profiles.wordpress.org/pooja1210/">Pooja N Muchandikar (pooja1210)</a>, <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, <a href="https://profiles.wordpress.org/espellcaste/">Renato Alves (espellcaste)</a>, <a href="https://profiles.wordpress.org/RT77/">RT77</a>, <a href="https://profiles.wordpress.org/cyclic/">Ryan Williams (cyclic)</a>, <a href="https://profiles.wordpress.org/elhardoum/">Samuel Elh (elhardoum)</a>, <a href="https://profiles.wordpress.org/shubh14/">shubh14</a>, <a href="https://profiles.wordpress.org/spdustin/">spdustin</a>, <a href="https://profiles.wordpress.org/suvikki/">suvikki</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>, <a href="https://profiles.wordpress.org/thejimmy/">thejimmy</a>, <a href="https://profiles.wordpress.org/vapvarun/">vapvarun</a>, <a href="https://profiles.wordpress.org/wbcomdesigns/">Wbcom Designs (wbcomdesigns)</a>, <a href="https://profiles.wordpress.org/yahil/">Yahil Madakiya (yahil)</a></p>\n<p>This version of BuddyPress is code-named “Pequod” after the famous <a href="https://pequodspizza.com/">Pequod’s Pizza</a> in Chicago, where the crust really is caramelized, and the dish really is deep. Buon gusto!</p>\n<h3>Keep on truckin’</h3>\n<p>Questions or comments about the release? Visit the <a href="https://buddypress.org/support/">buddypress.org support forums</a>, or open a ticket on <a href="https://buddypress.trac.wordpress.org">our bugtracker</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 27 Nov 2018 19:57:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"WPTavern: Jetpack 6.8 Adds Gutenberg Blocks for Payment Buttons, Forms, Maps, and Markdown";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85576";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"https://wptavern.com/jetpack-6-8-adds-gutenberg-blocks-for-payment-buttons-forms-maps-and-markdown";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3613:"<p><a href="https://jetpack.com/2018/11/27/jetpack-6-8-building-jetpack-for-the-new-wordpress-editor/" rel="noopener" target="_blank">Jetpack 6.8</a> was released today, introducing the plugin’s first set of blocks for Gutenberg. The necessary infrastructure was added in version 6.6 and all existing features that touch the editor are in the process of being ported over to blocks. This release includes blocks for payment buttons, forms, maps, and markdown.</p>\n<p>The Contact Form module is one of the plugin’s most popular features and one that users often enable on new websites. This block removes a major barrier to implementing a form on WordPress sites – new users will have no need to try to understand the concept of shortcodes in order to collect feedback on their sites. Creating a new form essentially works like adding blocks inside of blocks:</p>\n<p><a href="https://cloudup.com/cNVMNF2ZGd8"><img src="https://i2.wp.com/cldup.com/LZmv0Xj_Iq.gif?resize=627%2C568&ssl=1" alt="Form" width="627" height="568" /></a></p>\n<p>The <a href="https://jetpack.com/support/jetpack-blocks/simple-payments-block/" rel="noopener" target="_blank">Simple Payments button block</a> is slightly different in that it already has the form fields set up so the user can fill them out for whatever they are selling. This block is available for users on the Jetpack Premium or Professional plan.</p>\n<p>The <a href="https://jetpack.com/support/jetpack-blocks/map-block/" rel="noopener" target="_blank">map block</a> makes it easy for users to embed an interactive map within the content of posts or pages. After <a href="https://www.mapbox.com/signup/" rel="noopener" target="_blank">signing up for a free Mapbox Access Token</a>, users can select a location directly inside the new editor and preview it live with different map theme options and a color-picker for the marker.</p>\n<p><a href="https://cloudup.com/cUFrJDi-tqy"><img src="https://i2.wp.com/cldup.com/NL4okuVN0s.gif?resize=627%2C338&ssl=1" alt="Map" width="627" height="338" /></a></p>\n<p>Some of those who have tested Gutenberg may not be a fan of its current writing interface, but after you see some of these blocks in action for things like maps and payment buttons, it’s clear that this is a superior interface for these content types. Modernizing the interface for content that previously relied on shortcodes is where Gutenberg truly excels right now.</p>\n<p>Development on the Gutenberg plugin has been so active that it makes sense that the Jetpack team waited until WordPress 5.0 RC to release any blocks. Jetpack users can take advantage of them now if they have Gutenberg installed, or wait until 5.0 is officially released. The Jetpack team is also working on a number of other blocks for existing features. You can <a href="https://github.com/Automattic/jetpack/labels/Gutenberg" rel="noopener" target="_blank">follow the progress</a> on upcoming blocks at Jetpack’s GitHub repository and log issues with blocks that have already been released.</p>\n<p>Jetpack 6.8 also restores the Publicize module to the pre-publish sidebar, so users can continue automatically sharing posts after WordPress 5.0 is released. This version ensures compatibility with Jetpack’s widgets for those using the Twenty Nineteen theme. Check out the <a href="https://wp.me/p1moTy-cee" rel="noopener" target="_blank">release post</a> to see more blocks in action and the <a href="https://wordpress.org/plugins/jetpack/#developers" rel="noopener" target="_blank">changelog</a> for a full list of all the enhancements and bug fixes.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 27 Nov 2018 17:52:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:79:"WPTavern: WordPress 5.0 RC 1 Released, Gutenberg Passes 1 Million Installations";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85923";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"https://wptavern.com/wordpress-5-0-rc-1-released-gutenberg-passes-1-million-installations";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5988:"<p><a href="https://wordpress.org/news/2018/11/wordpress-5-0-release-candidate/" rel="noopener" target="_blank">WordPress 5.0 RC 1</a> was released over the weekend after a string of five betas that began in late October. According to the <a href="https://gutenstats.blog/" rel="noopener" target="_blank">Gutenberg stats page</a>, more than 1.1 million sites have the Gutenberg plugin installed and users have written more than 980,000 posts using the new editor. These numbers are conservative estimates, as the numbers only include WordPress.com sites and sites running Jetpack.</p>\n<p>Most of the changes included in the RC were outlined in the <a href="https://make.wordpress.org/core/2018/11/20/whats-new-in-gutenberg-20th-november/" rel="noopener" target="_blank">Gutenberg 4.5</a> release post last week. An update published today shows 12 PRs waiting for review in the 4.6 milestone, 14 open issues in the 5.0.0 milestone, and more than 150 issues open in 5.0.1 and subsequent releases. <a href="https://make.wordpress.org/core/tag/5.0+dev-notes/" rel="noopener" target="_blank">Dev notes for 5.0</a> have been published and tagged on the make.wordpress.org/core blog.</p>\n<p>WordPress 5.0’s official release date was set for November 27 but after further evaluation the date has been <a href="https://make.wordpress.org/core/2018/11/21/5-0-gutenberg-status-update-nov-21/" rel="noopener" target="_blank">pushed back</a>. Last week WordPress core core committers, contributors, and former release leads made strong, last-minute <a href="https://wptavern.com/wordpress-5-0-rc-expected-on-u-s-thanksgiving-holiday-despite-last-minute-pushback-from-contributors" rel="noopener" target="_blank">appeals</a> to hold off RC and defer the release to January. Development is moving forward desipite the pushback. A new release date has not yet been announced. The current plan is to monitor feedback on the RC and the team will make a decision from there.</p>\n<h3>Mullenweg Responds to Critics on Twitter, Reiterates Vision for Gutenberg</h3>\n<p>Over the weekend, Matt Mullenweg responded to critics on Twitter who voiced concerns about his leadership and communication throughout WordPress 5.0’s development. One particular post titled “<a href="https://cameronjonesweb.com.au/blog/lets-take-a-very-serious-look-at-gutenberg/" rel="noopener" target="_blank">Let’s Take A Very Serious Look At Gutenberg</a>,” written by WordPress developer Cameron Jones, sparked conversation. In response to Cliff Seal, who urged Mullenweg to “re-cast the vision of WordPress in a way that accounts for the apparent urgency of this effort,” Mullenweg <a href="https://twitter.com/photomatt/status/1066397086206304256" rel="noopener" target="_blank">responded</a>:</p>\n<blockquote><p>\nMany people who try to start publishing with WordPress fail; those who don’t struggle with shortcodes, embeds, widgets; those who can toggle to code view to do basic tasks in the editor, and for clients set up elaborate meta-field and CPT based schemes to avoid catastrophe.</p>\n<p>Gutenberg aims to solve these problems, improve the WP experience for all its users, and open up independent, open source, beautiful publishing on the web to a class of users that couldn’t publish with WordPress before.</p>\n<p>It may seem rushed to people unused to this pace of development and improvement in the WordPress world. However this has been a pace sustained for almost two years now, and we still look slow compared to some modern software. Speed of iteration is enabled by the new tech stack.</p>\n<p>It bothers me at a deep, moral level to hold back a user experience that will significantly upgrade the publishing ability and success of tens or hundreds of millions of users. It hasn’t been ready (for core) yet, so it’s not released. I hope it will be soon! </p>\n<p>This may all look very quaint in retrospect, when we look back three or five years from now. It’s a tough transition but the foundation Gutenberg enables will be worth it.</p></blockquote>\n<p>Matt Medeiros, another vocal critic of Mullenweg’s leadership on WordPress 5.0, <a href="https://www.youtube.com/watch?v=W1Rhr9Y54ck" rel="noopener" target="_blank">recorded a video</a>, expounding on his concerns about transparency and the rushed pace. He summarized the frustrations that inspired him to make the video.</p>\n<p>“While I agree WordPress needs innovation to reach new users that desperately require freedom over their content, especially within the context of today’s social networks, I don’t agree and am also discouraged by Matt not sharing the product vision with the community,” Medeiros said. “It’s polarizing to build software under the guise of openness with a mission to democratize publishing, but not give the same people volunteering to ‘Five for the Future’ a voice for the future. </p>\n<p>“Lack of communication, not Gutenberg or the team developing it, has lead to the current divide and we’re left asking — why? WordPress has always had a branding problem and this continues to muddy the lines between open source project and WordPress the ‘product.''”</p>\n<p>The 5.0 release is heading into the home stretch but Gutenberg has several phases ahead with many more years of development. Mullenweg’s responses on Twitter over the weekend indicate he is interested in keeping the lines of communication open throughout the process. He said he plans to dedicate more time to responding directly to feedback.</p>\n<p>“One thing will try: I’m going to open up some listening office hours in the next week so people can talk directly,” Mullenweg <a href="https://twitter.com/photomatt/status/1065981341496471555" rel="noopener" target="_blank">said</a>. “I want everyone to be and feel heard, as they have been since the beginning of this process in 2016.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 27 Nov 2018 01:54:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Dev Blog: WordPress 5.0 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6257";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"https://wordpress.org/news/2018/11/wordpress-5-0-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5355:"<p>The first release candidate for WordPress 5.0 is now available!</p>\n\n\n\n<p>This is an important milestone, as we near the release of WordPress 5.0. <strong>The WordPress 5.0 release date has shifted from the 27th to give more time for the RC to be fully tested</strong>. A final release date will be announced soon, based on feedback on the RC. This is a big release and needs <em>your</em> help—if you haven’t tried 5.0 yet, now is the time! </p>\n\n\n\n<p>To test WordPress 5.0, you can use the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin or you can <a href="https://wordpress.org/wordpress-5.0-RC1.zip">download the release candidate here</a> (zip).</p>\n\n\n\n<h2>What’s in WordPress 5.0?</h2>\n\n\n\n<img src="https://i1.wp.com/wordpress.org/news/files/2018/11/Gutenberg-3.png?resize=632%2C316&ssl=1" alt="Screenshot of the new block editor interface." class="wp-image-6271" />The new block-based post editor.\n\n\n\n<p>WordPress 5.0 introduces the <a href="https://wordpress.org/gutenberg/">new block-based post editor</a>. This is the first step toward an exciting new future with a streamlined editing experience across your site. You’ll have more flexibility with how content is displayed, whether you are building your first site, revamping your blog, or write code for a living.</p>\n\n\n\n<p>The block editor is <a href="https://gutenstats.blog/">used on over a million sites</a>, we think it’s ready to be used on all WordPress sites. We do understand that some sites might need some extra time, though. If that’s you, please install the <a href="https://wordpress.org/plugins/classic-editor/">Classic Editor plugin</a>, you’ll continue to use the classic post editor when you upgrade to WordPress 5.0.</p>\n\n\n\n<p>Twenty Nineteen is WordPress’ new default theme, it features custom styles for the blocks available by default in 5.0. Twenty Nineteen is designed to work for a wide variety of use cases. Whether you’re running a photo blog, launching a new business, or supporting a non-profit, Twenty Nineteen is flexible enough to fit your needs.</p>\n\n\n\n<p>The block editor is a big change, but that’s not all. We’ve made some smaller changes as well, including:</p>\n\n\n\n<ul><li>All of the previous default themes, from Twenty Ten through to Twenty Seventeen, have been updated to support the block editor.</li><li>You can improve the accessibility of the content you write, now that <a href="https://core.trac.wordpress.org/ticket/30421">simple ARIA labels</a> can be saved in posts and pages.</li><li>WordPress 5.0 officially supports the upcoming PHP 7.3 release: if you’re using an older version, we encourage you to <a href="https://wordpress.org/support/upgrade-php/">upgrade PHP</a> on your site.</li><li>Developers can now add translatable strings directly to your JavaScript code, using the new <a href="https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/">JavaScript language packs</a>.</li></ul>\n\n\n\n<p>You can read more about the fixes and changes since Beta 5 <a href="https://make.wordpress.org/core/2018/11/20/whats-new-in-gutenberg-20th-november/">in the last update post</a>.</p>\n\n\n\n<p>For more details about what’s new in version 5.0, check out the <a href="https://wordpress.org/news/2018/10/wordpress-5-0-beta-1/">Beta 1</a>, <a href="https://wordpress.org/news/2018/10/wordpress-5-0-beta-2/">Beta 2</a>, <a href="https://wordpress.org/news/2018/11/wordpress-5-0-beta-3/">Beta 3</a>, <a href="https://wordpress.org/news/2018/11/wordpress-5-0-beta-4/">Beta 4</a> and <a href="https://wordpress.org/news/2018/11/wordpress-5-0-beta-5/">Beta 5</a> blog posts.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.0 and update the <em>Tested up to</em> version in the readme to 5.0. If you find compatibility problems, please be sure to post to the <a href="https://wordpress.org/support/forum/alphabeta/">support forums</a> so we can figure those out before the final release. An in-depth field guide to developer-focused changes is coming soon on the <a href="https://make.wordpress.org/core/">core development blog</a>. In the meantime, you can review the <a href="https://make.wordpress.org/core/tag/5.0+dev-notes/">developer notes for 5.0</a>.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the </em><a href="https://wordpress.org/support/forum/alphabeta"><em>Alpha/Beta area</em></a><em> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, </em><a href="https://make.wordpress.org/core/reports/"><em>file one on WordPress Trac</em></a><em>, where you can also find </em><a href="https://core.trac.wordpress.org/tickets/major"><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<p class="has-background has-medium-font-size"><em>Ruedan los bloques<br />Contando vivos cuentos<br />Que se despiertan</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Nov 2018 09:46:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matias Ventura";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:112:"WPTavern: WordPress 5.0 RC Expected on U.S. Thanksgiving Holiday, despite Last-Minute Pushback from Contributors";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85784";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:121:"https://wptavern.com/wordpress-5-0-rc-expected-on-u-s-thanksgiving-holiday-despite-last-minute-pushback-from-contributors";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9944:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2017/10/ship-bottle.jpg?ssl=1"><img /></a>photo credit: KaylaKandzorra <a href="http://www.flickr.com/photos/48077358@N02/4952091078">i miss you grampa.</a> – <a href="https://creativecommons.org/licenses/by/2.0/">(license)</a></p>\n<p>WordPress core committers, core contributors, and former release leads made strong, last-minute <a href="https://make.wordpress.org/core/2018/11/19/5-0-gutenberg-status-update-nov-19/" rel="noopener noreferrer" target="_blank">appeals</a> on Monday for the 5.0 release to be deferred to January. RC was expected Monday but those urging its delay cited the large number of open issues on the milestone and the fact that many confirmed bugs are being aggressively punted to followup releases. </p>\n<p>“I do not see how we can seriously ship a release candidate today,” Joe McGill said. “In doing so, we are either saying we’re ok with shipping a major version of WordPress with this many known issues, or that the term ‘release candidate’ does not actually have meaning. I would suggest that we revise the schedule to push back RC for at least 4 weeks so we have a reasonable deadline and, in the mean time, continue releasing betas.”</p>\n<p>Nearly every contributor involved in the discussion was enthusiastic about Gutenberg but urged release lead Matt Mullenweg to allow for four weeks of RC and code freeze to give the community to prepare. </p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">– Building site with Gutenberg<br />– Find bug, go to GH to file an issue <br />– Find the ticket already exists.<br />– Bug has already been punted to "5.0.x Follow Ups"<br />– Find all the other *known* bugs planned for 5.0 launch</p>\n<p>:(<a href="https://t.co/EiXR8tgHnz">https://t.co/EiXR8tgHnz</a></p>\n<p>— Bill Erickson (@BillErickson) <a href="https://twitter.com/BillErickson/status/1064619368045252608?ref_src=twsrc%5Etfw">November 19, 2018</a></p></blockquote>\n<p></p>\n<p>Contributors said they don’t understand the rush to get 5.0. Several noted that Gutenberg seems to be measured by a different rod of success than previous releases where headline features were held to a different standard in regards to shipping known bugs. </p>\n<p>“We’re fast approaching a million (Jetpack tracked) posts made through the editor, with the non-tracked number probably a multiple of that,” Mullenweg said in response to contributors’ concerns. “There’s been an explosion of plugins building on top of Gutenberg and some things like the work ACF and Block Lab have done that seem really transformational for WordPress. For those whom the editor is not a good fit they can opt in at any point, including post-5.0, to Classic and continue using WP exactly as they had before until at least 2022 and likely beyond.” </p>\n<p>Mullenweg identified a few questions he sees as “good measures of success for Gutenberg:”</p>\n<ul>\n<li>Are people, when given the choice, choosing to use it over the old editor?</li>\n<li>Can they create things they weren’t able to create before?</li>\n<li>Are new-to-WP users more successful (active, happy with what they create) than pre-Gutenberg?</li>\n<li>Are interesting things being built on top of it?</li>\n</ul>\n<p>Interesting plugins are being built on top of Gutenberg but they are breaking with every release of the plugin. Gutenberg 4.5 was released yesterday, matching the first 5.0 RC feature set. It includes a large number of changes and bug fixes that have gone relatively untested by the community at large. Most notably, 4.5 introduced a regression that caused a <a href="https://github.com/WordPress/gutenberg/issues/12148" rel="noopener noreferrer" target="_blank">white screen of death when trying to load custom post types</a> in the classic editor, forcing a 4.5.1 release earlier in the day. Every release introduces changes that cause plugins to break, requiring immediate updates from plugin developers.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">Our new <a href="https://twitter.com/hashtag/gutenberg?src=hash&ref_src=twsrc%5Etfw">#gutenberg</a> development cycle<br />1) New version of GB is released<br />2) We cross our fingers<br />3) Find out GB breaks stuff<br />4) Fix GB issues<br />5) Issue release<br />6) New version of GB released<br />repeat process <img src="https://s.w.org/images/core/emoji/11/72x72/1f613.png" alt="😓" class="wp-smiley" /></p>\n<p>— pootlepress (@pootlepress) <a href="https://twitter.com/pootlepress/status/1065146009964212225?ref_src=twsrc%5Etfw">November 21, 2018</a></p></blockquote>\n<p></p>\n<p>Gutenberg technical lead Matias Ventura posted an <a href="https://make.wordpress.org/core/2018/11/21/5-0-gutenberg-status-update-nov-21/" rel="noopener noreferrer" target="_blank">update</a> today, confirming that WordPress 5.0 will miss the planned November 27 release date but did not offer a secondary date.</p>\n<p>“The date for 5.0 release is under consideration, given it’s not plausible for it to be the on 27th,” Ventura said. </p>\n<h3>WordPress 5.0 Will Ship “When It’s Ready,” Contributors are Focusing on Getting Release Candidate out ASAP</h3>\n<p>When the second set of November dates for release were missed, many assumed WordPress 5.0 would fall back to the secondary dates in January, but that has not yet been confirmed. The previous <a href="https://make.wordpress.org/core/2018/10/03/proposed-wordpress-5-0-scope-and-schedule/" rel="noopener noreferrer" target="_blank">scope and schedule Gary Pendergast outlined</a> said the November dates could slip by up to eight days if necessary and that if additional time was required, they would aim for the January dates:</p>\n<p>Secondary RC 1: January 8, 2019</p>\n<p>Secondary Release: January 22, 2019 </p>\n<p>During the regularly scheduled core developers’ chat today, the discussion regarding WordPress 5.0’s release date became heated, as contributors continued to push for a January release. Pendergast suggested that December might have a viable date, to which Yoast CEO Joost de Valk responded, “I’m going to raise hell if we do December.”</p>\n<p>WordPress plugin developers and agencies are trying to plan for upcoming holidays and want to have staff available when the release lands. Many of those who attended the meeting were hoping to receive confirmation on the release being pushed back to January.</p>\n<p>“Please also consider the plugin shops that are rearranging their priorities to have blocks ready for 5.0, only to have had to fix them several times in the last few weeks,” Kevin Hoffman said. “The success of 5.0 depends just as much on third-party support as it does core.” </p>\n<p>“There’s agreement on that from all sides, that the amount of code churn and missed earlier deadlines means that the 27th is untenable,” Mullenweg said. “RC is still possible soon, but please don’t assume that implies a final release date until we see how that goes and pick one. I hope that it shows that we are willing to change decisions based on new information, it’s not about being ‘right’ or sticking to previous plans blindly.”</p>\n<p>This statement indicates Mullenweg may be considering dates that were not included in the original schedule, as he later said,”If y’all can take the data without freaking out about what it means for the release date, there have been 8 major releases in December, it’s actually been 34% of our last 23 major releases.”</p>\n<p>Several contributors agreed that getting an RC out ASAP would finally force a longer code freeze for Gutenberg’s UI, API, documentation, and features. This would give the community more time to prepare. </p>\n<p>“As part of the development team for almost two years now, I’d love for us to draw the RC line soon for the sake of everyone’s fatigue,” Matias Ventura said. “And think it’s ready to be drawn. I am concerned with letting us do ‘one more little thing’ and pushing the stability line further down, in an almost endless process.” </p>\n<p>Contributors are now wrapping up the last few tickets and the plan is to get the release candidate out tomorrow during the U.S. Thanksgiving holiday. Given WordPress’ global contributor base, releasing on the holiday shouldn’t be an issue. The team is also still investigating the possibility of bundling the Classic Editor plugin with updates for existing WordPress sites.</p>\n<p>“Our focus right now is on a great RC,” Mullenweg said. Throughout Gutenberg’s development Mullenweg has said WordPress 5.0 would ship “when it’s ready.” No release date will be announced until the team has had time to evaluate the release candidate.</p>\n<p>“It is true that the primary thing is whether it’s ready, and it’s not currently ready,” Mullenweg said.</p>\n<p>In 1928, John A. Shedd published a little book called “Salt from My Attic.” It included a saying that U.S. Navy Rear Admiral Grace Hopper said was influential in her life: “A ship in harbor is safe, but that is not what ships are built for.” </p>\n<p>Shipping a major overhaul of WordPress’ editor has brought a fair share of uncertainty and frustration to contributors and the community that depends on the software. After mission-critical issues have been resolved, it seems to become a cycle of fixing and breaking things that could continue indefinitely. Although the holiday timing isn’t ideal, if Gutenberg stalls much longer it’s going to be burning daylight. At some point the ship just needs to push away from the port and see how it sails.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Nov 2018 03:17:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WPTavern: ExpressionEngine Goes Open Source after 16 Years";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85816";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wptavern.com/expressionengine-goes-open-source-after-16-years";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6180:"<p>In a post titled “<a href="https://expressionengine.com/blog/open-source-has-won" rel="noopener noreferrer" target="_blank">Open Source Has Won</a>,” EllisLab founder Rick Ellis explained why ExpressionEngine is <a href="https://expressionengine.com/blog/expressionengine-is-now-free" rel="noopener noreferrer" target="_blank">going open source</a> after 16 years. The content management system is an evolution of the pMachine blogging software first released in early 2002. EllisLab previously required a license fee to use the full version of ExpressionEngine, which is built on object-oriented PHP and uses MySQL for storage.</p>\n<p>“Although open source was a viable licensing model when we launched our first CMS back in 2002, it was not apparent then just how dominant open source would become on the web,” Ellis said. “It wasn’t until Eric Raymond wrote The Cathedral & The Bazaar that open source would even begin to enter the general public’s consciousness. Since then we’ve watched the open source market grow rapidly and continuously.</p>\n<p>“Today, over 90% of the CMS market is open source. In fact, it’s nearly the de-facto license model for all-things web. Stunningly, the market is expected to triple in revenue within the next five to ten years, and it’s estimated that over 70% of businesses worldwide rely on open-source software. To say that the internet is open source would not be an exaggeration. It’s that dominant.”</p>\n<p>Ellis said he had wanted to migrate to an open source license for a long time but had not yet found “the right strategic and financial partner to enable the full vision of what we hope to achieve.” The first part of EllisLab’s business plan is to build a successful services model and then branch out from there.</p>\n<p>Prior to licensing ExpressionEngine under the <a href="https://expressionengine.com/license" rel="noopener noreferrer" target="_blank">Apache License, Version 2.0</a>, EllisLab’s <a href="https://web.archive.org/web/20180627183126/https://expressionengine.com/license" rel="noopener noreferrer" target="_blank">commercial license</a> imposed severe restrictions on what users could do with the software. Users were not permitted to do any of the following:</p>\n<ul>\n<li>Use the Core License (free) for any client or contract work.</li>\n<li>Use the Software as the basis of a hosted blogging service, or to provide hosting services to others.</li>\n<li>Reproduce, distribute, or transfer the Software, or portions thereof, to any third party.</li>\n<li>Modify, tamper with, bypass, or in any way impede license registration routines in the Software.</li>\n<li>Sell, rent, lease, assign, or sublet the Software or portions thereof, including sites in your multi-site license.</li>\n<li>Grant rights to any other person.</li>\n<li>Use the Software in violation of any U.S. or international law or regulation.</li>\n</ul>\n<p>Additional stipulations encouraged users not to share code by keeping their repositories private, and to make sure they were paying for commercial licenses if they were being paid for their work. </p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/11/Screen-Shot-2018-11-20-at-1.35.18-PM.png?ssl=1"><img /></a></p>\n<p>There was simply no way ExpressionEngine could capture any significant amount of market share with this kind of restrictive licensing and its usage has steadily declined over the years. It is currently used by <a href="https://w3techs.com/technologies/details/cm-expressionengine/all/all" rel="noopener noreferrer" target="_blank">0.3% of all the websites</a> whose content management system w3techs can detect. By this or any other measure of market share, ExpressionEngine stands as a sobering monument to the importance of giving a project a license that empowers its community to continue adding wood to the fire.</p>\n<p>“The community is mostly gone at this point and I don’t even think its related to them charging for the software but they just stopped responding people and helping them in their forums,” reddit user @netzvolk <a href="https://www.reddit.com/r/PHP/comments/9ylq4i/expressionengine_is_now_open_source/ea2g130/" rel="noopener noreferrer" target="_blank">commented</a> on the news.</p>\n<p>“I have paid EE multiple times in the past but considered NOT paying anymore because third party developers are gone, the community members are gone, the tutorials and books are gone….EE 2 was the best version so far. Moving to yearly releases also caused more harm than good in terms of building a stable ecosystem around the product.”</p>\n<p>ExpressionEngine’s new open source licensing is a major win for its remaining users. How much further down the road would the software be if the decision was made years ago? There’s no way to know, but moving forward users will have more input and influence over the future of the software. </p>\n<p>“I suspect open sourcing EE is an approach to get that community and developers back,” @netzvolk <a href="https://www.reddit.com/r/PHP/comments/9ylq4i/expressionengine_is_now_open_source/ea2n7ce/" rel="noopener noreferrer" target="_blank">said</a>. “EllisLab can still make money with consulting, support and add-ons.</p>\n<p>“But all those suffer if nobody is using the product anymore. This is more about expanding reach to stay afloat than anything else because some of their past bad decisions are what created alternatives like <a href="https://craftcms.com/" rel="noopener noreferrer" target="_blank">Craft</a>. EllisLab turned an amazing product into a forgotten one in just a few years. I hope this means some change, and maybe, maybe one day the old developers and hard core EE community members come back.”</p>\n<p>Users can only speculate on why EllisLab is making this move after 16 years of keeping its software locked down under restrictive licensing, but Ellis makes it clear in his post that the market decided long ago.</p>\n<p>“Open source has won,” Ellis said. “It’s not even a contest anymore.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 20 Nov 2018 21:21:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:71:"WPTavern: Figma Partners with WordPress to Improve Design Collaboration";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85769";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"https://wptavern.com/figma-partners-with-wordpress-to-improve-design-collaboration";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3679:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/11/Screen-Shot-2018-11-19-at-8.43.27-PM.png?ssl=1"><img /></a></p>\n<p><a href="https://www.figma.com/" rel="noopener noreferrer" target="_blank">Figma</a>, an online collaborative interface design tool, has donated an organizational membership to the WordPress project. The browser-based application helps designers and developers collaborate more efficiently and is used by organizations like Microsoft, Slack, and Uber. It provides design tools, prototyping, previews, and real-time feedback, all in the same place, and is often described as the “Google Docs for designing apps.”</p>\n<p>Figma aims to match the way designers work today in collaborative roles, with features like shared component libraries, versioning, live device preview, and Sketch import. It was created to offer “one single source of truth for design files.”</p>\n<p>“Where we may have used multiple tools in order to support all the parts of the design process, Figma incorporates many of the core features of other tools all in one product for a more efficient and powerful workflow,” Alexis Lloyd, Head of Design Innovation at Automattic, said in the <a href="https://make.wordpress.org/design/2018/11/19/figma-for-wordpress/" rel="noopener noreferrer" target="_blank">announcement</a> on the make.wordpress design blog. “I’m excited about the possibilities for how Figma can make the WordPress design process more collaborative, robust, and efficient.”</p>\n<p>Figma launched in 2016 but has quickly gained popularity due to its seamless developer handoff exports and cross-platform compatibility. Many teams inside the WordPress community are already big fans of using Figma. 10up has been using the tool as part of the company’s design process. The <a href="https://10up.com/blog/2018/wordpress-wireframes-sketch/" rel="noopener noreferrer" target="_blank">SketchPress</a> library that 10up created, a collection of WordPress admin interfaces, symbols, and icons, is in the process of being converted into a shared team library for Figma so that WordPress contributors can take advantage of it.</p>\n<blockquote class="twitter-tweet">\n<p lang="en" dir="ltr">We''ve been using Figma at <a href="https://twitter.com/10up?ref_src=twsrc%5Etfw">@10up</a> to improve collaboration across our team & clients. Excited to see <a href="https://twitter.com/figmadesign?ref_src=twsrc%5Etfw">@figmadesign</a> partnering w/ <a href="https://twitter.com/WordPress?ref_src=twsrc%5Etfw">@WordPress</a> to make design more collaborative. Big thanks to <a href="https://twitter.com/apollo_ux?ref_src=twsrc%5Etfw">@apollo_ux</a> for adapting <a href="https://twitter.com/hashtag/SketchPress?src=hash&ref_src=twsrc%5Etfw">#SketchPress</a> to Figma as well! <a href="https://t.co/Lq2Poqexjj">https://t.co/Lq2Poqexjj</a></p>\n<p>— Chris Wallace (@chriswallace) <a href="https://twitter.com/chriswallace/status/1064618129370873858?ref_src=twsrc%5Etfw">November 19, 2018</a></p></blockquote>\n<p></p>\n<p>If you have held back on getting involved in designing for the WordPress project because of archaic collaboration tools, working with Figma may improve your contribution experience. Designers can get access to the WordPress.org Figma team by signing in with a WordPress.org Slack account using the <a href="https://www.figma.com/slack/642003996626140596/invite" rel="noopener noreferrer" target="_blank">invitation link</a>. New users can upgrade their default “view” capabilities and get access to edit files by requesting permission in WordPress’ #design Slack channel. </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 20 Nov 2018 02:53:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:78:"WPTavern: New Block Lab Plugin Makes it Easy to Create Custom Gutenberg Blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85659";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"https://wptavern.com/new-block-lab-plugin-makes-it-easy-to-create-custom-gutenberg-blocks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5435:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/11/Screen-Shot-2018-11-19-at-10.25.08-AM.png?ssl=1"><img /></a></p>\n<p><a href="https://getblocklab.com/" rel="noopener noreferrer" target="_blank">Block Lab</a> is a new tool that provides an admin interface and a templating system for creating custom Gutenberg blocks. Rob Stinson, Luke Carbis, and Rheinard Korf, all employees at <a href="https://xwp.co/" rel="noopener noreferrer" target="_blank">XWP</a>, kicked off the project in their own time with the goal of removing the relatively steep barrier to block creation. The plugin is <a href="https://wordpress.org/plugins/block-lab/" rel="noopener noreferrer" target="_blank">now available on WordPress.org</a> and Stinson said their target audience is WordPress developers ranging from junior to experienced.</p>\n<p>The Block Lab admin screen lets users select an icon for the custom block, enter keywords, and choose from a variety of input fields. </p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2018/11/block-lab-admin.png?ssl=1"><img /></a></p>\n<p>Rendering the custom blocks in the editor and on the frontend requires simple PHP functions that most WordPress developers are probably already familiar with. Here’s an example for a testimonial block from the <a href="https://github.com/getblocklab/block-lab/wiki/Displaying-custom-blocks" rel="noopener noreferrer" target="_blank">plugin’s documentation</a>:</p>\n<pre class="brush: php; light: true; title: ; notranslate">\n<img src="<?php block_field( ''profile-picture'' ); ?>" alt="<?php block_field( ''author-name'' ); ?>" />\n<h3><?php block_field( ''author-name'' ); ?></h3>\n<p><?php block_field( ''testimonial'' ); ?></p>\n</pre>\n<p>The plugin makes it possible to build custom blocks in a matter of minutes, as demonstrated in the video below.</p>\n<p></p>\n<h3>Block Lab Puts Block Creation Inside the WordPress Admin</h3>\n<p>Block Lab differs from existing block creation tools in that it aims to provide a Gutenberg-first solution directly inside the WordPress admin. With the exception of the template creation, developers are not required to write any code when using it to create blocks.</p>\n<p>“Ahmad’s <a href="https://github.com/ahmadawais/create-guten-block" rel="noopener noreferrer" target="_blank">create-gluten-block</a> is an excellent solution, but is more focused on streamlining block creation from the ground floor,” Stinson said. “As I understand, it’s a development framework. Block Lab is about letting the developer kick off from the 10th floor and does this by offering a super simple WP Admin and traditional templating experience.”</p>\n<p>Stinson said <a href="https://wptavern.com/acf-5-8-beta-1-introduces-blocks-feature-release-slated-for-november" rel="noopener noreferrer" target="_blank">ACF’s solution</a> was one of the inspirations for his team but that Block Lab tackles block creation from a different angle. </p>\n<p>“ACF is amazing as well – easily one of our all time favorite plugins and one that has inspired us,” Stinson said. “Block Lab is a Gutenberg-first solution. Where ACF is a meta data first solution. They both arrive at similar destinations but get there by very different means, both technically and as far as UX goes.”</p>\n<p>Developers and users who adopt Block Labs should be aware that if the plugin is deactivated, the custom blocks they created will also be deactivated. They are stored in the database and the templates are stored in the theme or child theme. Switching themes means users will lose the blocks as well.</p>\n<p>“Adding templates to a stand-alone plugin is the most effective way around this,” Stinson said. “Either way though, the templating is simple enough that copying template folders/files from one theme to another is pretty easy. I did this exact thing yesterday in about 5 minutes.”</p>\n<p>Data portability isn’t a guarantee for users right now, but Stinson said his team has some ideas about how they can reduce barriers even further to include an in-admin templating experience. </p>\n<p>Block Lab’s creators have plans to offer commercial extensions eventually, but at this stage they are focusing on solving the problem for users in the free plugin.</p>\n<p>“Once we better understand what folks are needing, we’ll find a way of gracefully offering premium stuff,” Stinson said. </p>\n<p>There are still many unknowns about how the larger community of WordPress users will react to the upcoming 5.0 release, but Stinson is convinced that Gutenberg will have a positive impact on the plugin ecosystem and users’ experiences with extensions.</p>\n<p>“Gutenberg is going to, ultimately, change things for the better in the plugin ecosystem,” he said. “There is no doubt it’s going to be bumpy for the first little while, but the net effect is that WordPress will have a better editing experience in general and one that gives plugin developers a stronger baseline for extending the editing experience. Even as we explore what we can do with Block Lab we’re discovering really cool things that we would never have thought of unless we just started using it. I think this will be the larger experience by most people in the WordPress community.”</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 19 Nov 2018 21:41:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:94:"WPTavern: Gutenberg is Coming to WordPress’ Mobile Apps, Beta Version Expected February 2019";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85696";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"https://wptavern.com/gutenberg-is-coming-to-wordpress-mobile-apps-beta-version-expected-february-2019";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3582:"<p>The team working on integrating Gutenberg into WordPress’ mobile apps is making progress, but users will not have access to the new editor in the apps until early 2019. Jorge Bernal, a mobile engineer at Automattic, <a href="https://make.wordpress.org/mobile/2018/11/15/gutenberg-in-the-apps-what-to-expect/" rel="noopener noreferrer" target="_blank">posted an update</a> yesterday, highlighting current capabilities:</p>\n<blockquote><p>Gutenberg Mobile [is] working inside the apps and the first post published with it, the writing flow has improved so it’s starting to feel more like an editor and less like a collection of isolated blocks, we have a working toolbar in place, you can now select images from your media library.</p></blockquote>\n<p>If you are using one of the mobile apps and you attempt to edit a post that was created with Gutenberg, you will see a warning like the one below:</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2018/11/Screenshot_20181116-170549.png?ssl=1"><img /></a></p>\n<p>This doesn’t mean users cannot edit content in the mobile apps, but there will be inconsistencies while Gutenberg support is still in progress. </p>\n<p>I created some posts with Gutenberg and then went to edit them in the Android app. During my tests of switching back to the Gutenberg editor after saving some changes in the mobile app, I found that Gutenberg included the content but not the formatting options I had selected in the app. I received a warning about unexpected or invalid content. </p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2018/11/Screen-Shot-2018-11-16-at-5.08.13-PM.png?ssl=1"><img /></a></p>\n<p>The mobile apps team expects to ship an <a href="https://github.com/wordpress-mobile/gutenberg-mobile/milestone/4" rel="noopener noreferrer" target="_blank">alpha release</a> to testers at the end of 2018, with basic capabilities like adding a heading, paragraph, and images from the media library:</p>\n<blockquote><p>We will have an alpha release at the end of the year that will showcase the editing flow with some selected basic blocks. We will have a basic integration with the apps, enough to be able to experience Gutenberg (via secret opt-in or special builds), but won’t be showing this to users. Being able to use early versions of Gutenberg directly in the apps will make it easier to gather feedback and do user testing.</p></blockquote>\n<p>A beta with support for the most common types of content is tentatively planned for February 2019. The team is aiming to make writing a post using Gutenberg Mobile as pleasant as it currently is with Aztec.</p>\n<p>“As Gutenberg rolls out to users on the web, we might see a good amount of users hitting problems trying to edit Gutenberg posts on Aztec,” Bernal said. “We have done (and keep doing) a lot of work to try to make that as good as possible, but there are limits to how compatible we can make the existing editor. We want to reduce the gap between Gutenberg launching and having a version in the apps, so we’re adjusting scope a bit to ship in February.”</p>\n<p>It will be interesting to see how Gutenberg support is presented in the apps. I imagine it will be challenging to improve upon the mobile apps’ current editing experience, which is already fairly intuitive and streamlined. </p>\n<p>Users can follow along with the process and give feedback on the <a href="https://github.com/wordpress-mobile/gutenberg-mobile" rel="noopener noreferrer" target="_blank">Gutenberg Mobile</a> GitHub repo.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Nov 2018 23:52:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"WPTavern: How WordPress Has Changed People’s Lives";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85710";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wptavern.com/how-wordpress-has-changed-peoples-lives";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4877:"<p>It’s Friday and we could probably all use a little more positivity in our lives, especially on social media. Morten Rand-Hendriksen recently <a href="https://twitter.com/mor10/status/1062839649498845186">asked his followers</a> on Twitter how WordPress has changed their lives. Here are a couple of the responses that stood out to me.</p>\n\n\n\n<blockquote class="wp-block-quote"><p>As a beginner web designer, who was struggling to find a job/work, WordPress opened the door to web development and enabled me to offer clients control over their websites. That was nearly 10 years ago and I’ve been building with WP ever since. </p><cite><a href="https://twitter.com/keithdevon/status/1062978809090228225">Keith Devon</a><br /></cite></blockquote>\n\n\n\n<blockquote class="wp-block-quote"><p>I graduated in 2008 right into the thick of the recession. No jobs, nothing – the only way I could put food on the table and pay rent was to build WordPress sites for people. This led to my entire career in UX design, and my life would be very very different without WordPress.</p><cite><a href="https://twitter.com/scotsullivan/status/1063158394809393152">Scott Sullivan</a><br /></cite></blockquote>\n\n\n\n<blockquote class="wp-block-quote"><p>Here’s one you won’t expect. I was in an agency job I hated. I had an interview with Automattic and failed. Devastated, it forced me to look at what I really wanted. I now have my own consultancy.</p><cite><a href="https://twitter.com/mrwiblog/status/1062976260182368257">Chris Taylor</a><br /></cite></blockquote>\n\n\n\n<blockquote class="wp-block-quote"><p>I’d been working in the social field for more than 30 years. In 2015 I had to change and decided to work in the digital world. I casually met the Turin Meetup community and joined them. Then I started to contribute to the Polyglots team. Now, I’m one of the Italian GTE</p><cite><a href="https://twitter.com/lausacco/status/1063076968051232768">Laurasacco</a></cite></blockquote>\n\n\n\n<blockquote class="wp-block-quote"><p>I’d been working for a hosting company and noticed how many of our users were enjoying it. Decided to go to WordCamp in 2008. The software was great, but the community was what really drew me in. I’ve been using WordPress in my career ever since then.</p><cite><a href="https://twitter.com/supernovia/status/1062926352511160320">Ms. Velda</a><br /></cite></blockquote>\n\n\n\n<blockquote class="wp-block-quote"><p>Made a WP website for a friend, then another, then someone who paid me… Today is 6 years and 120 clients later.<br /></p><cite><a href="https://twitter.com/Sara11D/status/1063032808669614080">Sara Dunn</a><br /></cite></blockquote>\n\n\n\n<blockquote class="wp-block-quote"><p>#<strong>WCSEA</strong> and specifically <a href="https://twitter.com/adspedia">@<strong>adspedia</strong></a> reminded me that WordPress is about the inspiring people I meet at so many occasions. Beautiful minds & souls who inspired me to build a new and better life 2 years ago. It’s way more than software and individual ego.</p><cite><a href="https://twitter.com/CaroleOlinger/status/1062991590199832576">Carole Olinger</a><br /></cite></blockquote>\n\n\n\n<blockquote class="wp-block-quote"><p>I started by own consultancy doing WordPress for nonprofits straight out of college. Somehow, I’m still here and still loving it almost a decade later. Meetups and WordCamps (<a href="https://twitter.com/hashtag/wcsea?src=hash">#<strong>wcsea</strong></a>!) were so crucial to my learning, developing as a speaker, and networking.</p><cite><a href="https://twitter.com/MRWweb/status/1062858131988828160">Mark Root-Wiley</a><br /></cite></blockquote>\n\n\n\n<blockquote class="wp-block-quote"><p>I started working with <a href="https://twitter.com/hashtag/WordPress?src=hash">#<strong>WordPress</strong></a> in 2012 after my business was sold out from under me by a ‘partner’. I ended up losing everything. Developing WordPress sites contributed to getting my Family out of debt, back on our feet. <a href="https://twitter.com/mor10">@<strong>Mor10</strong></a> you’ve been an inspiration along the way…</p><cite><a href="https://twitter.com/d8m18n/status/1063203958485803009">Damian Saunders</a><br /></cite></blockquote>\n\n\n\n<p>There’s always a lot happening in the WordPress ecosystem and every once in awhile, it’s nice to step back to see how this software, which is used by millions of people across the world, is impacting lives.<br /></p>\n\n\n\n<p>I highly encourage you to read <a href="https://twitter.com/mor10/status/1062839649498845186">the thread</a> in its entirety. If you’d like to read similar, more in-depth content, check out <a href="https://heropress.com/">HeroPress</a>. HeroPress publishes inspirational essays from members of the community once a month. <br /></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Nov 2018 22:25:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WPTavern: WordPress 5.0 Beta 5 Adds Permalink Editing to the Document Sidebar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85671";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"https://wptavern.com/wordpress-5-0-beta-5-released-adds-permalink-editing-to-the-document-sidebar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2257:"<div class="wp-block-image"><img />Permalink Panel</div>\n\n\n\n\nWordPress 5.0 Beta 5 <a href="https://wordpress.org/news/2018/11/wordpress-5-0-beta-5/">is available</a> for testing and includes all of the block editor changes that are in <a href="https://make.wordpress.org/core/2018/11/15/whats-new-in-gutenberg-15th-november-2/">Gutenberg 4.4</a>. One of the major changes in this release is the addition of a Permalink panel that is in the Document sidebar. \n\n\n\nThe <a href="https://github.com/WordPress/gutenberg/pull/11874">panel was added</a> based on user feedback that the UI for editing the permalink is difficult to discover and buggy. This method of editing the permalink does not replace the existing method of clicking the title block. \n\n\n\nIn beta 5, developers can now <a href="https://github.com/WordPress/gutenberg/pull/11802">remove panels</a> from the document sidebar. However, if you want to add panels to the sidebar, there is <a href="https://github.com/WordPress/gutenberg/pull/11802#issuecomment-439370494">currently no way</a> to do it.\n\n\n\nHandling images has <a href="https://github.com/WordPress/gutenberg/pull/11846">been improved</a> in beta 5 as images now take up the right amount of space in themes with wider editors. <a href="https://github.com/WordPress/gutenberg/pull/10333">Hover styles</a> for mobile devices are disabled and the i18n module <a href="https://github.com/WordPress/gutenberg/pull/11493">was refactored</a> to take advantage of performance improvements. \n\n\n\nIf WordPress 5.0 is released before the end of the year, it will include <a href="https://make.wordpress.org/core/2018/10/15/wordpress-and-php-7-3/">PHP 7.3 compatibility fixes</a>. If 5.0 is delayed until next year, these compatibility fixes <a href="https://wptavern.com/wordpress-4-9-9-release-may-shift-focus-to-php-7-3-compatibility-gutenberg-merge-proposal-timeline-tbd">will be released</a> in a minor WordPress update before the end of this year.\n\n\n\nWordPress 5.0 RC 1 is scheduled to be released on Monday, November 19th, with 5.0 final scheduled to be released November 27th. If you think you’ve discovered a bug, please report it in the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta support forums</a>. <br />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Nov 2018 20:51:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:95:"WPTavern: WordPress Accessibility Team to Host Hackathon with Deque Systems at WordCamp US 2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"https://wptavern.com/wordpress-accessibility-team-to-host-hackathon-with-deque-systems-at-wordcamp-us-2018";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4651:"<p>WordPress’ Accessibility team will be <a href="https://make.wordpress.org/accessibility/2018/11/15/hackathon-automated-accessibility-testing-with-deque-on-the-wcus-contributor-day/" rel="noopener noreferrer" target="_blank">hosting a hackathon at Contributor Day</a> on Sunday, December 9, at WordCamp US in Nashville. The team will be joined by lead developers from <a href="https://www.deque.com/" rel="noopener noreferrer" target="_blank">Deque Systems</a>, a widely respected accessibility firm in the industry, with the goal of setting up automated accessibility testing for WordPress core.</p>\n<p>The event has been in planning since JSconf EU 2018 in June when <a href="https://twitter.com/miss_jwo" rel="noopener noreferrer" target="_blank">Jenny Wong</a> met with <a href="https://twitter.com/caitlinthefirst" rel="noopener noreferrer" target="_blank">Caitlin Cashin</a> from Deque. They discussed how Deque could help WordPress with their accessibility expertise at WordCamp US. Rian Rietveld worked with Aaron Campbell, who is organizing the WCUS contributor day, to put the hackathon in motion.</p>\n<p>Deque’s site is built on WordPress and the company specializes in helping teams get hooked up with automation tools. The company created <a href="https://www.deque.com/axe/" rel="noopener noreferrer" target="_blank">aXe</a>, an open source library and testing engine that can be customized to integrate with all modern browsers and testing frameworks. Deque <a href="https://wptavern.com/axe-an-open-source-javascript-library-for-automating-accessibility-testing" rel="noopener noreferrer" target="_blank">open sourced aXe in 2015</a> and the team was invited to contribute the library to the <a href="http://www.w3.org/WAI/ER/2015/draft-charter-3" rel="noopener noreferrer" target="_blank">W3C WAI Evaluation and Repair Tools Working Group</a>, when the group worked to develop a normative set of rules for evaluating WCAG 2.0 conformance.</p>\n<p>Deque is volunteering their lead developers to help WordPress make improvements to its development workflow. The company has hosted similar hackathons in the past.</p>\n<p>“By focusing primarily on projects with broad adoption, accessibility fixes have potential to trickle down to every website or web application including that library,” Deque Developer Advocate Marcy Sutton said after the <a href="https://www.deque.com/blog/highlights-takeaways-2nd-annual-axe-hackathon/" rel="noopener noreferrer" target="_blank">2017 aXe hackathon in San Diego</a>. “Ultimately, this kind of work will have the most impact on the lives of people with disabilities, as it contributes to the creation of a more accessible workplace environment. A more accessible web also means a better user experience for everyone, part of the reason why digital accessibility is so important.”</p>\n<p>In order for the hackathon at WordCamp US to be successful, Deque will need to connect to contributors who can collaborate on setting up automated testing.</p>\n<p>“From the WordPress side we would like to invite core developers to join in and help find solutions to set this up,” Accessibility Team rep Jean-Baptiste Audras said. He and contributor Rachel Cherry will be representing the accessibility team during the hackathon and they need help from core committers who know their way around the automated testing system in WordPress core. Audras also said the team will need help from Gutenberg contributors.</p>\n<p>“The tools can/will provide automated tests for the block editor since it’s based on testing the DOM (Document Object Model) of each admin screen generated by WordPress,” he said. “But we have to build it together with the people involved in Gutenberg to see how we can handle it the best way.”</p>\n<p>Audras said the Gutenberg phase 2 release leads have already been in touch with the accessibility team and communication across teams is improving.</p>\n<p>“If we find a technical solution, there should ideally not be technical problems to implement it,” Audras said. “As usual, it will be a question of priority and communication. I am confident that Gutenberg developers will be interested to add some automated checks to the Gutenberg stack.”</p>\n<p>Audras said he doesn’t know when the automated tests for accessibility will be operational but he believes they will be very helpful in the future, especially in cases where new releases are being put out quickly. Anyone interested to contribute to the effort can get in touch on WordPress Slack’s #accessibility channel.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Nov 2018 15:39:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"BuddyPress: BuddyPress 4.0.0 Release Candidate 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=281885";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://buddypress.org/2018/11/buddypress-4-0-0-release-candidate-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1216:"<p>BP 4.0.0 Release Candidate 1 is now available. This package contains the code that we think we’ll ship as BuddyPress 4.0.0 later in November. If you build BuddyPress plugins or themes, you’re encouraged to give the RC a thorough look in a test environment.</p>\n<p>Important changes in 4.0.0 include:</p>\n<ul>\n<li>BuddyPress data exporters (for WP 4.9.6+), including a new ‘Export Data’ Settings subtab, where users can request an export from the front end</li>\n<li>Integration into the WordPress privacy policy system (for WP 4.9.6+)</li>\n<li>Improvements to Nouveau and other BP interfaces on mobile devices</li>\n<li>Bug fixes for emails, Nouveau, BP’s nav tools</li>\n<li>Improved compatibility with WP 4.9.x and 5.0</li>\n</ul>\n<p>See the <a href="https://buddypress.trac.wordpress.org/query?group=status&milestone=4.0">4.0.0 milestone</a> for more info.</p>\n<p>Download the 4.0.0 release candidate from wordpress.org: <a href="https://downloads.wordpress.org/plugin/buddypress.4.0.0-RC1.zip">https://downloads.wordpress.org/plugin/buddypress.4.0.0-RC1.zip</a>. As always, remember that this is pre-release software, and we don’t recommend running it on a production site.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Nov 2018 03:05:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Dev Blog: WordPress 5.0 Beta 5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=6250";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2018/11/wordpress-5-0-beta-5/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4742:"<p>WordPress 5.0 Beta 5 is now available!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.</p>\n\n\n\n<p>There are two ways to test this WordPress 5.0 Beta: try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”), or you can <a href="https://wordpress.org/wordpress-5.0-beta5.zip">download the beta here</a> (zip).</p>\n\n\n\n<p><strong>Reminder: the WordPress 5.0 release date has changed</strong>. It is now scheduled for release on <a href="https://make.wordpress.org/core/5-0/">November 27</a>, and we need your help to get there. Here are some of the big issues that we’ve fixed since Beta 4:</p>\n\n\n\n<h2>Block Editor</h2>\n\n\n\n<p>The block editor has been updated to match the <a href="https://make.wordpress.org/core/2018/11/15/whats-new-in-gutenberg-15th-november-2/">Gutenberg 4.4 release</a>, the major changes include:</p>\n\n\n\n<ul><li> A <a href="https://github.com/WordPress/gutenberg/pull/11874">permalink panel has been added to the document sidebar</a> to make it easier to find.</li><li>Editor document panels can now be <a href="https://github.com/WordPress/gutenberg/pull/11802">programmatically removed</a>.</li><li>The uploading indicator for images and galleries has been replaced with a <a href="https://github.com/WordPress/gutenberg/pull/11876">spinner and faded out image</a>.</li><li>The text and code editing blocks will now <a href="https://github.com/WordPress/gutenberg/pull/11750">use the full width of the editor</a>.</li><li>Image handling has been improved. Images now take up the right amount of space for <a href="https://github.com/WordPress/gutenberg/pull/11846">themes with wider editors</a> (like Twenty Nineteen).<br /></li><li>Hover styles are now <a href="https://github.com/WordPress/gutenberg/pull/10333">correctly disabled for mobile devices</a>.</li><li>The i18n module has been refactored to benefit from <a href="https://github.com/WordPress/gutenberg/pull/11493">significant performance gains</a>.</li></ul>\n\n\n\n<p>Additionally, there have been some pesky bugs fixed:</p>\n\n\n\n<ul><li>Better handling for <a href="https://github.com/WordPress/gutenberg/pull/11590">links without an href</a> attribute, which were showing as <code>undefined</code>.</li><li>Japanese text (double byte characters) are <a href="https://github.com/WordPress/gutenberg/pull/11908">now usable in the list block</a>.</li><li>Better handling for different text encodings (e.g. emoji) within a block <a href="https://github.com/WordPress/gutenberg/pull/11771">in block validation</a>.</li></ul>\n\n\n\n<p>A full list of changes can be found in the <a href="https://make.wordpress.org/core/2018/11/15/whats-new-in-gutenberg-15th-november-2/">Gutenberg 4.4 release post</a>.<br /></p>\n\n\n\n<h2>PHP 7.3 Support</h2>\n\n\n\n<p>The final known PHP 7.3 compatibility issue has been fixed. You can brush up on what you need to know about PHP 7.3 and WordPress by checking out the <a href="https://make.wordpress.org/core/2018/10/15/wordpress-and-php-7-3/">developer note on the Make WordPress Core blog</a>.<br /></p>\n\n\n\n<h2>Twenty Nineteen</h2>\n\n\n\n<p>Work on making Twenty Nineteen ready for prime time continues on its <a href="https://github.com/WordPress/twentynineteen">GitHub repository</a>. This update includes <a href="https://core.trac.wordpress.org/changeset/43904">a host of tweaks and bug fixes</a>, including:</p>\n\n\n\n<ul><li>Add <code>.button</code> class support.</li><li>Fix editor font-weights for headings.</li><li>Improve support for sticky toolbars in the editor.</li><li>Improve text-selection custom colors for better contrast and legibility.</li><li>Fix editor to prevent Gutenberg’s meta boxes area from overlapping the content.</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a> </p>\n\n\n\n<p><strong><em>If you think you’ve found a bug</em></strong><em>, you can post to the </em><a href="https://wordpress.org/support/forum/alphabeta"><em>Alpha/Beta area</em></a><em> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, </em><a href="https://make.wordpress.org/core/reports/"><em>file one on WordPress Trac</em></a><em>, where you can also find </em><a href="https://core.trac.wordpress.org/tickets/major"><em>a list of known bugs</em></a><em>.</em></p>\n\n\n\n<hr class="wp-block-separator" />\n\n\n\n<p></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Nov 2018 01:09:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:19:"Jonathan Desrosiers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:135:"WPTavern: Full Gutenberg Compatibility Coming Soon to Automattic’s Free Themes on WordPress.org, Including Storefront for WooCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=85613";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:142:"https://wptavern.com/full-gutenberg-compatibility-coming-soon-to-automattics-free-themes-on-wordpress-org-including-storefront-for-woocommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3720:"<p>If your site is hosted on <a href="http://WordPress.com" rel="noopener noreferrer" target="_blank">WordPress.com</a> and you are trying out the new Gutenberg editor, there are currently <a href="https://github.com/Automattic/themes" rel="noopener noreferrer" target="_blank">24 themes with full Gutenberg support</a> available and more on the way. In response to questions about how to find Gutenberg themes on WordPress.com, <a href="https://themeshaper.com/" rel="noopener noreferrer" target="_blank">Automattic’s Theme Team</a> has <a href="https://twitter.com/MRWweb/status/1062491404373356544" rel="noopener noreferrer" target="_blank">given an update</a> about the status of the .com themes, as well as the company’s free themes on WordPress.org.</p>\n<p>There is currently no way to search for Gutenberg-ready themes on WordPress.com themes because there is no filter set up for this. However, the team said users should not any experience any issues with themes breaking with the new editor:</p>\n<blockquote><p>All existing themes should still work with Gutenberg. At worst styles in the editor might not exactly match styles on the site itself, and styling for individual blocks might cause conflicts if the theme treats that type of content in a specific way. But that is true of all WordPress themes, not just the ones on WordPress.com.</p></blockquote>\n<p>Users can activate any theme they want with Gutenberg. The new editor is not going to break any themes, but a theme does need to <a href="https://wordpress.org/gutenberg/handbook/extensibility/theme-support/" rel="noopener noreferrer" target="_blank">add support</a> for users to take advantage of specific features like wide alignments and block color palettes. Gutenberg-ready themes also include editor styles to ensure a consistent editing experience between frontend and backend.</p>\n<p>Automattic is also working to bring some of those updates from its current set of Gutenberg-ready themes to its free themes hosted on WordPress.org. The company has <a href="https://wordpress.org/themes/author/automattic/" rel="noopener noreferrer" target="_blank">109 themes</a> in the directory, which have cumulatively been downloaded more than <a href="http://wptally.com/?wpusername=automattic" rel="noopener noreferrer" target="_blank">17 million times</a>. The majority of its more popular themes fall into the business category, such as <a href="https://wordpress.org/themes/dara/" rel="noopener noreferrer" target="_blank">Dara</a> (10K active installs), <a href="https://wordpress.org/themes/argent/" rel="noopener noreferrer" target="_blank">Argent</a> (10K), <a href="https://wordpress.org/themes/edin/" rel="noopener noreferrer" target="_blank">Edin</a> (6K), and <a href="https://wordpress.org/themes/karuna/" rel="noopener noreferrer" target="_blank">Karuna (5K)</a>. Several of these themes are already Gutenberg-ready with the code <a href="https://github.com/Automattic/themes" rel="noopener noreferrer" target="_blank">available on GitHub</a>.</p>\n<p><a href="https://wordpress.org/themes/storefront/" rel="noopener noreferrer" target="_blank">Storefront</a> is by far Automattic’s most popular free theme on WordPress.org with 200,000+ installs and is well on its way towards being ready to support Gutenberg’s new features. Development towards this goal is <a href="https://github.com/woocommerce/storefront/tree/feature/gutenberg" rel="noopener noreferrer" target="_blank">happening on GitHub</a>. Users can run beta versions of the Storefront theme ahead of time using the <a href="https://github.com/seb86/Storefront-Beta-Tester" rel="noopener noreferrer" target="_blank">Storefront Beta Tester</a> plugin.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Nov 2018 00:27:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 18 Dec 2018 05:25:56 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Tue, 18 Dec 2018 05:15:38 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:9:"HIT ord 1";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130910223210";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(260, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1545153994', 'no'),
(261, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1545110794', 'no'),
(262, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1545153994', 'no'),
(263, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2018/12/wordcamp-us-2019-dates-announced/''>WordCamp US 2019 dates announced</a></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wptavern.com/gutenberg-for-writers-how-to-configure-the-editor-for-fewer-distractions''>WPTavern: Gutenberg for Writers: How to Configure the Editor for Fewer Distractions</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/wordpress-5-0-2-to-bring-major-performance-improvements-scheduled-for-december-19''>WPTavern: WordPress 5.0.2 to Bring Major Performance Improvements, Scheduled for December 19</a></li><li><a class=''rsswidget'' href=''https://wptavern.com/wpweekly-episode-341-recap-of-wordcamp-us-2018''>WPTavern: WPWeekly Episode 341 – Recap of WordCamp US 2018</a></li></ul></div>', 'no'),
(267, '_transient_is_multi_author', '0', 'yes'),
(269, '_transient_timeout_plugin_slugs', '1545203630', 'no'),
(270, '_transient_plugin_slugs', 'a:9:{i:0;s:31:"advanced-access-manager/aam.php";i:1;s:30:"advanced-custom-fields/acf.php";i:2;s:29:"acf-repeater/acf-repeater.php";i:3;s:36:"contact-form-7/wp-contact-form-7.php";i:4;s:21:"newsletter/plugin.php";i:5;s:53:"simple-custom-post-order/simple-custom-post-order.php";i:6;s:27:"theme-check/theme-check.php";i:7;s:37:"tinymce-advanced/tinymce-advanced.php";i:8;s:33:"w3-total-cache/w3-total-cache.php";}', 'no'),
(271, 'widget_aam_backend_login', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(273, 'aam_cache_role_administrator', 'a:1:{s:4:"post";a:11:{i:3;b:0;i:8;b:0;i:6;b:0;i:10;b:0;i:44;b:0;i:47;b:0;i:48;b:0;i:49;b:0;i:12;b:0;i:14;b:0;i:16;b:0;}}', 'yes');
-- --------------------------------------------------------
--
-- Table structure for table `wp_postmeta`
--
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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, '_form', '<div class="form-group">\n <label for="name">Name <span>*</span> :</label>\n [text* text-239 class:form-control]\n</div>\n<div class="form-group">\n <label for="email">Email <span>*</span>:</label>\n [email* email-934 class:form-control]\n</div>\n<div class="form-group">\n <label for="phoneno">Phone No <span>*</span> :</label>\n [text* text-240 class:form-control]\n</div>\n<div class="form-group">\n <label for="pwd">Message <span>*</span> :</label>\n [textarea* textarea-722 x3 class:contact_message]\n</div>\n[submit class:btn class:btn-default class:contact_button "Submit"]'),
(4, 5, '_mail', 'a:9:{s:6:"active";b:1;s:7:"subject";s:33:"PunjabMotorWorkshop "Web Contact"";s:6:"sender";s:57:"inhousePunjabMotorWorkshop <wordpress@inhouse.fitser.com>";s:9:"recipient";s:34:"amit.bhowmick@met-technologies.com";s:4:"body";s:267:"From: [text-239] <[email-934]>\nSubject: Web Contact\n\nMessage Body:\nName : [text-239]\nEmail : [email-934]\nPhone : [text-240]\nMessage : [textarea-722]\n\n-- \nThis e-mail was sent from a contact form on PunjabMotorWorkshop (http://localhost/PunjabMotorWorkshop/php)";s:18:"additional_headers";s:21:"Reply-To: [email-934]";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(5, 5, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:36:"PunjabMotorWorkshop "[your-subject]"";s:6:"sender";s:56:"PunjabMotorWorkshop <amit.bhowmick@met-technologies.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 PunjabMotorWorkshop (http://localhost/PunjabMotorWorkshop/php)";s:18:"additional_headers";s:44:"Reply-To: amit.bhowmick@met-technologies.com";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(6, 5, '_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.";}'),
(7, 5, '_additional_settings', ''),
(8, 5, '_locale', 'en_US'),
(9, 6, '_edit_last', '1'),
(10, 6, '_wp_page_template', 'template-page/home-template.php'),
(11, 6, '_edit_lock', '1545055394:1'),
(12, 8, '_edit_last', '1'),
(13, 8, '_edit_lock', '1545113851:1'),
(14, 8, '_wp_page_template', 'template-page/about-template.php'),
(15, 10, '_edit_last', '1'),
(16, 10, '_wp_page_template', 'template-page/service_temp.php'),
(17, 10, '_edit_lock', '1544785753:1'),
(18, 12, '_edit_last', '1'),
(19, 12, '_wp_page_template', 'default'),
(20, 12, '_edit_lock', '1544785768:1'),
(21, 14, '_edit_last', '1'),
(22, 14, '_wp_page_template', 'default'),
(23, 14, '_edit_lock', '1544785779:1'),
(24, 16, '_edit_last', '1'),
(25, 16, '_wp_page_template', 'template-page/contact-template.php'),
(26, 16, '_edit_lock', '1545048401:1'),
(27, 18, '_wp_attached_file', '2018/12/logo.png'),
(28, 18, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:122;s:6:"height";i:122;s:4:"file";s:16:"2018/12/logo.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(29, 19, '_wp_trash_meta_status', 'publish'),
(30, 19, '_wp_trash_meta_time', '1544786255'),
(31, 20, '_wp_attached_file', '2018/12/cropped-logo.png'),
(32, 20, '_wp_attachment_context', 'site-icon'),
(33, 20, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2018/12/cropped-logo.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"cropped-logo-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:24:"cropped-logo-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-270";a:4:{s:4:"file";s:24:"cropped-logo-270x270.png";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-192";a:4:{s:4:"file";s:24:"cropped-logo-192x192.png";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-180";a:4:{s:4:"file";s:24:"cropped-logo-180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";}s:12:"site_icon-32";a:4:{s:4:"file";s:22:"cropped-logo-32x32.png";s:5:"width";i:32;s:6:"height";i:32;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(34, 21, '_wp_trash_meta_status', 'publish'),
(35, 21, '_wp_trash_meta_time', '1544786492'),
(36, 22, '_menu_item_type', 'post_type'),
(37, 22, '_menu_item_menu_item_parent', '0'),
(38, 22, '_menu_item_object_id', '16'),
(39, 22, '_menu_item_object', 'page'),
(40, 22, '_menu_item_target', ''),
(41, 22, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(42, 22, '_menu_item_xfn', ''),
(43, 22, '_menu_item_url', ''),
(45, 23, '_menu_item_type', 'post_type'),
(46, 23, '_menu_item_menu_item_parent', '0'),
(47, 23, '_menu_item_object_id', '14'),
(48, 23, '_menu_item_object', 'page'),
(49, 23, '_menu_item_target', ''),
(50, 23, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(51, 23, '_menu_item_xfn', ''),
(52, 23, '_menu_item_url', ''),
(54, 24, '_menu_item_type', 'post_type'),
(55, 24, '_menu_item_menu_item_parent', '0'),
(56, 24, '_menu_item_object_id', '12'),
(57, 24, '_menu_item_object', 'page'),
(58, 24, '_menu_item_target', ''),
(59, 24, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(60, 24, '_menu_item_xfn', ''),
(61, 24, '_menu_item_url', ''),
(63, 25, '_menu_item_type', 'post_type'),
(64, 25, '_menu_item_menu_item_parent', '0'),
(65, 25, '_menu_item_object_id', '10'),
(66, 25, '_menu_item_object', 'page'),
(67, 25, '_menu_item_target', ''),
(68, 25, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(69, 25, '_menu_item_xfn', ''),
(70, 25, '_menu_item_url', ''),
(72, 26, '_menu_item_type', 'post_type'),
(73, 26, '_menu_item_menu_item_parent', '0'),
(74, 26, '_menu_item_object_id', '8'),
(75, 26, '_menu_item_object', 'page'),
(76, 26, '_menu_item_target', ''),
(77, 26, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(78, 26, '_menu_item_xfn', ''),
(79, 26, '_menu_item_url', ''),
(81, 27, '_menu_item_type', 'post_type'),
(82, 27, '_menu_item_menu_item_parent', '0'),
(83, 27, '_menu_item_object_id', '6'),
(84, 27, '_menu_item_object', 'page'),
(85, 27, '_menu_item_target', ''),
(86, 27, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(87, 27, '_menu_item_xfn', ''),
(88, 27, '_menu_item_url', ''),
(90, 28, '_edit_last', '1'),
(91, 28, '_wp_page_template', 'default'),
(92, 28, '_edit_lock', '1544786932:1'),
(102, 31, '_menu_item_type', 'post_type'),
(103, 31, '_menu_item_menu_item_parent', '0'),
(104, 31, '_menu_item_object_id', '16'),
(105, 31, '_menu_item_object', 'page'),
(106, 31, '_menu_item_target', ''),
(107, 31, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(108, 31, '_menu_item_xfn', ''),
(109, 31, '_menu_item_url', ''),
(111, 32, '_menu_item_type', 'post_type'),
(112, 32, '_menu_item_menu_item_parent', '0'),
(113, 32, '_menu_item_object_id', '14'),
(114, 32, '_menu_item_object', 'page'),
(115, 32, '_menu_item_target', ''),
(116, 32, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(117, 32, '_menu_item_xfn', ''),
(118, 32, '_menu_item_url', ''),
(120, 33, '_menu_item_type', 'post_type'),
(121, 33, '_menu_item_menu_item_parent', '0'),
(122, 33, '_menu_item_object_id', '12'),
(123, 33, '_menu_item_object', 'page'),
(124, 33, '_menu_item_target', ''),
(125, 33, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(126, 33, '_menu_item_xfn', ''),
(127, 33, '_menu_item_url', ''),
(129, 34, '_menu_item_type', 'post_type'),
(130, 34, '_menu_item_menu_item_parent', '0'),
(131, 34, '_menu_item_object_id', '10'),
(132, 34, '_menu_item_object', 'page'),
(133, 34, '_menu_item_target', ''),
(134, 34, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(135, 34, '_menu_item_xfn', ''),
(136, 34, '_menu_item_url', ''),
(138, 35, '_menu_item_type', 'post_type'),
(139, 35, '_menu_item_menu_item_parent', '0'),
(140, 35, '_menu_item_object_id', '8'),
(141, 35, '_menu_item_object', 'page'),
(142, 35, '_menu_item_target', ''),
(143, 35, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(144, 35, '_menu_item_xfn', ''),
(145, 35, '_menu_item_url', ''),
(147, 36, '_menu_item_type', 'post_type'),
(148, 36, '_menu_item_menu_item_parent', '0'),
(149, 36, '_menu_item_object_id', '6'),
(150, 36, '_menu_item_object', 'page'),
(151, 36, '_menu_item_target', ''),
(152, 36, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(153, 36, '_menu_item_xfn', ''),
(154, 36, '_menu_item_url', ''),
(156, 37, '_edit_last', '1'),
(157, 37, 'field_5c13a98dca35d', 'a:14:{s:3:"key";s:19:"field_5c13a98dca35d";s:5:"label";s:15:"Contact Address";s:4:"name";s:15:"contact_address";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:0;}'),
(158, 37, 'field_5c13ab63ca35e', 'a:14:{s:3:"key";s:19:"field_5c13ab63ca35e";s:5:"label";s:13:"Contact Phone";s:4:"name";s:13:"contact_phone";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:2;}'),
(160, 37, 'position', 'normal'),
(161, 37, 'layout', 'no_box'),
(162, 37, 'hide_on_screen', 'a:1:{i:0;s:11:"the_content";}'),
(163, 37, '_edit_lock', '1545047051:1'),
(164, 37, 'field_5c13ab7a1d8c4', 'a:14:{s:3:"key";s:19:"field_5c13ab7a1d8c4";s:5:"label";s:13:"Contact Email";s:4:"name";s:13:"contact_email";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:3;}'),
(166, 37, 'field_5c13ab9144946', 'a:14:{s:3:"key";s:19:"field_5c13ab9144946";s:5:"label";s:11:"Contact Map";s:4:"name";s:11:"contact_map";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:4;}'),
(167, 37, 'field_5c13aba044947', 'a:14:{s:3:"key";s:19:"field_5c13aba044947";s:5:"label";s:13:"Facebook Link";s:4:"name";s:13:"facebook_link";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:5;}'),
(168, 37, 'field_5c13abbb44948', 'a:14:{s:3:"key";s:19:"field_5c13abbb44948";s:5:"label";s:12:"Twitter Link";s:4:"name";s:12:"twitter_link";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:6;}'),
(169, 37, 'field_5c13abcd44949', 'a:14:{s:3:"key";s:19:"field_5c13abcd44949";s:5:"label";s:12:"Youtube Link";s:4:"name";s:12:"youtube_link";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:7;}'),
(172, 37, 'field_5c13ac1f10d71', 'a:14:{s:3:"key";s:19:"field_5c13ac1f10d71";s:5:"label";s:19:"Service Contact No";s:4:"name";s:19:"service_contact__no";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:1;}'),
(175, 37, 'rule', 'a:5:{s:5:"param";s:4:"page";s:8:"operator";s:2:"==";s:5:"value";s:2:"16";s:8:"order_no";i:0;s:8:"group_no";i:0;}'),
(176, 38, 'contact_address', ''),
(177, 38, '_contact_address', 'field_5c13a98dca35d'),
(178, 38, 'service_contact__no', '+61 3 9540 8998'),
(179, 38, '_service_contact__no', 'field_5c13ac1f10d71'),
(180, 38, 'contact_phone', '+61 3 9540 8998'),
(181, 38, '_contact_phone', 'field_5c13ab63ca35e'),
(182, 38, 'contact_email', ''),
(183, 38, '_contact_email', 'field_5c13ab7a1d8c4'),
(184, 38, 'contact_map', ''),
(185, 38, '_contact_map', 'field_5c13ab9144946'),
(186, 38, 'facebook_link', ''),
(187, 38, '_facebook_link', 'field_5c13aba044947'),
(188, 38, 'twitter_link', ''),
(189, 38, '_twitter_link', 'field_5c13abbb44948'),
(190, 38, 'youtube_link', ''),
(191, 38, '_youtube_link', 'field_5c13abcd44949'),
(192, 16, 'contact_address', '24 Graham Rd, Clayton South VIC 3169, Australia'),
(193, 16, '_contact_address', 'field_5c13a98dca35d'),
(194, 16, 'service_contact__no', '+61 3 9540 8998'),
(195, 16, '_service_contact__no', 'field_5c13ac1f10d71'),
(196, 16, 'contact_phone', '+61 3 9540 8998'),
(197, 16, '_contact_phone', 'field_5c13ab63ca35e'),
(198, 16, 'contact_email', 'lovedeep79@hotmail.com'),
(199, 16, '_contact_email', 'field_5c13ab7a1d8c4'),
(200, 16, 'contact_map', 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d6292.073832492919!2d145.135816!3d-37.952924!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad66b4d1dcc9785%3A0x2275f3aedf40037b!2s24+Graham+Rd%2C+Clayton+South+VIC+3169%2C+Australia!5e0!3m2!1sen!2sin!4v1544793253659'),
(201, 16, '_contact_map', 'field_5c13ab9144946'),
(202, 16, 'facebook_link', '#'),
(203, 16, '_facebook_link', 'field_5c13aba044947'),
(204, 16, 'twitter_link', '#'),
(205, 16, '_twitter_link', 'field_5c13abbb44948'),
(206, 16, 'youtube_link', '#'),
(207, 16, '_youtube_link', 'field_5c13abcd44949'),
(208, 39, 'contact_address', '24 Graham Rd, Clayton South VIC 3169, Australia'),
(209, 39, '_contact_address', 'field_5c13a98dca35d'),
(210, 39, 'service_contact__no', '+61 3 9540 8998'),
(211, 39, '_service_contact__no', 'field_5c13ac1f10d71'),
(212, 39, 'contact_phone', '+61 3 9540 8998'),
(213, 39, '_contact_phone', 'field_5c13ab63ca35e'),
(214, 39, 'contact_email', 'lovedeep79@hotmail.com'),
(215, 39, '_contact_email', 'field_5c13ab7a1d8c4'),
(216, 39, 'contact_map', 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d6292.073832492919!2d145.135816!3d-37.952924!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad66b4d1dcc9785%3A0x2275f3aedf40037b!2s24+Graham+Rd%2C+Clayton+South+VIC+3169%2C+Australia!5e0!3m2!1sen!2sin!4v1544793253659'),
(217, 39, '_contact_map', 'field_5c13ab9144946'),
(218, 39, 'facebook_link', ''),
(219, 39, '_facebook_link', 'field_5c13aba044947'),
(220, 39, 'twitter_link', ''),
(221, 39, '_twitter_link', 'field_5c13abbb44948'),
(222, 39, 'youtube_link', ''),
(223, 39, '_youtube_link', 'field_5c13abcd44949'),
(224, 40, 'contact_address', '24 Graham Rd, Clayton South VIC 3169, Australia'),
(225, 40, '_contact_address', 'field_5c13a98dca35d'),
(226, 40, 'service_contact__no', '+61 3 9540 8998'),
(227, 40, '_service_contact__no', 'field_5c13ac1f10d71'),
(228, 40, 'contact_phone', '+61 3 9540 8998'),
(229, 40, '_contact_phone', 'field_5c13ab63ca35e'),
(230, 40, 'contact_email', 'lovedeep79@hotmail.com'),
(231, 40, '_contact_email', 'field_5c13ab7a1d8c4'),
(232, 40, 'contact_map', 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d6292.073832492919!2d145.135816!3d-37.952924!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad66b4d1dcc9785%3A0x2275f3aedf40037b!2s24+Graham+Rd%2C+Clayton+South+VIC+3169%2C+Australia!5e0!3m2!1sen!2sin!4v1544793253659'),
(233, 40, '_contact_map', 'field_5c13ab9144946'),
(234, 40, 'facebook_link', '#'),
(235, 40, '_facebook_link', 'field_5c13aba044947'),
(236, 40, 'twitter_link', '#'),
(237, 40, '_twitter_link', 'field_5c13abbb44948'),
(238, 40, 'youtube_link', '#'),
(239, 40, '_youtube_link', 'field_5c13abcd44949'),
(240, 41, '_edit_last', '1'),
(241, 41, 'field_5c13af8a097c7', 'a:11:{s:3:"key";s:19:"field_5c13af8a097c7";s:5:"label";s:18:"Inner banner Image";s:4:"name";s:18:"inner_banner_image";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:11:"save_format";s:3:"url";s:12:"preview_size";s:9:"thumbnail";s:7:"library";s:3:"all";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:2:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:0;}'),
(242, 41, 'rule', 'a:5:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:4:"page";s:8:"order_no";i:0;s:8:"group_no";i:0;}'),
(243, 41, 'rule', 'a:5:{s:5:"param";s:4:"page";s:8:"operator";s:2:"!=";s:5:"value";s:1:"6";s:8:"order_no";i:1;s:8:"group_no";i:0;}'),
(244, 41, 'position', 'normal'),
(245, 41, 'layout', 'no_box'),
(246, 41, 'hide_on_screen', ''),
(247, 41, '_edit_lock', '1545040697:1'),
(248, 42, '_edit_last', '1'),
(250, 42, 'position', 'normal'),
(251, 42, 'layout', 'no_box'),
(252, 42, 'hide_on_screen', 'a:1:{i:0;s:11:"the_content";}'),
(253, 42, '_edit_lock', '1545048209:1'),
(254, 42, 'field_5c13b098447a3', 'a:11:{s:3:"key";s:19:"field_5c13b098447a3";s:5:"label";s:18:"Home About Content";s:4:"name";s:18:"home_about_content";s:4:"type";s:7:"wysiwyg";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:7:"toolbar";s:4:"full";s:12:"media_upload";s:3:"yes";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:0;}'),
(255, 42, 'field_5c13b0d6447a4', 'a:11:{s:3:"key";s:19:"field_5c13b0d6447a4";s:5:"label";s:16:"Home About Image";s:4:"name";s:16:"home_about_image";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:11:"save_format";s:3:"url";s:12:"preview_size";s:9:"thumbnail";s:7:"library";s:3:"all";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:1;}'),
(256, 42, 'field_5c13b0f5447a5', 'a:14:{s:3:"key";s:19:"field_5c13b0f5447a5";s:5:"label";s:15:"Home About Link";s:4:"name";s:15:"home_about_link";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:2;}'),
(258, 42, 'field_5c13b14173e3b', 'a:13:{s:3:"key";s:19:"field_5c13b14173e3b";s:5:"label";s:12:"Home Feature";s:4:"name";s:12:"home_feature";s:4:"type";s:8:"repeater";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:10:"sub_fields";a:5:{i:0;a:12:{s:3:"key";s:19:"field_5c13b15273e3c";s:5:"label";s:18:"Home Feature Image";s:4:"name";s:18:"home_feature_image";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:12:"column_width";s:0:"";s:11:"save_format";s:3:"url";s:12:"preview_size";s:9:"thumbnail";s:7:"library";s:3:"all";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:0;}i:1;a:12:{s:3:"key";s:19:"field_5c178f0781fba";s:5:"label";s:24:"Home Feature Image hover";s:4:"name";s:24:"home_feature_image_hover";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:12:"column_width";s:0:"";s:11:"save_format";s:3:"url";s:12:"preview_size";s:9:"thumbnail";s:7:"library";s:3:"all";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:2:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:1;}i:2;a:15:{s:3:"key";s:19:"field_5c13b18173e3d";s:5:"label";s:20:"Home Feature Heading";s:4:"name";s:20:"home_feature_heading";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:12:"column_width";s:0:"";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:2;}i:3;a:15:{s:3:"key";s:19:"field_5c13b1a573e3e";s:5:"label";s:20:"Home Feature Content";s:4:"name";s:20:"home_feature_content";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:12:"column_width";s:0:"";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:3;}i:4;a:15:{s:3:"key";s:19:"field_5c13b1b473e3f";s:5:"label";s:17:"Home Feature Link";s:4:"name";s:17:"home_feature_link";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:12:"column_width";s:0:"";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:4;}}s:7:"row_min";s:1:"3";s:9:"row_limit";s:1:"3";s:6:"layout";s:5:"table";s:12:"button_label";s:16:"Add Home Feature";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:2:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:4;}'),
(262, 42, 'field_5c13b236bce4c', 'a:14:{s:3:"key";s:19:"field_5c13b236bce4c";s:5:"label";s:19:"Home brands Heading";s:4:"name";s:19:"home_brands_heading";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:5;}'),
(264, 42, 'field_5c13b2640bef0', 'a:14:{s:3:"key";s:19:"field_5c13b2640bef0";s:5:"label";s:19:"Home Handel Heading";s:4:"name";s:19:"home_handel_heading";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:6;}'),
(266, 43, 'home_about_content', ''),
(267, 43, '_home_about_content', 'field_5c13b098447a3'),
(268, 43, 'home_about_image', ''),
(269, 43, '_home_about_image', 'field_5c13b0d6447a4'),
(270, 43, 'home_about_link', 'http://localhost/PunjabMotorWorkshop/php/about-us/'),
(271, 43, '_home_about_link', 'field_5c13b0f5447a5'),
(272, 43, 'home_feature_0_home_feature_image', ''),
(273, 43, '_home_feature_0_home_feature_image', 'field_5c13b15273e3c'),
(274, 43, 'home_feature_0_home_feature_heading', 'Best Price'),
(275, 43, '_home_feature_0_home_feature_heading', 'field_5c13b18173e3d'),
(276, 43, 'home_feature_0_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(277, 43, '_home_feature_0_home_feature_content', 'field_5c13b1a573e3e'),
(278, 43, 'home_feature_0_home_feature_link', '#'),
(279, 43, '_home_feature_0_home_feature_link', 'field_5c13b1b473e3f'),
(280, 43, 'home_feature_1_home_feature_image', ''),
(281, 43, '_home_feature_1_home_feature_image', 'field_5c13b15273e3c'),
(282, 43, 'home_feature_1_home_feature_heading', 'quality guaranteed'),
(283, 43, '_home_feature_1_home_feature_heading', 'field_5c13b18173e3d'),
(284, 43, 'home_feature_1_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(285, 43, '_home_feature_1_home_feature_content', 'field_5c13b1a573e3e'),
(286, 43, 'home_feature_1_home_feature_link', '#'),
(287, 43, '_home_feature_1_home_feature_link', 'field_5c13b1b473e3f'),
(288, 43, 'home_feature_2_home_feature_image', ''),
(289, 43, '_home_feature_2_home_feature_image', 'field_5c13b15273e3c'),
(290, 43, 'home_feature_2_home_feature_heading', 'damage replaced'),
(291, 43, '_home_feature_2_home_feature_heading', 'field_5c13b18173e3d'),
(292, 43, 'home_feature_2_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(293, 43, '_home_feature_2_home_feature_content', 'field_5c13b1a573e3e'),
(294, 43, 'home_feature_2_home_feature_link', '#'),
(295, 43, '_home_feature_2_home_feature_link', 'field_5c13b1b473e3f'),
(296, 43, 'home_feature', '3'),
(297, 43, '_home_feature', 'field_5c13b14173e3b'),
(298, 43, 'home_brands_heading', 'brands we service '),
(299, 43, '_home_brands_heading', 'field_5c13b236bce4c'),
(300, 43, 'home_handel_heading', 'We Also Handel'),
(301, 43, '_home_handel_heading', 'field_5c13b2640bef0'),
(302, 6, 'home_about_content', '<p>Welcome to</p>\r\n<h2>Punjab Motor Workshop</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maec enas velit elit, tempus quis nulla id, dapibus viverra enim. Pellentesque sit amet lectus in eros cursus sagittis.</p>'),
(303, 6, '_home_about_content', 'field_5c13b098447a3'),
(304, 6, 'home_about_image', '65'),
(305, 6, '_home_about_image', 'field_5c13b0d6447a4'),
(306, 6, 'home_about_link', 'http://localhost/PunjabMotorWorkshop/php/about-us/'),
(307, 6, '_home_about_link', 'field_5c13b0f5447a5'),
(308, 6, 'home_feature_0_home_feature_image', '71'),
(309, 6, '_home_feature_0_home_feature_image', 'field_5c13b15273e3c'),
(310, 6, 'home_feature_0_home_feature_heading', 'Best Price'),
(311, 6, '_home_feature_0_home_feature_heading', 'field_5c13b18173e3d'),
(312, 6, 'home_feature_0_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(313, 6, '_home_feature_0_home_feature_content', 'field_5c13b1a573e3e'),
(314, 6, 'home_feature_0_home_feature_link', '#'),
(315, 6, '_home_feature_0_home_feature_link', 'field_5c13b1b473e3f'),
(316, 6, 'home_feature_1_home_feature_image', '72'),
(317, 6, '_home_feature_1_home_feature_image', 'field_5c13b15273e3c'),
(318, 6, 'home_feature_1_home_feature_heading', 'quality guaranteed'),
(319, 6, '_home_feature_1_home_feature_heading', 'field_5c13b18173e3d'),
(320, 6, 'home_feature_1_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(321, 6, '_home_feature_1_home_feature_content', 'field_5c13b1a573e3e'),
(322, 6, 'home_feature_1_home_feature_link', '#'),
(323, 6, '_home_feature_1_home_feature_link', 'field_5c13b1b473e3f'),
(324, 6, 'home_feature_2_home_feature_image', '67'),
(325, 6, '_home_feature_2_home_feature_image', 'field_5c13b15273e3c'),
(326, 6, 'home_feature_2_home_feature_heading', 'damage replaced'),
(327, 6, '_home_feature_2_home_feature_heading', 'field_5c13b18173e3d'),
(328, 6, 'home_feature_2_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(329, 6, '_home_feature_2_home_feature_content', 'field_5c13b1a573e3e'),
(330, 6, 'home_feature_2_home_feature_link', '#'),
(331, 6, '_home_feature_2_home_feature_link', 'field_5c13b1b473e3f'),
(332, 6, 'home_feature', '3'),
(333, 6, '_home_feature', 'field_5c13b14173e3b'),
(334, 6, 'home_brands_heading', 'brands we service '),
(335, 6, '_home_brands_heading', 'field_5c13b236bce4c'),
(336, 6, 'home_handel_heading', 'We Also Handel'),
(337, 6, '_home_handel_heading', 'field_5c13b2640bef0'),
(338, 44, '_edit_last', '1'),
(339, 44, '_edit_lock', '1545115827:1'),
(340, 47, '_edit_last', '1'),
(341, 47, '_edit_lock', '1545053078:1'),
(342, 48, '_edit_last', '1'),
(343, 48, '_edit_lock', '1545053090:1'),
(344, 49, '_edit_last', '1'),
(345, 49, '_edit_lock', '1545055394:1'),
(346, 50, '_edit_last', '1'),
(347, 50, 'field_5c175f7421a59', 'a:11:{s:3:"key";s:19:"field_5c175f7421a59";s:5:"label";s:12:"Banner Image";s:4:"name";s:12:"banner_image";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:11:"save_format";s:3:"url";s:12:"preview_size";s:9:"thumbnail";s:7:"library";s:3:"all";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:2:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:0;}'),
(348, 50, 'field_5c175f9121a5a', 'a:14:{s:3:"key";s:19:"field_5c175f9121a5a";s:5:"label";s:11:"Banner Text";s:4:"name";s:11:"banner_text";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:2:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:1;}'),
(349, 50, 'field_5c175fb221a5b', 'a:14:{s:3:"key";s:19:"field_5c175fb221a5b";s:5:"label";s:11:"Banner Link";s:4:"name";s:11:"banner_link";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:2:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:2;}'),
(350, 50, 'field_5c175fc121a5c', 'a:14:{s:3:"key";s:19:"field_5c175fc121a5c";s:5:"label";s:16:"Banner Link Text";s:4:"name";s:16:"banner_link_text";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:2:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:3;}'),
(351, 50, 'rule', 'a:5:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:6:"banner";s:8:"order_no";i:0;s:8:"group_no";i:0;}'),
(352, 50, 'position', 'normal'),
(353, 50, 'layout', 'no_box'),
(354, 50, 'hide_on_screen', ''),
(355, 50, '_edit_lock', '1545040527:1'),
(356, 52, '_edit_last', '1'),
(357, 52, 'banner_image', '53'),
(358, 52, '_banner_image', 'field_5c175f7421a59'),
(359, 52, 'banner_text', 'All your taxi needs under one roof'),
(360, 52, '_banner_text', 'field_5c175f9121a5a'),
(361, 52, 'banner_link', 'http://localhost/PunjabMotorWorkshop/php/contact-us/'),
(362, 52, '_banner_link', 'field_5c175fb221a5b'),
(363, 52, 'banner_link_text', ' Contact Us'),
(364, 52, '_banner_link_text', 'field_5c175fc121a5c'),
(365, 52, '_edit_lock', '1545041024:1'),
(366, 53, '_wp_attached_file', '2018/12/banner1.jpg'),
(367, 53, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:407;s:4:"file";s:19:"2018/12/banner1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"banner1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"banner1-300x89.jpg";s:5:"width";i:300;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"banner1-768x229.jpg";s:5:"width";i:768;s:6:"height";i:229;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"banner1-1024x305.jpg";s:5:"width";i:1024;s:6:"height";i:305;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"banner1-1200x358.jpg";s:5:"width";i:1200;s:6:"height";i:358;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(368, 54, '_wp_attached_file', '2018/12/banner2.jpg'),
(369, 54, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1366;s:6:"height";i:407;s:4:"file";s:19:"2018/12/banner2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"banner2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"banner2-300x89.jpg";s:5:"width";i:300;s:6:"height";i:89;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"banner2-768x229.jpg";s:5:"width";i:768;s:6:"height";i:229;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"banner2-1024x305.jpg";s:5:"width";i:1024;s:6:"height";i:305;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"banner2-1200x358.jpg";s:5:"width";i:1200;s:6:"height";i:358;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(370, 55, '_edit_last', '1'),
(371, 55, '_edit_lock', '1545035959:1'),
(372, 55, 'banner_image', '54'),
(373, 55, '_banner_image', 'field_5c175f7421a59'),
(374, 55, 'banner_text', 'All your taxi needs under one roof'),
(375, 55, '_banner_text', 'field_5c175f9121a5a'),
(376, 55, 'banner_link', 'http://localhost/PunjabMotorWorkshop/php/contact-us/'),
(377, 55, '_banner_link', 'field_5c175fb221a5b'),
(378, 55, 'banner_link_text', 'Contact Us'),
(379, 55, '_banner_link_text', 'field_5c175fc121a5c'),
(380, 56, 'inner_banner_image', ''),
(381, 56, '_inner_banner_image', 'field_5c13af8a097c7'),
(382, 8, 'inner_banner_image', ''),
(383, 8, '_inner_banner_image', 'field_5c13af8a097c7'),
(384, 57, 'inner_banner_image', ''),
(385, 57, '_inner_banner_image', 'field_5c13af8a097c7'),
(393, 58, '_edit_last', '1'),
(394, 58, 'field_5c17855dbdaf4', 'a:11:{s:3:"key";s:19:"field_5c17855dbdaf4";s:5:"label";s:12:"Service Icon";s:4:"name";s:12:"service_icon";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:11:"save_format";s:3:"url";s:12:"preview_size";s:9:"thumbnail";s:7:"library";s:3:"all";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:0;}'),
(396, 58, 'position', 'normal'),
(397, 58, 'layout', 'no_box'),
(398, 58, 'hide_on_screen', ''),
(399, 58, '_edit_lock', '1545046595:1'),
(400, 58, 'rule', 'a:5:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:11:"our-service";s:8:"order_no";i:0;s:8:"group_no";i:0;}'),
(401, 59, '_wp_attached_file', '2018/12/service_icon4.png'),
(402, 59, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:117;s:6:"height";i:90;s:4:"file";s:25:"2018/12/service_icon4.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(403, 60, '_wp_attached_file', '2018/12/service_icon1.png'),
(404, 60, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:117;s:6:"height";i:90;s:4:"file";s:25:"2018/12/service_icon1.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(405, 61, '_wp_attached_file', '2018/12/service_icon2.png'),
(406, 61, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:117;s:6:"height";i:90;s:4:"file";s:25:"2018/12/service_icon2.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(407, 62, '_wp_attached_file', '2018/12/service_icon3.png'),
(408, 62, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:117;s:6:"height";i:90;s:4:"file";s:25:"2018/12/service_icon3.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(409, 44, 'service_icon', '60'),
(410, 44, '_service_icon', 'field_5c17855dbdaf4'),
(411, 47, 'service_icon', '61'),
(412, 47, '_service_icon', 'field_5c17855dbdaf4'),
(413, 48, 'service_icon', '62'),
(414, 48, '_service_icon', 'field_5c17855dbdaf4'),
(415, 49, 'service_icon', '59'),
(416, 49, '_service_icon', 'field_5c17855dbdaf4'),
(417, 63, 'home_about_content', '<span>Welcome to</span>\r\n<h2>Punjab Motor Workshop</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maec enas velit elit, tempus quis nulla id, dapibus viverra enim. Pellentesque sit amet lectus in eros cursus sagittis.</p>'),
(418, 63, '_home_about_content', 'field_5c13b098447a3'),
(419, 63, 'home_about_image', ''),
(420, 63, '_home_about_image', 'field_5c13b0d6447a4'),
(421, 63, 'home_about_link', 'http://localhost/PunjabMotorWorkshop/php/about-us/'),
(422, 63, '_home_about_link', 'field_5c13b0f5447a5'),
(423, 63, 'home_feature_0_home_feature_image', ''),
(424, 63, '_home_feature_0_home_feature_image', 'field_5c13b15273e3c'),
(425, 63, 'home_feature_0_home_feature_heading', 'Best Price'),
(426, 63, '_home_feature_0_home_feature_heading', 'field_5c13b18173e3d'),
(427, 63, 'home_feature_0_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(428, 63, '_home_feature_0_home_feature_content', 'field_5c13b1a573e3e'),
(429, 63, 'home_feature_0_home_feature_link', '#'),
(430, 63, '_home_feature_0_home_feature_link', 'field_5c13b1b473e3f'),
(431, 63, 'home_feature_1_home_feature_image', ''),
(432, 63, '_home_feature_1_home_feature_image', 'field_5c13b15273e3c'),
(433, 63, 'home_feature_1_home_feature_heading', 'quality guaranteed'),
(434, 63, '_home_feature_1_home_feature_heading', 'field_5c13b18173e3d'),
(435, 63, 'home_feature_1_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(436, 63, '_home_feature_1_home_feature_content', 'field_5c13b1a573e3e'),
(437, 63, 'home_feature_1_home_feature_link', '#'),
(438, 63, '_home_feature_1_home_feature_link', 'field_5c13b1b473e3f'),
(439, 63, 'home_feature_2_home_feature_image', ''),
(440, 63, '_home_feature_2_home_feature_image', 'field_5c13b15273e3c'),
(441, 63, 'home_feature_2_home_feature_heading', 'damage replaced'),
(442, 63, '_home_feature_2_home_feature_heading', 'field_5c13b18173e3d'),
(443, 63, 'home_feature_2_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(444, 63, '_home_feature_2_home_feature_content', 'field_5c13b1a573e3e'),
(445, 63, 'home_feature_2_home_feature_link', '#'),
(446, 63, '_home_feature_2_home_feature_link', 'field_5c13b1b473e3f'),
(447, 63, 'home_feature', '3'),
(448, 63, '_home_feature', 'field_5c13b14173e3b'),
(449, 63, 'home_brands_heading', 'brands we service '),
(450, 63, '_home_brands_heading', 'field_5c13b236bce4c'),
(451, 63, 'home_handel_heading', 'We Also Handel'),
(452, 63, '_home_handel_heading', 'field_5c13b2640bef0'),
(454, 42, 'field_5c178b96f20b1', 'a:14:{s:3:"key";s:19:"field_5c178b96f20b1";s:5:"label";s:20:"Home About Link Text";s:4:"name";s:20:"home_about_link_text";s:4:"type";s:4:"text";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:13:"default_value";s:0:"";s:11:"placeholder";s:0:"";s:7:"prepend";s:0:"";s:6:"append";s:0:"";s:10:"formatting";s:4:"html";s:9:"maxlength";s:0:"";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:3:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";s:5:"value";s:0:"";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:3;}'),
(456, 64, 'home_about_content', '<p>Welcome to</p>\r\n<h2>Punjab Motor Workshop</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maec enas velit elit, tempus quis nulla id, dapibus viverra enim. Pellentesque sit amet lectus in eros cursus sagittis.</p>'),
(457, 64, '_home_about_content', 'field_5c13b098447a3'),
(458, 64, 'home_about_image', ''),
(459, 64, '_home_about_image', 'field_5c13b0d6447a4'),
(460, 64, 'home_about_link', 'http://localhost/PunjabMotorWorkshop/php/about-us/'),
(461, 64, '_home_about_link', 'field_5c13b0f5447a5'),
(462, 64, 'home_about_link_text', 'Know More'),
(463, 64, '_home_about_link_text', 'field_5c178b96f20b1'),
(464, 64, 'home_feature_0_home_feature_image', ''),
(465, 64, '_home_feature_0_home_feature_image', 'field_5c13b15273e3c'),
(466, 64, 'home_feature_0_home_feature_heading', 'Best Price'),
(467, 64, '_home_feature_0_home_feature_heading', 'field_5c13b18173e3d'),
(468, 64, 'home_feature_0_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(469, 64, '_home_feature_0_home_feature_content', 'field_5c13b1a573e3e'),
(470, 64, 'home_feature_0_home_feature_link', '#'),
(471, 64, '_home_feature_0_home_feature_link', 'field_5c13b1b473e3f'),
(472, 64, 'home_feature_1_home_feature_image', ''),
(473, 64, '_home_feature_1_home_feature_image', 'field_5c13b15273e3c'),
(474, 64, 'home_feature_1_home_feature_heading', 'quality guaranteed'),
(475, 64, '_home_feature_1_home_feature_heading', 'field_5c13b18173e3d'),
(476, 64, 'home_feature_1_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(477, 64, '_home_feature_1_home_feature_content', 'field_5c13b1a573e3e'),
(478, 64, 'home_feature_1_home_feature_link', '#'),
(479, 64, '_home_feature_1_home_feature_link', 'field_5c13b1b473e3f'),
(480, 64, 'home_feature_2_home_feature_image', ''),
(481, 64, '_home_feature_2_home_feature_image', 'field_5c13b15273e3c'),
(482, 64, 'home_feature_2_home_feature_heading', 'damage replaced'),
(483, 64, '_home_feature_2_home_feature_heading', 'field_5c13b18173e3d'),
(484, 64, 'home_feature_2_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(485, 64, '_home_feature_2_home_feature_content', 'field_5c13b1a573e3e'),
(486, 64, 'home_feature_2_home_feature_link', '#'),
(487, 64, '_home_feature_2_home_feature_link', 'field_5c13b1b473e3f'),
(488, 64, 'home_feature', '3'),
(489, 64, '_home_feature', 'field_5c13b14173e3b'),
(490, 64, 'home_brands_heading', 'brands we service '),
(491, 64, '_home_brands_heading', 'field_5c13b236bce4c'),
(492, 64, 'home_handel_heading', 'We Also Handel'),
(493, 64, '_home_handel_heading', 'field_5c13b2640bef0'),
(494, 6, 'home_about_link_text', 'Know More'),
(495, 6, '_home_about_link_text', 'field_5c178b96f20b1'),
(496, 65, '_wp_attached_file', '2018/12/welcome_img.jpg'),
(497, 65, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:710;s:6:"height";i:475;s:4:"file";s:23:"2018/12/welcome_img.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"welcome_img-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:23:"welcome_img-300x201.jpg";s:5:"width";i:300;s:6:"height";i:201;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(498, 66, 'home_about_content', '<p>Welcome to</p>\r\n<h2>Punjab Motor Workshop</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maec enas velit elit, tempus quis nulla id, dapibus viverra enim. Pellentesque sit amet lectus in eros cursus sagittis.</p>'),
(499, 66, '_home_about_content', 'field_5c13b098447a3'),
(500, 66, 'home_about_image', '65'),
(501, 66, '_home_about_image', 'field_5c13b0d6447a4'),
(502, 66, 'home_about_link', 'http://localhost/PunjabMotorWorkshop/php/about-us/'),
(503, 66, '_home_about_link', 'field_5c13b0f5447a5'),
(504, 66, 'home_about_link_text', 'Know More'),
(505, 66, '_home_about_link_text', 'field_5c178b96f20b1'),
(506, 66, 'home_feature_0_home_feature_image', ''),
(507, 66, '_home_feature_0_home_feature_image', 'field_5c13b15273e3c'),
(508, 66, 'home_feature_0_home_feature_heading', 'Best Price'),
(509, 66, '_home_feature_0_home_feature_heading', 'field_5c13b18173e3d'),
(510, 66, 'home_feature_0_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(511, 66, '_home_feature_0_home_feature_content', 'field_5c13b1a573e3e'),
(512, 66, 'home_feature_0_home_feature_link', '#'),
(513, 66, '_home_feature_0_home_feature_link', 'field_5c13b1b473e3f'),
(514, 66, 'home_feature_1_home_feature_image', ''),
(515, 66, '_home_feature_1_home_feature_image', 'field_5c13b15273e3c'),
(516, 66, 'home_feature_1_home_feature_heading', 'quality guaranteed'),
(517, 66, '_home_feature_1_home_feature_heading', 'field_5c13b18173e3d'),
(518, 66, 'home_feature_1_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(519, 66, '_home_feature_1_home_feature_content', 'field_5c13b1a573e3e'),
(520, 66, 'home_feature_1_home_feature_link', '#'),
(521, 66, '_home_feature_1_home_feature_link', 'field_5c13b1b473e3f'),
(522, 66, 'home_feature_2_home_feature_image', ''),
(523, 66, '_home_feature_2_home_feature_image', 'field_5c13b15273e3c'),
(524, 66, 'home_feature_2_home_feature_heading', 'damage replaced'),
(525, 66, '_home_feature_2_home_feature_heading', 'field_5c13b18173e3d'),
(526, 66, 'home_feature_2_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(527, 66, '_home_feature_2_home_feature_content', 'field_5c13b1a573e3e'),
(528, 66, 'home_feature_2_home_feature_link', '#'),
(529, 66, '_home_feature_2_home_feature_link', 'field_5c13b1b473e3f'),
(530, 66, 'home_feature', '3'),
(531, 66, '_home_feature', 'field_5c13b14173e3b'),
(532, 66, 'home_brands_heading', 'brands we service '),
(533, 66, '_home_brands_heading', 'field_5c13b236bce4c'),
(534, 66, 'home_handel_heading', 'We Also Handel'),
(535, 66, '_home_handel_heading', 'field_5c13b2640bef0'),
(536, 67, '_wp_attached_file', '2018/12/provied_icon_original3.png'),
(537, 67, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:57;s:6:"height";i:57;s:4:"file";s:34:"2018/12/provied_icon_original3.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(538, 68, '_wp_attached_file', '2018/12/provied_icon_hover1.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(539, 68, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:57;s:6:"height";i:57;s:4:"file";s:31:"2018/12/provied_icon_hover1.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(540, 69, '_wp_attached_file', '2018/12/provied_icon_hover2.png'),
(541, 69, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:57;s:6:"height";i:57;s:4:"file";s:31:"2018/12/provied_icon_hover2.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(542, 70, '_wp_attached_file', '2018/12/provied_icon_hover3.png'),
(543, 70, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:57;s:6:"height";i:57;s:4:"file";s:31:"2018/12/provied_icon_hover3.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(544, 71, '_wp_attached_file', '2018/12/provied_icon_original1.png'),
(545, 71, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:57;s:6:"height";i:57;s:4:"file";s:34:"2018/12/provied_icon_original1.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(546, 72, '_wp_attached_file', '2018/12/provied_icon_original2.png'),
(547, 72, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:57;s:6:"height";i:57;s:4:"file";s:34:"2018/12/provied_icon_original2.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(548, 42, 'rule', 'a:5:{s:5:"param";s:4:"page";s:8:"operator";s:2:"==";s:5:"value";s:1:"6";s:8:"order_no";i:0;s:8:"group_no";i:0;}'),
(549, 73, 'home_about_content', '<p>Welcome to</p>\r\n<h2>Punjab Motor Workshop</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maec enas velit elit, tempus quis nulla id, dapibus viverra enim. Pellentesque sit amet lectus in eros cursus sagittis.</p>'),
(550, 73, '_home_about_content', 'field_5c13b098447a3'),
(551, 73, 'home_about_image', '65'),
(552, 73, '_home_about_image', 'field_5c13b0d6447a4'),
(553, 73, 'home_about_link', 'http://localhost/PunjabMotorWorkshop/php/about-us/'),
(554, 73, '_home_about_link', 'field_5c13b0f5447a5'),
(555, 73, 'home_about_link_text', 'Know More'),
(556, 73, '_home_about_link_text', 'field_5c178b96f20b1'),
(557, 73, 'home_feature_0_home_feature_image', '71'),
(558, 73, '_home_feature_0_home_feature_image', 'field_5c13b15273e3c'),
(559, 73, 'home_feature_0_home_feature_image_hover', '68'),
(560, 73, '_home_feature_0_home_feature_image_hover', 'field_5c178f0781fba'),
(561, 73, 'home_feature_0_home_feature_heading', 'Best Price'),
(562, 73, '_home_feature_0_home_feature_heading', 'field_5c13b18173e3d'),
(563, 73, 'home_feature_0_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(564, 73, '_home_feature_0_home_feature_content', 'field_5c13b1a573e3e'),
(565, 73, 'home_feature_0_home_feature_link', '#'),
(566, 73, '_home_feature_0_home_feature_link', 'field_5c13b1b473e3f'),
(567, 73, 'home_feature_1_home_feature_image', '72'),
(568, 73, '_home_feature_1_home_feature_image', 'field_5c13b15273e3c'),
(569, 73, 'home_feature_1_home_feature_image_hover', '69'),
(570, 73, '_home_feature_1_home_feature_image_hover', 'field_5c178f0781fba'),
(571, 73, 'home_feature_1_home_feature_heading', 'quality guaranteed'),
(572, 73, '_home_feature_1_home_feature_heading', 'field_5c13b18173e3d'),
(573, 73, 'home_feature_1_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(574, 73, '_home_feature_1_home_feature_content', 'field_5c13b1a573e3e'),
(575, 73, 'home_feature_1_home_feature_link', '#'),
(576, 73, '_home_feature_1_home_feature_link', 'field_5c13b1b473e3f'),
(577, 73, 'home_feature_2_home_feature_image', '67'),
(578, 73, '_home_feature_2_home_feature_image', 'field_5c13b15273e3c'),
(579, 73, 'home_feature_2_home_feature_image_hover', '70'),
(580, 73, '_home_feature_2_home_feature_image_hover', 'field_5c178f0781fba'),
(581, 73, 'home_feature_2_home_feature_heading', 'damage replaced'),
(582, 73, '_home_feature_2_home_feature_heading', 'field_5c13b18173e3d'),
(583, 73, 'home_feature_2_home_feature_content', 'Sed tempus erat ultrices velit lobortis, eu aliquet arcu rutrum.'),
(584, 73, '_home_feature_2_home_feature_content', 'field_5c13b1a573e3e'),
(585, 73, 'home_feature_2_home_feature_link', '#'),
(586, 73, '_home_feature_2_home_feature_link', 'field_5c13b1b473e3f'),
(587, 73, 'home_feature', '3'),
(588, 73, '_home_feature', 'field_5c13b14173e3b'),
(589, 73, 'home_brands_heading', 'brands we service '),
(590, 73, '_home_brands_heading', 'field_5c13b236bce4c'),
(591, 73, 'home_handel_heading', 'We Also Handel'),
(592, 73, '_home_handel_heading', 'field_5c13b2640bef0'),
(593, 6, 'home_feature_0_home_feature_image_hover', '68'),
(594, 6, '_home_feature_0_home_feature_image_hover', 'field_5c178f0781fba'),
(595, 6, 'home_feature_1_home_feature_image_hover', '69'),
(596, 6, '_home_feature_1_home_feature_image_hover', 'field_5c178f0781fba'),
(597, 6, 'home_feature_2_home_feature_image_hover', '70'),
(598, 6, '_home_feature_2_home_feature_image_hover', 'field_5c178f0781fba'),
(599, 76, '_edit_last', '1'),
(600, 76, 'field_5c17918183562', 'a:11:{s:3:"key";s:19:"field_5c17918183562";s:5:"label";s:12:"Brands Image";s:4:"name";s:12:"brands_image";s:4:"type";s:5:"image";s:12:"instructions";s:0:"";s:8:"required";s:1:"0";s:11:"save_format";s:3:"url";s:12:"preview_size";s:9:"thumbnail";s:7:"library";s:3:"all";s:17:"conditional_logic";a:3:{s:6:"status";s:1:"0";s:5:"rules";a:1:{i:0;a:2:{s:5:"field";s:4:"null";s:8:"operator";s:2:"==";}}s:8:"allorany";s:3:"all";}s:8:"order_no";i:0;}'),
(601, 76, 'rule', 'a:5:{s:5:"param";s:9:"post_type";s:8:"operator";s:2:"==";s:5:"value";s:9:"our-brand";s:8:"order_no";i:0;s:8:"group_no";i:0;}'),
(602, 76, 'position', 'normal'),
(603, 76, 'layout', 'no_box'),
(604, 76, 'hide_on_screen', ''),
(605, 76, '_edit_lock', '1545053295:1'),
(606, 78, '_wp_attached_file', '2018/12/brands_logo8.png'),
(607, 78, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:144;s:6:"height";i:85;s:4:"file";s:24:"2018/12/brands_logo8.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(608, 79, '_wp_attached_file', '2018/12/brands_logo1.png'),
(609, 79, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:144;s:6:"height";i:85;s:4:"file";s:24:"2018/12/brands_logo1.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(610, 80, '_wp_attached_file', '2018/12/brands_logo2.png'),
(611, 80, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:144;s:6:"height";i:85;s:4:"file";s:24:"2018/12/brands_logo2.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(612, 81, '_wp_attached_file', '2018/12/brands_logo3.png'),
(613, 81, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:144;s:6:"height";i:85;s:4:"file";s:24:"2018/12/brands_logo3.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(614, 82, '_wp_attached_file', '2018/12/brands_logo4.png'),
(615, 82, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:144;s:6:"height";i:85;s:4:"file";s:24:"2018/12/brands_logo4.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(616, 83, '_wp_attached_file', '2018/12/brands_logo5.png'),
(617, 83, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:144;s:6:"height";i:85;s:4:"file";s:24:"2018/12/brands_logo5.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(618, 84, '_wp_attached_file', '2018/12/brands_logo6.png'),
(619, 84, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:144;s:6:"height";i:85;s:4:"file";s:24:"2018/12/brands_logo6.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(620, 85, '_wp_attached_file', '2018/12/brands_logo7.png'),
(621, 85, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:144;s:6:"height";i:85;s:4:"file";s:24:"2018/12/brands_logo7.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(622, 77, '_edit_last', '1'),
(623, 77, 'brands_image', '84'),
(624, 77, '_brands_image', 'field_5c17918183562'),
(625, 77, '_edit_lock', '1545048557:1'),
(626, 86, '_edit_last', '1'),
(627, 86, '_edit_lock', '1545048424:1'),
(628, 86, 'brands_image', '85'),
(629, 86, '_brands_image', 'field_5c17918183562'),
(630, 87, '_edit_last', '1'),
(631, 87, '_edit_lock', '1545048484:1'),
(632, 87, 'brands_image', '82'),
(633, 87, '_brands_image', 'field_5c17918183562'),
(634, 88, '_edit_last', '1'),
(635, 88, '_edit_lock', '1545048499:1'),
(636, 88, 'brands_image', '78'),
(637, 88, '_brands_image', 'field_5c17918183562'),
(638, 89, '_edit_last', '1'),
(639, 89, '_edit_lock', '1545048516:1'),
(640, 89, 'brands_image', '81'),
(641, 89, '_brands_image', 'field_5c17918183562'),
(642, 90, '_edit_last', '1'),
(643, 90, '_edit_lock', '1545051513:1'),
(644, 90, 'brands_image', '83'),
(645, 90, '_brands_image', 'field_5c17918183562'),
(646, 91, '_edit_last', '1'),
(647, 91, '_edit_lock', '1545051782:1'),
(648, 91, 'brands_image', '79'),
(649, 91, '_brands_image', 'field_5c17918183562'),
(650, 90, '_wp_old_slug', 'brand-05-2'),
(651, 92, '_edit_last', '1'),
(652, 92, '_edit_lock', '1545053016:1'),
(653, 93, '_edit_last', '1'),
(654, 93, '_edit_lock', '1545053012:1'),
(655, 94, '_wp_attached_file', '2018/12/handel_img2.jpg'),
(656, 94, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:154;s:6:"height";i:164;s:4:"file";s:23:"2018/12/handel_img2.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"handel_img2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(657, 95, '_wp_attached_file', '2018/12/handel_img3.jpg'),
(658, 95, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:154;s:6:"height";i:164;s:4:"file";s:23:"2018/12/handel_img3.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"handel_img3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(659, 96, '_wp_attached_file', '2018/12/handel_img4.jpg'),
(660, 96, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:154;s:6:"height";i:164;s:4:"file";s:23:"2018/12/handel_img4.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"handel_img4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(661, 97, '_wp_attached_file', '2018/12/handel_img1.jpg'),
(662, 97, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:154;s:6:"height";i:164;s:4:"file";s:23:"2018/12/handel_img1.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"handel_img1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(663, 92, '_thumbnail_id', '97'),
(664, 93, '_thumbnail_id', '94'),
(665, 98, '_edit_last', '1'),
(666, 98, '_edit_lock', '1545051786:1'),
(667, 98, '_thumbnail_id', '95'),
(668, 99, '_edit_last', '1'),
(669, 99, '_edit_lock', '1545053013:1'),
(670, 99, '_thumbnail_id', '96'),
(671, 100, '_menu_item_type', 'post_type'),
(672, 100, '_menu_item_menu_item_parent', '25'),
(673, 100, '_menu_item_object_id', '49'),
(674, 100, '_menu_item_object', 'our-service'),
(675, 100, '_menu_item_target', ''),
(676, 100, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(677, 100, '_menu_item_xfn', ''),
(678, 100, '_menu_item_url', ''),
(680, 101, '_menu_item_type', 'post_type'),
(681, 101, '_menu_item_menu_item_parent', '25'),
(682, 101, '_menu_item_object_id', '48'),
(683, 101, '_menu_item_object', 'our-service'),
(684, 101, '_menu_item_target', ''),
(685, 101, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(686, 101, '_menu_item_xfn', ''),
(687, 101, '_menu_item_url', ''),
(689, 102, '_menu_item_type', 'post_type'),
(690, 102, '_menu_item_menu_item_parent', '25'),
(691, 102, '_menu_item_object_id', '47'),
(692, 102, '_menu_item_object', 'our-service'),
(693, 102, '_menu_item_target', ''),
(694, 102, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(695, 102, '_menu_item_xfn', ''),
(696, 102, '_menu_item_url', ''),
(698, 103, '_menu_item_type', 'post_type'),
(699, 103, '_menu_item_menu_item_parent', '25'),
(700, 103, '_menu_item_object_id', '44'),
(701, 103, '_menu_item_object', 'our-service'),
(702, 103, '_menu_item_target', ''),
(703, 103, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(704, 103, '_menu_item_xfn', ''),
(705, 103, '_menu_item_url', ''),
(706, 104, '_wp_attached_file', '2018/12/services-home.jpg'),
(707, 104, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:380;s:6:"height";i:220;s:4:"file";s:25:"2018/12/services-home.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"services-home-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:25:"services-home-300x174.jpg";s:5:"width";i:300;s:6:"height";i:174;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(708, 44, '_thumbnail_id', '104'),
(709, 1, '_wp_trash_meta_status', 'publish'),
(710, 1, '_wp_trash_meta_time', '1545115975'),
(711, 1, '_wp_desired_post_slug', 'hello-world'),
(712, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:"1";}');
-- --------------------------------------------------------
--
-- Table structure for table `wp_posts`
--
CREATE TABLE `wp_posts` (
`ID` bigint(20) UNSIGNED NOT NULL,
`post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `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, '2018-12-14 10:03:03', '2018-12-14 10:03:03', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'trash', 'open', 'open', '', 'hello-world__trashed', '', '', '2018-12-18 06:52:55', '2018-12-18 06:52:55', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=1', 0, 'post', '', 1),
(2, 1, '2018-12-14 10:03:03', '2018-12-14 10:03:03', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http://localhost/PunjabMotorWorkshop/php/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2018-12-14 10:03:03', '2018-12-14 10:03:03', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?page_id=2', 0, 'page', '', 0),
(3, 1, '2018-12-14 10:03:03', '2018-12-14 10:03:03', '<h2>Who we are</h2><p>Our website address is: http://localhost/PunjabMotorWorkshop/php.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><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><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, 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><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 "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><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><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><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><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><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><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2018-12-14 10:03:03', '2018-12-14 10:03:03', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?page_id=3', 0, 'page', '', 0),
(4, 1, '2018-12-14 10:03:26', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2018-12-14 10:03:26', '0000-00-00 00:00:00', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=4', 0, 'post', '', 0),
(5, 1, '2018-12-14 10:06:36', '2018-12-14 10:06:36', '<div class="form-group">\r\n <label for="name">Name <span>*</span> :</label>\r\n [text* text-239 class:form-control]\r\n</div>\r\n<div class="form-group">\r\n <label for="email">Email <span>*</span>:</label>\r\n [email* email-934 class:form-control]\r\n</div>\r\n<div class="form-group">\r\n <label for="phoneno">Phone No <span>*</span> :</label>\r\n [text* text-240 class:form-control]\r\n</div>\r\n<div class="form-group">\r\n <label for="pwd">Message <span>*</span> :</label>\r\n [textarea* textarea-722 x3 class:contact_message]\r\n</div>\r\n[submit class:btn class:btn-default class:contact_button "Submit"]\n1\nPunjabMotorWorkshop "Web Contact"\ninhousePunjabMotorWorkshop <wordpress@inhouse.fitser.com>\namit.bhowmick@met-technologies.com\nFrom: [text-239] <[email-934]>\r\nSubject: Web Contact\r\n\r\nMessage Body:\r\nName : [text-239]\r\nEmail : [email-934]\r\nPhone : [text-240]\r\nMessage : [textarea-722]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on PunjabMotorWorkshop (http://localhost/PunjabMotorWorkshop/php)\nReply-To: [email-934]\n\n\n\n\nPunjabMotorWorkshop "[your-subject]"\nPunjabMotorWorkshop <amit.bhowmick@met-technologies.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 PunjabMotorWorkshop (http://localhost/PunjabMotorWorkshop/php)\nReply-To: amit.bhowmick@met-technologies.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.', 'Contact Form', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2018-12-17 13:48:42', '2018-12-17 13:48:42', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=wpcf7_contact_form&p=5', 0, 'wpcf7_contact_form', '', 0),
(6, 1, '2018-12-14 10:45:35', '2018-12-14 10:45:35', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2018-12-17 12:03:05', '2018-12-17 12:03:05', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?page_id=6', 0, 'page', '', 0),
(7, 1, '2018-12-14 10:45:35', '2018-12-14 10:45:35', '', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-12-14 10:45:35', '2018-12-14 10:45:35', '', 6, 'http://localhost/PunjabMotorWorkshop/php/6-revision-v1/', 0, 'revision', '', 0),
(8, 1, '2018-12-14 11:11:06', '2018-12-14 11:11:06', '<div class="about_l">\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt facilisis leo, ac rutrum magna blandit quis. Integer quis erat sagittis, volutpat erat nec, convallis mauris. Suspendisse dapibus ligula ut nulla blandit laoreet. Maecenas elementum sodales erat. Phasellus pulvinar at metus nec gravida. Quisque facilisis accumsan cursus. Integer rhoncus est at ipsum ornare pharetra. Vivamus fringilla et nisi non ullamcorper. Donec tincidunt, lacus ut pellentesque cursus, mi tortor fringilla ligula, nec aliquet massa purus non quam.</p>\r\n<p>Nunc laoreet nisi nec tortor dignissim hendrerit. Duis luctus bibendum lacus, nec facilisis magna porttitor ac. Vivamus blandit libero pretium viverra porta. Fusce ornare, diam id sodales fringilla, orci nibh fermentum purus, eget dictum nulla dui non est. In mollis feugiat quam, a consectetur est gravida id. Ut ornare hendrerit dapibus. Cras non lectus non leo aliquet mollis. Integer aliquam metus ipsum, nec facilisis ex fringilla in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed tristique fermentum ante, quis bibendum est auctor vel.</p>\r\n</div>', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2018-12-18 05:30:53', '2018-12-18 05:30:53', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?page_id=8', 0, 'page', '', 0),
(9, 1, '2018-12-14 11:11:06', '2018-12-14 11:11:06', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-12-14 11:11:06', '2018-12-14 11:11:06', '', 8, 'http://localhost/PunjabMotorWorkshop/php/8-revision-v1/', 0, 'revision', '', 0),
(10, 1, '2018-12-14 11:11:24', '2018-12-14 11:11:24', '', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2018-12-14 11:11:24', '2018-12-14 11:11:24', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?page_id=10', 0, 'page', '', 0),
(11, 1, '2018-12-14 11:11:24', '2018-12-14 11:11:24', '', 'Services', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2018-12-14 11:11:24', '2018-12-14 11:11:24', '', 10, 'http://localhost/PunjabMotorWorkshop/php/10-revision-v1/', 0, 'revision', '', 0),
(12, 1, '2018-12-14 11:11:42', '2018-12-14 11:11:42', '', 'PMW Drivers', '', 'publish', 'closed', 'closed', '', 'pmw-drivers', '', '', '2018-12-14 11:11:42', '2018-12-14 11:11:42', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?page_id=12', 0, 'page', '', 0),
(13, 1, '2018-12-14 11:11:42', '2018-12-14 11:11:42', '', 'PMW Drivers', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-12-14 11:11:42', '2018-12-14 11:11:42', '', 12, 'http://localhost/PunjabMotorWorkshop/php/12-revision-v1/', 0, 'revision', '', 0),
(14, 1, '2018-12-14 11:11:56', '2018-12-14 11:11:56', '', 'PMW Staff', '', 'publish', 'closed', 'closed', '', 'pmw-staff', '', '', '2018-12-14 11:11:56', '2018-12-14 11:11:56', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?page_id=14', 0, 'page', '', 0),
(15, 1, '2018-12-14 11:11:56', '2018-12-14 11:11:56', '', 'PMW Staff', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2018-12-14 11:11:56', '2018-12-14 11:11:56', '', 14, 'http://localhost/PunjabMotorWorkshop/php/14-revision-v1/', 0, 'revision', '', 0),
(16, 1, '2018-12-14 11:12:12', '2018-12-14 11:12:12', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2018-12-14 13:14:58', '2018-12-14 13:14:58', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?page_id=16', 0, 'page', '', 0),
(17, 1, '2018-12-14 11:12:12', '2018-12-14 11:12:12', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-12-14 11:12:12', '2018-12-14 11:12:12', '', 16, 'http://localhost/PunjabMotorWorkshop/php/16-revision-v1/', 0, 'revision', '', 0),
(18, 1, '2018-12-14 11:17:23', '2018-12-14 11:17:23', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2018-12-14 11:17:23', '2018-12-14 11:17:23', '', 0, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/logo.png', 0, 'attachment', 'image/png', 0),
(19, 1, '2018-12-14 11:17:35', '2018-12-14 11:17:35', '{\n "PunjabMotor::custom_logo": {\n "value": 18,\n "type": "theme_mod",\n "user_id": 1,\n "date_modified_gmt": "2018-12-14 11:17:35"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '49cc4355-2e10-44d8-9998-15c59b5d059b', '', '', '2018-12-14 11:17:35', '2018-12-14 11:17:35', '', 0, 'http://localhost/PunjabMotorWorkshop/php/49cc4355-2e10-44d8-9998-15c59b5d059b/', 0, 'customize_changeset', '', 0),
(20, 1, '2018-12-14 11:21:26', '2018-12-14 11:21:26', 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/cropped-logo.png', 'cropped-logo.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-png', '', '', '2018-12-14 11:21:26', '2018-12-14 11:21:26', '', 0, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/cropped-logo.png', 0, 'attachment', 'image/png', 0),
(21, 1, '2018-12-14 11:21:32', '2018-12-14 11:21:32', '{\n "site_icon": {\n "value": 20,\n "type": "option",\n "user_id": 1,\n "date_modified_gmt": "2018-12-14 11:21:32"\n }\n}', '', '', 'trash', 'closed', 'closed', '', '9a3eefbd-a67b-4184-82b9-930c4957b7e2', '', '', '2018-12-14 11:21:32', '2018-12-14 11:21:32', '', 0, 'http://localhost/PunjabMotorWorkshop/php/9a3eefbd-a67b-4184-82b9-930c4957b7e2/', 0, 'customize_changeset', '', 0),
(22, 1, '2018-12-14 11:26:34', '2018-12-14 11:26:34', ' ', '', '', 'publish', 'closed', 'closed', '', '22', '', '', '2018-12-17 13:52:00', '2018-12-17 13:52:00', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=22', 10, 'nav_menu_item', '', 0),
(23, 1, '2018-12-14 11:26:33', '2018-12-14 11:26:33', ' ', '', '', 'publish', 'closed', 'closed', '', '23', '', '', '2018-12-17 13:52:00', '2018-12-17 13:52:00', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=23', 9, 'nav_menu_item', '', 0),
(24, 1, '2018-12-14 11:26:33', '2018-12-14 11:26:33', ' ', '', '', 'publish', 'closed', 'closed', '', '24', '', '', '2018-12-17 13:51:59', '2018-12-17 13:51:59', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=24', 8, 'nav_menu_item', '', 0),
(25, 1, '2018-12-14 11:26:33', '2018-12-14 11:26:33', ' ', '', '', 'publish', 'closed', 'closed', '', '25', '', '', '2018-12-17 13:51:57', '2018-12-17 13:51:57', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=25', 3, 'nav_menu_item', '', 0),
(26, 1, '2018-12-14 11:26:33', '2018-12-14 11:26:33', ' ', '', '', 'publish', 'closed', 'closed', '', '26', '', '', '2018-12-17 13:51:57', '2018-12-17 13:51:57', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=26', 2, 'nav_menu_item', '', 0),
(27, 1, '2018-12-14 11:26:32', '2018-12-14 11:26:32', ' ', '', '', 'publish', 'closed', 'closed', '', '27', '', '', '2018-12-17 13:51:57', '2018-12-17 13:51:57', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=27', 1, 'nav_menu_item', '', 0),
(28, 1, '2018-12-14 11:31:11', '2018-12-14 11:31:11', '', 'test', '', 'publish', 'closed', 'closed', '', 'test', '', '', '2018-12-14 11:31:11', '2018-12-14 11:31:11', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?page_id=28', 0, 'page', '', 0),
(29, 1, '2018-12-14 11:31:11', '2018-12-14 11:31:11', '', 'test', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2018-12-14 11:31:11', '2018-12-14 11:31:11', '', 28, 'http://localhost/PunjabMotorWorkshop/php/28-revision-v1/', 0, 'revision', '', 0),
(31, 1, '2018-12-14 11:48:42', '2018-12-14 11:48:42', ' ', '', '', 'publish', 'closed', 'closed', '', '31', '', '', '2018-12-14 11:49:33', '2018-12-14 11:49:33', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=31', 6, 'nav_menu_item', '', 0),
(32, 1, '2018-12-14 11:48:43', '2018-12-14 11:48:43', ' ', '', '', 'publish', 'closed', 'closed', '', '32', '', '', '2018-12-14 11:49:33', '2018-12-14 11:49:33', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=32', 5, 'nav_menu_item', '', 0),
(33, 1, '2018-12-14 11:48:43', '2018-12-14 11:48:43', ' ', '', '', 'publish', 'closed', 'closed', '', '33', '', '', '2018-12-14 11:49:33', '2018-12-14 11:49:33', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=33', 4, 'nav_menu_item', '', 0),
(34, 1, '2018-12-14 11:48:43', '2018-12-14 11:48:43', ' ', '', '', 'publish', 'closed', 'closed', '', '34', '', '', '2018-12-14 11:49:33', '2018-12-14 11:49:33', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=34', 3, 'nav_menu_item', '', 0),
(35, 1, '2018-12-14 11:48:43', '2018-12-14 11:48:43', ' ', '', '', 'publish', 'closed', 'closed', '', '35', '', '', '2018-12-14 11:49:33', '2018-12-14 11:49:33', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=35', 2, 'nav_menu_item', '', 0),
(36, 1, '2018-12-14 11:48:44', '2018-12-14 11:48:44', ' ', '', '', 'publish', 'closed', 'closed', '', '36', '', '', '2018-12-14 11:49:33', '2018-12-14 11:49:33', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=36', 1, 'nav_menu_item', '', 0),
(37, 1, '2018-12-14 13:09:00', '2018-12-14 13:09:00', '', 'Contact Page', '', 'publish', 'closed', 'closed', '', 'acf_contact-page', '', '', '2018-12-14 13:12:52', '2018-12-14 13:12:52', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=acf&p=37', 0, 'acf', '', 0),
(38, 1, '2018-12-14 13:13:33', '2018-12-14 13:13:33', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-12-14 13:13:33', '2018-12-14 13:13:33', '', 16, 'http://localhost/PunjabMotorWorkshop/php/16-revision-v1/', 0, 'revision', '', 0),
(39, 1, '2018-12-14 13:14:44', '2018-12-14 13:14:44', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-12-14 13:14:44', '2018-12-14 13:14:44', '', 16, 'http://localhost/PunjabMotorWorkshop/php/16-revision-v1/', 0, 'revision', '', 0),
(40, 1, '2018-12-14 13:14:58', '2018-12-14 13:14:58', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-12-14 13:14:58', '2018-12-14 13:14:58', '', 16, 'http://localhost/PunjabMotorWorkshop/php/16-revision-v1/', 0, 'revision', '', 0),
(41, 1, '2018-12-14 13:27:46', '2018-12-14 13:27:46', '', 'Inner banner', '', 'publish', 'closed', 'closed', '', 'acf_inner-banner', '', '', '2018-12-14 13:27:46', '2018-12-14 13:27:46', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=acf&p=41', 0, 'acf', '', 0),
(42, 1, '2018-12-14 13:29:57', '2018-12-14 13:29:57', '', 'Home Page', '', 'publish', 'closed', 'closed', '', 'acf_home-page', '', '', '2018-12-17 11:57:14', '2018-12-17 11:57:14', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=acf&p=42', 0, 'acf', '', 0),
(43, 1, '2018-12-14 13:56:06', '2018-12-14 13:56:06', '', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-12-14 13:56:06', '2018-12-14 13:56:06', '', 6, 'http://localhost/PunjabMotorWorkshop/php/6-revision-v1/', 0, 'revision', '', 0),
(44, 1, '2018-12-14 14:01:51', '2018-12-14 14:01:51', '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.', 'Best Services', '', 'publish', 'closed', 'closed', '', 'best-services', '', '', '2018-12-18 06:24:59', '2018-12-18 06:24:59', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-service&p=44', 0, 'our-service', '', 0),
(45, 1, '2018-12-14 14:02:01', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2018-12-14 14:02:01', '0000-00-00 00:00:00', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-service&p=45', 0, 'our-service', '', 0),
(46, 1, '2018-12-14 14:03:24', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2018-12-14 14:03:24', '0000-00-00 00:00:00', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-service&p=46', 0, 'our-service', '', 0),
(47, 1, '2018-12-14 14:03:53', '2018-12-14 14:03:53', '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.', 'Expert Mechanic', '', 'publish', 'closed', 'closed', '', 'expert-mechanic', '', '', '2018-12-17 13:27:00', '2018-12-17 13:27:00', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-service&p=47', 0, 'our-service', '', 0),
(48, 1, '2018-12-14 14:04:10', '2018-12-14 14:04:10', '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.', 'Emergency Service', '', 'publish', 'closed', 'closed', '', 'emergency-service', '', '', '2018-12-17 13:27:11', '2018-12-17 13:27:11', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-service&p=48', 0, 'our-service', '', 0),
(49, 1, '2018-12-14 14:04:29', '2018-12-14 14: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.', 'Client Satisfaction', '', 'publish', 'closed', 'closed', '', 'client-satisfaction', '', '', '2018-12-17 13:27:33', '2018-12-17 13:27:33', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-service&p=49', 0, 'our-service', '', 0),
(50, 1, '2018-12-17 08:35:39', '2018-12-17 08:35:39', '', 'Home Banner', '', 'publish', 'closed', 'closed', '', 'acf_home-banner', '', '', '2018-12-17 08:35:39', '2018-12-17 08:35:39', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=acf&p=50', 0, 'acf', '', 0),
(51, 1, '2018-12-17 08:35:58', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2018-12-17 08:35:58', '0000-00-00 00:00:00', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=banner&p=51', 0, 'banner', '', 0),
(52, 1, '2018-12-17 08:37:54', '2018-12-17 08:37:54', '', 'Banner 01', '', 'publish', 'closed', 'closed', '', '52', '', '', '2018-12-17 08:48:35', '2018-12-17 08:48:35', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=banner&p=52', 0, 'banner', '', 0),
(53, 1, '2018-12-17 08:38:47', '2018-12-17 08:38:47', '', 'banner1', '', 'inherit', 'open', 'closed', '', 'banner1', '', '', '2018-12-17 08:38:47', '2018-12-17 08:38:47', '', 52, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/banner1.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2018-12-17 08:38:49', '2018-12-17 08:38:49', '', 'banner2', '', 'inherit', 'open', 'closed', '', 'banner2', '', '', '2018-12-17 08:38:49', '2018-12-17 08:38:49', '', 52, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/banner2.jpg', 0, 'attachment', 'image/jpeg', 0),
(55, 1, '2018-12-17 08:40:10', '2018-12-17 08:40:10', '', 'Banner 02', '', 'publish', 'closed', 'closed', '', 'banner-02', '', '', '2018-12-17 08:40:10', '2018-12-17 08:40:10', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=banner&p=55', 0, 'banner', '', 0),
(56, 1, '2018-12-17 10:14:29', '2018-12-17 10:14:29', '<div class="col-md-8 col-sm-12 col-xs-12">\r\n<div class="about_l">\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt facilisis leo, ac rutrum magna blandit quis. Integer quis erat sagittis, volutpat erat nec, convallis mauris. Suspendisse dapibus ligula ut nulla blandit laoreet. Maecenas elementum sodales erat. Phasellus pulvinar at metus nec gravida. Quisque facilisis accumsan cursus. Integer rhoncus est at ipsum ornare pharetra. Vivamus fringilla et nisi non ullamcorper. Donec tincidunt, lacus ut pellentesque cursus, mi tortor fringilla ligula, nec aliquet massa purus non quam.</p>\r\n<p>Nunc laoreet nisi nec tortor dignissim hendrerit. Duis luctus bibendum lacus, nec facilisis magna porttitor ac. Vivamus blandit libero pretium viverra porta. Fusce ornare, diam id sodales fringilla, orci nibh fermentum purus, eget dictum nulla dui non est. In mollis feugiat quam, a consectetur est gravida id. Ut ornare hendrerit dapibus. Cras non lectus non leo aliquet mollis. Integer aliquam metus ipsum, nec facilisis ex fringilla in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed tristique fermentum ante, quis bibendum est auctor vel.</p>\r\n</div>\r\n</div>', 'About Us', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-12-17 10:14:29', '2018-12-17 10:14:29', '', 8, 'http://localhost/PunjabMotorWorkshop/php/8-revision-v1/', 0, 'revision', '', 0),
(57, 1, '2018-12-17 10:16:51', '2018-12-17 10:16:51', '<div class="about_l">\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam tincidunt facilisis leo, ac rutrum magna blandit quis. Integer quis erat sagittis, volutpat erat nec, convallis mauris. Suspendisse dapibus ligula ut nulla blandit laoreet. Maecenas elementum sodales erat. Phasellus pulvinar at metus nec gravida. Quisque facilisis accumsan cursus. Integer rhoncus est at ipsum ornare pharetra. Vivamus fringilla et nisi non ullamcorper. Donec tincidunt, lacus ut pellentesque cursus, mi tortor fringilla ligula, nec aliquet massa purus non quam.</p>\r\n<p>Nunc laoreet nisi nec tortor dignissim hendrerit. Duis luctus bibendum lacus, nec facilisis magna porttitor ac. Vivamus blandit libero pretium viverra porta. Fusce ornare, diam id sodales fringilla, orci nibh fermentum purus, eget dictum nulla dui non est. In mollis feugiat quam, a consectetur est gravida id. Ut ornare hendrerit dapibus. Cras non lectus non leo aliquet mollis. Integer aliquam metus ipsum, nec facilisis ex fringilla in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed tristique fermentum ante, quis bibendum est auctor vel.</p>\r\n</div>', 'About Us', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2018-12-17 10:16:51', '2018-12-17 10:16:51', '', 8, 'http://localhost/PunjabMotorWorkshop/php/8-revision-v1/', 0, 'revision', '', 0),
(58, 1, '2018-12-17 11:16:11', '2018-12-17 11:16:11', '', 'Service', '', 'publish', 'closed', 'closed', '', 'acf_service', '', '', '2018-12-17 11:16:19', '2018-12-17 11:16:19', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=acf&p=58', 0, 'acf', '', 0),
(59, 1, '2018-12-17 11:17:07', '2018-12-17 11:17:07', '', 'service_icon4', '', 'inherit', 'open', 'closed', '', 'service_icon4', '', '', '2018-12-17 11:17:07', '2018-12-17 11:17:07', '', 44, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/service_icon4.png', 0, 'attachment', 'image/png', 0),
(60, 1, '2018-12-17 11:17:08', '2018-12-17 11:17:08', '', 'service_icon1', '', 'inherit', 'open', 'closed', '', 'service_icon1', '', '', '2018-12-17 11:17:08', '2018-12-17 11:17:08', '', 44, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/service_icon1.png', 0, 'attachment', 'image/png', 0),
(61, 1, '2018-12-17 11:17:08', '2018-12-17 11:17:08', '', 'service_icon2', '', 'inherit', 'open', 'closed', '', 'service_icon2', '', '', '2018-12-17 11:17:08', '2018-12-17 11:17:08', '', 44, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/service_icon2.png', 0, 'attachment', 'image/png', 0),
(62, 1, '2018-12-17 11:17:09', '2018-12-17 11:17:09', '', 'service_icon3', '', 'inherit', 'open', 'closed', '', 'service_icon3', '', '', '2018-12-17 11:17:09', '2018-12-17 11:17:09', '', 44, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/service_icon3.png', 0, 'attachment', 'image/png', 0),
(63, 1, '2018-12-17 11:40:00', '2018-12-17 11:40:00', '', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-12-17 11:40:00', '2018-12-17 11:40:00', '', 6, 'http://localhost/PunjabMotorWorkshop/php/6-revision-v1/', 0, 'revision', '', 0),
(64, 1, '2018-12-17 11:43:10', '2018-12-17 11:43:10', '', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-12-17 11:43:10', '2018-12-17 11:43:10', '', 6, 'http://localhost/PunjabMotorWorkshop/php/6-revision-v1/', 0, 'revision', '', 0),
(65, 1, '2018-12-17 11:44:33', '2018-12-17 11:44:33', '', 'welcome_img', '', 'inherit', 'open', 'closed', '', 'welcome_img', '', '', '2018-12-17 11:44:33', '2018-12-17 11:44:33', '', 6, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/welcome_img.jpg', 0, 'attachment', 'image/jpeg', 0),
(66, 1, '2018-12-17 11:47:40', '2018-12-17 11:47:40', '', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-12-17 11:47:40', '2018-12-17 11:47:40', '', 6, 'http://localhost/PunjabMotorWorkshop/php/6-revision-v1/', 0, 'revision', '', 0),
(67, 1, '2018-12-17 11:56:42', '2018-12-17 11:56:42', '', 'provied_icon_original3', '', 'inherit', 'open', 'closed', '', 'provied_icon_original3', '', '', '2018-12-17 11:56:42', '2018-12-17 11:56:42', '', 6, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/provied_icon_original3.png', 0, 'attachment', 'image/png', 0),
(68, 1, '2018-12-17 11:56:42', '2018-12-17 11:56:42', '', 'provied_icon_hover1', '', 'inherit', 'open', 'closed', '', 'provied_icon_hover1', '', '', '2018-12-17 11:56:42', '2018-12-17 11:56:42', '', 6, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/provied_icon_hover1.png', 0, 'attachment', 'image/png', 0),
(69, 1, '2018-12-17 11:56:43', '2018-12-17 11:56:43', '', 'provied_icon_hover2', '', 'inherit', 'open', 'closed', '', 'provied_icon_hover2', '', '', '2018-12-17 11:56:43', '2018-12-17 11:56:43', '', 6, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/provied_icon_hover2.png', 0, 'attachment', 'image/png', 0),
(70, 1, '2018-12-17 11:56:43', '2018-12-17 11:56:43', '', 'provied_icon_hover3', '', 'inherit', 'open', 'closed', '', 'provied_icon_hover3', '', '', '2018-12-17 11:56:43', '2018-12-17 11:56:43', '', 6, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/provied_icon_hover3.png', 0, 'attachment', 'image/png', 0),
(71, 1, '2018-12-17 11:56:44', '2018-12-17 11:56:44', '', 'provied_icon_original1', '', 'inherit', 'open', 'closed', '', 'provied_icon_original1', '', '', '2018-12-17 11:56:44', '2018-12-17 11:56:44', '', 6, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/provied_icon_original1.png', 0, 'attachment', 'image/png', 0),
(72, 1, '2018-12-17 11:56:44', '2018-12-17 11:56:44', '', 'provied_icon_original2', '', 'inherit', 'open', 'closed', '', 'provied_icon_original2', '', '', '2018-12-17 11:56:44', '2018-12-17 11:56:44', '', 6, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/provied_icon_original2.png', 0, 'attachment', 'image/png', 0),
(73, 1, '2018-12-17 12:03:05', '2018-12-17 12:03:05', '', 'Home', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2018-12-17 12:03:05', '2018-12-17 12:03:05', '', 6, 'http://localhost/PunjabMotorWorkshop/php/6-revision-v1/', 0, 'revision', '', 0),
(74, 1, '2018-12-17 12:05:59', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2018-12-17 12:05:59', '0000-00-00 00:00:00', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-brand&p=74', 0, 'our-brand', '', 0),
(75, 1, '2018-12-17 12:06:34', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2018-12-17 12:06:34', '0000-00-00 00:00:00', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-brand&p=75', 0, 'our-brand', '', 0),
(76, 1, '2018-12-17 12:08:02', '2018-12-17 12:08:02', '', 'brands', '', 'publish', 'closed', 'closed', '', 'acf_brands', '', '', '2018-12-17 12:08:02', '2018-12-17 12:08:02', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=acf&p=76', 0, 'acf', '', 0),
(77, 1, '2018-12-17 12:08:41', '2018-12-17 12:08:41', '', 'Brand 01', '', 'publish', 'closed', 'closed', '', 'brand-01', '', '', '2018-12-17 12:08:56', '2018-12-17 12:08:56', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-brand&p=77', 0, 'our-brand', '', 0),
(78, 1, '2018-12-17 12:08:22', '2018-12-17 12:08:22', '', 'brands_logo8', '', 'inherit', 'open', 'closed', '', 'brands_logo8', '', '', '2018-12-17 12:08:22', '2018-12-17 12:08:22', '', 77, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/brands_logo8.png', 0, 'attachment', 'image/png', 0),
(79, 1, '2018-12-17 12:08:22', '2018-12-17 12:08:22', '', 'brands_logo1', '', 'inherit', 'open', 'closed', '', 'brands_logo1', '', '', '2018-12-17 12:08:22', '2018-12-17 12:08:22', '', 77, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/brands_logo1.png', 0, 'attachment', 'image/png', 0),
(80, 1, '2018-12-17 12:08:22', '2018-12-17 12:08:22', '', 'brands_logo2', '', 'inherit', 'open', 'closed', '', 'brands_logo2', '', '', '2018-12-17 12:08:22', '2018-12-17 12:08:22', '', 77, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/brands_logo2.png', 0, 'attachment', 'image/png', 0),
(81, 1, '2018-12-17 12:08:23', '2018-12-17 12:08:23', '', 'brands_logo3', '', 'inherit', 'open', 'closed', '', 'brands_logo3', '', '', '2018-12-17 12:08:23', '2018-12-17 12:08:23', '', 77, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/brands_logo3.png', 0, 'attachment', 'image/png', 0),
(82, 1, '2018-12-17 12:08:23', '2018-12-17 12:08:23', '', 'brands_logo4', '', 'inherit', 'open', 'closed', '', 'brands_logo4', '', '', '2018-12-17 12:08:23', '2018-12-17 12:08:23', '', 77, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/brands_logo4.png', 0, 'attachment', 'image/png', 0),
(83, 1, '2018-12-17 12:08:24', '2018-12-17 12:08:24', '', 'brands_logo5', '', 'inherit', 'open', 'closed', '', 'brands_logo5', '', '', '2018-12-17 12:08:24', '2018-12-17 12:08:24', '', 77, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/brands_logo5.png', 0, 'attachment', 'image/png', 0),
(84, 1, '2018-12-17 12:08:24', '2018-12-17 12:08:24', '', 'brands_logo6', '', 'inherit', 'open', 'closed', '', 'brands_logo6', '', '', '2018-12-17 12:08:24', '2018-12-17 12:08:24', '', 77, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/brands_logo6.png', 0, 'attachment', 'image/png', 0),
(85, 1, '2018-12-17 12:08:25', '2018-12-17 12:08:25', '', 'brands_logo7', '', 'inherit', 'open', 'closed', '', 'brands_logo7', '', '', '2018-12-17 12:08:25', '2018-12-17 12:08:25', '', 77, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/brands_logo7.png', 0, 'attachment', 'image/png', 0),
(86, 1, '2018-12-17 12:09:26', '2018-12-17 12:09:26', '', 'Brand 02', '', 'publish', 'closed', 'closed', '', 'brand-02', '', '', '2018-12-17 12:09:26', '2018-12-17 12:09:26', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-brand&p=86', 0, 'our-brand', '', 0),
(87, 1, '2018-12-17 12:09:56', '2018-12-17 12:09:56', '', 'Brand 03', '', 'publish', 'closed', 'closed', '', 'brand-03', '', '', '2018-12-17 12:09:56', '2018-12-17 12:09:56', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-brand&p=87', 0, 'our-brand', '', 0),
(88, 1, '2018-12-17 12:10:40', '2018-12-17 12:10:40', '', 'Brand 04', '', 'publish', 'closed', 'closed', '', 'brand-04', '', '', '2018-12-17 12:10:40', '2018-12-17 12:10:40', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-brand&p=88', 0, 'our-brand', '', 0),
(89, 1, '2018-12-17 12:10:57', '2018-12-17 12:10:57', '', 'Brand 05', '', 'publish', 'closed', 'closed', '', 'brand-05', '', '', '2018-12-17 12:10:57', '2018-12-17 12:10:57', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-brand&p=89', 0, 'our-brand', '', 0),
(90, 1, '2018-12-17 12:11:12', '2018-12-17 12:11:12', '', 'Brand 05', '', 'publish', 'closed', 'closed', '', 'brand-07', '', '', '2018-12-17 12:11:59', '2018-12-17 12:11:59', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-brand&p=90', 0, 'our-brand', '', 0),
(91, 1, '2018-12-17 12:11:28', '2018-12-17 12:11:28', '', 'Brand 06', '', 'publish', 'closed', 'closed', '', 'brand-06', '', '', '2018-12-17 12:11:28', '2018-12-17 12:11:28', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-brand&p=91', 0, 'our-brand', '', 0),
(92, 1, '2018-12-17 13:01:53', '2018-12-17 13:01:53', '', 'Engines', '', 'publish', 'closed', 'closed', '', 'engines', '', '', '2018-12-17 13:03:57', '2018-12-17 13:03:57', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-handel&p=92', 0, 'our-handel', '', 0),
(93, 1, '2018-12-17 13:04:21', '2018-12-17 13:04:21', '', 'Transmissions', '', 'publish', 'closed', 'closed', '', 'transmissions', '', '', '2018-12-17 13:04:34', '2018-12-17 13:04:34', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-handel&p=93', 0, 'our-handel', '', 0),
(94, 1, '2018-12-17 13:03:40', '2018-12-17 13:03:40', '', 'handel_img2', '', 'inherit', 'open', 'closed', '', 'handel_img2', '', '', '2018-12-17 13:03:40', '2018-12-17 13:03:40', '', 92, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/handel_img2.jpg', 0, 'attachment', 'image/jpeg', 0),
(95, 1, '2018-12-17 13:03:40', '2018-12-17 13:03:40', '', 'handel_img3', '', 'inherit', 'open', 'closed', '', 'handel_img3', '', '', '2018-12-17 13:03:40', '2018-12-17 13:03:40', '', 92, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/handel_img3.jpg', 0, 'attachment', 'image/jpeg', 0),
(96, 1, '2018-12-17 13:03:41', '2018-12-17 13:03:41', '', 'handel_img4', '', 'inherit', 'open', 'closed', '', 'handel_img4', '', '', '2018-12-17 13:03:41', '2018-12-17 13:03:41', '', 92, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/handel_img4.jpg', 0, 'attachment', 'image/jpeg', 0),
(97, 1, '2018-12-17 13:03:41', '2018-12-17 13:03:41', '', 'handel_img1', '', 'inherit', 'open', 'closed', '', 'handel_img1', '', '', '2018-12-17 13:03:41', '2018-12-17 13:03:41', '', 92, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/handel_img1.jpg', 0, 'attachment', 'image/jpeg', 0),
(98, 1, '2018-12-17 13:05:05', '2018-12-17 13:05:05', '', 'Wheels', '', 'publish', 'closed', 'closed', '', 'wheels', '', '', '2018-12-17 13:05:05', '2018-12-17 13:05:05', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-handel&p=98', 0, 'our-handel', '', 0),
(99, 1, '2018-12-17 13:05:41', '2018-12-17 13:05:41', '', 'Tires', '', 'publish', 'closed', 'closed', '', 'tires', '', '', '2018-12-17 13:05:41', '2018-12-17 13:05:41', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?post_type=our-handel&p=99', 0, 'our-handel', '', 0),
(100, 1, '2018-12-17 13:51:59', '2018-12-17 13:51:59', ' ', '', '', 'publish', 'closed', 'closed', '', '100', '', '', '2018-12-17 13:51:59', '2018-12-17 13:51:59', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=100', 7, 'nav_menu_item', '', 0),
(101, 1, '2018-12-17 13:51:59', '2018-12-17 13:51:59', ' ', '', '', 'publish', 'closed', 'closed', '', '101', '', '', '2018-12-17 13:51:59', '2018-12-17 13:51:59', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=101', 6, 'nav_menu_item', '', 0),
(102, 1, '2018-12-17 13:51:59', '2018-12-17 13:51:59', ' ', '', '', 'publish', 'closed', 'closed', '', '102', '', '', '2018-12-17 13:51:59', '2018-12-17 13:51:59', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=102', 5, 'nav_menu_item', '', 0),
(103, 1, '2018-12-17 13:51:58', '2018-12-17 13:51:58', ' ', '', '', 'publish', 'closed', 'closed', '', '103', '', '', '2018-12-17 13:51:58', '2018-12-17 13:51:58', '', 0, 'http://localhost/PunjabMotorWorkshop/php/?p=103', 4, 'nav_menu_item', '', 0),
(104, 1, '2018-12-18 06:24:55', '2018-12-18 06:24:55', '', 'services-home', '', 'inherit', 'open', 'closed', '', 'services-home', '', '', '2018-12-18 06:24:55', '2018-12-18 06:24:55', '', 44, 'http://localhost/PunjabMotorWorkshop/php/wp-content/uploads/2018/12/services-home.jpg', 0, 'attachment', 'image/jpeg', 0),
(105, 1, '2018-12-18 06:52:55', '2018-12-18 06:52:55', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2018-12-18 06:52:55', '2018-12-18 06:52:55', '', 1, 'http://localhost/PunjabMotorWorkshop/php/1-revision-v1/', 0, 'revision', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_termmeta`
--
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_terms`
--
CREATE TABLE `wp_terms` (
`term_id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'mainnav', 'mainnav', 0),
(3, 'footernav', 'footernav', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_term_relationships`
--
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_term_relationships`
--
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(22, 2, 0),
(23, 2, 0),
(24, 2, 0),
(25, 2, 0),
(26, 2, 0),
(27, 2, 0),
(31, 3, 0),
(32, 3, 0),
(33, 3, 0),
(34, 3, 0),
(35, 3, 0),
(36, 3, 0),
(100, 2, 0),
(101, 2, 0),
(102, 2, 0),
(103, 2, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_term_taxonomy`
--
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
`term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `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, 'nav_menu', '', 0, 10),
(3, 3, 'nav_menu', '', 0, 6);
-- --------------------------------------------------------
--
-- Table structure for table `wp_usermeta`
--
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) UNSIGNED NOT NULL,
`user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_usermeta`
--
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'superadmin'),
(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', 'false'),
(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', 'wp496_privacy'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:2:{s:64:"43ce104f93068d3e1550c1237dc1b2a7eb9b1b3b17bde69780017202c801978e";a:4:{s:10:"expiration";i:1545207889;s:2:"ip";s:3:"::1";s:2:"ua";s:77:"Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0";s:5:"login";i:1545035089;}s:64:"f56ea89d305a71fb813eb2769f61176e0ba919e6e420d87ef038857239318ed6";a:4:{s:10:"expiration";i:1545283584;s:2:"ip";s:3:"::1";s:2:"ua";s:77:"Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0";s:5:"login";i:1545110784;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '4'),
(18, 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";}'),
(19, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:"add-post_tag";i:1;s:15:"add-post_format";}'),
(20, 1, 'wp_user-settings', 'libraryContent=browse&editor=html'),
(21, 1, 'wp_user-settings-time', '1545041807'),
(22, 1, 'nav_menu_recently_edited', '2'),
(23, 1, 'closedpostboxes_banner', 'a:0:{}'),
(24, 1, 'metaboxhidden_banner', 'a:5:{i:0;s:6:"acf_37";i:1;s:6:"acf_42";i:2;s:6:"acf_41";i:3;s:10:"postcustom";i:4;s:7:"slugdiv";}'),
(25, 2, 'nickname', 'developer'),
(26, 2, 'first_name', ''),
(27, 2, 'last_name', ''),
(28, 2, 'description', ''),
(29, 2, 'rich_editing', 'true'),
(30, 2, 'syntax_highlighting', 'true'),
(31, 2, 'comment_shortcuts', 'false'),
(32, 2, 'admin_color', 'fresh'),
(33, 2, 'use_ssl', '0'),
(34, 2, 'show_admin_bar_front', 'true'),
(35, 2, 'locale', ''),
(36, 2, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(37, 2, 'wp_user_level', '10'),
(38, 1, 'wp_aam_cache', 'a:1:{s:4:"post";a:11:{i:3;b:0;i:8;b:0;i:6;b:0;i:10;b:0;i:44;b:0;i:47;b:0;i:48;b:0;i:49;b:0;i:12;b:0;i:14;b:0;i:16;b:0;}}'),
(39, 3, 'nickname', 'PunjabMotorW'),
(40, 3, 'first_name', 'PunjabMotor'),
(41, 3, 'last_name', 'Workshop'),
(42, 3, 'description', ''),
(43, 3, 'rich_editing', 'true'),
(44, 3, 'syntax_highlighting', 'true'),
(45, 3, 'comment_shortcuts', 'false'),
(46, 3, 'admin_color', 'fresh'),
(47, 3, 'use_ssl', '0'),
(48, 3, 'show_admin_bar_front', 'true'),
(49, 3, 'locale', ''),
(50, 3, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(51, 3, 'wp_user_level', '10'),
(52, 3, 'dismissed_wp_pointers', 'wp496_privacy'),
(53, 3, 'wp_aam_menu', 'a:33:{s:15:"update-core.php";s:1:"1";s:17:"wpcf7-integration";s:1:"1";s:16:"theme-editor.php";s:1:"1";s:17:"custom-background";s:1:"1";s:13:"customize.php";s:1:"1";s:13:"custom-header";s:1:"1";s:16:"menu-plugins.php";s:1:"1";s:11:"plugins.php";s:1:"1";s:18:"plugin-install.php";s:1:"1";s:17:"plugin-editor.php";s:1:"1";s:11:"profile.php";s:1:"0";s:9:"users.php";s:1:"1";s:12:"user-new.php";s:1:"1";s:14:"menu-tools.php";s:1:"1";s:9:"tools.php";s:1:"1";s:10:"import.php";s:1:"1";s:10:"export.php";s:1:"1";s:20:"export_personal_data";s:1:"1";s:20:"remove_personal_data";s:1:"1";s:16:"tinymce-advanced";s:1:"1";s:27:"menu-edit.php?post_type=acf";s:1:"1";s:22:"edit.php?post_type=acf";s:1:"1";s:10:"acf-export";s:1:"1";s:10:"acf-addons";s:1:"1";s:8:"menu-aam";s:1:"1";s:24:"menu-options-general.php";s:1:"1";s:19:"options-general.php";s:1:"1";s:19:"options-writing.php";s:1:"1";s:19:"options-reading.php";s:1:"1";s:22:"options-discussion.php";s:1:"1";s:17:"options-media.php";s:1:"1";s:21:"options-permalink.php";s:1:"1";s:11:"privacy.php";s:1:"1";}');
-- --------------------------------------------------------
--
-- Table structure for table `wp_users`
--
CREATE TABLE `wp_users` (
`ID` bigint(20) UNSIGNED NOT NULL,
`user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `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, 'superadmin', '$P$BCWOIMB.4Ae1b7Hd7kTA7TH.D1CdTw0', 'superadmin', 'amit.bhowmick@met-technologies.com', '', '2018-12-14 10:03:02', '', 0, 'superadmin'),
(2, 'developer', '$P$BYiU/IWZ7l/uGd/vwSurOowz2yJxFq0', 'developer', 'programmer.webmet@gmail.com', '', '2018-12-17 13:23:55', '', 0, 'developer'),
(3, 'PunjabMotorW', '$P$B75QEG0SYoXeKUAkgnOK1TqdTFG2j1/', 'punjabmotorw', 'lovedeep79@hotmail.com', '', '2018-12-18 07:16:53', '1545117415:$P$B3/AC3ymf9pX2VGgq4LWAkrfSh6waj.', 0, 'PunjabMotor Workshop');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `comment_id` (`comment_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
ADD PRIMARY KEY (`comment_ID`),
ADD KEY `comment_post_ID` (`comment_post_ID`),
ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
ADD KEY `comment_date_gmt` (`comment_date_gmt`),
ADD KEY `comment_parent` (`comment_parent`),
ADD KEY `comment_author_email` (`comment_author_email`(10));
--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
ADD PRIMARY KEY (`link_id`),
ADD KEY `link_visible` (`link_visible`);
--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
ADD PRIMARY KEY (`option_id`),
ADD UNIQUE KEY `option_name` (`option_name`);
--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `post_id` (`post_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
ADD PRIMARY KEY (`ID`),
ADD KEY `post_name` (`post_name`(191)),
ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
ADD KEY `post_parent` (`post_parent`),
ADD KEY `post_author` (`post_author`);
--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `term_id` (`term_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
ADD PRIMARY KEY (`term_id`),
ADD KEY `slug` (`slug`(191)),
ADD KEY `name` (`name`(191));
--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);
--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
ADD PRIMARY KEY (`term_taxonomy_id`),
ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
ADD KEY `taxonomy` (`taxonomy`);
--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
ADD PRIMARY KEY (`umeta_id`),
ADD KEY `user_id` (`user_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
ADD PRIMARY KEY (`ID`),
ADD KEY `user_login_key` (`user_login`),
ADD KEY `user_nicename` (`user_nicename`),
ADD KEY `user_email` (`user_email`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=275;
--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=713;
--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=106;
--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;
--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
/*!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 */;