Skip to content

Instantly share code, notes, and snippets.

@fredyteheranto
Created November 16, 2016 13:59
Show Gist options
  • Select an option

  • Save fredyteheranto/d0f5815ea2479257968a04e70ee8b6ba to your computer and use it in GitHub Desktop.

Select an option

Save fredyteheranto/d0f5815ea2479257968a04e70ee8b6ba to your computer and use it in GitHub Desktop.
-- phpMyAdmin SQL Dump
-- version 4.6.4
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Nov 16, 2016 at 02:58 PM
-- Server version: 5.6.28
-- PHP Version: 5.6.25
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
--
-- Database: `knn`
--
-- --------------------------------------------------------
--
-- Table structure for table `kn_commentmeta`
--
CREATE TABLE `kn_commentmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `kn_comments`
--
CREATE TABLE `kn_comments` (
`comment_ID` bigint(20) UNSIGNED NOT NULL,
`comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `kn_comments`
--
INSERT INTO `kn_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, 'Un comentarista de WordPress', '[email protected]', 'https://wordpress.org/', '', '2016-11-15 20:40:02', '2016-11-15 20:40:02', 'Hola, esto es un comentario.\nPara empezar a moderar, editar y borrar comentarios, por favor, visita la pantalla de comentarios en el escritorio.\nLos avatares de los comentaristas provienen de <a href="https://gravatar.com">Gravatar</a>.', 0, '1', '', '', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `kn_links`
--
CREATE TABLE `kn_links` (
`link_id` bigint(20) UNSIGNED NOT NULL,
`link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `kn_options`
--
CREATE TABLE `kn_options` (
`option_id` bigint(20) UNSIGNED NOT NULL,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `kn_options`
--
INSERT INTO `kn_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/knn', 'yes'),
(2, 'home', 'http://localhost/knn', 'yes'),
(3, 'blogname', 'kovinocnoc', 'yes'),
(4, 'blogdescription', 'Otro sitio realizado con WordPress', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', '[email protected]', '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', '[email protected]', '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', '0', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j F, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'j F, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:104:{s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:14:"html5-blank/?$";s:31:"index.php?post_type=html5-blank";s:44:"html5-blank/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?post_type=html5-blank&feed=$matches[1]";s:39:"html5-blank/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?post_type=html5-blank&feed=$matches[1]";s:31:"html5-blank/page/([0-9]{1,})/?$";s:49:"index.php?post_type=html5-blank&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:37:"html5-blank/.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"html5-blank/.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"html5-blank/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"html5-blank/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"html5-blank/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:43:"html5-blank/.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:26:"html5-blank/(.+?)/embed/?$";s:44:"index.php?html5-blank=$matches[1]&embed=true";s:30:"html5-blank/(.+?)/trackback/?$";s:38:"index.php?html5-blank=$matches[1]&tb=1";s:50:"html5-blank/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?html5-blank=$matches[1]&feed=$matches[2]";s:45:"html5-blank/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?html5-blank=$matches[1]&feed=$matches[2]";s:38:"html5-blank/(.+?)/page/?([0-9]{1,})/?$";s:51:"index.php?html5-blank=$matches[1]&paged=$matches[2]";s:45:"html5-blank/(.+?)/comment-page-([0-9]{1,})/?$";s:51:"index.php?html5-blank=$matches[1]&cpage=$matches[2]";s:34:"html5-blank/(.+?)(?:/([0-9]+))?/?$";s:50:"index.php?html5-blank=$matches[1]&page=$matches[2]";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:88:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$";s:91:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:77:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:61:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:53:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:2:{i:0;s:43:"custom-post-type-ui/custom-post-type-ui.php";i:1;s:19:"rest-api/plugin.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', 'kovinocnoc', 'yes'),
(41, 'stylesheet', 'kovinocnoc', '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', '37965', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '0', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'posts', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:0:{}', 'yes'),
(80, 'widget_rss', 'a:0:{}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '0', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '37965', 'yes'),
(92, 'kn_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'),
(93, 'WPLANG', 'es_ES', 'yes'),
(94, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'sidebars_widgets', 'a:4:{s:19:"wp_inactive_widgets";a:0:{}s:13:"widget-area-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:13:"widget-area-2";N;s:13:"array_version";i:3;}', 'yes'),
(100, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(102, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'cron', 'a:3:{i:1479285603;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:1479328821;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(106, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:65:"https://downloads.wordpress.org/release/es_ES/wordpress-4.6.1.zip";s:6:"locale";s:5:"es_ES";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:65:"https://downloads.wordpress.org/release/es_ES/wordpress-4.6.1.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.6.1";s:7:"version";s:5:"4.6.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"4.4";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1479242411;s:15:"version_checked";s:5:"4.6.1";s:12:"translations";a:0:{}}', 'no'),
(108, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1479242421;s:7:"checked";a:2:{s:43:"custom-post-type-ui/custom-post-type-ui.php";s:5:"1.4.3";s:19:"rest-api/plugin.php";s:10:"2.0-beta15";}s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:2:{s:43:"custom-post-type-ui/custom-post-type-ui.php";O:8:"stdClass":6:{s:2:"id";s:5:"13183";s:4:"slug";s:19:"custom-post-type-ui";s:6:"plugin";s:43:"custom-post-type-ui/custom-post-type-ui.php";s:11:"new_version";s:5:"1.4.3";s:3:"url";s:50:"https://wordpress.org/plugins/custom-post-type-ui/";s:7:"package";s:68:"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.4.3.zip";}s:19:"rest-api/plugin.php";O:8:"stdClass":6:{s:2:"id";s:4:"7769";s:4:"slug";s:8:"rest-api";s:6:"plugin";s:19:"rest-api/plugin.php";s:11:"new_version";s:10:"2.0-beta15";s:3:"url";s:39:"https://wordpress.org/plugins/rest-api/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/rest-api.2.0-beta15.zip";}}}', 'no'),
(109, '_site_transient_timeout_theme_roots', '1479244212', 'no'),
(110, '_site_transient_theme_roots', 'a:1:{s:10:"kovinocnoc";s:7:"/themes";}', 'no'),
(111, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1479242415;s:7:"checked";a:1:{s:10:"kovinocnoc";s:3:"1.0";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'no'),
(112, '_site_transient_timeout_browser_55ae8ef8628e0f8d24166d0eb8f0f156', '1479847215', 'no'),
(113, '_site_transient_browser_55ae8ef8628e0f8d24166d0eb8f0f156', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"54.0.2840.98";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(114, 'can_compress_scripts', '1', 'no'),
(115, '_transient_timeout_plugin_slugs', '1479328830', 'no'),
(116, '_transient_plugin_slugs', 'a:2:{i:0;s:43:"custom-post-type-ui/custom-post-type-ui.php";i:1;s:19:"rest-api/plugin.php";}', 'no'),
(117, 'recently_activated', 'a:0:{}', 'yes'),
(118, '_transient_timeout_feed_ef605fdbfbba53a6c98437c00d402dfe', '1479285623', 'no');
INSERT INTO `kn_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(119, '_transient_feed_ef605fdbfbba53a6c98437c00d402dfe', '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:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Español";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:24:"https://es.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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8:"Español";s: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:"Sab, 12 Nov 2016 10:31:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"es-ES";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=4.7-beta3-39235";s:7:"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:48:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 4.7 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:57:"https://es.wordpress.org/2016/11/11/wordpress-4-7-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"https://es.wordpress.org/2016/11/11/wordpress-4-7-beta-3/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Nov 2016 12:40:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"4.7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=993";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:386:"¡Ya está disponible la beta 3 de WordPress 4.7! Este software está aún en fase de desarrollo, así que no te recomendamos que lo ejecutes en sitios en producción. Plantéate crear un sitio de pruebas para probar la nueva versión. Para probar WordPress 4.7 puedes usar el plugin WordPress Beta Tester  (querrás probar las versiones “bleeding edge nightlies”). O [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s: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:3454:"<p>¡Ya está disponible la beta 3 de WordPress 4.7!</p>\n<p><strong>Este software está aún en fase de desarrollo,</strong> así que no te recomendamos que lo ejecutes en sitios en producción. Plantéate crear un sitio de pruebas para probar la nueva versión. Para probar WordPress 4.7 puedes usar el plugin <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a>  (querrás probar las versiones “bleeding edge nightlies”). O puedes <a href="https://wordpress.org/wordpress-4.7-beta2.zip">descargar aquí la beta</a> (zip).</p>\n<p>Para más información sobre las novedades de la versión 4.7 <a href="https://es.wordpress.org/2016/10/29/wordpress-4-7-beta-1/">echa un vistazo a la noticia sobre la Beta 1</a> y <a href="https://es.wordpress.org/2016/11/05/wordpress-4-7-beta-2/">la de la Beta 2</a>, así como <a href="https://make.wordpress.org/core/tag/4-7+dev-notes/">en la guía de campo en profundidad del blog make/core</a>. Algunos de los cambios incluidos en la beta 3 son:</p>\n<ul>\n<li><strong>REST API:</strong> La capacidad <code>unfiltered_html</code> ahora ya se respeta y se ha añadido <code>rest_base</code> a los objetos de respuesta de <code>wp/v2/taxonomies</code> and <code>wp/v2/types</code>, mientras que <code>get_allowed_query_vars()</code> y el filtro <code>rest_get_post</code> se han quitado.</li>\n<li><strong>Perfiles/Capacidades:</strong> Añadidas meta-mayúsculas en los campos meta de comentarios, términos y usuarios, que de momento solo los usa la REST API.</li>\n<li><strong>I18N:</strong> Añadida la posibilidad de devolver el idioma del usuario al idioma del sitio. (<a href="https://core.trac.wordpress.org/ticket/38632">#38632</a>)</li>\n<li><strong>CSS personalizado:</strong> Renombrada la capacidad meta <code>unfiltered_css</code> de <code>edit_css</code> y se ha añadido compatibilidad con revisiones al tipo de contenido <code>custom_css</code>.</li>\n<li><strong>Atajos de edición:</strong> Los autores de temas deberían echar un vistazo a <a href="https://make.wordpress.org/core/2016/11/10/visible-edit-shortcuts-in-the-customizer-preview/">la quía del desarrollador de los atajos de edición de la vista previa en el personalizador</a> y actualizar sus temas para aprovecharlos si no están ya implementando el refresco selectivo.</li>\n<li><strong>Diversas soluciones a fallos:</strong> Hemos hecho <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39200&amp;stop_rev=39143&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=">más de 50 cambios</a> la última semana.</li>\n</ul>\n<p>¿Hablas algún idioma además del inglés? <a href="https://translate.wordpress.org/projects/wp/dev">Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n<p><strong>Si crees que has encontrado un fallo</strong> puedes publicarlo en el  <a href="https://wordpress.org/support/forum/alphabeta">área Apha/Beta</a> de los foros de soporte.¡Estaremos encantados de escucharte! Si te sientes capaz de publicar un informe sobre un fallo <a href="https://make.wordpress.org/core/reports/">archívalo en el trac de WordPress</a>. Ahí también podrás encontrar una <a href="https://core.trac.wordpress.org/tickets/major">lista de fallos conocidos.</a></p>\n<p><em>Construyendo el futuro</em><br />\n<em>Una comunidad global</em><br />\n<em>Juntos somos más fuertes</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"https://es.wordpress.org/2016/11/11/wordpress-4-7-beta-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:51:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"2º Global WordPress Translation Day – ¡Anímate a traducir 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:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://es.wordpress.org/2016/11/10/2-global-wordpress-translation-day/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:79:"https://es.wordpress.org/2016/11/10/2-global-wordpress-translation-day/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Nov 2016 12:09: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:"category";a:4:{i:0;a:5:{s:4:"data";s:7:"General";s: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:12:"Traducciones";s: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:32:"Global WordPress Translation Day";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:13:"traducción";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=982";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:337:"&#160; El día 12 de noviembre de 2016 se celebra la segunda edición del Global WordPress Translation Day. El Global WordPress Translation Day es un evento que se celebra de forma global en todo el planeta, para traducir WordPress. Las comunidades locales de WordPress de todo el mundo se unen durante 24 horas para contribuir [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s: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:3431:"<p>&nbsp;</p>\n<p><img class="size-medium wp-image-989 alignleft" src="https://es.wordpress.org/files/2016/11/wapuu-spain-248x300.png" alt="" width="248" height="300" srcset="https://es.wordpress.org/files/2016/11/wapuu-spain-248x300.png 248w, https://es.wordpress.org/files/2016/11/wapuu-spain.png 509w" sizes="(max-width: 248px) 100vw, 248px" /></p>\n<p>El día 12 de noviembre de 2016 se celebra la <strong>segunda edición del Global WordPress Translation Day</strong>.</p>\n<p>El <strong>Global WordPress Translation Day</strong> es un evento que se celebra de forma global en todo el planeta, para traducir WordPress.</p>\n<p>Las comunidades locales de WordPress de todo el mundo se unen durante <strong>24 horas para contribuir en la traducción de Plugins y Temas</strong>.</p>\n<p>Uniremos fuerzas las comunidades locales de <b><a href="http://www.meetup.com/es-ES/WordPress-Majadahonda/">Majadahonda</a></b>, <b><a href="http://www.meetup.com/es-ES/WordPress-Collado-Villalba-Meetup/">Villalba</a></b>, <b><a href="http://www.meetup.com/es-ES/Rivas-WordPress-Meetup/">Rivas-Vaciamadrid</a></b>, <b><a href="http://www.meetup.com/es-ES/Alcala-de-Henares-WordPress-Meetup/">Alcalá de Henares</a></b> y <a href="https://www.meetup.com/es-ES/WordPress-Madrid/"><b>Madrid</b></a>.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><img class="alignnone size-full wp-image-984" src="https://es.wordpress.org/files/2016/11/gwtd-meetups-madrid.png" alt="" width="697" height="584" srcset="https://es.wordpress.org/files/2016/11/gwtd-meetups-madrid.png 697w, https://es.wordpress.org/files/2016/11/gwtd-meetups-madrid-300x251.png 300w" sizes="(max-width: 697px) 100vw, 697px" /></p>\n<p><strong>¡Y tú estás a tiempo de apuntarte en cualquiera de los enlaces de estas comunidades!</strong></p>\n<ul>\n<li><a href="https://www.meetup.com/es-ES/WordPress-Madrid/events/235321052/">Madrid WordPress Meetup</a></li>\n<li><a href="https://www.meetup.com/es-ES/WordPress-Collado-Villalba-Meetup/events/235321282/">Collado Villalba WordPress Meetup</a></li>\n<li><a href="https://www.meetup.com/es-ES/Alcala-de-Henares-WordPress-Meetup/events/235322974/">Alcalá de Henares WordPress Meetup</a></li>\n<li><a href="https://www.meetup.com/es-ES/Rivas-WordPress-Meetup/events/235324253/">Rivas WordPress Meetup</a></li>\n</ul>\n<a href="https://es.wordpress.org/2016/11/10/2-global-wordpress-translation-day/#gallery-982-1-slideshow">Haga click para ver el pase de diapositivas.</a>\n<p>Para ello nos reuniremos <strong>el sábado 12 de 11:00 a 15:00 horas</strong> en <strong><a href="https://goo.gl/maps/snrbG8cxGuk">las oficinas de SiteGround España</a></strong>, que las ha ofrecido amablemente, para ayudar a <strong>hacer más accesible WordPress para más gente en más idiomas</strong>.</p>\n<p><a href="https://goo.gl/maps/snrbG8cxGuk"><img class="alignnone size-large wp-image-983" src="https://es.wordpress.org/files/2016/11/gwtd-madrid-1024x544.png" alt="" width="692" height="368" srcset="https://es.wordpress.org/files/2016/11/gwtd-madrid-1024x544.png 1024w, https://es.wordpress.org/files/2016/11/gwtd-madrid-300x159.png 300w, https://es.wordpress.org/files/2016/11/gwtd-madrid-768x408.png 768w, https://es.wordpress.org/files/2016/11/gwtd-madrid.png 1440w" sizes="(max-width: 692px) 100vw, 692px" /></a></p>\n<p>Más información en la página oficial: <a class="linkified" href="https://wptranslationday.org/">https://wptranslationday.org/</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:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:76:"https://es.wordpress.org/2016/11/10/2-global-wordpress-translation-day/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:48:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 4.7 beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://es.wordpress.org/2016/11/05/wordpress-4-7-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"https://es.wordpress.org/2016/11/05/wordpress-4-7-beta-2/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 05 Nov 2016 11:04:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"4.7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=980";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:386:"¡Ya está disponible la beta 2 de WordPress 4.7! Este software está aún en fase de desarrollo, así que no te recomendamos que lo ejecutes en sitios en producción. Plantéate crear un sitio de pruebas para probar la nueva versión. Para probar WordPress 4.7 puedes usar el plugin WordPress Beta Tester  (querrás probar las versiones “bleeding edge nightlies”). O [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s: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:4656:"<p>¡Ya está disponible la beta 2 de WordPress 4.7!</p>\n<p><strong>Este software está aún en fase de desarrollo,</strong> así que no te recomendamos que lo ejecutes en sitios en producción. Plantéate crear un sitio de pruebas para probar la nueva versión. Para probar WordPress 4.7 puedes usar el plugin <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a>  (querrás probar las versiones “bleeding edge nightlies”). O puedes <a href="https://wordpress.org/wordpress-4.7-beta2.zip">descargar aquí la beta</a> (zip).</p>\n<p>Cambios notables desde <a href="https://es.wordpress.org/2016/10/29/wordpress-4-7-beta-1/">WordPress 4.7 Beta 1</a>:</p>\n<ul>\n<li><strong>Twenty Seventeen:</strong> El tema no se había instalado en las actualizaciones &#8211; ¡lo sentimos! Ahora deberías verlo si actualizas un sitio existente. También hay montones de soluciones a fallos, especialmente en las visualizaciones de la cabecera en pantallas pequeñas.</li>\n<li><strong>Atajos de edición:</strong> Están siempre visibles mientras editas (ocúltalos en pantallas grandes plegando los controles) y ahora debería funcionar correctamente en Firefox. (<a href="https://core.trac.wordpress.org/ticket/27403">#27403</a> y <a href="https://core.trac.wordpress.org/ticket/38532">#38532</a>)</li>\n<li><strong>REST API endpoints:</strong> Ha habido una buena cantidad de cambios la semana pasada; debes prestar atención a los siguientes:\n<ul>\n<li>El formato de la respuesta <code>DELETE</code> ha cambiado y podría necesitar revisión. (<a href="https://core.trac.wordpress.org/ticket/38494">#38494</a>)</li>\n<li>Permitidas las peticiones query para múltiples estados de publicación. (<a href="https://core.trac.wordpress.org/ticket/38420">#38420</a>)</li>\n<li>Devuelve un error cuando falla la decodificación de JSON. (<a href="https://core.trac.wordpress.org/ticket/38547">#38547</a>)</li>\n</ul>\n</li>\n<li><strong>Más notas para desarrolladores</strong>\n<ul>\n<li><a href="https://make.wordpress.org/core/2016/10/28/fine-grained-capabilities-for-taxonomy-terms-in-4-7/">Capacidades detalladas para las taxonomías de términos</a></li>\n<li><a href="https://make.wordpress.org/core/2016/10/29/wp_taxonomy-in-4-7/"><code>WP_Taxonomy</code></a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/02/wp_list_sort-and-wp_list_util-in-4-7/"><code>wp_list_sort()</code> and <code>WP_List_Util</code></a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/">Plantillas de tipo de entrada</a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/new-post-type-labels-in-4-7/">Nuevas etiquetas de tipo de contenido</a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/attributes-for-resource-hints-in-4-7/">Atributos para consejos sobre recursos</a></li>\n</ul>\n</li>\n<li><strong>Diversas soluciones a fallos:</strong> Hemos hecho <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=39142&amp;stop_rev=38995&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=">casi 150 cambios</a> la última semana.</li>\n</ul>\n<p>Para más información sobre las novedades de la versión 4.7 <a href="https://es.wordpress.org/2016/10/29/wordpress-4-7-beta-1/">echa un vistazo a la noticia sobre la Beta 1</a>.</p>\n<p>Si quieres un repaso más profundo de los principales cambios que hemos incorporado en la versión 4.7 <a href="https://make.wordpress.org/core/tag/4-7/">revisa las entradas con la etiqueta 4.7 del blog de desarrollo</a> o echa un vistazo a la <a href="https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=4.7&amp;group=component&amp;order=priority">lista de todo</a> lo que ha cambiado. Pronto habrá más notas para desarrolladores así que estate atento.</p>\n<p>¿Hablas algún idioma además del inglés? <a href="https://translate.wordpress.org/projects/wp/dev">Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n<p><strong>Si crees que has encontrado un fallo</strong> puedes publicarlo en el  <a href="https://wordpress.org/support/forum/alphabeta">área Apha/Beta</a> de los foros de soporte.¡Estaremos encantados de escucharte! Si te sientes capaz de publicar un informe sobre un fallo <a href="https://make.wordpress.org/core/reports/">archívalo en el trac de WordPress</a>. Ahí también podrás encontrar una <a href="https://core.trac.wordpress.org/tickets/major">lista de fallos conocidos.</a></p>\n<p>¡Felices pruebas!</p>\n<p><em>Ya es la hora</em><br />\n<em>Time for another beta</em><br />\n请您帮下忙!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"https://es.wordpress.org/2016/11/05/wordpress-4-7-beta-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:48:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 4.7 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://es.wordpress.org/2016/10/29/wordpress-4-7-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"https://es.wordpress.org/2016/10/29/wordpress-4-7-beta-1/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 29 Oct 2016 11:02: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"4.7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=971";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:386:"¡Ya está disponible la beta 1 de WordPress 4.7! Este software está aún en fase de desarrollo, así que no te recomendamos que lo ejecutes en sitios en producción. Plantéate crear un sitio de pruebas para probar la nueva versión. Para probar WordPress 4.7 puedes usar el plugin WordPress Beta Tester  (querrás probar las versiones “bleeding edge nightlies”). O [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s: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:7627:"<p>¡Ya está disponible la beta 1 de WordPress 4.7!</p>\n<p><strong>Este software está aún en fase de desarrollo,</strong> así que no te recomendamos que lo ejecutes en sitios en producción. Plantéate crear un sitio de pruebas para probar la nueva versión. Para probar WordPress 4.7 puedes usar el plugin <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a>  (querrás probar las versiones “bleeding edge nightlies”). O puedes <a href="https://wordpress.org/wordpress-4.7-beta1.zip">descargar aquí la beta</a> (zip).</p>\n<p>WordPress 4.7 está programada para que su lanzamiento sea el <a href="https://make.wordpress.org/core/4-7/">6 de diciembre</a> pero necesitamos tu ayuda para llegar a esa fecha a tiempo. Hemos estado trabajando en un montón de cosas, muchas de ellas para hacer que configurar tu sitio sea mucho más fácil. Aquí tienes algunos de los elementos principales a probar y que nos ayudará a descubrir la mayor cantidad de fallos posibles en las próximas semanas:</p>\n<ul>\n<li><a href="http://2017.wordpress.net/"><strong>Twenty Seventeen</strong></a> – Un tema totalmente nuevo que transformará tu sitio mediante imágenes destacadas impactantes, cabeceras de vídeo y subtítulos animados. Enfocado en sitios de negocios, incorpora varias secciones y zonas de widgets en portada, menús de navegación y sociales, un logo, y mucho más. Personaliza su rejilla asimétrica con un esquema de color personalizado y muestra tu contenido multimedia con los formatos de entrada. Nuestro tema por defecto para 2017 funciona de maravilla en muchos idiomas, para cualquier situación, y en cualquier dispositivo.</li>\n<li><strong>Cabeceras de vídeo</strong> – A veces un gran vídeo atmosférico como imagen de cabecera en movimiento es lo que necesitas para mostrar tus virtudes; anímate y pruébalo en Twenty Seventeen. ¿Necesitas algo de inspiración en vídeo? Prueba a buscar sitios que ofrezcan cabeceras de vídeo para descargar y uso.</li>\n<li><strong>Configura tu sitio al instante</strong> – Ya sea que quieras buscar e instalar temas desde el personlizador, o mostrar contenido de prueba con tu tema, o poner enlaces con clic que lleven directamente a editar un elemento en el panel de vista previa, o añadir páginas mientras creas un menú de navegación, o establecer una página estática como portada: lanzar un nuevo sitio listo para compartir con amigos y compañeros es más rápido y sencillo que nunca. Nota: el contenido de pruebas aparece cuando haces una vista previa en directo de sitios nuevos y solo está disponible en Twenty Seventeen. Pronto estará dipsonible también para otros temas, y quizás para sitios que ya tengan contenido en futuras versiones de WordPress.</li>\n<li><strong>CSS personalizado con vista previa en directo</strong> – ¿Alguna vez has necesitado ocultar o modificar el aspecto de algo en tu tema o plugin? Ahora puedes hacerlo con CSS y previsualizar en directo los resultados mientras personalizas tu sitio. CSS puede ser una herramienta poderosa; puede que descubras que ya no necesitarás más el editor de temas o usar temas hijos.</li>\n<li><strong>Idiomas de usuario en la administración</strong> – Solo porque tu sitio esté en un idioma no tiene porque implicar que todos los que te ayuden a gestionarlo prefieran ese idioma en la administración. Para probar esta funcionalidad tienes que tener más de un idioma instalado, y con ello permitirás que la opción de cambio de idioma esté disponible en tu perfil.</li>\n<li><strong>Vistas previas en miniatura de PDF</strong> – Al subir PDFs ahora se generarán imágenes en miniatura para que puedas distinguirlos más fácilmente entre el resto de tus documentos.</li>\n</ul>\n<p>Como simpre, también hay cambios excitantes para que exploren los desarrolladores, como:</p>\n<ul>\n<li><strong>REST API <em>content endpoints</em></strong> – Si haces pruebas como desarrollador prueba esto. Esta fase es particularmente útil para los que crean plugins, temas e interfaces de administración. ¿Puedes crear las cosas que necesitas? ¿Están listsas para esta versión? y ¿está el mundo preparado para ello? (<a href="https://core.trac.wordpress.org/ticket/38373">#38373</a>)</li>\n<li><strong><code>WP_Hook</code></strong> – Se ha revisado el código sobre el que se construyen las acciones y filtros. Lo más posible es que no te afecte pero si has usado el filtro <code>$wp_filter</code> global o has expeerimentado fallos raros en el pasado <a href="https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/">tómate un minuto para leer la nota de desarrollo</a> y comprueba tu código.</li>\n<li><a href="https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/"><strong>Acciones por lotes personalizadas</strong></a> – Filtra tablas ahora con más que simplemente la edición o el borrado en masa.</li>\n<li>Mejoras en la <a href="https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/"><strong>API de ajustes de registro</strong></a> a través de <code>register_setting()</code>.</li>\n<li>Para desarrolladores de temas: <strong>Plantillas de tipo de entrada</strong> (<a href="https://core.trac.wordpress.org/ticket/18375">#18375</a>)</li>\n<li><strong><a href="https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/">¡Más novedades para desarrolladores de temas!</a></strong></li>\n<li><strong>Cambio de idioma</strong> (<a href="https://core.trac.wordpress.org/ticket/26511">#26511</a>)</li>\n<li><a href="https://make.wordpress.org/core/2016/10/11/comment-allowed-checks-in-wordpress-4-7/"><strong>Las comprobaciones de comentarios permitidos</strong></a> es posible que rompan la compatibilidad con versioines anteriores.</li>\n</ul>\n<p>Si quieres un repaso más profundo de los principales cambios que hemos incorporado en la versión 4.7 <a href="https://make.wordpress.org/core/tag/4-7/">revisa las entradas con la etiqueta 4.7 del blog de desarrollo</a> o echa un vistazo a la <a href="https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=4.7&amp;group=component&amp;order=priority">lista de todo</a> lo que ha cambiado. Pronto habrá más notas para desarrolladores así que estate atento.</p>\n<p><strong>Si crees que has encontrado un fallo</strong> puedes publicarlo en el  <a href="https://wordpress.org/support/forum/alphabeta">área Apha/Beta</a> de los foros de soporte.¡Estaremos encantados de escucharte! Si te sientes capaz de publicar un informe sobre un fallo <a href="https://make.wordpress.org/core/reports/">archívalo en el trac de WordPress</a>. Ahí también podrás encontrar una <a href="https://core.trac.wordpress.org/tickets/major">lista de fallos conocidos.</a></p>\n<p>Felices pruebas y, por favor, disfruta de este extenso haiku, por cortesía de <a href="https://profiles.wordpress.org/ramiabraham">Rami Abraham</a><em>.</em></p>\n<p><em>Exquisitos endpoints</em><br />\n<em>Ensalzado de épicos exabytes</em><br />\n<em>Permitido a terrícolas</em></p>\n<p><em>Interfaces cuidadas</em><br />\n<em>Posiblemente equivocadas</em><br />\n<em>Elegante Personalizador</em></p>\n<p><em>Engarzado en el nuevo año</em><br />\n<em>Con elegancia y equilibrio</em><br />\n<em>Twenty Seventeen</em></p>\n<p><em>Engancha el gancho con limpieza</em><br />\n<em>17817</em><br />\n<em>Iteraciones limpias</em></p>\n<p><em>Administra en tu idioma<br />\nUn sitio, muchos idiomas<br />\nTodos hablamos WordPress</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"https://es.wordpress.org/2016/10/29/wordpress-4-7-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:45:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Cómo unirse al Slack de WordPress España";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://es.wordpress.org/2016/10/02/slack-wordpress-espana/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:68:"https://es.wordpress.org/2016/10/02/slack-wordpress-espana/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 02 Oct 2016 12:21: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"General";s: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:5:"slack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=940";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:423:"La comunidad de WordPress en España usamos Slack para toda la comunicación interna. Gracias a esta herramienta, los equipos de Traducciones, Core, Meetups o WordCamps se pueden coordinar de una manera ágil y colaborativa. El acceso es libre y gratuito; para ello seguiremos los siguientes pasos: Tener una cuenta en los foros de soporte de WordPress.org. Si no la tienes la puedes registrar aquí. Al [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Joan Artes";s: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:1060:"<p>La comunidad de WordPress en España usamos Slack para toda la comunicación interna. Gracias a esta herramienta, los equipos de Traducciones, Core, Meetups o WordCamps se pueden coordinar de una manera ágil y colaborativa.</p>\n<p>El acceso es libre y gratuito; para ello seguiremos los siguientes pasos:</p>\n<ol>\n<li>Tener una cuenta en los foros de soporte de WordPress.org. Si no la tienes la puedes <a href="https://wordpress.org/support/register.php">registrar aquí</a>.</li>\n<li>Al tener una cuenta de WordPress.org, automáticamente se te asignará un correo electrónico del estilo <em>[email protected]</em> a tu perfil.</li>\n<li>Registra la cuenta en Slack a través de <a href="https://wpes.slack.com/x-3450647039-86428764625/signup">este enlace</a> introduciendo tu nombre de usuario de WordPress.org.</li>\n<li>Inicia sesión en <a href="http://wpes.slack.com/">wpes.slack.com</a> e <a href="https://slack.com/downloads">instala las apps</a> en todos tus dispositivos.</li>\n<li>¡Nos vemos en el Slack!</li>\n</ol>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:64:"https://es.wordpress.org/2016/10/02/slack-wordpress-espana/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:51:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WordPress 4.6.1 – Actualización de seguridad y mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/2016/09/07/wordpress-4-6-1-actualizacion-de-seguridad-y-mantenimiento/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:104:"https://es.wordpress.org/2016/09/07/wordpress-4-6-1-actualizacion-de-seguridad-y-mantenimiento/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 07 Sep 2016 17:55: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:8:"category";a:4:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s: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:13:"Mantenimiento";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:9:"Seguridad";s: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:5:{s:4:"data";s:5:"4.6.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:31:"https://es.wordpress.org/?p=933";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:400:"Ya está disponible WordPress 4.6.1. Esta es una actualización de seguridad para todas las versiones anteriores y te animamos encarecidamente a actualizar todos tus sitios de inmediato. Las versiones de WordPress 4.6 y previas están afectadas por dos problemas de seguridad: una vulnerabilidad XSS (cross-site scripting)  a través de los nombres de archivo de las imágenes, informada [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s: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:3019:"<p>Ya está disponible WordPress 4.6.1. Esta es una <strong>actualización de seguridad</strong> para todas las versiones anteriores y te animamos encarecidamente a actualizar todos tus sitios de inmediato.</p>\n<p>Las versiones de WordPress 4.6 y previas están afectadas por dos problemas de seguridad: una vulnerabilidad XSS (cross-site scripting)  a través de los nombres de archivo de las imágenes, informada por el desarrollador de SumOfPwn <a href="https://twitter.com/cengizhansahin">Cengiz Han Sahin</a>; y una vulnerabilidad transversal de las rutas en el cargador de paquetes de actualizaciones, informado por <a href="https://dominikschilling.de/">Dominik Schilling</a>, del equipo de seguridad de WordPress.</p>\n<p>Gracias a todos los que han informado por practicar la <a href="https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/">difusión responsable</a>.</p>\n<p>Además de los anteriores problemas de seguridad, WordPress 4.6.1 soluciona 15 fallos desde la versión 4.6. Para más información revisa las <a href="https://codex.wordpress.org/Version_4.6.1">notas de la versión</a> o consulta la <a href="https://core.trac.wordpress.org/query?milestone=4.6.1">lista de cambios</a>.</p>\n<p><a href="https://wordpress.org/download/">Descarga WordPress 4.6.1</a> o ve a tu Dashboard → Actualizaciones y simplemente haz clic en “Actualizar ahora.” Los sitios compatibles con las actualizaciones automáticas en segundo plano ya están empezando a actualizarse a WordPress 4.6.1.</p>\n<p>Gracias a todos los que han contribuido a la versión 4.6.1:</p>\n<p><a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/gitlost">bonger</a>, <a href="https://profiles.wordpress.org/boonebgorges">Boone Gorges</a>, <a href="https://profiles.wordpress.org/chaos-engine">Chaos Engine</a>, <a href="https://profiles.wordpress.org/danielkanchev">Daniel Kanchev</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>,<a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/flixos90">Felix Arntz</a>, <a href="https://profiles.wordpress.org/frozzare">Fredrik Forsmo</a>, <a href="https://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/geminorum">geminorum</a>, <a href="https://profiles.wordpress.org/iandunn">Ian Dunn</a>,<a href="https://profiles.wordpress.org/ionutst">Ionut Stanciu</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/clorith">Marius L. J. (Clorith)</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/rpayne7264">Robert D Payne</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, y <a href="https://profiles.wordpress.org/nmt90">Triet Minh</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:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:100:"https://es.wordpress.org/2016/09/07/wordpress-4-6-1-actualizacion-de-seguridad-y-mantenimiento/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:57:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 4.6 Pepper";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://es.wordpress.org/2016/08/16/wordpress-4-6-pepper/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"https://es.wordpress.org/2016/08/16/wordpress-4-6-pepper/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 16 Aug 2016 21:18:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:6:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"4.6";s: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:7:"España";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:8:"español";s: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:5:{s:4:"data";s:5:"es_ES";s: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:5:{s:4:"data";s:9:"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:31:"https://es.wordpress.org/?p=923";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:381:"La versión 4.6 de WordPress, denominada Pepper en honor al saxofonista barí­tono de jazz Park Frederick Pepper Adams III, ya está¡ disponible para descargar o actualizar en tu escritorio de WordPress. Las nuevas características de la versión 4.6 te ayudarán a enfocarte en lo importante al tiempo que te sientas más como en casa. Actualizaciones simplificadas [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s: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:81462:"<p>La versión 4.6 de WordPress, denominada Pepper en honor al saxofonista barí­tono de jazz Park Frederick Pepper Adams III, ya está¡ disponible para descargar o actualizar en tu escritorio de WordPress. Las nuevas características de la versión 4.6 te ayudarán a enfocarte en lo importante al tiempo que te sientas más como en casa.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/GbdhpGF3?defaultLangCode=es&amp;hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<h2>Actualizaciones simplificadas</h2>\n<p><img class="wp-image-4454 size-large alignnone" src="https://i0.wp.com/wordpress.org/news/files/2016/08/streamlined-updates.png?resize=632%2C379&amp;ssl=1" width="632" height="379" /></p>\n<p>No pierdas la silla: quédate en la misma página mientras actualizas, instalas y borras tus temas y plugins.</p>\n<hr />\n<h2>Fuentes nativas</h2>\n<p><img class="wp-image-4455 size-large alignnone" src="https://i2.wp.com/wordpress.org/news/files/2016/08/native-fonts.png?resize=632%2C379&amp;ssl=1" width="632" height="379" /></p>\n<p>Ahora el escritorio de WordPress aprovecha las fuentes que ya tengas, haciendo que cargue más rápido y permitiéndote sentirte más como en casa desde cualquier dispositivo que uses.</p>\n<hr />\n<h2>Mejoras en el editor</h2>\n<div>\n<h3>Comprobador de enlaces integrado</h3>\n<p><img class="wp-image-4456 size-full alignnone" src="https://i1.wp.com/wordpress.org/news/files/2016/08/inline-link-checker.png?resize=632%2C379&amp;ssl=1" width="303" height="182" /></p>\n<p>¿Alguna vez has enlazado accidentalmente a https://wordpress.org/ejemplo.org? Ahora WordPress comprueba automáticamente para asegurarse de que no lo hagas.</p>\n</div>\n<div>\n<h3>Recuperación de contenido</h3>\n<p><img class="wp-image-4457 size-full alignnone" src="https://i1.wp.com/wordpress.org/news/files/2016/08/content-recovery.png?resize=632%2C379&amp;ssl=1" width="303" height="182" /></p>\n<p>Mientras tecleas, WordPress guarda tu contenido en el navegador. Recuperar el contenido guardado es incluso más fácil con WordPress 4.6.</p>\n</div>\n<hr />\n<h2>Bajo el capó</h2>\n<h3>Consejos sobre recursos</h3>\n<p><a href="https://make.wordpress.org/core/2016/07/06/resource-hints-in-4-6/">Los consejos sobre recursos ayudan a los navegadores</a> a decidir qué recursos cargar y procesar inicialmente. WordPress 4.6 los añade automáticamente a tus estilos y scripts para hacer tu sitio aún más rápido</p>\n<h3>Peticiones robustas</h3>\n<p>La API HTTP ahora equilibra la biblioteca de peticiones, mejorando la compatibilidad estándar con HTTP, añadiendo cabeceras que distinguen entre mayúsculas y minúsculas, peticiones HTTP paralelas y compatibilidad con nombres de dominio internacionales.</p>\n<h3><code>WP_Term_Query</code> y <code>WP_Post_Type</code></h3>\n<p>Una nueva clase <a href="https://developer.wordpress.org/reference/classes/wp_term_query">WP_Term_Query</a> añade flexibilidad a la información de peticiones de términos y un nuevo objeto <a href="https://developer.wordpress.org/reference/classes/wp_post_type">WP_Post_Type</a> hace que interactuar con tipos de contenido sea más intuitivo.</p>\n<h3>Meta Registration API</h3>\n<p>La Meta Registration API <a href="https://make.wordpress.org/core/2016/07/08/enhancing-register_meta-in-4-6/">se ha extendido</a> para que sea compatible con tipos, descripciones, y con la visibilidad de la REST API.</p>\n<h3>Traducciones a voluntad</h3>\n<p>WordPress instalara y usara los paquetes de idioma más recientes en tus plugins y temas en cuando los tengan disponibles <a href="https://translate.wordpress.org/">la comunidad de traductores de WordPress.org</a>.</p>\n<h3>Actualizaciones en la biblioteca de JavaScript</h3>\n<p>Se han incluido Masonry 3.3.2, imagesLoaded 3.2.0, MediaElement.js 2.22.0, TinyMCE 4.4.1, y Backbone.js 1.3.3.</p>\n<h3>APIs del Personalizador para validación de ajustes y avisos</h3>\n<p>Los ajustes tienen ahora <a href="https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/">una API para hacer cumplir restricciones de validación</a>. Igualmente, el personalizador gestiona ahora notificaciones de soporte, que se utilizan para mostrar errores de validación en vez de fallar y pasar inadvertidos.</p>\n<h3>Multisitio ahora más rápido que nunca</h3>\n<p>Cacheos y queries de sitio exhaustivas mejoran tu experiencia de administración de la red. Añadiendo  <a href="https://developer.wordpress.org/reference/classes/wp_site_query">WP_Site_Query</a> y <a href="https://developer.wordpress.org/reference/classes/wp_network_query">WP_Network_Query</a>  se hace más fácil las queries personalizadas.</p>\n<hr />\n<h2>El equipo</h2>\n<p>Esta versión la ha liderado <a href="https://dominikschilling.de/">Dominik Schilling</a>, apoyado por <a href="https://www.garthmortensen.com/">Garth Mortensen</a> como delegado de la versión y con la ayuda de esta fantástica gente. 272 colaboradores que han realizado propuestas para esta versión. Pon algo de Pepper Adams en tu servicio de música preferido y echa un vistazo a sus perfiles:</p>\n<p><a href="https://profiles.wordpress.org/a5hleyrich">A5hleyRich</a>, <a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/achbed">achbed</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/adamsoucie">Adam Soucie</a>, <a href="https://profiles.wordpress.org/adrianosilvaferreira">Adriano Ferreira</a>,<a href="https://profiles.wordpress.org/afineman">afineman</a>, <a href="https://profiles.wordpress.org/mrahmadawais">Ahmad Awais</a>, <a href="https://profiles.wordpress.org/aidvu">aidvu</a>, <a href="https://profiles.wordpress.org/akibjorklund">Aki Björklund</a>, <a href="https://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="https://profiles.wordpress.org/xavortm">Alex Dimitrov</a>, <a href="https://profiles.wordpress.org/alexkingorg">Alex King</a>,<a href="https://profiles.wordpress.org/viper007bond">Alex Mills (Viper007Bond)</a>, <a href="https://profiles.wordpress.org/alexvandervegt">alexvandervegt</a>, <a href="https://profiles.wordpress.org/ambrosey">Alice Brosey</a>, <a href="https://profiles.wordpress.org/aaires">Ana Aires</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>,<a href="https://profiles.wordpress.org/andg">Andrea Gandino</a>, <a href="https://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/rockwell15">Andrew Rockwell</a>, <a href="https://profiles.wordpress.org/afragen">Andy Fragen</a>, <a href="https://profiles.wordpress.org/andizer">Andy Meerwaldt</a>, <a href="https://profiles.wordpress.org/andy">Andy Skelton</a>, <a href="https://profiles.wordpress.org/anilbasnet">Anil Basnet</a>, <a href="https://profiles.wordpress.org/ankit-k-gupta">Ankit K Gupta</a>, <a href="https://profiles.wordpress.org/anneschmidt">anneschmidt</a>, <a href="https://profiles.wordpress.org/zuige">Antti Kuosmanen</a>, <a href="https://profiles.wordpress.org/ideag">Arunas Liuiza</a>, <a href="https://profiles.wordpress.org/barry">Barry</a>, <a href="https://profiles.wordpress.org/barryceelen">Barry Ceelen</a>, <a href="https://profiles.wordpress.org/bassgang">bassgang</a>, <a href="https://profiles.wordpress.org/kau-boy">Bernhard Kau</a>, <a href="https://profiles.wordpress.org/birgire">Birgir Erlendsson (birgire)</a>, <a href="https://profiles.wordpress.org/bobbingwide">bobbingwide</a>, <a href="https://profiles.wordpress.org/boonebgorges">Boone B. Gorges</a>, <a href="https://profiles.wordpress.org/bradt">Brad Touesnard</a>, <a href="https://profiles.wordpress.org/kraftbj">Brandon Kraft</a>,<a href="https://profiles.wordpress.org/brianvan">brianvan</a>, <a href="https://profiles.wordpress.org/borgesbruno">Bruno Borges</a>, <a href="https://profiles.wordpress.org/bpetty">Bryan Petty</a>, <a href="https://profiles.wordpress.org/purcebr">Bryan Purcell</a>, <a href="https://profiles.wordpress.org/chandrapatel">Chandra Patel</a>, <a href="https://profiles.wordpress.org/chouby">Chouby</a>, <a href="https://profiles.wordpress.org/chriscct7">Chris Christoff (chriscct7)</a>, <a href="https://profiles.wordpress.org/chris_dev">Chris Mok</a>, <a href="https://profiles.wordpress.org/c3mdigital">Chris Olbekson</a>, <a href="https://profiles.wordpress.org/cfinke">Christopher Finke</a>, <a href="https://profiles.wordpress.org/christophherr">christophherr</a>,<a href="https://profiles.wordpress.org/cliffseal">Cliff Seal</a>, <a href="https://profiles.wordpress.org/clubduece">clubduece</a>, <a href="https://profiles.wordpress.org/cmillerdev">cmillerdev</a>, <a href="https://profiles.wordpress.org/craig-ralston">Craig Ralston</a>, <a href="https://profiles.wordpress.org/crstauf">crstauf</a>, <a href="https://profiles.wordpress.org/dabnpits">dabnpits</a>, <a href="https://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber</a>,<a href="https://profiles.wordpress.org/danielhuesken">Daniel Hüsken</a>, <a href="https://profiles.wordpress.org/mte90">Daniele Scasciafratte</a>, <a href="https://profiles.wordpress.org/dashaluna">dashaluna</a>, <a href="https://profiles.wordpress.org/davewarfel">davewarfel</a>, <a href="https://profiles.wordpress.org/davidakennedy">David A. Kennedy</a>,<a href="https://profiles.wordpress.org/davidanderson">David Anderson</a>, <a href="https://profiles.wordpress.org/dbrumbaugh10up">David Brumbaugh</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/davidmosterd">David Mosterd</a>,<a href="https://profiles.wordpress.org/dshanske">David Shanske</a>, <a href="https://profiles.wordpress.org/valendesigns">Derek Herman</a>, <a href="https://profiles.wordpress.org/downstairsdev">Devin Price</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/dougwollison">Doug Wollison</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</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/ericlewis">Eric Andrew Lewis</a>, <a href="https://profiles.wordpress.org/ethitter">Erick Hitter</a>, <a href="https://profiles.wordpress.org/fab1en">Fabien Quatravaux</a>,<a href="https://profiles.wordpress.org/faison">Faison</a>, <a href="https://profiles.wordpress.org/flixos90">Felix Arntz</a>, <a href="https://profiles.wordpress.org/flyingdr">flyingdr</a>, <a href="https://profiles.wordpress.org/foliovision">FolioVision</a>, <a href="https://profiles.wordpress.org/francescobagnoli">francescobagnoli</a>, <a href="https://profiles.wordpress.org/bueltge">Frank Bueltge</a>, <a href="https://profiles.wordpress.org/frank-klein">Frank Klein</a>,<a href="https://profiles.wordpress.org/efarem">Frank Martin</a>, <a href="https://profiles.wordpress.org/frozzare">Fredrik Forsmo</a>, <a href="https://profiles.wordpress.org/mintindeed">Gabriel Koen</a>, <a href="https://profiles.wordpress.org/gma992">Gabriel Maldonado</a>, <a href="https://profiles.wordpress.org/pento">Gary Pendergast</a>,<a href="https://profiles.wordpress.org/gblsm">gblsm</a>, <a href="https://profiles.wordpress.org/geekysoft">Geeky Software</a>, <a href="https://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="https://profiles.wordpress.org/hardeepasrani">Hardeep Asrani</a>, <a href="https://profiles.wordpress.org/helen">Helen Hou-Sandí</a>, <a href="https://profiles.wordpress.org/henrywright">Henry Wright</a>, <a href="https://profiles.wordpress.org/hugobaeta">Hugo Baeta</a>, <a href="https://profiles.wordpress.org/polevaultweb">Iain Poulson</a>, <a href="https://profiles.wordpress.org/iandunn">Ian Dunn</a>, <a href="https://profiles.wordpress.org/igmoweb">Ignacio Cruz Moreno</a>, <a href="https://profiles.wordpress.org/imath">imath</a>, <a href="https://profiles.wordpress.org/inderpreet99">Inderpreet Singh</a>, <a href="https://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/macmanx">James Huff</a>, <a href="https://profiles.wordpress.org/underdude">Janne Ala-Äijälä</a>, <a href="https://profiles.wordpress.org/jaspermdegroot">Jasper de Groot</a>, <a href="https://profiles.wordpress.org/javorszky">javorszky</a>, <a href="https://profiles.wordpress.org/jfarthing84">Jeff Farthing</a>, <a href="https://profiles.wordpress.org/cheffheid">Jeffrey de Wit</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/endocreative">Jeremy Green</a>, <a href="https://profiles.wordpress.org/jeherve">Jeremy Herve</a>, <a href="https://profiles.wordpress.org/jmichaelward">Jeremy Ward</a>, <a href="https://profiles.wordpress.org/jerrysarcastic">Jerry Bates (jerrysarcastic)</a>, <a href="https://profiles.wordpress.org/jesin">Jesin A</a>, <a href="https://profiles.wordpress.org/jipmoors">Jip Moors</a>, <a href="https://profiles.wordpress.org/jnylen0">jnylen0</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/joelwills">Joel Williams</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/johnjamesjacoby">John James Jacoby</a>, <a href="https://profiles.wordpress.org/johnpgreen">John P. Green</a>, <a href="https://profiles.wordpress.org/john_schlick">John_Schlick</a>, <a href="https://profiles.wordpress.org/kenshino">Jon (Kenshino)</a>, <a href="https://profiles.wordpress.org/jbrinley">Jonathan Brinley</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/josephscott">Joseph Scott</a>, <a href="https://profiles.wordpress.org/shelob9">Josh Pollock</a>, <a href="https://profiles.wordpress.org/joshuagoodwin">Joshua Goodwin</a>, <a href="https://profiles.wordpress.org/jpdavoutian">jpdavoutian</a>, <a href="https://profiles.wordpress.org/jrf">jrf</a>, <a href="https://profiles.wordpress.org/jsternberg">jsternberg</a>,<a href="https://profiles.wordpress.org/juanfra">Juanfra Aldasoro</a>, <a href="https://profiles.wordpress.org/juhise">Juhi Saxena</a>, <a href="https://profiles.wordpress.org/julesaus">julesaus</a>, <a href="https://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="https://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/khag7">Kevin Hagerty</a>,<a href="https://profiles.wordpress.org/ixkaito">Kite</a>, <a href="https://profiles.wordpress.org/kjbenk">kjbenk</a>, <a href="https://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/kurtpayne">Kurt Payne</a>, <a href="https://profiles.wordpress.org/offereins">Laurens Offereins</a>, <a href="https://profiles.wordpress.org/lukecavanagh">Luke Cavanagh</a>, <a href="https://profiles.wordpress.org/latz">Lutz Schröer</a>, <a href="https://profiles.wordpress.org/mpol">Marcel Pol</a>, <a href="https://profiles.wordpress.org/clorith">Marius L. J. (Clorith)</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/martinkrcho">martin.krcho</a>, <a href="https://profiles.wordpress.org/mattmiklic">Matt Miklic</a>, <a href="https://profiles.wordpress.org/matt">Matt Mullenweg</a>, <a href="https://profiles.wordpress.org/borkweb">Matthew Batchelder</a>, <a href="https://profiles.wordpress.org/mattyrob">mattyrob</a>, <a href="https://profiles.wordpress.org/wzislam">Mayeenul Islam</a>, <a href="https://profiles.wordpress.org/mdwheele">mdwheele</a>, <a href="https://profiles.wordpress.org/medariox">medariox</a>, <a href="https://profiles.wordpress.org/mehulkaklotar">Mehul Kaklotar</a>, <a href="https://profiles.wordpress.org/meitar">Meitar</a>,<a href="https://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="https://profiles.wordpress.org/michaelarestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michael-arestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michaelbeil">Michael Beil</a>, <a href="https://profiles.wordpress.org/mbijon">Mike Bijon</a>, <a href="https://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="https://profiles.wordpress.org/mikeschroder">Mike Schroder</a>, <a href="https://profiles.wordpress.org/dimadin">Milan Dinić</a>, <a href="https://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="https://profiles.wordpress.org/mt8biz">moto hachi ( mt8.biz )</a>, <a href="https://profiles.wordpress.org/m_uysl">Mustafa Uysal</a>, <a href="https://profiles.wordpress.org/nextendweb">Nextendweb</a>, <a href="https://profiles.wordpress.org/niallkennedy">Niall Kennedy</a>, <a href="https://profiles.wordpress.org/nicholas_io">nicholas_io</a>, <a href="https://profiles.wordpress.org/celloexpressions">Nick Halsey</a>, <a href="https://profiles.wordpress.org/nikschavan">Nikhil Chavan</a>, <a href="https://profiles.wordpress.org/rabmalin">Nilambar Sharma</a>, <a href="https://profiles.wordpress.org/ninos-ego">Ninos</a>, <a href="https://profiles.wordpress.org/alleynoah">Noah</a>, <a href="https://profiles.wordpress.org/noahsilverstein">noahsilverstein</a>, <a href="https://profiles.wordpress.org/odysseygate">odyssey</a>, <a href="https://profiles.wordpress.org/olarmarius">Olar Marius</a>, <a href="https://profiles.wordpress.org/ovann86">ovann86</a>, <a href="https://profiles.wordpress.org/pansotdev">pansotdev</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/paulwilde">Paul Wilde</a>, <a href="https://profiles.wordpress.org/pavelevap">pavelevap</a>, <a href="https://profiles.wordpress.org/pcarvalho">pcarvalho</a>, <a href="https://profiles.wordpress.org/westi">Peter Westwood</a>,<a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/peterrknight">PeterRKnight</a>, <a href="https://profiles.wordpress.org/walbo">Petter Walbø JohnsgÃ¥rd</a>, <a href="https://profiles.wordpress.org/petya">Petya Raykovska</a>, <a href="https://profiles.wordpress.org/wizzard_">Pieter</a>, <a href="https://profiles.wordpress.org/pollett">Pollett</a>,<a href="https://profiles.wordpress.org/postpostmodern">postpostmodern</a>, <a href="https://profiles.wordpress.org/presskopp">Presskopp</a>, <a href="https://profiles.wordpress.org/prettyboymp">prettyboymp</a>, <a href="https://profiles.wordpress.org/r-a-y">r-a-y</a>, <a href="https://profiles.wordpress.org/rachelbaker">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rafaelangeline">rafaelangeline</a>,<a href="https://profiles.wordpress.org/zetaraffix">raffaella isidori</a>, <a href="https://profiles.wordpress.org/rahulsprajapati">Rahul Prajapati</a>, <a href="https://profiles.wordpress.org/ramiy">Rami Yushuvaev</a>, <a href="https://profiles.wordpress.org/ojrask">Rask</a>, <a href="https://profiles.wordpress.org/rianrietveld">Rian Rietveld </a>, <a href="https://profiles.wordpress.org/iamfriendly">Richard Tape</a>,<a href="https://profiles.wordpress.org/littlerchicken">Robin Cornett</a>, <a href="https://profiles.wordpress.org/rodrigosprimo">Rodrigo Primo</a>, <a href="https://profiles.wordpress.org/ronalfy">Ronald Huereca</a>, <a href="https://profiles.wordpress.org/ruudjoyo">Ruud Laan</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/soean">Sören Wrede</a>, <a href="https://profiles.wordpress.org/samantha-miller">Samantha Miller</a>, <a href="https://profiles.wordpress.org/solarissmoke">Samir Shah</a>, <a href="https://profiles.wordpress.org/rosso99">Sara Rosso</a>, <a href="https://profiles.wordpress.org/schlessera">schlessera</a>, <a href="https://profiles.wordpress.org/scottbasgaard">Scott Basgaard</a>, <a href="https://profiles.wordpress.org/sc0ttkclark">Scott Kingsley Clark</a>, <a href="https://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="https://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="https://profiles.wordpress.org/screamingdev">screamingdev</a>, <a href="https://profiles.wordpress.org/sebastianpisula">Sebastian Pisula</a>, <a href="https://profiles.wordpress.org/semil">semil</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/shahpranaf">shahpranaf</a>, <a href="https://profiles.wordpress.org/sidati">Sidati</a>, <a href="https://profiles.wordpress.org/neverything">Silvan Hagen</a>, <a href="https://profiles.wordpress.org/simonvik">Simon Vikström</a>,<a href="https://profiles.wordpress.org/sirjonathan">sirjonathan</a>, <a href="https://profiles.wordpress.org/smerriman">smerriman</a>, <a href="https://profiles.wordpress.org/southp">southp</a>, <a href="https://profiles.wordpress.org/metodiew">Stanko Metodiev</a>, <a href="https://profiles.wordpress.org/stephdau">Stephane Daury (stephdau)</a>,<a href="https://profiles.wordpress.org/coderste">Stephen</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stephenharris">Stephen Harris</a>, <a href="https://profiles.wordpress.org/stevenkword">Steven Word</a>, <a href="https://profiles.wordpress.org/stubgo">stubgo</a>, <a href="https://profiles.wordpress.org/sudar">Sudar Muthu</a>,<a href="https://profiles.wordpress.org/patilswapnilv">Swapnil V. Patil</a>, <a href="https://profiles.wordpress.org/tacoverdo">Taco Verdonschot</a>, <a href="https://profiles.wordpress.org/iamtakashi">Takashi Irie</a>, <a href="https://profiles.wordpress.org/karmatosed">Tammie Lister</a>, <a href="https://profiles.wordpress.org/tlovett1">Taylor Lovett</a>,<a href="https://profiles.wordpress.org/themiked">theMikeD</a>, <a href="https://profiles.wordpress.org/thomaswm">thomaswm</a>, <a href="https://profiles.wordpress.org/tfrommen">Thorsten Frommen</a>, <a href="https://profiles.wordpress.org/timothyblynjacobs">Timothy Jacobs</a>, <a href="https://profiles.wordpress.org/tloureiro">tloureiro</a>, <a href="https://profiles.wordpress.org/travisnorthcutt">Travis Northcutt</a>, <a href="https://profiles.wordpress.org/grapplerulrich">Ulrich</a>, <a href="https://profiles.wordpress.org/unyson">Unyson</a>, <a href="https://profiles.wordpress.org/szepeviktor">Viktor Szépe</a>, <a href="https://profiles.wordpress.org/vishalkakadiya">Vishal Kakadiya</a>, <a href="https://profiles.wordpress.org/vortfu">vortfu</a>, <a href="https://profiles.wordpress.org/svovaf">vovafeldman</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/wp_smith">wp_smith</a>, <a href="https://profiles.wordpress.org/wpfo">wpfo</a>, <a href="https://profiles.wordpress.org/xavivars">Xavi Ivars</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/tollmanz">Zack Tollman</a>, y <a href="https://profiles.wordpress.org/zakb8">zakb8</a>.</p>\n<p>Especial agradecimiento a <a href="https://jerrysarcastic.com/">Jerry Bates</a> por producir el vídeo de la versión, y a <a href="http://hugobaeta.com/">Hugo Baeta</a> por ofrecer los gráficos de promoción.</p>\n<h3 class="wp-people-group">Traductores</h3>\n<p>Finalmente, gracias a toda la comunidad de traductores que han trabajado en WordPress 4.6. Su esfuerzo ha hecho posible que WordPress 4.6 está disponible en 52 idiomas. El ví­deo de WordPress 4.6 se ha subtitulado a 43 idiomas.</p>\n<h2>General Translation Editors</h2>\n<ul class="validators">\n<li><a class="user-avatar" href="https://profiles.wordpress.org/balfer"><img id="grav-0e5b7c3ba4098e8e6de2c3b3faf2562c-0" class="avatar avatar-50 photo grav-hashed" src="https://secure.gravatar.com/avatar/0e5b7c3ba4098e8e6de2c3b3faf2562c?s=50&amp;d=mm&amp;r=g" alt="" width="50" height="50" /></a><a class="user-name" href="https://profiles.wordpress.org/balfer">Dario BF</a><span class="user-slack">@balfer on <a href="https://make.wordpress.org/chat/">Slack</a></span></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/fernandot"><img id="grav-eb05d8c5ce1b11564c3e948b62afd3e5-0" class="avatar avatar-50 photo grav-hashed" src="https://secure.gravatar.com/avatar/eb05d8c5ce1b11564c3e948b62afd3e5?s=50&amp;d=mm&amp;r=g" alt="" width="50" height="50" /></a><a class="user-name" href="https://profiles.wordpress.org/fernandot">Fernando Tellado</a><span class="user-slack">@fernandot on <a href="https://make.wordpress.org/chat/">Slack</a></span></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/koke"><img id="grav-5b415e3c9c245e557af9f580eeb8760a-0" class="avatar avatar-50 photo grav-hashed" src="https://secure.gravatar.com/avatar/5b415e3c9c245e557af9f580eeb8760a?s=50&amp;d=mm&amp;r=g" alt="" width="50" height="50" /></a><a class="user-name" href="https://profiles.wordpress.org/koke">Jorge Bernal</a><span class="user-slack">@koke on <a href="https://make.wordpress.org/chat/">Slack</a></span></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/jconti"><img id="grav-a8ad764180e6ca64e02f372da1221b7f-0" class="avatar avatar-50 photo grav-hashed" src="https://secure.gravatar.com/avatar/a8ad764180e6ca64e02f372da1221b7f?s=50&amp;d=mm&amp;r=g" alt="" width="50" height="50" /></a><a class="user-name" href="https://profiles.wordpress.org/jconti">Jose Conti</a><span class="user-slack">@j.conti on <a href="https://make.wordpress.org/chat/">Slack</a></span></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/luisrull"><img id="grav-4b4bf6df8d444bc2e13ac57a61f704b4-0" class="avatar avatar-50 photo grav-hashed" src="https://secure.gravatar.com/avatar/4b4bf6df8d444bc2e13ac57a61f704b4?s=50&amp;d=mm&amp;r=g" alt="" width="50" height="50" /></a><a class="user-name" href="https://profiles.wordpress.org/luisrull">Luis Rull</a><span class="user-slack">@luisrull on <a href="https://make.wordpress.org/chat/">Slack</a></span></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/bi0xid"><img id="grav-e30f51c872aac97f6c8b0bb2c20e0f24-0" class="avatar avatar-50 photo grav-hashed" src="https://secure.gravatar.com/avatar/e30f51c872aac97f6c8b0bb2c20e0f24?s=50&amp;d=mm&amp;r=g" alt="" width="50" height="50" /></a><a class="user-name" href="https://profiles.wordpress.org/bi0xid">Rafa Poveda</a><span class="user-slack">@bi0xid on <a href="https://make.wordpress.org/chat/">Slack</a></span></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/_dorsvenabili"><img id="grav-66591c6fe9d12579cd537b0f1429c011-0" class="avatar avatar-50 photo grav-hashed" src="https://secure.gravatar.com/avatar/66591c6fe9d12579cd537b0f1429c011?s=50&amp;d=mm&amp;r=g" alt="" width="50" height="50" /></a><a class="user-name" href="https://profiles.wordpress.org/_dorsvenabili">Rocio Valdivia</a><span class="user-slack">@rocio on <a href="https://make.wordpress.org/chat/">Slack</a></span></li>\n</ul>\n<h2>Project Translation Editors</h2>\n<ul class="validators project-validators">\n<li><a class="user-avatar" href="https://profiles.wordpress.org/aicragellebasi"><img id="grav-aa59ca25ec72d7c77039312b450dcd69-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/aa59ca25ec72d7c77039312b450dcd69?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/aicragellebasi">aicragellebasi</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/antony_salas"><img id="grav-506274b5f9fc7c1e8266bd8eddb8b55a-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/506274b5f9fc7c1e8266bd8eddb8b55a?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/antony_salas">Antony</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/apasionados"><img id="grav-52eec3b3619a358ec61e05cf471846ca-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/52eec3b3619a358ec61e05cf471846ca?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/apasionados">apasionados</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/bherrero"><img id="grav-5ee3ee6b5646ea48d3f3907edeca0366-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/5ee3ee6b5646ea48d3f3907edeca0366?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/bherrero">Borja Herrero</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/brogiteco"><img id="grav-52742a9472f791b84113eab5d1a4c14c-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/52742a9472f791b84113eab5d1a4c14c?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/brogiteco">brogiteco</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/hiwhatsup"><img id="grav-396669a65ef1a6fe90abb26a86191d16-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/396669a65ef1a6fe90abb26a86191d16?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/hiwhatsup">Carlos Zuniga</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/charadani"><img id="grav-b5b95ed7e64f45cfd4704141e9ab4da7-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/b5b95ed7e64f45cfd4704141e9ab4da7?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/charadani">charadani</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/cpolo"><img id="grav-49cd3db65b1705120fa08c9e69a51040-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/49cd3db65b1705120fa08c9e69a51040?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/cpolo">cpolo</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/davilera"><img id="grav-fd9a4ef5e8c94fc90a7cef16fa8553a5-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/fd9a4ef5e8c94fc90a7cef16fa8553a5?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/davilera">David Aguilera</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/davidsandoval"><img id="grav-aca405d6dca8efd61eb927aa7dbdac3d-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/aca405d6dca8efd61eb927aa7dbdac3d?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/davidsandoval">David Sandoval</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/edurramos"><img id="grav-d4df900c4ab228db45028940f0475ddd-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/d4df900c4ab228db45028940f0475ddd?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/edurramos">edurramos</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/enriquejros"><img id="grav-cc9412d9225d7870f6b61f1a65f3d969-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/cc9412d9225d7870f6b61f1a65f3d969?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/enriquejros">Enrique J. Ros</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/erchache2000"><img id="grav-5eaf7afbcad224aeb6e3006404561748-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/5eaf7afbcad224aeb6e3006404561748?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/erchache2000">erchache2000</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/flixos90"><img id="grav-55035b4301c3710ff0fc65d7231af18d-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/55035b4301c3710ff0fc65d7231af18d?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/flixos90">Felix Arntz</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/henrygr"><img id="grav-00f9155208f371ae3d86bc7763764479-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/00f9155208f371ae3d86bc7763764479?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/henrygr">HenryGR</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/hristo-sg"><img id="grav-e4bd58b1bb0d1540d4e32a74e3452f49-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/e4bd58b1bb0d1540d4e32a74e3452f49?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/hristo-sg">Hristo Pandjarov</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/hugo_mv"><img id="grav-eef0d2664eadf5405acf76caf85b09c6-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/eef0d2664eadf5405acf76caf85b09c6?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/hugo_mv">Hugo_mv</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/hyno"><img id="grav-d1f96c48c99680c0ab922b7c250a8774-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/d1f96c48c99680c0ab922b7c250a8774?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/hyno">Hyno</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/ivanrf"><img id="grav-395e266a598280b39dfe358ae331320d-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/395e266a598280b39dfe358ae331320d?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/ivanrf">IvanRF</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/jmviade"><img id="grav-6969d6b3c7cf745f678d19c1accd337b-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/6969d6b3c7cf745f678d19c1accd337b?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/jmviade">jmviade</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/jsousa"><img id="grav-7c51124661a71527ed6413646d272d40-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/7c51124661a71527ed6413646d272d40?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/jsousa">JSousa</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/unintended8"><img id="grav-8a319a05b7b1b503c9449a6790da481d-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/8a319a05b7b1b503c9449a6790da481d?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/unintended8">Juan Hernando</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/ksequen"><img id="grav-079407f76a6143d629d933aab83eaf97-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/079407f76a6143d629d933aab83eaf97?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/ksequen">ksequen</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/lario"><img id="grav-82ff6d3203dc39c7c94a26e827f6fe9d-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/82ff6d3203dc39c7c94a26e827f6fe9d?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/lario">Lario</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/ldefilippis"><img id="grav-ae299073e33a2d5d0e2f1e71dd3f06eb-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/ae299073e33a2d5d0e2f1e71dd3f06eb?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/ldefilippis">ldefilippis</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/leemon"><img id="grav-74cf261098e1fd3703d999227405758f-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/74cf261098e1fd3703d999227405758f?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/leemon">leemon</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/magister65"><img id="grav-26795a6e830b7c1021b746429fb381aa-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/26795a6e830b7c1021b746429fb381aa?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/magister65">magister65</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/manuel5cc"><img id="grav-74af58036e449fad6ee0d867d35a4aa4-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/74af58036e449fad6ee0d867d35a4aa4?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/manuel5cc">Manuel5cc</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/kent-brockman"><img id="grav-ad001a86085bea1e29a3783e42bb5e01-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/ad001a86085bea1e29a3783e42bb5e01?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/kent-brockman">Marcelo Pedra</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/marcqueralt"><img id="grav-1c93cd67ec0f08d01e18374cc29857b8-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/1c93cd67ec0f08d01e18374cc29857b8?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/marcqueralt">Marc Queralt i Bassa</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/msykes"><img id="grav-039278a38357e02d5226297fd6d03c70-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/039278a38357e02d5226297fd6d03c70?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/msykes">Marcus Sykes</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/mbrsolution"><img id="grav-79943adc85f6668c3ba726c7dec71321-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/79943adc85f6668c3ba726c7dec71321?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/mbrsolution">mbrsolution</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/msoravil"><img id="grav-bdb2bfb106ead14c88b1447b5f934533-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/bdb2bfb106ead14c88b1447b5f934533?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/msoravil">msoravil</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/mystilus"><img id="grav-6259e6739e2c4824f0819389655060cc-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/6259e6739e2c4824f0819389655060cc?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/mystilus">mystilus</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/nicosantos"><img id="grav-95c71861e932eb1fa3ae45787414b256-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/95c71861e932eb1fa3ae45787414b256?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/nicosantos">nicosantos</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/plaguna"><img id="grav-3717b91fd5b33a7ebb689eebd0cfabd7-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/3717b91fd5b33a7ebb689eebd0cfabd7?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/plaguna">Pablo Laguna</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/pegasochollima"><img id="grav-5486a0e9ad46be8b65ae9bc0059ee9ac-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/5486a0e9ad46be8b65ae9bc0059ee9ac?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/pegasochollima">PegasoChollima</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/pmviva"><img id="grav-dae338d4e217cc4c47207af2f3c2684c-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/dae338d4e217cc4c47207af2f3c2684c?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/pmviva">pmviva</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/qrokes"><img id="grav-61574f3f650113f5e6e131a341bef3d4-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/61574f3f650113f5e6e131a341bef3d4?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/qrokes">QROkes</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/quipu"><img id="grav-5fdc6681bbf0523599392479bb1881ed-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/5fdc6681bbf0523599392479bb1881ed?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/quipu">Quipu</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/rafaelminuesa"><img id="grav-3716716b054b64f5ab6801916bba1111-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/3716716b054b64f5ab6801916bba1111?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/rafaelminuesa">Rafael Minuesa</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/xyulex"><img id="grav-4b62693f1c2d4edbaee04520ed25dc1f-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/4b62693f1c2d4edbaee04520ed25dc1f?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/xyulex">Raul Martinez</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/rpuig"><img id="grav-af5b9850a8de5878a84579eb88a5f35a-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/af5b9850a8de5878a84579eb88a5f35a?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/rpuig">rpuig</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/shadim"><img id="grav-0155dfe010f395e2be138aa49a96d71e-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/0155dfe010f395e2be138aa49a96d71e?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/shadim">Shadi Manna</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/sr_mirindo"><img id="grav-d51861ab59c0b986c1db464e7bb7a21d-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/d51861ab59c0b986c1db464e7bb7a21d?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/sr_mirindo">sr_mirindo</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/wowdevshop"><img id="grav-a8764ccc64bf5153b77fea542f1096b2-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/a8764ccc64bf5153b77fea542f1096b2?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/wowdevshop">wowdevshop</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/wpready"><img id="grav-c4c10dee90ffc9b0a6e175704be7a2ca-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/c4c10dee90ffc9b0a6e175704be7a2ca?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/wpready">WPReady</a></li>\n<li><a class="user-avatar" href="https://profiles.wordpress.org/xicoofficial"><img id="grav-072c438fe02c8c602f36a5d9b5252db9-0" class="avatar avatar-25 photo grav-hashed" src="https://secure.gravatar.com/avatar/072c438fe02c8c602f36a5d9b5252db9?s=25&amp;d=mm&amp;r=g" alt="" width="25" height="25" /></a><a class="user-name" href="https://profiles.wordpress.org/xicoofficial">XicoOfficial</a></li>\n</ul>\n<h2>Translation Contributors</h2>\n<p><a href="https://profiles.wordpress.org/0xf4-1">0xf4</a>, <a href="https://profiles.wordpress.org/3dpoder">3dpoder</a>, <a href="https://profiles.wordpress.org/203e270-1">203e270</a>, <a href="https://profiles.wordpress.org/abbiewd">abbiewd</a>, <a href="https://profiles.wordpress.org/abestrad">abestrad</a>, <a href="https://profiles.wordpress.org/abitonix">abitonix</a>, <a href="https://profiles.wordpress.org/ablova">ablova</a>, <a href="https://profiles.wordpress.org/adlpz">adlpz</a>, <a href="https://profiles.wordpress.org/adriancastellanos">adriancastellanos</a>, <a href="https://profiles.wordpress.org/agustnprosperi">agustinprosperi</a>, <a href="https://profiles.wordpress.org/ainhoa711">ainhoa711</a>,<a href="https://profiles.wordpress.org/airlinecreative">airlinecreative</a>, <a href="https://profiles.wordpress.org/aitorpc">aitorpc</a>, <a href="https://profiles.wordpress.org/albertochoa">albertochoa</a>, <a href="https://profiles.wordpress.org/albertocm">albertocm</a>, <a href="https://profiles.wordpress.org/hornero">Alberto Hornero</a>, <a href="https://profiles.wordpress.org/albertoxiris">AlbertOxiris</a>, <a href="https://profiles.wordpress.org/albertsanchezp">albertsanchezp</a>, <a href="https://profiles.wordpress.org/alcala-tek">alcala-tek</a>, <a href="https://profiles.wordpress.org/aldewin">Aldewin</a>,<a href="https://profiles.wordpress.org/alejandrovs">AlejandroVS</a>, <a href="https://profiles.wordpress.org/aleksandrrazor">Aleksandrrazor</a>, <a href="https://profiles.wordpress.org/aleksderfar">AleksDerFar</a>, <a href="https://profiles.wordpress.org/alessandro05">Alessandro Degiusti</a>, <a href="https://profiles.wordpress.org/alexandrastan001">Alexandra</a>, <a href="https://profiles.wordpress.org/alexmontesg">alexmontesg</a>, <a href="https://profiles.wordpress.org/alfalomat">alfalomat</a>, <a href="https://profiles.wordpress.org/alfonsosiloniz">alfonsosiloniz</a>, <a href="https://profiles.wordpress.org/deconf">Alin Marcu</a>, <a href="https://profiles.wordpress.org/alsur">alsur</a>, <a href="https://profiles.wordpress.org/alvarocr1996">alvarocr1996</a>, <a href="https://profiles.wordpress.org/alvaro_sg">Alvaro_SG</a>, <a href="https://profiles.wordpress.org/webifish">Amit Kvint</a>, <a href="https://profiles.wordpress.org/amurciego">amurciego</a>, <a href="https://profiles.wordpress.org/analucfer">analucfer</a>, <a href="https://profiles.wordpress.org/andrescifuentesr">andrescifuentesr</a>, <a href="https://profiles.wordpress.org/naturalworldstm">Andres Felipe</a>, <a href="https://profiles.wordpress.org/druesome">Andrew dela Serna</a>, <a href="https://profiles.wordpress.org/enana">Angeles Portillo</a>, <a href="https://profiles.wordpress.org/angldavd">angldavd</a>, <a href="https://profiles.wordpress.org/anserran">anserran</a>, <a href="https://profiles.wordpress.org/antoniomc76">antoniomc76</a>, <a href="https://profiles.wordpress.org/avillegasn">Antonio Villegas</a>, <a href="https://profiles.wordpress.org/antsanchez">antsanchez</a>, <a href="https://profiles.wordpress.org/araka">Araka</a>, <a href="https://profiles.wordpress.org/marh00">Arantza Respaldiza</a>, <a href="https://profiles.wordpress.org/ar-grupo">AR Grupo</a>, <a href="https://profiles.wordpress.org/arkangel">arkangel</a>, <a href="https://profiles.wordpress.org/arnaudbroes">Arnaud Broes</a>, <a href="https://profiles.wordpress.org/arteon">ArteON</a>, <a href="https://profiles.wordpress.org/atpfreitas">Arthur Freitas</a>, <a href="https://profiles.wordpress.org/anduriell">Arturo emilio</a>, <a href="https://profiles.wordpress.org/turoart">Arturo Vargas</a>, <a href="https://profiles.wordpress.org/asturdesign">asturdesign</a>, <a href="https://profiles.wordpress.org/synaptic">Asynaptic</a>, <a href="https://profiles.wordpress.org/atvstudio1">atvstudio1</a>,<a href="https://profiles.wordpress.org/aupados">aupados</a>, <a href="https://profiles.wordpress.org/aurelio1993">aurelio1993</a>, <a href="https://profiles.wordpress.org/b1984">B1984</a>, <a href="https://profiles.wordpress.org/backd00r">backd00r</a>, <a href="https://profiles.wordpress.org/bapucles">bapucles</a>, <a href="https://profiles.wordpress.org/begonya">begonya</a>, <a href="https://profiles.wordpress.org/husobj">Ben Huson</a>, <a href="https://profiles.wordpress.org/leonargentino">Binweb Online Solutions</a>, <a href="https://profiles.wordpress.org/bleuhawk">bleuhawk</a>,<a href="https://profiles.wordpress.org/blogalizate">Blogalizate</a>, <a href="https://profiles.wordpress.org/bluciam">bluciam</a>, <a href="https://profiles.wordpress.org/bherrero">Borja Herrero</a>, <a href="https://profiles.wordpress.org/burlesonbrad">Brad Griffin</a>, <a href="https://profiles.wordpress.org/brasofilo">brasofilo</a>, <a href="https://profiles.wordpress.org/braulioaquino">braulioaquino</a>, <a href="https://profiles.wordpress.org/bredebs">BredeBS</a>, <a href="https://profiles.wordpress.org/byhanzo">byhanzo</a>, <a href="https://profiles.wordpress.org/cvanzettiliberoit">[email protected]</a>,<a href="https://profiles.wordpress.org/camarabelux">camarabelux</a>, <a href="https://profiles.wordpress.org/camilomejia">camilomejia</a>, <a href="https://profiles.wordpress.org/caminomaster">caminomaster</a>, <a href="https://profiles.wordpress.org/carlosgr">Carlosgr</a>, <a href="https://profiles.wordpress.org/hiwhatsup">Carlos Zuniga</a>, <a href="https://profiles.wordpress.org/cataalvarezp">cataalvarezp</a>, <a href="https://profiles.wordpress.org/catcatapoyahoogr">[email protected]</a>, <a href="https://profiles.wordpress.org/cegomez">cegomez</a>,<a href="https://profiles.wordpress.org/celedonpropiedades">Celedonpropiedades</a>, <a href="https://profiles.wordpress.org/cfinnberg">cfinnberg</a>, <a href="https://profiles.wordpress.org/ch4k3nio">ch4k3nio</a>, <a href="https://profiles.wordpress.org/chichole">chichole</a>, <a href="https://profiles.wordpress.org/chorizosibericos">chorizosibericos</a>, <a href="https://profiles.wordpress.org/chouby">Chouby</a>, <a href="https://profiles.wordpress.org/clavedeweb">clavedeweb</a>, <a href="https://profiles.wordpress.org/closemarketing">closemarketing</a>, <a href="https://profiles.wordpress.org/contxt">contxt</a>,<a href="https://profiles.wordpress.org/corbax">Corbax</a>, <a href="https://profiles.wordpress.org/cortizg">cortizg</a>, <a href="https://profiles.wordpress.org/cosasbonicas">cosasbonicas</a>, <a href="https://profiles.wordpress.org/cr4s1r0">cr4s1r0</a>, <a href="https://profiles.wordpress.org/creamundo">creamundo</a>, <a href="https://profiles.wordpress.org/crudowebs">crudowebs</a>, <a href="https://profiles.wordpress.org/csotomon">csotomon</a>, <a href="https://profiles.wordpress.org/cupido">cupido</a>, <a href="https://profiles.wordpress.org/cvmsenior">cvmsenior</a>, <a href="https://profiles.wordpress.org/cybmeta">cybmeta</a>, <a href="https://profiles.wordpress.org/danicasati">danicasati</a>,<a href="https://profiles.wordpress.org/damen02">Daniel</a>, <a href="https://profiles.wordpress.org/dnlb2">Daniel</a>, <a href="https://profiles.wordpress.org/lordarkad">Daniel King</a>, <a href="https://profiles.wordpress.org/daniloercoli">daniloercoli</a>, <a href="https://profiles.wordpress.org/danivloven">danivloven</a>, <a href="https://profiles.wordpress.org/balfer">Dario BF</a>, <a href="https://profiles.wordpress.org/metacortex">Dario Ferrer</a>, <a href="https://profiles.wordpress.org/davilera">David Aguilera</a>, <a href="https://profiles.wordpress.org/davidnaviaweb">David Navia</a>, <a href="https://profiles.wordpress.org/david-palau">David Palau</a>,<a href="https://profiles.wordpress.org/davidperez">davidperez</a>, <a href="https://profiles.wordpress.org/david_developando">david_developando</a>, <a href="https://profiles.wordpress.org/dcarrero">dcarrero</a>, <a href="https://profiles.wordpress.org/dellacroce">dellacroce</a>, <a href="https://profiles.wordpress.org/desendoll">desendoll</a>, <a href="https://profiles.wordpress.org/desik">Desik</a>, <a href="https://profiles.wordpress.org/templaries">devlopez</a>, <a href="https://profiles.wordpress.org/dianjuar">dianjuar</a>, <a href="https://profiles.wordpress.org/diego_wp">Diego</a>, <a href="https://profiles.wordpress.org/diegodvg">DiegoDVG</a>, <a href="https://profiles.wordpress.org/diegoe">Diego Escalante Urrelo</a>, <a href="https://profiles.wordpress.org/diegomendez">diegomendez</a>, <a href="https://profiles.wordpress.org/digital03">digital03</a>, <a href="https://profiles.wordpress.org/digrape">DIGRAPE</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/djfenixchile">djfenixchile</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling (ocean90)</a>, <a href="https://profiles.wordpress.org/donmcint">Donald McIntyre</a>, <a href="https://profiles.wordpress.org/atallos">donmik</a>, <a href="https://profiles.wordpress.org/donpaco70">donpaco70</a>, <a href="https://profiles.wordpress.org/donsergio">donsergio</a>, <a href="https://profiles.wordpress.org/dsonck92">dsonck92</a>, <a href="https://profiles.wordpress.org/duffmancc">DuffmanCC</a>, <a href="https://profiles.wordpress.org/dyst4f">DySt4f</a>, <a href="https://profiles.wordpress.org/edelweissdf">edelweiss.df</a>, <a href="https://profiles.wordpress.org/elarequi">Eduardo Larequi</a>, <a href="https://profiles.wordpress.org/oso96_2000">Eduardo Reveles</a>, <a href="https://profiles.wordpress.org/edv11">EDV11</a>, <a href="https://profiles.wordpress.org/eferwebscencia">eferwebscencia</a>, <a href="https://profiles.wordpress.org/ejner69">Ejner Galaz</a>, <a href="https://profiles.wordpress.org/eliasgdj">Elias Gómez</a>, <a href="https://profiles.wordpress.org/eliorivero">Elio Rivero</a>, <a href="https://profiles.wordpress.org/elvigilante1977">elvigilante1977</a>, <a href="https://profiles.wordpress.org/elzote">elzote</a>, <a href="https://profiles.wordpress.org/emartincampos">emartincampos</a>,<a href="https://profiles.wordpress.org/esayd">Emiliano</a>, <a href="https://profiles.wordpress.org/emmaarroyo">emmaarroyo</a>, <a href="https://profiles.wordpress.org/emmgfx">emmgfx</a>, <a href="https://profiles.wordpress.org/equisele">equisele</a>, <a href="https://profiles.wordpress.org/erchache2000">erchache2000</a>, <a href="https://profiles.wordpress.org/eschnack">eschnack</a>, <a href="https://profiles.wordpress.org/tcattitude">Esteban</a>, <a href="https://profiles.wordpress.org/tcattd">Esteban</a>, <a href="https://profiles.wordpress.org/estheramedias">estheramedias</a>, <a href="https://profiles.wordpress.org/estudiodos">estudiodos</a>,<a href="https://profiles.wordpress.org/estudios101">estudios101</a>, <a href="https://profiles.wordpress.org/exelzeitgeister">Exel Zeitgeister</a>, <a href="https://profiles.wordpress.org/experimentando">experimentando</a>, <a href="https://profiles.wordpress.org/eyecool">Eyecool</a>, <a href="https://profiles.wordpress.org/faisalmisle">Faisal Misle</a>, <a href="https://profiles.wordpress.org/fash86">fash86</a>, <a href="https://profiles.wordpress.org/faustoperez">faustoperez</a>, <a href="https://profiles.wordpress.org/favric">favric</a>, <a href="https://profiles.wordpress.org/fedelosa">fedelosa</a>, <a href="https://profiles.wordpress.org/feke">Feke</a>, <a href="https://profiles.wordpress.org/flixos90">Felix Arntz</a>, <a href="https://profiles.wordpress.org/xar">Felix Zapata</a>, <a href="https://profiles.wordpress.org/ferazuza">ferazuza</a>, <a href="https://profiles.wordpress.org/fernandiez">Fernan</a>, <a href="https://profiles.wordpress.org/fbatlle">Fernando Batlle</a>, <a href="https://profiles.wordpress.org/fernandoaureonet">Fernando Garcia</a>, <a href="https://profiles.wordpress.org/fserer">Fernando Serer</a>, <a href="https://profiles.wordpress.org/fernandot">Fernando Tellado</a>, <a href="https://profiles.wordpress.org/filas">Filas</a>,<a href="https://profiles.wordpress.org/fitoschido">Fitoschido</a>, <a href="https://profiles.wordpress.org/fjaviersantos">fjaviersantos</a>, <a href="https://profiles.wordpress.org/fortinux">fortinux</a>, <a href="https://profiles.wordpress.org/frantorres">Francisco Torres</a>, <a href="https://profiles.wordpress.org/frankpereiro">frankpereiro</a>, <a href="https://profiles.wordpress.org/fexco">Félix Ortega</a>, <a href="https://profiles.wordpress.org/gma992">Gabriel Maldonado</a>, <a href="https://profiles.wordpress.org/gestionanddo">Gabri Gonzalez</a>,<a href="https://profiles.wordpress.org/garprogram">garprogram</a>, <a href="https://profiles.wordpress.org/gcarlos8377">gcarlos8377</a>, <a href="https://profiles.wordpress.org/gonssal">gonssal</a>, <a href="https://profiles.wordpress.org/borra">Gonzalo</a>, <a href="https://profiles.wordpress.org/gordoyuri">gordoyuri</a>, <a href="https://profiles.wordpress.org/gr0uch0mars">gr0uch0mars</a>, <a href="https://profiles.wordpress.org/grisales">grisales</a>, <a href="https://profiles.wordpress.org/guido07111975">Guido</a>, <a href="https://profiles.wordpress.org/guijockey">guijockey</a>, <a href="https://profiles.wordpress.org/guillelo11">guillelo11</a>, <a href="https://profiles.wordpress.org/guldoe">guldoe</a>,<a href="https://profiles.wordpress.org/gustavodc">Gustavo Cieslar</a>, <a href="https://profiles.wordpress.org/gvisoc">gvisoc</a>, <a href="https://profiles.wordpress.org/hax">Hax</a>, <a href="https://profiles.wordpress.org/hcabrera">Hector Cabrera</a>, <a href="https://profiles.wordpress.org/henrybcn">henrybcn</a>, <a href="https://profiles.wordpress.org/henrygr">HenryGR</a>, <a href="https://profiles.wordpress.org/herrlindner">HerrLindner</a>, <a href="https://profiles.wordpress.org/inghoward">Howard</a>, <a href="https://profiles.wordpress.org/hssk">hssk</a>, <a href="https://profiles.wordpress.org/hugo_mv">Hugo_mv</a>, <a href="https://profiles.wordpress.org/hyno">Hyno</a>,<a href="https://profiles.wordpress.org/i92zavas">i92zavas</a>, <a href="https://profiles.wordpress.org/iajrz">iajrz</a>, <a href="https://profiles.wordpress.org/ibonazkoitia">Ibon Azkoitia</a>, <a href="https://profiles.wordpress.org/icruzbenard">icruzbenard</a>, <a href="https://profiles.wordpress.org/ideaweb">ideaweb</a>, <a href="https://profiles.wordpress.org/ifrins">ifrins</a>, <a href="https://profiles.wordpress.org/igmingo">igmingo</a>, <a href="https://profiles.wordpress.org/ignaciojesus">ignaciojesus</a>, <a href="https://profiles.wordpress.org/ilovesantodaime">ilovesantodaime</a>, <a href="https://profiles.wordpress.org/indalika">indalika</a>, <a href="https://profiles.wordpress.org/indigestio">indigestio</a>,<a href="https://profiles.wordpress.org/inexpert">inexpert</a>, <a href="https://profiles.wordpress.org/infogon">Infogon</a>, <a href="https://profiles.wordpress.org/insightcreativos">InsightCreativos</a>, <a href="https://profiles.wordpress.org/ivangrover">ivangrover</a>, <a href="https://profiles.wordpress.org/ivanguinea">ivanguinea</a>, <a href="https://profiles.wordpress.org/ivanrf">IvanRF</a>, <a href="https://profiles.wordpress.org/ivarsmas">ivarsmas</a>, <a href="https://profiles.wordpress.org/jadicoman">jadicoman</a>, <a href="https://profiles.wordpress.org/jadpm">jadpm</a>, <a href="https://profiles.wordpress.org/jahyr">Jahyr</a>, <a href="https://profiles.wordpress.org/jsbls">Jaime Smeke</a>,<a href="https://profiles.wordpress.org/javierbaez">javierbaez</a>, <a href="https://profiles.wordpress.org/javier-cabellos">Javier Cabellos</a>, <a href="https://profiles.wordpress.org/javieregea">javieregea</a>, <a href="https://profiles.wordpress.org/javierojuel">javierojuel</a>, <a href="https://profiles.wordpress.org/javigal">javigal</a>, <a href="https://profiles.wordpress.org/jcases">JCases</a>, <a href="https://profiles.wordpress.org/jedesigma">jedesigma</a>, <a href="https://profiles.wordpress.org/jenia">Jenia</a>, <a href="https://profiles.wordpress.org/jerham">Jerham</a>, <a href="https://profiles.wordpress.org/gpjalameda">Jesus Garcia-Parrado Alameda</a>, , <a href="https://profiles.wordpress.org/jforozco">jforozco</a>, <a href="https://profiles.wordpress.org/jhorje18">jhorje18</a>, <a href="https://profiles.wordpress.org/jmviade">jmviade</a>, <a href="https://profiles.wordpress.org/jartes">Joan Artes</a>, <a href="https://profiles.wordpress.org/jocamago">jocamago</a>, <a href="https://profiles.wordpress.org/joemilesxibo">joe</a>, <a href="https://profiles.wordpress.org/joel21">Joel21</a>, <a href="https://profiles.wordpress.org/jolunavi">jolunavi</a>, <a href="https://profiles.wordpress.org/jonathansancheztesting">jonathansancheztesting</a>, <a href="https://profiles.wordpress.org/jordicuevas">jordicuevas</a>,<a href="https://profiles.wordpress.org/koke">Jorge Bernal</a>, <a href="https://profiles.wordpress.org/jdiaz1302">Jorge Díaz</a>, <a href="https://profiles.wordpress.org/jotaerivera">Jorge E. Rivera</a>, <a href="https://profiles.wordpress.org/jorgefernandez">jorgefernandez</a>, <a href="https://profiles.wordpress.org/neotrafy">Jorge Ortiz</a>, <a href="https://profiles.wordpress.org/josearcos">josearcos</a>, <a href="https://profiles.wordpress.org/jconti">Jose Conti</a>, <a href="https://profiles.wordpress.org/jose-lazo">Jose Lazo</a>, <a href="https://profiles.wordpress.org/joseluiscruz">Jose Luis Cruz</a>,<a href="https://profiles.wordpress.org/josemi16">Josemi16</a>, <a href="https://profiles.wordpress.org/jospress">Jospress</a>, <a href="https://profiles.wordpress.org/jpm92">jpm92</a>, <a href="https://profiles.wordpress.org/jppm">jppm</a>, <a href="https://profiles.wordpress.org/jsousa">JSousa</a>, <a href="https://profiles.wordpress.org/juan-comu">juan-comu</a>, <a href="https://profiles.wordpress.org/juanfra">Juanfra Aldasoro</a>, <a href="https://profiles.wordpress.org/juanfran">Juanfran</a>, <a href="https://profiles.wordpress.org/unintended8">Juan Hernando</a>, <a href="https://profiles.wordpress.org/juanki">JUANKI</a>,<a href="https://profiles.wordpress.org/juanmartos">juanmartos</a>, <a href="https://profiles.wordpress.org/juanramondiaz">Juan Ramón Díaz</a>, <a href="https://profiles.wordpress.org/juliana-lewis">Juliana Lewis</a>, <a href="https://profiles.wordpress.org/julibe">Julibe</a>, <a href="https://profiles.wordpress.org/julietalanda">Julietalanda</a>, <a href="https://profiles.wordpress.org/juliocam">juliocam</a>, <a href="https://profiles.wordpress.org/julvenzor">Julvenzor</a>, <a href="https://profiles.wordpress.org/karenaleman">karenaleman</a>, <a href="https://profiles.wordpress.org/kasimasi">KaSiMaSi</a>, <a href="https://profiles.wordpress.org/zoonini">Kathryn</a>,<a href="https://profiles.wordpress.org/kazt">kazt</a>, <a href="https://profiles.wordpress.org/kcsck">kcsck</a>, <a href="https://profiles.wordpress.org/mizunga">Kevin Mamaqi</a>, <a href="https://profiles.wordpress.org/kikopavon">KikoPavon</a>, <a href="https://profiles.wordpress.org/konamito">Konamito</a>, <a href="https://profiles.wordpress.org/korobochkin">korobochkin</a>, <a href="https://profiles.wordpress.org/ksequen">ksequen</a>, <a href="https://profiles.wordpress.org/kuro">kuro</a>, <a href="https://profiles.wordpress.org/laloptk">laloptk</a>, <a href="https://profiles.wordpress.org/lantean">lantean</a>, <a href="https://profiles.wordpress.org/lario">Lario</a>, <a href="https://profiles.wordpress.org/latindeveloper">latindeveloper</a>,<a href="https://profiles.wordpress.org/laugal">laugal</a>, <a href="https://profiles.wordpress.org/laura-psicografico">Laura Psicografico</a>, <a href="https://profiles.wordpress.org/lchambers">lchambers</a>, <a href="https://profiles.wordpress.org/leandroprz">Leandro</a>, <a href="https://profiles.wordpress.org/leandro_s">leandro_S</a>, <a href="https://profiles.wordpress.org/leemon">leemon</a>, <a href="https://profiles.wordpress.org/leogg">leogg</a>, <a href="https://profiles.wordpress.org/lizardird">lizardird</a>, <a href="https://profiles.wordpress.org/llonchm">llonchm</a>, <a href="https://profiles.wordpress.org/lmussi85">lmussi85</a>, <a href="https://profiles.wordpress.org/luckio">luckio</a>, <a href="https://profiles.wordpress.org/luisc110">luisc110</a>,<a href="https://profiles.wordpress.org/luiskgen">luiskgen</a>, <a href="https://profiles.wordpress.org/luislar">luislar</a>, <a href="https://profiles.wordpress.org/luismontoya">luismontoya</a>, <a href="https://profiles.wordpress.org/luisrull">Luis Rull</a>, <a href="https://profiles.wordpress.org/luisvelezfoto">luisvelezfoto</a>, <a href="https://profiles.wordpress.org/luvidal75">luvidal75</a>, <a href="https://profiles.wordpress.org/mabellaneda">mabellaneda</a>, <a href="https://profiles.wordpress.org/macaronesico">macaronesico</a>, <a href="https://profiles.wordpress.org/cristianraiber-1">Macho Themes</a>,<a href="https://profiles.wordpress.org/magister65">magister65</a>, <a href="https://profiles.wordpress.org/mairag">mairag</a>, <a href="https://profiles.wordpress.org/maiterg">maiterg</a>, <a href="https://profiles.wordpress.org/manelio">manelio</a>, <a href="https://profiles.wordpress.org/manoletux">manoletux</a>, <a href="https://profiles.wordpress.org/manvilfer">manvilfer</a>, <a href="https://profiles.wordpress.org/marc189">marc189</a>, <a href="https://profiles.wordpress.org/kent-brockman">Marcelo Pedra</a>, <a href="https://profiles.wordpress.org/marcelotena">Marcelo Tena</a>, <a href="https://profiles.wordpress.org/marc-munill">Marc Munill</a>, <a href="https://profiles.wordpress.org/marcozink">Marco Zink</a>, <a href="https://profiles.wordpress.org/marianogi">marianogi</a>, <a href="https://profiles.wordpress.org/mpcdigital">Mariano Perez</a>, <a href="https://profiles.wordpress.org/marketan">Marketan</a>, <a href="https://profiles.wordpress.org/martinproject">martinproject</a>, <a href="https://profiles.wordpress.org/martinprojectco">martinprojectco</a>, <a href="https://profiles.wordpress.org/martinschaer">martinschaer</a>, <a href="https://profiles.wordpress.org/masc">masc</a>, <a href="https://profiles.wordpress.org/matiisp">matiisp</a>, <a href="https://profiles.wordpress.org/mgelves">Mauricio Gelves</a>, <a href="https://profiles.wordpress.org/mautematico">Mauricio Navarro Miranda</a>, <a href="https://profiles.wordpress.org/mauroandres">mauroandres</a>, <a href="https://profiles.wordpress.org/mavalosc">mavalosc</a>, <a href="https://profiles.wordpress.org/maxdiel">Maxdiel</a>, <a href="https://profiles.wordpress.org/mbiais">Maxime</a>, <a href="https://profiles.wordpress.org/maximilianoledesma">maximilianoledesma</a>, <a href="https://profiles.wordpress.org/mayrina1989">Mayrina1989</a>,<a href="https://profiles.wordpress.org/mbrsolution">mbrsolution</a>, <a href="https://profiles.wordpress.org/mcardona">mcardona</a>, <a href="https://profiles.wordpress.org/mendezcode">mendezcode</a>, <a href="https://profiles.wordpress.org/mercedes-blogalizate">Mercedes Blogalizate</a>, <a href="https://profiles.wordpress.org/hallsofmontezuma">Michael Torbert</a>, <a href="https://profiles.wordpress.org/michellhdz">michellhdz</a>, <a href="https://profiles.wordpress.org/mira360">mira360</a>, <a href="https://profiles.wordpress.org/mircea59">mircea59</a>, <a href="https://profiles.wordpress.org/miyagui">Miyagui</a>,<a href="https://profiles.wordpress.org/mjjinvincible">mjjinvincible</a>, <a href="https://profiles.wordpress.org/mononelo">mononelo</a>, <a href="https://profiles.wordpress.org/motvion">motvion</a>, <a href="https://profiles.wordpress.org/mrfoxtalbot">MrFoxTalbot</a>, <a href="https://profiles.wordpress.org/mrroundhill">mrroundhill</a>, <a href="https://profiles.wordpress.org/msegura">msegura</a>, <a href="https://profiles.wordpress.org/msoravil">msoravil</a>, <a href="https://profiles.wordpress.org/myddna">Myddna</a>, <a href="https://profiles.wordpress.org/mystilus">mystilus</a>, <a href="https://profiles.wordpress.org/mythrilium">mythrilium</a>, <a href="https://profiles.wordpress.org/finchps">n8finch</a>,<a href="https://profiles.wordpress.org/nao">Naoko Takano</a>, <a href="https://profiles.wordpress.org/nekane">NEKANE</a>, <a href="https://profiles.wordpress.org/nelug">nelug</a>, <a href="https://profiles.wordpress.org/nereidaespiral">nereidaespiral</a>, <a href="https://profiles.wordpress.org/nestormunoz">NestorMunoz</a>, <a href="https://profiles.wordpress.org/nicolyto77">Nicolyto77</a>, <a href="https://profiles.wordpress.org/nicosantos">nicosantos</a>, <a href="https://profiles.wordpress.org/nighthowler01">nighthowler01</a>, <a href="https://profiles.wordpress.org/blondishnet">Nile Flores</a>, <a href="https://profiles.wordpress.org/nilovelez">Nilo Velez</a>, <a href="https://profiles.wordpress.org/nonoro">nonoro</a>, <a href="https://profiles.wordpress.org/nosilver4u">nosilver4u</a>, <a href="https://profiles.wordpress.org/nsamt">nsamt</a>, <a href="https://profiles.wordpress.org/oece">oece</a>, <a href="https://profiles.wordpress.org/oermoerm">oermoerm</a>, <a href="https://profiles.wordpress.org/ofoianini">OFoianini</a>, <a href="https://profiles.wordpress.org/omolinos">omolinos</a>, <a href="https://profiles.wordpress.org/onewebdeveloper">Onewebdeveloper</a>, <a href="https://profiles.wordpress.org/orballa">Orballa</a>, <a href="https://profiles.wordpress.org/oabadfol">Oscar Abad Folgueira</a>, <a href="https://profiles.wordpress.org/eldragon87">Oscar Gonzalez</a>, <a href="https://profiles.wordpress.org/oscarvh">oscarvh</a>, <a href="https://profiles.wordpress.org/otrolopezmas">otrolopezmas</a>, <a href="https://profiles.wordpress.org/digmin3">Pablo</a>, <a href="https://profiles.wordpress.org/plaguna">Pablo Laguna</a>, <a href="https://profiles.wordpress.org/lonchbox">Pancho Perez</a>, <a href="https://profiles.wordpress.org/pardo_bsso">pardo_bsso</a>, <a href="https://profiles.wordpress.org/anasslikewordpress">Parodic Medor</a>,<a href="https://profiles.wordpress.org/patowins">patowins</a>, <a href="https://profiles.wordpress.org/patrickrobrecht">Patrick Robrecht</a>, <a href="https://profiles.wordpress.org/formentera">Paula</a>, <a href="https://profiles.wordpress.org/paulbntz">paulbntz</a>, <a href="https://profiles.wordpress.org/paulmyatt">PaulMyatt</a>, <a href="https://profiles.wordpress.org/pedrociancaglini">pedro.ciancaglini</a>, <a href="https://profiles.wordpress.org/pedrocarrillo">pedrocarrillo</a>, <a href="https://profiles.wordpress.org/pegasochollima">PegasoChollima</a>, <a href="https://profiles.wordpress.org/peibolaxeitos">PeibolAxeitos</a>,<a href="https://profiles.wordpress.org/penyaskito">penyaskito</a>, <a href="https://profiles.wordpress.org/perezlabs">Perez Labs</a>, <a href="https://profiles.wordpress.org/peterolle">Peter Olle</a>, <a href="https://profiles.wordpress.org/peti446">peti446</a>, <a href="https://profiles.wordpress.org/petya">Petya Raykovska</a>, <a href="https://profiles.wordpress.org/phpdev3">phpdev3</a>, <a href="https://profiles.wordpress.org/piojoman">piojoman</a>, <a href="https://profiles.wordpress.org/pirer">Pirer</a>, <a href="https://profiles.wordpress.org/pmviva">pmviva</a>, <a href="https://profiles.wordpress.org/javitxu123">PoseLab</a>, <a href="https://profiles.wordpress.org/psychopsia">psychopsia</a>,<a href="https://profiles.wordpress.org/psyxomad">psyxomad</a>, <a href="https://profiles.wordpress.org/quelo83">quelo83</a>, <a href="https://profiles.wordpress.org/nicoandrade">Quema Labs</a>, <a href="https://profiles.wordpress.org/quipu">Quipu</a>, <a href="https://profiles.wordpress.org/ququr_uxcho">Ququr_Uxcho</a>, <a href="https://profiles.wordpress.org/rmcrober">Rachel</a>, <a href="https://profiles.wordpress.org/rachelsquirrel">rachelsquirrel</a>, <a href="https://profiles.wordpress.org/dd666">Radina Matic</a>, <a href="https://profiles.wordpress.org/rlopezverdejo">Rafael López</a>, <a href="https://profiles.wordpress.org/rafaelminuesa">Rafael Minuesa</a>, <a href="https://profiles.wordpress.org/rafamerino">rafamerino</a>, <a href="https://profiles.wordpress.org/bi0xid">Rafa Poveda</a>, <a href="https://profiles.wordpress.org/ramirogh">ramirogh</a>, <a href="https://profiles.wordpress.org/ratasilva">ratasilva</a>, <a href="https://profiles.wordpress.org/rauldeditec">rauldeditec</a>, <a href="https://profiles.wordpress.org/raulillana">Raul Illana</a>, <a href="https://profiles.wordpress.org/xyulex">Raul Martinez</a>, <a href="https://profiles.wordpress.org/rcarrascopr">rcarrascopr</a>, <a href="https://profiles.wordpress.org/redywebs">redywebs</a>,<a href="https://profiles.wordpress.org/reembo">reembo</a>, <a href="https://profiles.wordpress.org/defries">Remkus de Vries</a>, <a href="https://profiles.wordpress.org/revangel">Revangel</a>, <a href="https://profiles.wordpress.org/rexodor">rexodor</a>, <a href="https://profiles.wordpress.org/reyson">Reyson</a>, <a href="https://profiles.wordpress.org/ricardocorbetta">ricardocorbetta</a>, <a href="https://profiles.wordpress.org/quicoto">Ricard Torres</a>, <a href="https://profiles.wordpress.org/robertglez">robert.glez</a>, <a href="https://profiles.wordpress.org/roberto-hinojosa">Roberto Hinojosa</a>,<a href="https://profiles.wordpress.org/_dorsvenabili">Rocio Valdivia</a>, <a href="https://profiles.wordpress.org/rookiewii">Rookiewii</a>, <a href="https://profiles.wordpress.org/rpuig">rpuig</a>, <a href="https://profiles.wordpress.org/rtunon">rtunon</a>, <a href="https://profiles.wordpress.org/rualsi">rualsi</a>, <a href="https://profiles.wordpress.org/ruayrod">ruayrod</a>, <a href="https://profiles.wordpress.org/ruls">ruls</a>, <a href="https://profiles.wordpress.org/runebrand">runebrand</a>, <a href="https://profiles.wordpress.org/saaavedra">saaavedra</a>, <a href="https://profiles.wordpress.org/saceved7">saceved7</a>, <a href="https://profiles.wordpress.org/sal0m0n">sal0m0n</a>, <a href="https://profiles.wordpress.org/samuriosa">samuriosa</a>,<a href="https://profiles.wordpress.org/samustv">samustv</a>, <a href="https://profiles.wordpress.org/sfranchi">Sandro Franchi</a>, <a href="https://profiles.wordpress.org/santidr">santidr</a>, <a href="https://profiles.wordpress.org/dragondeluz">Santos R. Guerra Faro</a>, <a href="https://profiles.wordpress.org/sebabal">sebabal</a>, <a href="https://profiles.wordpress.org/sebastianmantilla">sebastianmantilla</a>, <a href="https://profiles.wordpress.org/seimito">Seimito</a>, <a href="https://profiles.wordpress.org/selupress">selupress</a>, <a href="https://profiles.wordpress.org/sendhil">sendhil</a>,<a href="https://profiles.wordpress.org/seravifer">seravifer</a>, <a href="https://profiles.wordpress.org/sinetiquetacom">sinetiquetaCom</a>, <a href="https://profiles.wordpress.org/solokco">solokco</a>, <a href="https://profiles.wordpress.org/somosguatemala">somosguatemala</a>, <a href="https://profiles.wordpress.org/spanishkaterinagmailcom">[email protected]</a>, <a href="https://profiles.wordpress.org/sr_mirindo">sr_mirindo</a>, <a href="https://profiles.wordpress.org/stephdau">Stephane Daury (stephdau)</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stereoactivo">stereoactivo</a>, <a href="https://profiles.wordpress.org/sumolari">sumolari</a>, <a href="https://profiles.wordpress.org/t3sla">t3sla</a>, <a href="https://profiles.wordpress.org/tarod">tarod</a>, <a href="https://profiles.wordpress.org/techtastico">techtastico</a>, <a href="https://profiles.wordpress.org/tenka75">tenka75</a>, <a href="https://profiles.wordpress.org/teresaezc">Teresaezc</a>, <a href="https://profiles.wordpress.org/terrazas04">terrazas04</a>, <a href="https://profiles.wordpress.org/test101">Test101</a>,<a href="https://profiles.wordpress.org/theendertutos">TheEnderTutos</a>, <a href="https://profiles.wordpress.org/themadcore">TheMadcore</a>, <a href="https://profiles.wordpress.org/thepimpo">thepimpo</a>, <a href="https://profiles.wordpress.org/thoron">thoron</a>, <a href="https://profiles.wordpress.org/thsk">THSK</a>, <a href="https://profiles.wordpress.org/ticketea">ticketea</a>, <a href="https://profiles.wordpress.org/edge22">Tom</a>, <a href="https://profiles.wordpress.org/trashfunkel">Trashfunkel</a>, <a href="https://profiles.wordpress.org/triheads">triheads</a>, <a href="https://profiles.wordpress.org/twitter-translations">Twitter Translations Team</a>,<a href="https://profiles.wordpress.org/ulisssses">ulisssses</a>, <a href="https://profiles.wordpress.org/unok-kun">unok-kun</a>, <a href="https://profiles.wordpress.org/unsugusazul">unsugusazul</a>, <a href="https://profiles.wordpress.org/utsavsinghrathour">Utsav Singh Rathour</a>, <a href="https://profiles.wordpress.org/vasavi">vasavi</a>, <a href="https://profiles.wordpress.org/verasoul">verasoul</a>, <a href="https://profiles.wordpress.org/mordraug">Vicente Herrera</a>, <a href="https://profiles.wordpress.org/victorfreitas1">Victor Freitas</a>, <a href="https://profiles.wordpress.org/egalego">Victor J. Quesada</a>, <a href="https://profiles.wordpress.org/vimv">vimv</a>, <a href="https://profiles.wordpress.org/vlatex">vlatex</a>, <a href="https://profiles.wordpress.org/vparrilla">vparrilla</a>, <a href="https://profiles.wordpress.org/vyonte">vyonte</a>, <a href="https://profiles.wordpress.org/wakamolee">wakamolee</a>, <a href="https://profiles.wordpress.org/lopwalj">Walter Lopez</a>, <a href="https://profiles.wordpress.org/webgardener">webgardener</a>, <a href="https://profiles.wordpress.org/whomples">whomples</a>, <a href="https://profiles.wordpress.org/wjm">wjm</a>, <a href="https://profiles.wordpress.org/wolf-brawl">Wolf Brawl</a>, <a href="https://profiles.wordpress.org/xaifu">xaifu</a>,<a href="https://profiles.wordpress.org/xarrabal">xarrabal</a>, <a href="https://profiles.wordpress.org/xhiena">xhiena</a>, <a href="https://profiles.wordpress.org/xicoofficial">XicoOfficial</a>, <a href="https://profiles.wordpress.org/xppo">xppo</a>, <a href="https://profiles.wordpress.org/xuances32">xuances32</a>, <a href="https://profiles.wordpress.org/yllelder">Yllelder</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/yucagenito">yucagenito</a>, <a href="https://profiles.wordpress.org/zelph16">zelph16</a>, <a href="https://profiles.wordpress.org/zgenetiq">zGenetiq</a>, and <a href="https://profiles.wordpress.org/zoraidams">zoraidams</a>.</p>\n<p class="alert alert-info"><a href="https://translate.wordpress.org/locale/es">¡Hazte también traductor, revisa si hace falta ayuda en español (España)!</a></p>\n<p>Si quieres seguir ayudando revisa los blogs de <a href="https://make.wordpress.org/">Make WordPress</a> y de <a href="https://make.wordpress.org/core/">desarrollo de nuestro núcleo</a>. Gracias por elegir WordPress.</p>\n<p>¡Nos vemos pronto, en la versión 4.7!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"https://es.wordpress.org/2016/08/16/wordpress-4-6-pepper/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"6";s: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:48:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"WordPress 4.6 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:54:"https://es.wordpress.org/2016/08/13/wordpress-4-6-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:62:"https://es.wordpress.org/2016/08/13/wordpress-4-6-rc2/#respond";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 Aug 2016 09:14:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"4.6";s: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:2:"RC";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=919";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:369:"La segunda versión candidata a definitiva de WordPress 4.6 ya está disponible. Hemos hecho más de 30 cambios desde la primera versión candidata a definitivaRC (candidata a definitiva) significa que ya lo hemos  logrado, pero que con millones de usuarios y miles de plugins y temas es posible que se nos haya pasado algo. Esperamos lanzar WordPress 4.6 [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s: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:3756:"<p>La segunda versión candidata a definitiva de WordPress 4.6 ya está disponible.</p>\n<p><a href="https://core.trac.wordpress.org/log/branches/4.6/src?action=stop_on_copy&amp;mode=follow_copy&amp;rev=38246&amp;stop_rev=38170&amp;limit=200&amp;verbose=on&amp;sfp_email=&amp;sfph_mail=">Hemos hecho más de 30 cambios</a> desde la primera versión candidata a definitivaRC (candidata a definitiva) significa que ya lo hemos  logrado, pero que con millones de usuarios y miles de plugins y temas es posible que se nos haya pasado algo. Esperamos lanzar WordPress 4.6 el <strong>martes 16 de agosto</strong>, pero necesitamos <em>tu ayuda</em> para lograrlo.</p>\n<p>Si aún no has probado la versión 4.6 ¡ahora es el momento!</p>\n<p><strong>¿Crees haber encontrado un fallo?</strong> Por favor, publícalo en el <a href="https://wordpress.org/support/forum/alphabeta/">foro de soporte Alpha/Beta</a>. Si aparece algún fallo podrás <a href="https://core.trac.wordpress.org/report/5">encontrarlo ahí</a>.</p>\n<p>Para probar WordPress 4.6, puedes usar el plugin <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> o <a href="https://wordpress.org/wordpress-4.6-RC2.zip">descargar aquí la versión candidata a definitiva</a> (zip).</p>\n<p>Para más información acerca de las novedades de la versión 4.6 revisa las entradas en el blog de<a href="https://es.wordpress.org/2016/07/05/wordpress-4-6-beta-1/"> la Beta 1</a>, <a href="https://es.wordpress.org/2016/07/06/wordpress-4-6-beta-2/">la Beta 2</a>, la <a href="https://es.wordpress.org/2016/07/14/wordpress-4-6-beta-3/">Beta 3</a> y <a href="https://es.wordpress.org/2016/07/22/wordpress-4-6-beta-3-2/">la Beta 4</a>.</p>\n<p>Unos cuantos cambios a destacar desde la primera versión candidata a definitiva:</p>\n<ul>\n<li>Se ha restablecido la compatibilidad con métodos HTTP e identificación proxy.</li>\n<li>Varias soluciones a fallos en las actualizaciones simplificadas, incluidos unos mejores mensajes en caso de fallos y gestión de errores, estilos básicos de compatibilidad con versiones anteriores de los avisos personalizados de actualización, y eventos JavaScript adicionales y estandarizados.</li>\n<li>Se han quitado parámetros de referencia innecesarios en las nuevas funciones multisitio.</li>\n<li>Se ha solucionado un error de compatibilidad con PHP 7.0.9 (y PHP 7.1).</li>\n</ul>\n<p><strong>Desarrolladores</strong>, por favor, probad vuestros temas y plugins con WordPress 4.6 y actualizad el <em>Probado hasta</em> de la versión en el léame a la 4.6. Si encuentras problemas de compatibilidad por favor asegúrate de publicarlos en los foros de soporte para que podamos solucionarlos antes de la versión final – nunca queremos romper nada.</p>\n<p>Asegúrate de leer <a href="https://make.wordpress.org/core/2016/07/26/wordpress-4-6-field-guide/">la guía de campo detallada</a>, una entrada con todos los cambios orientados a desarrolladores que tendrán lugar bajo el capó.</p>\n<p>&nbsp;</p>\n<p>¡<strong>Traductores</strong>, las cadenas ya están congeladas, incluida la página de Acerca de, así que ya está todo listo para traducir!<a href="https://translate.wordpress.org/projects/wp/dev">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n<p>¡Felices pruebas!</p>\n<p><em>La suerte está echada,</em><br />\n<em>Puedo abordar todas las características,</em><br />\n<em>Tu aún mejor WordPress.</em></p>\n<p><img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f3f3.png" alt="🏳" class="wp-smiley" style="height: 1em; max-height: 1em;" />️‍<img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f308.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:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:59:"https://es.wordpress.org/2016/08/13/wordpress-4-6-rc2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:48:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"WordPress 4.6 candidata a definitiva";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/2016/07/27/wordpress-4-6-candidata-a-definitiva/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:82:"https://es.wordpress.org/2016/07/27/wordpress-4-6-candidata-a-definitiva/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jul 2016 22:27: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"4.6";s: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:2:"RC";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=914";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:365:"La versión candidata a definitiva de WordPress 4.6 ya está disponible. Hemos hecho algunos ajustes desde la Beta 4 de hace una semana. RC (candidata a definitiva) significa que ya lo hemos  logrado, pero que con millones de usuarios y miles de plugins y temas es posible que se nos haya pasado algo. Esperamos lanzar WordPress 4.6 el martes 16 de [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s: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:2601:"<p>La versión candidata a definitiva de WordPress 4.6 ya está disponible.</p>\n<p>Hemos hecho <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=38169&amp;stop_rev=38124&amp;limit=200&amp;verbose=on">algunos ajustes</a> desde la Beta 4 de hace una semana. RC (candidata a definitiva) significa que ya lo hemos  logrado, pero que con millones de usuarios y miles de plugins y temas es posible que se nos haya pasado algo. Esperamos lanzar WordPress 4.6 el <strong>martes 16 de agosto</strong>, pero necesitamos tu ayuda para lograrlo.</p>\n<p>Si aún no has probado la versión 4.6 ¡ahora es el momento!</p>\n<p><strong>¿Crees haber encontrado un fallo?</strong> Por favor, publícalo en el <a href="https://wordpress.org/support/forum/alphabeta/">foro de soporte Alpha/Beta</a>. Si aparece algún fallo podrás <a href="https://core.trac.wordpress.org/report/5">encontrarlo ahí</a>.</p>\n<p>Para probar WordPress 4.6, puedes usar el plugin <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> o <a href="https://wordpress.org/wordpress-4.6-RC1.zip">descargar aquí la versión candidata a definitiva</a> (zip).</p>\n<p>Para más información acerca de las novedades de la versión 4.6 revisa las entradas en el blog de<a href="https://es.wordpress.org/2016/07/05/wordpress-4-6-beta-1/"> la Beta 1</a>, <a href="https://es.wordpress.org/2016/07/06/wordpress-4-6-beta-2/">la Beta 2</a>, la <a href="https://es.wordpress.org/2016/07/14/wordpress-4-6-beta-3/">Beta 3</a> y <a href="https://es.wordpress.org/2016/07/22/wordpress-4-6-beta-3-2/">la Beta 4</a>.</p>\n<p><strong>Desarrolladores</strong>, por favor, probad vuestros temas y plugins con WordPress 4.6 y actualizad el <em>Probado hasta</em> de la versión en el léame a la 4.6. Si encuentras problemas de compatibilidad por favor asegúrate de publicarlos en los foros de soporte para que podamos solucionarlos antes de la versión final &#8211; nunca queremos romper nada.</p>\n<p>Asegúrate de leer <a href="https://make.wordpress.org/core/2016/07/26/wordpress-4-6-field-guide/">la guía de campo detallada</a>, una entrada con todos los cambios orientados a desarrolladores que tendrán lugar bajo el capó.</p>\n<p>¿Eres bilingüe o políglota? <a href="https://translate.wordpress.org/projects/wp/dev">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n<p>¡Felices pruebas!</p>\n<p><em>El verano ya está aquí,</em><br />\n<em>Buen momento para un nuevo lanzamiento.</em><br />\n<em>Ya es casi la hora.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:78:"https://es.wordpress.org/2016/07/27/wordpress-4-6-candidata-a-definitiva/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:48:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 4.6 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:59:"https://es.wordpress.org/2016/07/22/wordpress-4-6-beta-3-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:68:"https://es.wordpress.org/2016/07/22/wordpress-4-6-beta-3-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Jul 2016 09:58:26 +0000";s: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:15:"Actualizaciones";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:3:"4.6";s: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:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://es.wordpress.org/?p=908";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:382:"¡Ya está dispnible la versión WordPress 4.6 Beta 4! Este software está aún en fase de desarrollo, así que no te recomendamos que lo ejecutes en sitios en producción. Plantéate crear un sitio de pruebas para probar la nueva versión. Para probar WordPress 4.6 Beta 4, puedes usar el plugin WordPress Beta Tester  (querrás probar las versiones “bleeding edge [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Fernando Tellado";s: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:5188:"<p>¡Ya está dispnible la versión WordPress 4.6 Beta 4!</p>\n<p><strong>Este software está aún en fase de desarrollo,</strong> así que no te recomendamos que lo ejecutes en sitios en producción. Plantéate crear un sitio de pruebas para probar la nueva versión. Para probar WordPress 4.6 Beta 4, puedes usar el plugin <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a>  (querrás probar las versiones “bleeding edge nightlies”). O puedes descargar <a href="https://wordpress.org/wordpress-4.6-beta4.zip">aquí la beta</a> (zip).</p>\n<p>Para tener más información acerca de las novedades de la versión 4.6, revisa las entradas del blog de la <a href="https://es.wordpress.org/2016/07/05/wordpress-4-6-beta-1/">Beta 1</a>, la <a href="https://es.wordpress.org/2016/07/06/wordpress-4-6-beta-2/">Beta 2</a> y la <a href="https://es.wordpress.org/2016/07/14/wordpress-4-6-beta-3/">Beta 3</a>, además de <a href="https://make.wordpress.org/core/tag/4-5+dev-notes/">las notas en el blog de desarrollo</a>. Esta es la última versión beta prevista de WordPress 4.6, con una versión candidata planeada para la semana que viene.</p>\n<p>Algunos de los cambios incluidos en la Beta 4:</p>\n<ul>\n<li><strong>Media</strong>: los atributos <code>alt</code> son ahora añadidos para imágenes insertadas desde URLs (<a href="https://core.trac.wordpress.org/ticket/36735">#36735</a>).</li>\n<li>Los subitpos de objetos han sido eliminados de <code>register_meta()</code>. Los detalles sobre este cambio se explican en <a href="https://make.wordpress.org/core/2016/07/20/additional-register_meta-changes-in-4-6/">este post</a>.</li>\n<li><strong>Resource hints</strong> se limitan ahora a los activos en cola (<a href="https://core.trac.wordpress.org/ticket/37385">#37385</a>).</li>\n<li>Solucionada una regresión con alteraciones en la solicitud introducida por la nueva clase <code>WP_Term_Query</code> (<a href="https://core.trac.wordpress.org/ticket/37378">#37378</a>).</li>\n<li>Las búsquedas Ajax para plugins nuevos e instalados han sido mejoradas para solucionar problemas de accesibilidad y para mejorar la compatibilidad con navegadores antiguos (<a href="https://core.trac.wordpress.org/ticket/37233">#37233</a>, <a href="https://core.trac.wordpress.org/ticket/37373">#37373</a>)</li>\n<li>El reproductor de <strong>MediaElement.js</strong> ha sido actualizado a la versión 2.22.0 para solucionar problemas con la inserción de vídeos de YouTube (<a href="https://core.trac.wordpress.org/ticket/37363">#37363</a>).</li>\n<li>La pantalla de &#8220;Importación&#8221; ha sido reorganizada para mejorar la accesibilidad y hacer más fácil la instalación y ejecución de un importador (<a href="https://core.trac.wordpress.org/ticket/35191">#35191</a>).</li>\n<li>El <strong>soporte para emoji</strong> ha sido actualizado para incluir los últimos caracteres introducidos en Unicode 9 (<a href="https://core.trac.wordpress.org/ticket/37361">#37361</a>). <img class="emoji" src="https://s.w.org/images/core/emoji/2/svg/1f920.svg" alt="🤠" /><img class="emoji" src="https://s.w.org/images/core/emoji/2/svg/1f955.svg" alt="🥕" /><img class="emoji" src="https://s.w.org/images/core/emoji/2/svg/1f953.svg" alt="🥓" /><img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f57a.png" alt="🕺" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f3fd.png" alt="🏽" class="wp-smiley" style="height: 1em; max-height: 1em;" />🤝<img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f3ff.png" alt="🏿" class="wp-smiley" style="height: 1em; max-height: 1em;" /></li>\n<li><strong>Solución de varios errores</strong>. Hemos realizado <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=38123&amp;stop_rev=38060&amp;limit=200&amp;verbose=on">más de 60 cambios</a> durante la semana pasada.</li>\n</ul>\n<p>¿Hablas algún idioma además del inglés? <a href="https://translate.wordpress.org/projects/wp/dev">Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n<p><strong>Si crees que has encontrado un fallo</strong> puedes publicarlo en el  <a href="https://wordpress.org/support/forum/alphabeta">área Alpha/Beta</a> de los foros de soporte. ¡Estaremos encantados de escucharte! Si te sientes capaz de publicar un informe sobre un fallo <a href="https://make.wordpress.org/core/reports/">archívalo en el trac de WordPress</a>. Ahí también podrás encontrar una <a href="https://core.trac.wordpress.org/tickets/major">lista de fallos conocidos</a> y <a href="https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=4.6">todo lo que hemos arreglado</a>.</p>\n<p>¡Felices pruebas!</p>\n<p><em>Esta es la Beta 4,</em><br />\n<em>la última antes de RC 1.</em><br />\n<em>¡Por favor, pruébalo todo!</em></p>\n<p>Gracias a <a href="https://profiles.wordpress.org/cybmeta">Juan Padial</a> por redactar esta entrada <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f609.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:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:64:"https://es.wordpress.org/2016/07/22/wordpress-4-6-beta-3-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}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:30:"https://es.wordpress.org/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 15 Nov 2016 20:40:21 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Sat, 12 Nov 2016 10:31:29 GMT";s:4:"link";s:61:"<https://es.wordpress.org/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 249";}}s:5:"build";s:14:"20130911090210";}', 'no');
INSERT INTO `kn_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(120, '_transient_timeout_feed_mod_ef605fdbfbba53a6c98437c00d402dfe', '1479285623', 'no'),
(121, '_transient_feed_mod_ef605fdbfbba53a6c98437c00d402dfe', '1479242423', 'no'),
(122, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1479285625', 'no');
INSERT INTO `kn_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(123, '_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:85:"WPTavern: WordPress 4.7 Improves Accessibility by Removing Alternative Text Fallbacks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63819";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"https://wptavern.com/wordpress-4-7-improves-accessibility-by-removing-alternative-text-fallbacks";s: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:1252:"<p>When images are uploaded in WordPress 4.6.1 that have an empty alt text value, WordPress tries to generate one based on the caption text or the image title. If the image title is non descriptive as is common with photos uploaded from digital cameras, the alt text can be meaningless.</p>\n<p>In WordPress 4.7, the caption text and the image title fallbacks have been removed. The fallbacks were originally introduced to ensure every image included alternative text. Over time however, this practice has proven to be a poor user experience for people who use screen readers.</p>\n<p>Since the fallbacks are removed, users will need to explicitly set a value for the alt text field. <a href="https://make.wordpress.org/core/2016/11/11/improving-accessibility-of-image-alternative-text-in-4-7/">According to Joe McGill</a>, the change will not affect content already published but will be the expected behavior in WordPress 4.7 and beyond.</p>\n<p>If you&#8217;re not sure what text to use to describe an image, check <a href="http://webaim.org/techniques/alttext/#basics">out this article </a>on Webaim. It explains when alt text should be displayed and provides useful tips on how to describe an image.</p>\n<div id="epoch-width-sniffer"></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:"Tue, 15 Nov 2016 18:51:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:64:"WPTavern: Wedding Bride: A Free One-Page WordPress Wedding Theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=60375";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wptavern.com/wedding-bride-a-free-one-page-wordpress-wedding-theme";s: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:2864:"<p><a href="https://wordpress.org/themes/wedding-bride/" target="_blank">Wedding Bride</a> is a new theme from Alex Itsios, co-founder of <a href="https://ketchupthemes.com/" target="_blank">Ketchup Themes</a>. The Cyprus-based theme company has <a href="https://wordpress.org/themes/author/alexitsios/" target="_blank">16 themes on WordPress.org</a>. Wedding themes are a relatively small niche in the directory with fewer than 20 listings. This new arrival stands out from the pack with its bold colors and customizability.</p>\n<p>Many WordPress wedding themes in the official directory seem like a wedding site forced into a blog-oriented design, with lingering post meta in areas where it serves no purpose. This particular niche is where a focused, one-page design really shines. Wedding Bride features event-specific front page sections for the couple to share their story but also allows for (optional) extra pages and a blog.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/08/wedding-bride-screenshot.png?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/08/wedding-bride-screenshot.png?resize=880%2C660&ssl=1" alt="wedding-bride-screenshot" class="aligncenter size-full wp-image-60380" /></a></p>\n<p>All of the theme&#8217;s options can be found in the Customizer where users can upload a header image, personalize the header overlay, and add various content sections &#8211; all of which are optional. It also includes an option to make the navigation menu sticky or have it scroll with the page (default).</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/08/wedding-bride-theme-1.png?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/08/wedding-bride-theme-1.png?resize=1025%2C405&ssl=1" alt="wedding-bride-theme" class="aligncenter size-full wp-image-63806" /></a></p>\n<p>Wedding Bride users can customize the background color and/or image. Unfortunately, the theme does not include a color picker to customize the pink accent color, but this can be changed with a little CSS. Blog pages include a sidebar and it supports four widget areas in the footer. The contact form section was created for use with <a href="https://wordpress.org/plugins/contact-form-7/" target="_blank">Contact Form 7</a>.</p>\n<p>Check out the <a href="http://www.platotheme.com/wedding-version/" target="_blank">live demo</a> to see the theme in action. <a href="https://wordpress.org/themes/wedding-bride/" target="_blank">Wedding Bride</a> is Alex Itsios&#8217; 16th theme on WordPress.org and his first foray into the wedding niche. If you&#8217;re looking for a theme that allows you to quickly create a wedding website with all the essential details on one page, you can download it for free from WordPress.org via your admin themes browser.</p>\n<div id="epoch-width-sniffer"></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:"Tue, 15 Nov 2016 06:28: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:"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:65:"WPTavern: WP eCommerce 3.11.4 Patches SQL Injection Vulnerability";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63743";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wp-ecommerce-3-11-4-patches-sql-injection-vulnerability";s: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:1138:"<p>Over the weekend, the WP eCommerce team released version 3.11.4 of its <a href="https://wordpress.org/plugins/wp-e-commerce/">e-commerce plugin</a>. The update patches an SQL injection vulnerability that was responsibly disclosed by Mika Epstein, a member of the WordPress.org plugin review team.</p>\n<p><a href="https://wpecommerce.org/news/wp-ecommerce-3-11-4-security-update/">According to Justin Sainton</a>, lead developer of WP eCommerce, the team was notified of the vulnerability on November 11th and patched within an hour. The update was available on WordPress.org the following day.</p>\n<p>&#8220;This vulnerability only affects users who use eWay as their payment gateway, have Gold Cart activated, and are using the as-of-yet-unreleased Theme Engine 2.0,&#8221; Sainton said.</p>\n<p>&#8220;We believe the number of users affected is likely close to zero, due to these conditions.&#8221;</p>\n<p>Users are highly encouraged to update as soon as possible. Created in 2006, WP eCommerce is one of the oldest plugins in the directory and is actively installed on more than 40K sites.</p>\n<div id="epoch-width-sniffer"></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:"Tue, 15 Nov 2016 00:34:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:92:"WPTavern: Upvato Backup Service Terminated by Storage Provider, Files May Not be Recoverable";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63352";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/upvato-backup-service-terminated-by-storage-provider-files-may-not-be-recoverable";s: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:5185:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/upvato-featured.png?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/upvato-featured.png?resize=1025%2C471&ssl=1" alt="upvato-featured" class="aligncenter size-full wp-image-50622" /></a></p>\n<p><a href="https://www.upvato.com/" target="_blank">Upvato</a>, the service that specializes in backing up Envato Market files, has shut down without warning. Freddy Lundekvam, a full time programmer and frequent user of Envato products, created the service after losing 10 files to Envato&#8217;s policy of reserving the right to take down and remove any file at its or the author&#8217;s sole discretion. Losing files is a <a href="https://forums.envato.com/t/half-of-my-items-removed/27143/3" target="_blank">common frustration among Envato users</a>, as the company cannot guarantee the ongoing availability of products due to situations like copyright complaints and technical issues.</p>\n<p>Upvato made it easy for users to automatically backup their purchases, cataloguing them with screenshots, descriptions, titles, and author information. The service offered unlimited backups and Lundekvam encouraged users to connect their Envato accounts to keep their files safe. A few weeks ago, Upvato users started to suspect that the service was shutting down.</p>\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Anyone using <a href="https://twitter.com/hashtag/Upvato?src=hash">#Upvato</a> for their themes etc from <a href="https://twitter.com/envato">@envato</a> &#8211; I think you have just been duped!</p>\n<p>&mdash; Andrew Wilkinson (@parysnet) <a href="https://twitter.com/parysnet/status/793135773998514176">October 31, 2016</a></p></blockquote>\n<p></p>\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">What happened to <a href="https://twitter.com/hashtag/upvato?src=hash">#upvato</a>? Looks like it died silently and nobody noticed. Zero commentary from the usual webdev pundits.</p>\n<p>&mdash; sunil (@sunilwilliams) <a href="https://twitter.com/sunilwilliams/status/791535374971523072">October 27, 2016</a></p></blockquote>\n<p></p>\n<p>&#8220;I&#8217;m beginning to think this was not all above board,&#8221; one WP Tavern commenter <a href="https://wptavern.com/new-upvato-service-offers-free-backups-for-envato-market-products#comment-202262" target="_blank">said</a> after discovering that the site disappeared. &#8220;[Upvato] seamlessly copied all my themes to their server and then shut down with no warning!&#8221;</p>\n<p>Lundekvam, whose website can no longer be reached, replied to my first inquiry. After experiencing problems with Upvato&#8217;s provider, he is not hopeful that he can recover the files.</p>\n<p>&#8220;Our provider&#8217;s automated systems terminated everything related to Upvato,&#8221; Lundekvam said. &#8220;I am so frustrated and upset that you won&#8217;t believe it, but I am doing what I can do recover the files and or get a backup up and running. But it seems like the provider isn&#8217;t and wasn&#8217;t really a reliable backup provider at all, and as it is right now, it looks really dark for a possible chance to recover the files.&#8221;</p>\n<p>Lundekvam would not specify who his provider was, but had referenced Amazon Glacier in a <a href="https://wptavern.com/new-upvato-service-offers-free-backups-for-envato-market-products" target="_blank">previous interview</a> as an example of cheap storage space at a mere $7/month.</p>\n<p>&#8220;Such things shouldn&#8217;t happen with a backup provider like Upvato, and I am extremely surprised that it happened with our backup provider, causing it to affect Upvato,&#8221; he said. He also confirmed that he does not plan to shut the service down permanently.</p>\n<p>&#8220;If I am unable to recover the backup and files, then no, I am not shutting down,&#8221; Lundekvam said.&#8221; I would, and have to, install Upvato with a new provider and start over. Please rest assured that Upvato is coming back up. Regarding the concerned users, I am deeply sorry for the downtime and, possibly, loss of Envato files. It hurts that it happened, as this is in no way how I want Upvato to be seen or represented.&#8221;</p>\n<p>Lundekvam would not respond to subsequent inquiries. Upvato has had ample time to share this news via other outlets but the service did not have a Twitter account and its website has vanished, leaving users without any information. Lundekvam had said in previous interviews that he did not have plans to monetize Upvato in the immediate future. His motivation was to &#8220;make something cool and useful that people might want and need.&#8221;</p>\n<p>Unfortunately, since he treated Upvato as a side project and did not have further backups in place, an unexpected problem with his provider has wiped out the files users trusted with the service. In an ironic twist, the service has inadvertantly replicated the exact situation that users hoped to avoid with Envato. Lundekvam has not responded to further inquiries on the status of the recovery process, but we will update when any new information is available.</p>\n<div id="epoch-width-sniffer"></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, 14 Nov 2016 21:01:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:34:"Matt: Flying Lotus, Never Catch Me";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=46928";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"https://ma.tt/2016/11/flying-lotus-never-catch-me/";s: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:357:"<p></p>\n<p>Music videos are themselves an art form, and it&#8217;s always interesting to me how an artist chooses to transform the interpretation of their song with the video. I&#8217;ve listened to this song since it came out but haven&#8217;t seen the video until now, and it will definitely make me listen to it differently. Featuring Kendrick Lamar.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 13 Nov 2016 18:49:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:58:"WPTavern: New WordPress Plugin Serves Pre-Compressed Emoji";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63682";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/new-wordpress-plugin-serves-pre-compressed-emoji";s: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:3475:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/compressed-emoji.png?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/compressed-emoji.png?resize=627%2C250&ssl=1" alt="compressed-emoji" class="aligncenter size-full wp-image-63714" /></a></p>\n<p>WordPress emoji are served from s.w.org, but they are not compressed. This impacts the SVG loading time, depending on how many emoji you are using, and can even throw warnings on Google&#8217;s <a href="https://developers.google.com/speed/pagespeed/insights/" target="_blank">PageSpeed Insights</a> tool. Turkey-based WordPress developer <a href="https://profiles.wordpress.org/m_uysl/" target="_blank">Mustafa Uysal</a> has just released <a href="https://wordpress.org/plugins/compressed-emoji/" target="_blank">Compressed Emoji</a>, a plugin that makes use of the <a href="https://developer.wordpress.org/reference/hooks/emoji_svg_url/" target="_blank">emoji_svg_url</a> filter introduced in 4.6. This filter allows developers to change the URL for where emoji SVG images are hosted.</p>\n<p>When the plugin is activated, the compression offers savings in the range of 3kb ~ 1.3kb (roughly %60) per emoji.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/emoji-compressed-comparison.png?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/emoji-compressed-comparison.png?resize=1025%2C511&ssl=1" alt="emoji-compressed-comparison" class="aligncenter size-full wp-image-63717" /></a></p>\n<p>Uysal said he hopes WordPress.org will consider compressing emoji in the future, especially since approximately 10% of the web is using WordPress 4.6. Compressing emoji is a small way to speed up a sizeable chunk of the web. A <a href="https://core.trac.wordpress.org/ticket/37374" target="_blank">ticket</a> was created on Trac four months ago, requesting cache headers for emoji files and compression. According to Gary Pendergast, the change is something that can be made outside of the WordPress core development cycle, so he closed the ticket and <a href="https://make.wordpress.org/systems/2016/07/20/there-are-no-cache-instructions/" target="_blank">passed the suggestion on to the Systems team</a>. Cache headers were added by the team, but compression was not implemented in that update.</p>\n<p>&#8220;The current plan is to move everything to a new CDN,&#8221; Gary Pendergast reported after chatting with the Systems team. &#8220;The current CDN is a bit outdated &#8211; they don’t support HTTP/2, for example. They need to do some more testing, but it’s high on the todo list.&#8221;</p>\n<p>In the meantime, users who want compressed emoji can use Uysal&#8217;s plugin. It compressed the files using <a href="https://github.com/svg/svgo" target="_blank">SVGO</a>, an open source Node.js-based tool for optimizing SVG vector graphics files. The tool removes unnecessary things like metadata, comments, hidden elements, and default or non-optimal values from the SVG files without affecting their rendering. Another advantage is it doesn&#8217;t require an internet connection for those who are developing locally.</p>\n<p><a href="https://wordpress.org/plugins/compressed-emoji/" target="_blank">Compressed Emoji</a> is available in the WordPress plugin directory and is also open for contributions on <a href="https://github.com/mustafauysal/compressed-emoji" target="_blank">GitHub</a>.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Nov 2016 23:49: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:"";}}}}}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:30:"Dev Blog: WordPress 4.7 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4566";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3091:"<p>WordPress 4.7 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.7-beta3.zip">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">Beta 1</a> and <a href="https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/">Beta 2</a> blog posts, along with <a href="https://make.wordpress.org/core/tag/4-7+dev-notes/">in-depth field guides on make/core</a>. Some of the changes in Beta 3 include:</p>\n<ul>\n<li><strong>REST API:</strong> The <code>unfiltered_html</code> capability is now respected and <code>rest_base</code> has been added to response objects of <code>wp/v2/taxonomies</code> and <code>wp/v2/types</code>, while <code>get_allowed_query_vars()</code> and the <code>rest_get_post</code> filter have been removed.</li>\n<li><strong>Roles/Capabilities:</strong> Added meta-caps for comment, term, and user meta, which are currently only used in the REST API.</li>\n<li><strong>I18N:</strong> Added the ability to change user&#8217;s locale back to site&#8217;s locale. (<a href="https://core.trac.wordpress.org/ticket/38632">#38632</a>)</li>\n<li><strong>Custom CSS:</strong> Renamed the <code>unfiltered_css</code> meta capability to <code>edit_css</code> and added revisions support to the <code>custom_css</code> post type.</li>\n<li><strong>Edit shortcuts:</strong> Theme authors should take a look at <a href="https://make.wordpress.org/core/2016/11/10/visible-edit-shortcuts-in-the-customizer-preview/">the developer guide to the customizer preview&#8217;s visible edit shortcuts</a> and update their themes to take advantage of them if not already implementing selective refresh.</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39200&stop_rev=39143&limit=200&verbose=on&sfp_email=&sfph_mail=">over 50 changes</a> in the last week.</li>\n</ul>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p><em>Building the future</em><br />\n<em>A global community</em><br />\n<em>Stronger together</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, 11 Nov 2016 03:30:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Helen Hou-Sandi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:52:"WPTavern: Andy Baio Relaunches Waxy.org on WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=63685";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"https://wptavern.com/andy-baio-relaunches-waxy-org-on-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:3333:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/11/waxy.png?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/11/waxy.png?resize=1025%2C415&ssl=1" alt="waxy" class="aligncenter size-full wp-image-63701" /></a></p>\n<p>After 14 years of blogging with MovableType, Andy Baio has <a href="http://waxy.org/2016/11/redesigning-waxy-2016-edition/" target="_blank">relaunched Waxy.org on WordPress</a>. Baio&#8217;s media and technology blog has been a continual source of original content about life on the internet and how it affects our culture. The migration includes 472 posts and 15,891 entries from his sideblog <a href="http://waxy.org/category/links/" target="_blank">Waxy Links</a>.</p>\n<p>Waxy.org played a small part in WordPress.org&#8217;s early history. In 2005 Baio broke the story about <a href="http://waxy.org/2005/03/wordpress_websi/" target="_blank">WordPress quietly hosting search engine spam articles</a> in order to help cover some of the site&#8217;s expenses. The exposure and subsequent removal of <a href="http://random.waxy.org/html/google_wordpress.html" target="_blank">the articles</a> temporarily decimated WordPress.org&#8217;s pagerank but Matt Mullenweg&#8217;s <a href="https://ma.tt/2005/04/a-response/" target="_blank">response</a> to the situation brought more transparency to how the open source project was being funded. Baio interviewed Mullenweg for the piece and considered it his first foray into serious journalism.</p>\n<p>In his post about the site&#8217;s redesign Baio concedes that blogs are &#8220;not really part of the cultural conversation anymore&#8221; but said he thinks there&#8217;s still potential in the medium.</p>\n<p>&#8220;There a few reasons why I’m sad about the decline of independent blogging, and why I think they’re still worth fighting for,&#8221; Baio said. &#8220;Ultimately, it comes down to two things: ownership and control.&#8221;</p>\n<p>Baio explained why it&#8217;s important for him to control his own space on the web, as opposed to putting content at the mercy of third-party platforms whose futures are not guaranteed:</p>\n<blockquote><p>Last week, Twitter announced they’re shutting down Vine. Twitter, itself, may be acquired and changed in some terrible way. It’s not hard to imagine a post-Verizon Yahoo selling off Tumblr. Medium keeps pivoting, trying to find a successful revenue model. There’s no guarantee any of these platforms will be around in their current state in a year, let alone ten years from now.</p>\n<p>Here, I control my words. Nobody can shut this site down, run annoying ads on it, or sell it to a phone company. Nobody can tell me what I can or can’t say, and I have complete control over the way it’s displayed. Nobody except me can change the URL structure, breaking 14 years of links to content on the web.</p></blockquote>\n<p><a href="http://waxy.org/" target="_blank">Waxy.org</a> is now responsive and uses a custom theme built using Automattic&#8217;s <a href="http://components.underscores.me/" target="_blank">Components starter-theme generator</a>. Baio will continue exploring odd corners of the internet on his blog and plans to share his thoughts about the challenges of navigating the ecosystem of independent publishers.</p>\n<div id="epoch-width-sniffer"></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:"Thu, 10 Nov 2016 23: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:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WPTavern: bbPress 2.5.11 Adds WordPress 4.7 Compatibility";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63694";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"https://wptavern.com/bbpress-2-5-11-adds-wordpress-4-7-compatibility";s: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:2494:"<p>The bbPress development team has <a href="https://bbpress.org/blog/2016/11/bbpress-2-5-11-maintenance-release/">released 2.5.11</a> to add support <a href="https://make.wordpress.org/core/2016/11/07/changed-loading-order-for-current-user-in-4-7/">for a technical change</a> in WordPress 4.7. Users are highly encouraged to update to bbPress 2.5.11 <strong>before</strong> updating to WordPress 4.7. In 4.7, the loading order for the current user in the function stack was changed to accommodate <a href="https://make.wordpress.org/core/2016/11/07/user-admin-languages-and-locale-switching-in-4-7/">user locale switching</a>.</p>\n<p>Previously, BuddyPress and bbPress displayed a custom notice when a user was initialized without using WP-&gt;init(). In addition to patching the issue in <a href="https://buddypress.trac.wordpress.org/ticket/7305">BuddyPress</a> and <a href="https://bbpress.trac.wordpress.org/ticket/2309">bbPress</a>, a new <a href="https://core.trac.wordpress.org/ticket/23016">wp_roles_init filter</a> was added to WordPress that allows plugins to add custom roles when they&#8217;re initialized.</p>\n<p>The changes mentioned above are technical in nature so I asked John James Jacoby, lead developer of bbPress, what the update really means. &#8220;bbPress loads its roles on-the-fly, in a similar way to how post-types and taxonomies are registered,&#8221; Jacoby told the Tavern.</p>\n<p>&#8220;With locales and roles now having a reversed load order, bbPress needed some code changes to work for both WordPress 4.6 and 4.7 without causing any problems for third-party bbPress plugins and non-English installations.&#8221;</p>\n<p>This particular improvement has personal historical meaning to Jacoby, &#8220;This change to WordPress core in 4.7 is a long time coming,&#8221; he said.</p>\n<p>&#8220;It was the very first bug I ever reported in WordPress&#8217; IRC channel back in 2008, when I was working on a large multi-lingual multisite installation. It&#8217;s how I met Peter Westwood and Jen Mylo, and it was their kindness that made it clear that WordPress was the platform for me.&#8221;</p>\n<p>Jacoby also notes that per-forum moderators, favorites, and subscriptions have been rewritten in bbPress 2.6. During testing, performance enhancements were discovered and submitted to WordPress core and have been implemented across the forums on WordPress.org. Work continues on bbPress 2.6 which is expected to ship in 2017.</p>\n<div id="epoch-width-sniffer"></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:"Thu, 10 Nov 2016 22:33:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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: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:81:"WPTavern: WPWeekly Episode 253 – BuddyPress 2.8, WordCamp US, and PressNomics 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:58:"https://wptavern.com?p=63684&preview=true&preview_id=63684";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"https://wptavern.com/wpweekly-episode-253-buddypress-2-8-wordcamp-us-and-pressnomics-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:3135:"<p>In this episode of WordPress Weekly, <a href="http://marcuscouch.com/">Marcus Couch</a> and I discuss the news of the week. WordCamp US live stream tickets will be free this year and development of BuddyPress 2.8 kicks off. We talk about the revamped guidelines for the WordPress plugin directory and how they should help streamline the review process.</p>\n<p>Last but not least, we discuss an important update to bbPress. Because of some recent life changes, the recording time for WordPress weekly will now be on Wednesdays at 3PM Eastern, 12PM Pacific.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/buddypress-2-8-development-kicks-off-2016-survey-now-open-for-developers">BuddyPress 2.8 Development Kicks Off, 2016 Survey Now Open for Developers</a><br />\n<a href="https://wptavern.com/wordcamp-us-live-stream-tickets-now-available">WordCamp US Live Stream Tickets Now Available</a><br />\n<a href="https://wptavern.com/take-the-2016-wordpress-user-survey">Take the 2016 WordPress User Survey</a><br />\n<a href="https://wptavern.com/wordpress-plugin-team-publishes-revamped-guidelines-for-plugin-directory">WordPress Plugin Team Publishes Revamped Guidelines for Plugin Directory</a><br />\n<a href="https://wptavern.com/pressnomics-5-scheduled-for-april-6-8-2017-in-phoenix-az">PressNomics 5 Scheduled for April 6-8, 2017 in Phoenix, AZ</a><br />\n<a href="https://bbpress.org/blog/2016/11/bbpress-2-5-11-maintenance-release/">bbPress 2.5.11 – Maintenance Release</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href="https://wordpress.org/plugins/grid-canvas-pinterest/">Grid Canvas &#8211; Pinterest Image Creator </a>automatically detects all the images in a post and adds them to a grid layout. It comes with plenty of predefined grid layouts to choose from and there are more coming soon. You can also select the image size that is most optimal for different social networks.</p>\n<p><a href="https://wordpress.org/plugins/disable-password-changed-notifications/">Disable Password Changed Notifications</a> by Pippin Williamson disables the notification email sent to site administrators when users change their passwords.</p>\n<p><a href="https://wordpress.org/plugins/wp-private-comment-notes/">WP Private Comment Notes</a> allows WordPress admins and or moderators to add and manage private notes for comments. Additionally, each note can be shared with the user who left the original comment.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 16th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #253:</strong><br />\n</p>\n<div id="epoch-width-sniffer"></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:"Thu, 10 Nov 2016 20:53:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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: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:91:"WPTavern: WordPress Community Team Proposes New Selection Process for 2017 Summit Attendees";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=63604";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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-community-team-proposes-new-selection-process-for-2017-summit-attendees";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4890:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/testing.jpg?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/testing.jpg?resize=960%2C474&ssl=1" alt="testing" class="aligncenter size-full wp-image-46092" /></a></p>\n<p>WordCamp Europe 2017 is set to <a href="https://wptavern.com/wordcamp-europe-2017-will-host-the-next-wordpress-community-summit" target="_blank">host the next community summit</a> in Paris. This will be the first time the event has been held outside of the United States, a change that makes it more accessible for contributors who are unable to obtain a visa to enter the U.S.</p>\n<p>Attaching the summit to WordCamp Europe was the next logical step, as the event brings together project contributors from around the world. Europe is one of the fastest growing regions for the WordPress community in terms of events, with a <a href="https://wptavern.com/europe-tops-wordcamp-growth-in-2015-with-70-increase-in-events" target="_blank">70% increase in WordCamps in 2015</a>. There were 20 WordCamps held in October and 50% of those were hosted in European cities.</p>\n<p>The past three community summits have been invitation-only in order to ensure those present were active contributors to WordPress and to enable a format that facilitates face-to-face discussions on key issues facing the project and the community. This inevitably leaves many valuable contributors on the outside. In an effort to mitigate the sense of exclusivity around the event, the WordPress Community Team is <a href="https://make.wordpress.org/community/2016/11/03/wordpress-community-summit-2017/" target="_blank">proposing a new selection process for 2017</a>:</p>\n<blockquote><p>If we have to limit our attendance to have productive, collaborative discussions at the Summit, then choosing the participants becomes a challenge if we don’t know what the teams are going to discuss ahead of time. Therefore, this year I suggest we try something new:</p>\n<p>Let’s ask teams to decide on the challenging, controversial, or sensitive issues they want to discuss at the summit before the summit is held. Then, once the teams know what they want to talk over in person, they can nominate and select the people needed to represent all points of view in each of those discussions. This way, the event stays small, hard topics get discussed, but the selection process is more transparent and functional.</p></blockquote>\n<p>Rocio Valdivia, who posted the proposal on behalf of the team, roughly outlined how the selection process would work. She suggested each make.wordpress.org project team would create and publish a list of topics/issues for discussion at the summit and submit them by December 20th. Teams would then select representatives to attend the summit. Two members of those selected would be assigned to help with the organization and logistics of the summit, including tasks such as finding sponsors, travel assistance, and communication.</p>\n<p>&#8220;The intention of this approach is to propose a more open and team-focus Community Summit with transparent participation from all active contributors and reps of each team,&#8221; Valdivia said. &#8220;This way we can hopefully anticipate barriers and cross-team difficulties that might come up, and avoid them.&#8221;</p>\n<p>This approach is different from past events where attendees were not part of the organizational aspects but it gives contributors more ownership of the event and their teams&#8217; specific goals. Details and logistics would be worked out later in the year with the help of the WCEU organizers.</p>\n<p>The Community Team is asking for feedback on the <a href="https://make.wordpress.org/community/2016/11/03/wordpress-community-summit-2017/" target="_blank">proposal</a> before implementing a plan of action for the new selection process. As the open source project has grown, WordPress has hundreds of contributors spread across its three dozen core <a href="https://make.wordpress.org/core/components/" target="_blank">components</a>. So far contributors have weighed in on the initial proposed number of team representatives and the deadline for preparing topics.</p>\n<p>There was also some concern in the Community Team&#8217;s meeting on Slack as to whether the new selection process will perpetuate the pattern of the same people being invited to the summit every time simply because they are most active in the project. Allowing teams to nominate their representatives based on the anticipated topics will make the selection process more focused on which contributors are best suited to work on pressing issues. Moving the location to Europe will also give regional contributors the opportunity to bring fresh ideas and perspectives, especially regarding the challenges of multilingual publishing with WordPress.</p>\n<div id="epoch-width-sniffer"></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:"Thu, 10 Nov 2016 06:48: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: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:103:"WPTavern: A New Way to Search, Preview, and Install Themes in the Customizer Removed From WordPress 4.7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=63634";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"https://wptavern.com/a-new-way-to-search-preview-and-install-themes-in-the-customizer-removed-from-wordpress-4-7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4376:"<p>Astute testers may have noticed a new feature in WordPress 4.7 beta 1 that enabled users to search, preview, and install themes from within the customizer. This feature was part of <a href="https://make.wordpress.org/core/2016/10/24/customize-update-2016-10-23/">five feature projects</a> related to the customizer that were approved for merge last month. Its goal is to <a href="https://make.wordpress.org/core/2016/10/03/feature-proposal-a-new-experience-for-discovering-installing-and-previewing-themes-in-the-customizer/">unify the theme browsing and customizing experience</a>.</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/CustomizerThemeBrowserFlow.png?ssl=1"><img class="size-full wp-image-63638" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/CustomizerThemeBrowserFlow.png?resize=1025%2C793&ssl=1" alt="Customizer Theme Browser Flow" /></a>Customizer Theme Browser Flow\n<p>It was removed in WordPress 4.7 beta 2. Helen Hou-Sandí, WordPress 4.7 release lead, <a href="https://core.trac.wordpress.org/ticket/37661#comment:121">reverted the change</a> after <a href="https://core.trac.wordpress.org/ticket/37661#comment:113">collecting feedback. </a>Some of the reasons for reverting the feature include:</p>\n<ul>\n<li>Displaying on mobile devices is broken.</li>\n<li>Inability to close the feature/filter accordion.</li>\n<li>Checkmarks are overlayed on top of the search form.</li>\n<li>The full-screen plus reload experience isn&#8217;t polished.</li>\n</ul>\n<p><a href="https://core.trac.wordpress.org/ticket/37661#comment:121">According to Hou-Sandí</a>, there is not enough time left in the development cycle to polish the design and make it sufficient for WordPress 4.7. Nick Halsey, who helps maintain the Customizer component, <a href="https://core.trac.wordpress.org/ticket/37661#comment:127">expressed displeasure</a> with the decision.</p>\n<p>&#8220;Abruptly deciding to pull something without allowing any opportunity to improve things or even bring it up in a weekly dev chat is ridiculous,&#8221; Halsey said.</p>\n<p>&#8220;Had I been asked to provide patches for outstanding bugs (one of which never even received a ticket), I would have gladly done so sooner &#8211; this was my highest priority for core for the past 4 months.&#8221;</p>\n<p>Halsey goes on to say that the revert is disrespectful and insulting to him and that he is unlikely to further contribute to the project until it is back in trunk. Samuel Sidler, <span class="st">Apollo Team Lead at Automattic</span>, <a href="https://core.trac.wordpress.org/ticket/37661#comment:124">responded to Halsey </a>supporting Hou-Sandí&#8217;s decision.</p>\n<p>&#8220;Making a decision to pull a highly visible feature is hard, but, as you know, it&#8217;s ultimately one that the release lead should make as it&#8217;s <em>their release</em> and they have the best overall view,&#8221; Sidler said.</p>\n<p>Weston Ruter, who also helps maintain the Customizer component, asked if the revert could be reversed if patches to outstanding issues were created.</p>\n<p>&#8220;No &#8211; if this were a matter of problems that have defined solutions already then the course of action would not have been a revert,&#8221; Hou-Sandí <a href="https://core.trac.wordpress.org/ticket/37661#comment:130">responded</a>. &#8220;I know that it would feel better to have something more than &#8216;my gut and the guts of others say no&#8217;, but if there was more definition to the problems then we may not have been in a position where reverting from this release was the only sane thing to do.&#8221;</p>\n<p>The <a href="https://core.trac.wordpress.org/ticket/37661">feature has been punted</a> and the milestone was changed from WordPress 4.7 to a Future Release.</p>\n<h2>A Window Into How WordPress Development Works</h2>\n<p>The quotes I published above are only part of the story. I highly encourage you to start with <a href="https://core.trac.wordpress.org/ticket/37661#comment:113">this post</a> and read every response in full. It&#8217;s a great opportunity to see a WordPress release lead in action and how and why certain decisions in WordPress development are made. Those interested in the feature&#8217;s progress can follow along by <a href="https://core.trac.wordpress.org/ticket/37661">monitoring this ticket</a>.</p>\n<div id="epoch-width-sniffer"></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, 09 Nov 2016 23:41:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n \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: Uncomfortable doesn’t mean walk away";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1466";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"https://heropress.com/essays/uncomfortable-doesnt-mean-walk-away/";s: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:23144:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/110916-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: Uncomfortable often means there is something amazing to be learnt." /><p>I am not a developer. Confession? It feels like it sometimes. In my mind’s eye I see a roomful of skittish WordPress marketers with dark-ringed eyes, disclosing the number of times they pretended to understand something technical when it made about as much sense to them as the moon landing. Frustrated they can’t code it themselves. Maybe it’s just me in that room.</p>\n<p>I am a words person – a creative, a copywriter, and a marketer. My heart beats faster over ancient English literature, clever mailers, alliteration, storytelling and subject lines, and the shapeshifting challenge of building an authentic brand in a world of smoke, mirrors, and shmoozing.</p>\n<p>Topher asked me to write my WordPress story and when I thought about what I’ve learnt over the past two years what came to mind was: <strong>uncomfortable doesn’t mean walk away</strong>.</p>\n<p>Far from being something to categorically flee or avoid, discomfort is a signpost to watch out for – something to embrace and step bravely towards. Obviously there are exceptions – but in my experience discomfort often means lean in, listen closely, change something.</p>\n<p>I’ve chosen to share a few of the ways I’ve encountered uncomfortable in my WordPress journey so far, and why I’m grateful.</p>\n<h3>A bit of background</h3>\n<p>Perhaps we are all creatures of habit on some level, but I really am. For example, when backpacking with my best friend in 2008 from Istanbul down to Cairo – through Syria and Jordan, including places that are now literally non-existent – she and I noticed that if we found a good restaurant I’d suggest returning the following night while she always wanted to try new spots.</p>\n<p>When I find something I like, it makes perfect sense to me to stick with it, sometimes to a fault. Until fairly recently I would have described myself as someone who didn’t thrive on change. This partly explains why by the age of twenty nine my entire life had played out in one city.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_5951-min.jpg"><img class="size-large wp-image-1470" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_5951-min-1024x768.jpg" alt="Marina as a child with mother" width="960" height="720" /></a>My beautiful mum, brother and I. My mum is a superhuman and I miss her daily.\n<p>Birth, preschool to postgraduate studies, the first nine years of my career, family, friends, life – all in one patch.</p>\n<p>I have been privileged to do some excellent travelling to amazing places – European beach holidays and ski trips (obviously I broke my arm), teaching English for four weeks in South Korea, a cruise in Alaska, a church trip to Singapore and Malaysia, Vancouver to visit family – but my sense of home and place was unwaveringly Cape Town.</p>\n<p>At the beginning of 2014 I decided to emigrate. The delay between the idea occurring to me and resigning was less than two weeks. With a British passport through my English mum and a mild obsession with all things British, London was it. It seemed wise to secure a job first but my gut said I should have faith and move regardless so I resigned from Yuppiechef.com <a href="https://www.yuppiechef.com/spatula/10-thoughts-about-community-management-and-social-media/">where I’d been for nearly five years</a>, sold my car, and booked a one way ticket.</p>\n<p>At this point, it would be fair to say WordPress was not even really on my radar. It powered Yuppiechef’s blog so I’d used it in that capacity and <a href="https://marinapape.com/">my own blog</a> was on WordPress.com – but it was pretty much just a thing to do with the internet that helped people publish stuff.</p>\n<p>A week before I set off I was having sushi with friends and got chatting to a mouthy American who worked for WooThemes. Hearing of my pending departure and getting a sense of my strengths and what I loved to do, he suggested I consider applying. Less than a week later I accepted an offer to join Woo’s then-tiny marketing team. I’m still amazed at the speed with which it all happened – and will be forever amused by Mark and Warren’s confidence in me as a total WordPress n0ob (maybe they didn’t realise!).</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_8001-min.jpg"><img class="size-large wp-image-1471" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_8001-min-1024x768.jpg" alt="I love MailChimp. Freddy lives on my desk beside some Woo stickers" width="960" height="720" /></a>I love MailChimp. Freddy lives on my desk beside some Woo stickers\n<p>And so my WordPress journey began in London on 1 July 2014, fresh off the boat and working remotely for the first time. I logged online from a coffee shop – specifically Timberyard, which has become a familiar friend – and dived headfirst into a world I hadn’t realised would be so technical. And digital. Marketing a digital product is a very different kettle of fish to kitchen products. And working remotely as an extrovert?</p>\n<p>In my first week I was sent to WordCamp Brighton where I innocently asked someone the difference between .org and WordPress.com. This was the first prickle of my first uncomfortable hurdle: being okay with not knowing everything.</p>\n<h3>It really is okay not to know everything.</h3>\n<p>It sounds stupid to even write that one needs to be okay with not knowing everything – of course one can’t, but at Yuppiechef.com I sure knew a lot more about a lot more. There, my lack of technical understanding wasn’t a thing, marketing was lauded, and our brand was at the forefront of what set us apart. <a href="http://ventureburn.com/2013/03/the-yuppiechef-cult-how-a-startup-sparked-a-religion/">People wrote about how the following for Yuppiechef was cult-like</a>, and I’d helped create that.</p>\n<p>Joining Woo I was a tiny fish all over again, and I was swimming in a world with languages I didn’t understand.</p>\n<blockquote><p>Everyone is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. – unknown (but attributed to Einstein)</p></blockquote>\n<p>It was a little bit terrifying to be a marketer in this tech-celebratory world. And it took me a long time to accept I have something significant to offer at WooCommerce (and now Automattic) and feel confident enough to add my voice to conversations. Why? I guess I am proud. In the early days I was constantly tempted to pretend to know more than I do (for the record this is a bad idea) and developed a hefty dose of imposter syndrome, which worsened when Automattic acquired WooCommerce. I found myself wondering if they would have hired me.</p>\n<p>For a few months, the fear I felt kept me from bringing to the table the valuable things I did know.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_7373-min.jpg"><img class="size-large wp-image-1472" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_7373-min-1024x768.jpg" alt="Standing by a concrete wall with a vast ocean scene behind." width="960" height="720" /></a>With my team in Cape Town earlier this year. Nicole, Aviva, me, Gareth and Kevin &lt;3.\n<p>It’s scary admitting a lack of understanding, it takes strong relationships with colleagues (which take time to build, especially remotely) to raise your hand and be vulnerable. But the problem is that not doing so ends up blocking and robbing the contribution you could make. It silences your voice. It is not possible to be a master of all trades: yes I need a working understanding of our products, but I don’t need to become a Javascript developer. One body, many parts, all valuable.</p>\n<p>This learning curve was uncomfortable for me. At various points I have wanted to bail, or take a year to learn how to code fulltime. But I am really glad I haven’t because marketing is vital and that is what I can do. And do very well (when I’m not looking over my shoulder).</p>\n<p>It’s okay to be an expert in what you love, not what other people love. It’s why we have teams. It’s what makes the world interesting.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_3576-min.jpg"><img class="size-large wp-image-1473" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_3576-min-1024x768.jpg" alt="Classroom filled with people" width="960" height="720" /></a>The first WordPress London meetup I attended. It was pretty awesome.\n<h3>Remote relationships take longer to build but they sure run deep.</h3>\n<p>My degree was in Psychology and it remains an active interest. ENFJ is proudly in my Twitter bio, I love taking personality tests and calling out and connecting with the underbellies and depths of fellow human beings.</p>\n<blockquote><p>&#8220;<strong>My friends are my estate</strong>. Forgive me then the avarice to hoard them.&#8221; – Emily Dickinson</p></blockquote>\n<p>If you’re familiar with Gallups Strengthfinder, I’m a Relator to the bone. People often ask how I have the discipline to work from home but that’s pocket change compared to the relational challenge. Showing up to work and being productive hasn’t been the thing I’ve found difficult – it’s trying to build relationship digitally with people far away and in different timezones.</p>\n<p>Plus I find there is a certain type of rapport, creativity, and energy that is really hard to create remotely when it comes to brainstorming and collaborating. The buzz of having an idea and someone else adding to it IRL, growing it into something greater. This was not a comfortable thing, but again choosing to stay has proven invaluable.</p>\n<p><strong>Remote relationships take longer to build, but they sure run deep</strong>. The bonding that happens when you come together for meetups and WordCamps is extraordinary. I have grown to properly know and love my colleagues (not all 500+ Automatticians yet but certainly my immediate team) and a bunch of awesome WordPress people I’ve met.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_8319-min.jpg"><img class="size-large wp-image-1474" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_8319-min-1024x768.jpg" alt="On-screen grid of faces in a google hangout" width="960" height="720" /></a>Well hello Woo people. Here’s us hanging out on Air.\n<p>It’s tiring flying to meetups, and you miss home, but it’s now becoming hard to leave them. My heart sometimes feels like it is scattered in little bits: a fragment with Scotty and the Dekode crew in Norway, another few with Louise in Kwazulu Natal, Cobus and Dom in Cape Town and chunks with Nicole and Aviva stateside. It’s fragmenting, but what a privilege.</p>\n<p>To keep me grounded day to day, I’ve helped start and now am involved in running a non-profit coworking space, which has opened up a whole new web of relationships in London. If you’re ever in town, pop into <a href="http://www.arkcoworking.com/">ARK Coworking</a> for a pour over coffee.</p>\n<p>Working remotely is different. But it’s a pretty niche kind of special to have a web of people around the world that you would otherwise be totally unconnected to.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_4183-min.jpg"><img class="size-full wp-image-1475" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_4183-min.jpg" alt="People standing astride bikes, flashing gang symbols." width="749" height="549" /></a>The Woo biker gang on a marketing meetup near Lake Michigan, 2015\n<p>Which brings me to another uncomfortable hurdle brought squarely to me by WordPress: the challenge of responding well to diversity and difference.</p>\n<h3>Thinking something for a long time doesn’t mean it’s true.</h3>\n<p>Part of <a href="https://automattic.com/creed/">Automattic’s creed</a> is to never stop learning. Being part of WordPress has brought me into close proximity with a more varied, vocal, challenging, and diverse group than I could have made up.</p>\n<p>The thing about being a human is you only ever get to be one of them. One in over seven billion. How much about other people and parts of the world you don’t live in do you know, really? How much do I? Being part of WordPress has opened my eyes to diversity in a way that is hard to describe. Emigrating helped too, but it is very possible to live in a bubble wherever you go.</p>\n<blockquote><p>A long habit of not thinking a thing wrong gives it a superficial appearance of being right. – Thomas Paine</p></blockquote>\n<p>Just because something has always been a certain way, doesn’t make it right. Being part of WordPress, and Automattic, has helped me greatly in learning how to hold what I believe to be right and true gently, and have equal respect for other people’s right and true.</p>\n<p>I ran the WooCommerce London meetup for two years which brought me into contact with a very mixed group; I was part of Automattic’s diversity workshop at the GM which was educational to say the least; when my friend Rosie started a <a href="http://mouthywomen.work/">blog</a> to highlight out how mouthy women get told they’re too masculine, I got behind her heart and soul.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/Screen-Shot-2016-11-03-at-13.21.46-min.png"><img class="wp-image-1476 size-full" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/Screen-Shot-2016-11-03-at-13.21.46-min.png" alt="Stewart Ritchie sharing at the WooCommerce London meetup. Photo: Gabor Javorsky." width="601" height="447" /></a>Stewart Ritchie sharing at the WooCommerce London meetup. Photo: Gabor Javorsky.\n<p>The most poignant example of this for me was much closer to home. I wrote some copy a while ago as the backstory of Woo’s ninja mascot, Hiro and included in it a bunch of references to Japanese culture that, though well intentioned, turned out to be not okay. It had been up for ages before someone with a different enough perspective flagged it. Ouch.</p>\n<p>I went home after a long day of tears and much Slack messaging and confided in my Malaysian flatmate about it, half expecting him to comfort me and say the whole thing really wasn’t such a big deal and that it didn’t bother him. Instead his only comment was: “<em>That’s good. It will make your company better.</em>”</p>\n<p>We live, we learn. We wound, we grow.</p>\n<p>John Maeda, who recently joined Automattic as Head of Design and Inclusion, calls such oversights in our thinking ‘lacunae’. Being part of the worldwide community of WordPress has brought a number of my own lacunae into sharp focus. It’s also made me more able to exist peacefully alongside people whose views I don’t share. I’m a human, they’re a human. Two in seven billion.</p>\n<p>Now, the idea of stepping away and retreating to a more homogenous, same-y group of people who tend to agree with me is not just unattractive, it’s scary.</p>\n<p>WordPress helps me be open-minded and it’s vehicle for doing this is individuals who are willing to speak up. Let’s help each other, as kindly and graciously as we can.</p>\n<h3>Marketing a WordPress product is difficult.</h3>\n<p>I’ve found marketing WooCommerce challenging for two reasons.</p>\n<p>First there is the classic digital marketer’s problem of how to build relationship with customers you never get to meet. All we have are words online and if we’re lucky some rituals and routines we can inject life into (I wrote about this strategy <a href="https://woocommerce.com/2015/11/4-customer-rituals/">here</a>).</p>\n<p>Over the past two years there have been a number of times I have thrown my hands up in the air and wanted to market something that is just easier to sell (coffee, an awesome gadget, luxury jewelry).</p>\n<p>On top of that eCommerce is a competitive space and selling WordPress can be a little complex messaging-wise, especially for non-coders and those not familiar with WordPress:</p>\n<p><em>Friend: Do I even have WooCommerce yet?</em><br />\n<em> Me: Yes it’s there in your downloads folder.</em><br />\n<em> Friend: <span>&lt;silence&gt;</span>.</em></p>\n<p>Every time I see another seductive Squarespace ad or the daily Shopify case study lands in my inbox (<em>How person x built y and changed the destiny of the human race</em>) – part of me can only see how far we have to go.</p>\n<p>But, I am enjoying fighting the good fight to democratise eCommerce with WordPress. I believe in what we’re doing, and in open source, and even though our competitors have bigger marketing teams and 24/7 phone support I feel a fierce loyalty to Woo.</p>\n<p>I don’t believe marketing has the emphasis it deserves in the WordPress space, but it’s coming to the fore. Great products don’t market themselves. The weaker thing will win if that is what is in front of people. I’m excited to be in this space.</p>\n<h3>Saying less is more. Narrow focus is healthy.</h3>\n<p>As someone who loves to joke around, natter, and come up with ideas, something I have learnt the hard way is that volume of words and number of ideas is not no an indicator of the quality of your contribution.</p>\n<p>It feels nice to be busy, but what is the deliverable?</p>\n<p>Having another great idea is not always helpful. Sometimes what I need to do is shut up and work. The manager versus maker ratio tends to leave a lot of cooks in the kitchen. Ideas are a dime a dozen. Pushing a few strategic things over the line, with your eyes on a goal everyone has agreed on, now that’s a better way.</p>\n<p>Staying focused working remotely can be hard. Fortunately, we have a great system of setting OKRs that my team is particularly diligent at sticking to. There are so. Many. Conversations. Going on all of the time. Focus is a healthy and freeing thing.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_4139-min.jpg"><img class="size-large wp-image-1477" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_4139-min-1024x768.jpg" alt="Marina and Louise, heads together, grinning" width="960" height="720" /></a>My Woo bestie, Louise. Here we are in San Francisco in 2014. I went back to South Africa for her wedding this year :).\n<h3>Inclusion is a very important thing.</h3>\n<p>A final thing I am learning through WordPress, and which has made my uncomfortable for sure, is the importance of inclusion. I touched on this a little already, but it’s something that I have now got my teeth into and am not going to let go of. Inclusion is a thing.</p>\n<p>Something that is great about WordPress is that intrinsically inclusive, it’s open to all.</p>\n<p>It isn’t only about big shiny success stories where people are making thousands of dollars. It’s people all over the world, fighting to make WordPress available in all languages; it’s faithful meetup organisers sharing knowledge with those who are just starting out; it’s the GPL; it’s having childcare at WordCamps; it’s using <em>y’all</em> or <em>folks</em> not <em>guys</em> to greet an audience.</p>\n<p>WordPress is not slick, sometimes things get a bit messy and there are heated discussions on forums and in backchannels. But WordPress is also a lot like how the world should be – democratic, going out of it’s way to make room and include, and with more than just the bottom line driving decisions.</p>\n<h3>Conclusion</h3>\n<p>That’s it from me. I hope sharing just a few of the ways WordPress has made me uncomfortable– what I learnt, and why I am glad I didn’t just bail – will be encouraging.</p>\n<p>Perhaps you are facing some tough things related to work or beyond. Maybe someone has expressed an opinion or belief that has made you uncomfortable. I’d encourage you to pause and take some time to think over whatever it is before acting.</p>\n<blockquote><p>Uncomfortable often means there is something amazing to be learnt.</p></blockquote>\n<p>Let’s be brave, open, and keep on learning together through this wonderful thing called WordPress.</p>\n<p><a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_4832-min.jpg"><img class="alignnone size-large wp-image-1478" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/IMG_4832-min-1024x768.jpg" alt="Pin board with hundreds of photos all over it." width="960" height="720" /></a></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: Uncomfortable doesn’t mean walk away" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Uncomfortable%20doesn%E2%80%99t%20mean%20walk%20away&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Funcomfortable-doesnt-mean-walk-away%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Uncomfortable doesn’t mean walk away" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Funcomfortable-doesnt-mean-walk-away%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%2Funcomfortable-doesnt-mean-walk-away%2F&title=Uncomfortable+doesn%E2%80%99t+mean+walk+away" rel="nofollow" target="_blank" title="Share: Uncomfortable doesn’t mean walk away"></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/uncomfortable-doesnt-mean-walk-away/&media=https://heropress.com/wp-content/uploads/2016/11/110916-150x150.jpg&description=Uncomfortable doesn’t mean walk away" rel="nofollow" target="_blank" title="Pin: Uncomfortable doesn’t mean walk away"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/uncomfortable-doesnt-mean-walk-away/" title="Uncomfortable doesn’t mean walk away"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/uncomfortable-doesnt-mean-walk-away/">Uncomfortable doesn’t mean walk away</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, 09 Nov 2016 12:00:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Marina Pape";s: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:83:"WPTavern: BuddyPress 2.8 Development Kicks Off, 2016 Survey Now Open for Developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=63402";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/buddypress-2-8-development-kicks-off-2016-survey-now-open-for-developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3278:"<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398&ssl=1" alt="buddypress-logo-blue" class="aligncenter size-full wp-image-30655" /></a></p>\n<p>Development for BuddyPress 2.8 kicked off during <a href="https://bpdevel.wordpress.com/2016/11/05/dev-chat-summary-for-november-2-2016/" target="_blank">last week&#8217;s meeting</a> and the target release date was set for January 25. In line with the project&#8217;s <a href="https://wptavern.com/buddypress-2-7-development-kicks-off-project-shifts-focus-to-developers-and-site-builders" target="_blank">recent change of course</a>, the upcoming release will be another one focused on developers and site builders.</p>\n<p>Long time contributor <a href="https://profiles.wordpress.org/slaFFik" target="_blank">Slava Abakumov</a> is leading 2.8 with a focus on reducing the 650+ tickets in BuddyPress Trac by 50%. He will coordinate contributors in working on a UI for developer features that were added in the 2.6 and 2.7 releases, which introduced an API for Group Types. Abakumov wants to dive deeper into security and plans to perform a security audit of the plugin.</p>\n<p>The BuddyPress core team will shape development for 2017 based on feedback from this year&#8217;s <a href="https://buddypress.org/2016/11/2016-buddypress-survey-site-builders-developers/" target="_blank">survey</a>, which opened November 1. It includes 36 questions aimed at site builders and developers, as opposed to previous years where the survey was <a href="https://buddypress.org/2014/01/2014-buddypress-survey/" target="_blank">open to users and anyone connected with the software</a>.</p>\n<p>The project&#8217;s change of direction is evident in the questions this year, which are decidedly developer-focused. According to the BuddyPress core team, these questions were prepared for the project&#8217;s primary audience of site builders and developers, &#8220;an explicit recognition of what BuddyPress has become, and how people use it.&#8221;</p>\n<p>In addition to the usual demographical questions, respondents are asked about their PHP versions, site setups, and local development environments. A new question asks when developers test their sites and extensions against upcoming releases. The survey also asks which template files developers customize when creating themes (with no option to indicate that you&#8217;re not a theme developer). Participants are asked to weigh in on BuddyPress&#8217; problem areas and to give feedback on the most frequent feature requests they receive from community members and clients.</p>\n<p>In 2013 the survey received 178 responses, 338 responses in 2014, and 211 in 2015. Given that the target audience is much narrower in 2016, the number of participants may decline again. However, the core team hopes responses will be more concentrated with the kind of information they find useful. The <a href="https://buddypress.org/2016/11/2016-buddypress-survey-site-builders-developers/" target="_blank">survey</a> will be open through November 20, 2016 and results will be posted before the end of the year.</p>\n<div id="epoch-width-sniffer"></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:"Tue, 08 Nov 2016 18:17:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"WPTavern: WordCamp US Live Stream 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=63030";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"https://wptavern.com/wordcamp-us-live-stream-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:2838:"<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/08/wordcamp-us.png?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/08/wordcamp-us.png?resize=1025%2C490&ssl=1" alt="wordcamp-us" class="aligncenter size-full wp-image-59619" /></a></p>\n<p><a href="https://2016.us.wordcamp.org" target="_blank">WordCamp US</a> is less than a month away and attendees are finalizing their travel plans. In August, organizers were <a href="https://wptavern.com/wordcamp-us-calls-for-volunteers-organizers-estimate-3000-attendees" target="_blank">estimating 3,000 attendees</a> on the ground but official numbers are not yet available as tickets continue to sell. A maximum capacity has not been published, because organizers have a great deal of flexibility to expand the event to thousands more if necessary.</p>\n<p>&#8220;The entire side of the PA Convention Center is ours, and we’re not using all of the spaces that they have,&#8221; WordCamp US co-organizer Alx Block said. &#8220;The sky is the limit.&#8221;</p>\n<p>Last week a world-class lineup of <a href="https://2016.us.wordcamp.org/speakers/" target="_blank">speakers</a> was confirmed from a record number of applicants. The team received 600 submissions (up from 231 last year) and accepted less than 10% of them, according to Block.</p>\n<p>&#8220;I think that WCUS last year really excited a lot of people, and they were interested in being a part of it,&#8221; Block said. &#8220;We also had quite a bit more time on the speaker applications, since in 2015 we planned the entire conference in just about three months.&#8221;</p>\n<p>One exciting change this year is that <a href="https://2016.us.wordcamp.org/2016/11/02/wordcamp-us-live-stream/" target="_blank">live stream tickets</a> will be free for those who are not able to attend the event. There&#8217;s no limit on the number of people who can watch live.</p>\n<p>&#8220;We really felt like there shouldn’t be a barrier to entry in attending WCUS,&#8221; Block said. &#8220;It’s the community’s conference, and everyone should be able to &#8216;attend&#8217; no matter where they physically are. We have some incredible sponsors, and making the live stream free felt like the best move.&#8221;</p>\n<p>Last year&#8217;s live stream tickets included swag from the event, and WCUS 2016 will have commemorative t-shirts for sale in the swag store. In addition to the live stream, all of the sessions will be recorded and uploaded to WordPress.tv. If you are joining by live stream, make sure to <a href="https://2016.us.wordcamp.org/tickets/" target="_blank">reserve your ticket</a> in advance. You can also <a href="https://2016.us.wordcamp.org/live-stream/attendee-test/" target="_blank">test your computer for compatibility</a> ahead of the event.</p>\n<div id="epoch-width-sniffer"></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, 07 Nov 2016 21: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"WPTavern: Take the 2016 WordPress User Survey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63524";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wptavern.com/take-the-2016-wordpress-user-survey";s: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:1483:"<p>With <a href="https://2016.us.wordcamp.org/">WordCamp US</a> a little less than a month away, it&#8217;s time to take the <a href="https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey">2016 WordPress user survey</a>. The survey is quick and easy to fill out with only a few questions to answer. Results are anonymized and will be shared at this year&#8217;s State of the Word presentation.</p>\n<p>Results from last year&#8217;s survey were not shared during Matt Mullenweg&#8217;s State of the Word presentation. During the <a href="https://2015.us.wordcamp.org/2015/12/05/state-of-the-word-live-blog/">question and answer</a> portion, Mullenweg was asked about the results.</p>\n<p>&#8220;Lots of data to go over, but basically more people are using WordPress, app development is growing, lots of people are making their living with WordPress, and other great trends are showing up,&#8221; Mullenweg responded. &#8220;We’ll try to do a blog post about it.&#8221;</p>\n<p>A post highlighting the results from the 2015 survey has yet to be published.</p>\n<p>In 2014, 33K people took the survey and of those 33K, 7,539 or 25% said they make their living from WordPress. Over 90% of respondents said they built more than one site.</p>\n<p>If you use WordPress, please take a few minutes to complete the survey. Also, <a href="https://2016.us.wordcamp.org/tickets/">tickets are still available</a> to attend WordCamp US December 2-4.</p>\n<div id="epoch-width-sniffer"></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, 07 Nov 2016 17:55: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:"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:16;a:6:{s:4:"data";s:11:"\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:23:"HeroPress: Finally SSL!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://heropress.com/?p=1481";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:34:"https://heropress.com/finally-ssl/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2741:"<p>I&#8217;ve been wanting to get SSL on HeroPress for a long time, but couldn&#8217;t for a variety of reasons. Well, it&#8217;s finally there! That means the <a href="https://heropress.com/plugin/">HeroPress Widget</a> will finally work properly on sites running SSL, I could someday do a Give campaign, etc.</p>\n<p>One downside is that it broke our connection to WordPress Planet. It&#8217;s fixed now, but while it was down there were two essays that didn&#8217;t make it to the News widget in WordPress, and that made a big difference.  Here they are, using WordPress&#8217; cool oembed tools. Check&#8217;em out and leave a comment if you&#8217;re willing.</p>\n<blockquote class="wp-embedded-content"><p><a href="https://heropress.com/essays/fell-wordpress-helped/">I fell. WordPress helped me up.</a></p></blockquote>\n<p></p>\n<blockquote class="wp-embedded-content"><p><a href="https://heropress.com/essays/conquering-obstacles-happiness/">Conquering My Obstacles To Happiness</a></p></blockquote>\n<p></p>\n<p>&nbsp;</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: Finally SSL!" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Finally%20SSL%21&via=heropress&url=https%3A%2F%2Fheropress.com%2Ffinally-ssl%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Finally SSL!" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Ffinally-ssl%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%2Ffinally-ssl%2F&title=Finally+SSL%21" rel="nofollow" target="_blank" title="Share: Finally SSL!"></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/finally-ssl/&media=http://heropress.com/wp-content/plugins/rtsocial/images/default-pinterest.png&description=Finally SSL!" rel="nofollow" target="_blank" title="Pin: Finally SSL!"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/finally-ssl/" title="Finally SSL!"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/finally-ssl/">Finally SSL!</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:"Mon, 07 Nov 2016 16:02:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:105:"Post Status: Learning WordPress development and how employers should look at candidates — Draft podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=30291";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"https://poststatus.com/learning-wordpress-development-employers-look-candidates-draft-podcast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2050:"<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 Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian talk about how they learned WordPress development, how employers should look at candidates for skill hiring, and various resources they find valuable for learning WordPress.</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href="https://audio.simplecast.com/52463.mp3">https://audio.simplecast.com/52463.mp3</a>\n<p><a href="http://audio.simplecast.com/52463.mp3">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href="http://justbuildwebsites.com/">Just Build Websites</a></li>\n<li><a href="https://www.lynda.com/in/WordPress">Lynda.com WordPress tutorials</a></li>\n<li><a href="https://wpinonemonth.com/">WP in One Month</a></li>\n<li><a href="http://wordpress.stackexchange.com/">WordPress Development Stack Exchange</a></li>\n<li><a href="http://wordpress.tv/2013/04/22/brian-krogsgard-going-for-it-how-to-become-a-respected-wordpress-developer/">How to Become a Respected WordPress Developer</a></li>\n</ul>\n<h3>Sponsor: Gravity Forms</h3>\n<p>This episode is sponsored by Gravity Forms. <a href="http://www.gravityforms.com/">Gravity Forms</a> makes the best web forms on the planet. Over a million WordPress sites are already using Gravity Forms. Is yours? For more information, check out their <a href="http://www.gravityforms.com/">website</a> and thank you to Gravity Forms for being a Post Status partner.</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, 07 Nov 2016 14:38: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:14:"Katie Richards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:82:"WPTavern: WordPress Plugin Team Publishes Revamped Guidelines for Plugin Directory";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=63410";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"https://wptavern.com/wordpress-plugin-team-publishes-revamped-guidelines-for-plugin-directory";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3100:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/writing.jpg?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/writing.jpg?resize=1025%2C472&ssl=1" alt="photo credit: Green Chameleon" class="size-full wp-image-51302" /></a>photo credit: <a href="https://stocksnap.io/photo/8Y0EDX4VP9">Green Chameleon</a>\n<p>Two months ago, revised guidelines for the WordPress Plugin Directory were <a href="https://wptavern.com/wordpress-plugin-team-revamps-guidelines-invites-feedback-on-github" target="_blank">opened up on GitHub for public feedback</a>. This transparent and open process of updating the guidelines resulted in more than a dozen contributors submitting pull requests with improvements to the language and content. The <a href="https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/" target="_blank">revamped guidelines</a> have now replaced the previous ones with language and expectations that are clearer and easier to understand.</p>\n<p>&#8220;In addition to rewriting the guidelines, we took the time to codify the expectations of developers and cost of not abiding by the guidelines, as well as a reminder that we do remove plugins for security issues,&#8221; plugin team member Mika Epstein said in the <a href="https://make.wordpress.org/plugins/2016/11/01/revised-guidelines-are-live/" target="_blank">announcement</a>. &#8220;We are doing our best to be transparent of what we expect from you and, in return, what you can expect from us.&#8221;</p>\n<p>After several incidents this year where unclear guidelines contributed to confusion on issues like <a href="https://wptavern.com/wordpress-plugin-directory-cracks-down-on-incentivized-reviews-despite-lack-of-official-guideline" target="_blank">incentivized reviews</a> and <a href="https://wptavern.com/the-wordpress-plugin-directory-will-no-longer-accept-frameworks" target="_blank">developers submitting frameworks</a>, the plugin team made the jump to update the five-year-old document. Although there are not major changes, some of the guidelines were considerably expanded for clarity. This includes #9: &#8220;The plugin and its developers must not do anything illegal, dishonest, or morally offensive.&#8221; The list was updated with several more examples of infractions that would land under this category.</p>\n<p>&#8220;It’s a massive undertaking to re-write guidelines in the public eye in a way that won’t pull the rug out from anyone,&#8221; Epstein said. &#8220;Our goal was to clarify, not totally change, but also to address the needs of an ever changing technology.&#8221;</p>\n<p>Because the plugin directory was created to serve the WordPress project and its users, it doesn&#8217;t function like many other popular directories and marketplaces. Clear language and expectations are important, especially with WordPress&#8217; growing international user base. The newly updated guidelines should cut down on incidents where the plugin team has to enforce guidelines that were not explicitly documented.</p>\n<div id="epoch-width-sniffer"></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, 07 Nov 2016 06:03:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:28:"BuddyPress: BuddyPress 2.7.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=260750";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://buddypress.org/2016/11/buddypress-2-7-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:888:"<p>BuddyPress 2.7.2 is now available. This is a maintenance release and a recommended upgrade for all BuddyPress installations.</p>\n<p>BP 2.7.2 fixes a bug which ignored deprecated code being used in existing installations. For more information, see <a href="https://buddypress.trac.wordpress.org/query?group=status&milestone=2.7.2">the 2.7.2 milestone</a> on <a href="https://buddypress.trac.wordpress.org/">BuddyPress Trac</a>.</p>\n<p>Update to BuddyPress 2.7.2 today in your WordPress Dashboard, or by <a href="https://wordpress.org/plugins/buddypress/">downloading from the wordpress.org plugin repository</a>.</p>\n<p>Questions or comments? Check out <a href="https://codex.buddypress.org/releases/version-2-7-2/">2.7.2 changelog</a>, or stop by <a href="https://buddypress.org/support/">our support forums</a> or <a href="https://buddypress.trac.wordpress.org/">Trac</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, 05 Nov 2016 16:30: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:8:"@mercime";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:68:"WPTavern: PressNomics 5 Scheduled for April 6-8, 2017 in Phoenix, AZ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63490";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"https://wptavern.com/pressnomics-5-scheduled-for-april-6-8-2017-in-phoenix-az";s: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:1928:"<p><a href="https://pressnomics.com/">PressNomics</a>, an annual conference devoted to the economics of WordPress <a href="https://pressnomics.com/2016/11/pressnomics-5-april-6th-8th-2017/">has announced</a> that the fifth iteration of the event will take place April 6-8, 2017 at Tempe Mission Palms Hotel, in Phoenix, AZ. The event is organized by Joshua Strebel of <a title="http://page.ly" href="http://page.ly">Pagely</a>, a managed WordPress hosting company that recently celebrated its <a href="https://pagely.com/blog/2016/09/managed-wordpress-hosting-7yrs/">seventh birthday</a>.</p>\n<p>A hallmark of the event is its contributions to charity. Since PressNomics one, the event has raised more than $40K for various charities including, <a href="http://www.stjude.org">St. Jude Children&#8217;s Research Hospital</a>, <a href="http://curesearch.org">CureSearch.org</a>, <a href="https://bensbells.org/">BensBells</a>, and Big Brothers and Big Sisters.</p>\n<p>In addition to the conference, there will be a social Saturday where attendees can participate in a golf tournament or go on an excursion to explore the Art&#8217;s and Culture of the area. The social activities will be available as a separate purchase of $50 when buying your tickets. To take full advantage of the event, organizers suggest that attendees fly in on Wednesday, April 5th and leave on Sunday, April 9th.</p>\n<p>Tickets have yet to go on sale and the speaker lineup is in the process of being finalized. If you want to be one of the first to know when tickets go on sale, you&#8217;re encouraged to sign up to the <a href="https://pressnomics.com/">event&#8217;s email list</a>. For insight into what it&#8217;s like to attend PressNomics, check out my <a href="https://wptavern.com/envato-stats-tips-for-getting-things-done-and-more-at-pressnomics-3">review of PressNomics 3 </a>held in January of 2015.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 04 Nov 2016 18:53:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Dev Blog: WordPress 4.7 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4552";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4195:"<p>WordPress 4.7 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.7-beta2.zip">download the beta here</a> (zip).</p>\n<p>Notable changes since WordPress 4.7 Beta 1:</p>\n<ul>\n<li><strong>Twenty Seventeen:</strong> The theme wasn&#8217;t being installed on upgrades &#8211; sorry about that! Now you should see it if you&#8217;re upgrading an existing site. There are also plenty of fixes, especially for the header and small screen views.</li>\n<li><strong>Edit shortcuts:</strong> These are always visible while editing (hide them on bigger screens by collapsing the controls) and should now work properly in Firefox. (<a href="https://core.trac.wordpress.org/ticket/27403">#27403</a> and <a href="https://core.trac.wordpress.org/ticket/38532">#38532</a>)</li>\n<li><strong>REST API endpoints:</strong> There have been a number of changes over the past week; your attention is requested on the following:\n<ul>\n<li>The <code>DELETE</code> response format has changed and may need to be accounted for. (<a href="https://core.trac.wordpress.org/ticket/38494">#38494</a>)</li>\n<li>Enabled querying by multiple post statuses. (<a href="https://core.trac.wordpress.org/ticket/38420">#38420</a>)</li>\n<li>Return an error when JSON decoding fails. (<a href="https://core.trac.wordpress.org/ticket/38547">#38547</a>)</li>\n</ul>\n</li>\n<li><strong>More developer notes</strong>\n<ul>\n<li><a href="https://make.wordpress.org/core/2016/10/28/fine-grained-capabilities-for-taxonomy-terms-in-4-7/">Fine grained capabilities for taxonomy terms</a></li>\n<li><a href="https://make.wordpress.org/core/2016/10/29/wp_taxonomy-in-4-7/"><code>WP_Taxonomy</code></a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/02/wp_list_sort-and-wp_list_util-in-4-7/"><code>wp_list_sort()</code> and <code>WP_List_Util</code></a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/">Post type templates</a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/new-post-type-labels-in-4-7/">New post type labels</a></li>\n<li><a href="https://make.wordpress.org/core/2016/11/03/attributes-for-resource-hints-in-4-7/">Attributes for resource hints</a></li>\n</ul>\n</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href="https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39142&stop_rev=38995&limit=200&verbose=on&sfp_email=&sfph_mail=">almost 150 changes</a> in the last week.</li>\n</ul>\n<p>For more of what’s new in version 4.7, <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">check out the Beta 1 blog post</a>.</p>\n<p>If you want a more in-depth view of what major changes have made it into 4.7, <a href="https://make.wordpress.org/core/tag/4-7/">check out posts tagged with 4.7 on the main development blog</a>, or look at a <a href="https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.7&group=component&order=priority">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href="https://translate.wordpress.org/projects/wp/dev">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Ya es la hora</em><br />\n<em> Time for another beta</em><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, 04 Nov 2016 17:39:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Helen Hou-Sandi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:85:"WPTavern: A Preview of the Custom CSS Editor Added to the Customizer in WordPress 4.7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=63481";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"https://wptavern.com/a-preview-of-the-custom-css-editor-added-to-the-customizer-in-wordpress-4-7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3295:"<p>WordPress 4.7 is a little more than a <a href="https://wordpress.org/about/roadmap/">month away</a> and is going to be packed with new features and improvements. In particular, <a href="https://make.wordpress.org/core/2016/10/24/customize-update-2016-10-23/">five feature projects</a> related to the customizer were approved for merge and will be part of the release. One of the feature projects is the custom <a href="https://make.wordpress.org/core/2016/10/11/feature-proposal-better-theme-customizations-via-custom-css-with-live-previews/">CSS editor</a> that enables users to <a href="https://wptavern.com/the-days-of-creating-child-themes-for-simple-css-changes-may-soon-be-over">make CSS changes to a theme</a> without having to create a <a href="https://codex.wordpress.org/Child_Themes">child theme</a>.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/WP47CustomizerCSSEditor.png?ssl=1"><img class="size-full wp-image-63483" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/WP47CustomizerCSSEditor.png?resize=1025%2C394&ssl=1" alt="CSS Editor in The WordPress 4.7 Customizer" /></a>CSS Editor in The WordPress 4.7 Customizer\n<p>In WordPress 4.7, there&#8217;s a new section in the customizer labeled Additional CSS. Clicking the label displays a blank pane with a short description of what users can do. Clicking the help icon displays a short explanation of what CSS is with a link to a <a href="https://codex.wordpress.org/Know_Your_Sources#CSS">help document</a> on the Codex. The Additional CSS pane is more like a text area than an editor.</p>\n<p>Unlike Jetpack&#8217;s Edit CSS module, the editor in the customizer lacks line numbers, colored text, and other conveniences. However, these are features that are likely to be added in future iterations.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/JetpacksEditCSSModule.png?ssl=1"><img class="size-full wp-image-63484" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/JetpacksEditCSSModule.png?resize=601%2C423&ssl=1" alt="Jetpack\'s Edit CSS Module" /></a>Jetpack&#8217;s Edit CSS Module\n<p>There are a couple of things to keep in mind before using Additional CSS. First, it does not have revision support enabled. Weston Ruter, WordPress core committer, <a href="https://core.trac.wordpress.org/ticket/35395#comment:76">says</a> revision support is disabled by default and requires a plugin.</p>\n<p>Second, changes are theme specific and are not global. Luke Cavanagh <a href="https://core.trac.wordpress.org/ticket/35395#comment:83">has inquired</a> on whether an option will be added in the future to enable global CSS changes which could come in handy for making tweaks for active plugins.</p>\n<p>During testing, I didn&#8217;t encounter any issues with writing or pasting CSS code into the Additional CSS area. I encourage you to download and install <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/">WordPress 4.7 beta 1</a> and try it out for yourself and let us know your thoughts. If you think you&#8217;ve encountered a bug while using WordPress 4.7 beta 1, please report it on the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta section</a> of the support forums.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 04 Nov 2016 08:57:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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: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:28:"BuddyPress: BuddyPress 2.7.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=260677";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://buddypress.org/2016/11/buddypress-2-7-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:842:"<p>BuddyPress 2.7.1 is now available. This is a maintenance release and a recommended upgrade for all BuddyPress installations.</p>\n<p>BP 2.7.1 fixes bugs in several components. For more information, see <a href="https://buddypress.trac.wordpress.org/query?group=status&milestone=2.7.1">the 2.7.1 milestone</a> on <a href="https://buddypress.trac.wordpress.org/">BuddyPress Trac</a>.</p>\n<p>Update to BuddyPress 2.7.1 today in your WordPress Dashboard, or by <a href="https://wordpress.org/plugins/buddypress/">downloading from the wordpress.org plugin repository</a>.</p>\n<p>Questions or comments? Check out <a href="https://codex.buddypress.org/releases/version-2-7-1/">2.7.1 changelog</a>, or stop by <a href="https://buddypress.org/support/">our support forums</a> or <a href="https://buddypress.trac.wordpress.org/">Trac</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, 03 Nov 2016 21:12: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:8:"@mercime";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:95:"WPTavern: Fall Enrollment for Zac Gordon’s JavaScript for WordPress Course Closes This Friday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63428&preview=true&preview_id=63428";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:103:"https://wptavern.com/fall-enrollment-for-zac-gordons-javascript-for-wordpress-course-closes-this-friday";s: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:2605:"<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/js.jpg?ssl=1"><img class="size-full wp-image-49672" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/js.jpg?resize=1024%2C481&ssl=1" alt="photo credit: ParisJS, May 2012 - (license)" /></a>photo credit: <a href="http://www.flickr.com/photos/24196940@N06/7305045236">ParisJS, May 2012</a> &#8211; <a href="https://creativecommons.org/licenses/by/2.0/">(license)</a>\n<p>Zac Gordon, a WordPress educator, has <a href="https://javascriptforwp.com/fall-enrollment-details-2016/">opened enrollment</a> for the Fall for his <a href="https://javascriptforwp.com/">JavaScript for WordPress</a> course. Gordon <a href="https://wptavern.com/zac-gordon-to-kickstart-javascript-master-course-for-wordpress">created the course</a> after <a href="https://wptavern.com/treehouse-drops-support-for-wordpress-education">Treehouse dropped WordPress</a> from its library in late 2015.</p>\n<p><a href="https://javascriptforwp.com/#enroll">Open enrollment</a> began on October 25th and ends this Friday, November 4th. You can either take all four parts of the course for $397 or a single part for $199. The next open enrollment period will be in 2017.</p>\n<h2>A Four Part Course</h2>\n<p>The first part of the <a href="https://javascriptforwp.com/course-outline/">course covers</a> basic and advanced JavaScript skills and development tools. Students will also learn how to create a single page web application built with JavaScript called VanillaPress.</p>\n<p>The second part of the course is dedicated to JavaScript libraries and frameworks where students will learn how to build a decoupled web application called ReactPress using React and the WordPress REST API.</p>\n<p>The third part covers the WordPress REST API. Using OAuth, students will add OAuth support for ReactPress and add Save and Edit abilities to the app via the API.</p>\n<p>The fourth and final part of the course is devoted to real world projects. Students will learn how to build single page plugins, mobile apps, and JavaScript powered themes that use the REST API.</p>\n<p>The course is geared towards those who want to &#8220;Learn JavaScript, deeply,&#8221; a task <a href="https://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress">assigned to the WordPress community</a> by Matt Mullenweg in his 2015 State of the Word presentation. For more details on the course material and to enroll, visit the <a href="https://javascriptforwp.com/">JavaScript for WordPress site</a>.</p>\n<div id="epoch-width-sniffer"></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, 02 Nov 2016 22:39: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:"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:25;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"HeroPress: Conquering My Obstacles To Happiness";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1461";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://heropress.com/essays/conquering-obstacles-happiness/";s: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:18206:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/11/110216-min-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: Welcome failures because they will provide you with new learning." /><p>The late great Superman Christopher Reeve once said “<em>a hero is someone who, in spite of weakness, doubt or not always knowing the answers, goes ahead and overcomes anyway.</em>” What if a hero instead is someone who, because of weakness, doubt or not knowing the answers, goes ahead and overcomes?</p>\n<p>To get to the happy and fulfilling place I am in life today I’ve had to learn how to overcome self-doubt and build up my strengths around it. To do that, I discovered the power of self-reflection and began a journey to understand the very core of who I am. I’m not a hero, but I know when to be one. When fear and worry appears I recognize it. And then I conquer it.</p>\n<p>If you don’t think you are good enough or smart enough to be and have what you want in life, then fear is holding you back, too. The story that follows is both inspired by and written for you.</p>\n<p>You may not believe it yet, but you’ve already got what it takes within yourself to live a happier life.</p>\n<p>Let me show you how you can discover it.</p>\n<h3>This Is Me Today.</h3>\n<p>I am a Norwegian expat in Canada. Here, I live in the heart of the world’s most multicultural city, Toronto, and lead a happy and full life with my wife and our furkid. By so many standards around our globe, my lifestyle is privileged. It hasn’t come easy, and I often am reminded of how fortunate I am.</p>\n<p>I never could have envisioned living this life when I, one and a half decades ago, trapped, lost and without hope and goals for the future, decided on a whim to learn how to code and develop websites. I read about people making a living out of it, yet didn’t believe it was something I myself could do.</p>\n<blockquote><p>After a year of trying, failing and learning I began to prove myself wrong.</p></blockquote>\n<p>Today I work at XWP, a global company powered remotely by people working from their homes around the world. Our core expertise is WordPress. Our team dreams up and engineers platforms, tools and workflows that let companies more effortlessly connect with their audience. We help our clients to sell and deliver their services and product, and grow communities that serves as an extension of their businesses.</p>\n<p>XWP’s roots date back to 2004, and I’ve been part of the journey for 10 of those years. In my current role I serve a team of 40 people. I was fully entrusted with the care of the company and the people working there by its owner in 2014. I am responsible for guiding our company vision, strategy and direction while ensuring its healthy growth and great performance. A vital area of my mandate is helping each person on our team have meaningful, impactful work in a purpose filled role they can be successful in.</p>\n<p>The workplace environment and my role allows me to connect directly with my own professional purpose &#8211; to be a catalyst and energizer in helping people discover their personal and professional strengths, and uncover the opportunities and possibilities it can bring in their life. At work, I am also able to apply my strength of bringing people together to build unity and community.</p>\n<p>At home, I am at my happiest when spending time with my wife and our senior rescue lab. The love I give and receive, our deep and our silly conversations together, and all the laughs we share are things that fills me up and re-energizes me. Cooking and serving food, especially for a small crowd, also energizes me. I’m known for preparing elaborate meals with menus that can take days to plan to get “just right”. Earlier this year I completed a Culinary Arts program at George Brown College here in Toronto to further explore my passion for food and for service.</p>\n<p>My whole life I’ve found joy in doing sports. In my youth I actively played football/soccer and volleyball and did well with it. Since moving to Toronto I’ve taken up running, and I’ve discovered a way to keep myself motivated to exercise and train is to sign up for running races. It also has become a way I get to compete against myself, measuring my improvement to pace and finishing times. In 2015 I ran my first half-marathon. My goal was to run a full marathon this year, but I pushed myself too hard and strained a muscle, so I’ll run it next year instead. I am looking forward to passing that 42.2km mark in under 4 hours.</p>\n<ul>\n<li>I lead my life guided by a set of deeply held values, principles and beliefs:</li>\n<li>I value compassion, kindness, care, integrity and authenticity.</li>\n<li>I believe in serving others before myself.</li>\n<li>I offer my trust from the very start of a relationship, choosing to believe everyone has good intent in their heart.</li>\n<li>I strive to listen to and understand others. This lets me be empathic which will help me serve others needs better.</li>\n<li>I am of the opinion that everyone deserves to live a happy, fulfilling life, regardless of any personal flaw.</li>\n<li>I recognize my flaws and build up my strengths around them.</li>\n</ul>\n<p>I am so grateful to have discovered all of this about myself at an early stage in life so I can live authentically who I am today and embrace all the opportunities it is affording me.</p>\n<h3>When I Discovered My Strengths.</h3>\n<p>I was invited to join the team at XHTMLized (today known as XFive, and a sister company of XWP), as a front-end developer in 2006. There was no shortage of work, the demand for its PSD-to-HTML service was growing rapidly. Opportunities to be part of great projects with exciting brands kept coming my way, and I continued to hone and develop my skills as a developer and project lead. Opportunities to be part of building the company surfaced, and I began investing time into helping the business grow.</p>\n<p>Trying on and wearing the hats of different areas of the business was encouraged. I served in a variety of roles that touched on most every function of the business, including project management, sales and account management, finance and HR. I would often run into new and unfamiliar territory. Through my own determination I battled my fear of failure, and figured out how to do the things that needed to be done. I was surrounded by people who believed in me and recognized my strengths and achievements even when I wasn’t able to see them myself.</p>\n<p>It was here that my belief in trust, empowerment, collaboration and autonomy in the workplace was shaped because I was experiencing how powerful it was first hand.</p>\n<p>When our WordPress-focused team came together to form XWP in 2014, the opportunity to lead the company surfaced.</p>\n<p>While faced with startup jitters and challenges of building up a brand new business, and while working with a team of enormous potential, I became uncertain of my own place in it. I questioned my ability to add value, to set us up in a way that would help us fulfill our potential. I began questioning my professional future. To deal with this uncertainty, I chose to start working with a professional coach. It was a decision that would greatly alter how I viewed myself and where I was in my career.</p>\n<p>Through the work with my coach, I was introduced to the concept of <em>unique ability</em>, a belief that at the heart of who you are lies the secret to your greatest success, best quality of life, and biggest contribution to the world. It gave me new hope. I began the work to define my own unique ability. I discovered the concept of <em>Servant Leadership</em>, the understanding that leadership is not for personal power or gain but it is in service to others. This deeply resonated with me. I had seen traits of Servant Leadership in people I worked with and I was unknowingly applying aspects of it in my own life.</p>\n<p>Within 6 months of coaching I had made the decision to pursue the role I have in the company today. I was believing in myself again and recognized that I could continue to make meaningful contribution and impact at the workplace I already had.</p>\n<p>I am reminded of a quote that has served me well over the last decade of my life and often comes to mind at times when I forget my strengths:</p>\n<p>“You must do the thing you think you cannot do”. &#8211; Eleanor Roosevelt</p>\n<h3>A Personal Sidestory.</h3>\n<p>My biggest personal transformation to date began when I found myself at rock bottom.</p>\n<p>I was at a complete and utter dead end in most areas of my life when I chose to end a personal relationship that had kept me abroad in the U.S for 12 years. I had come to the realization that in order to have the positive change I needed for myself, I had to be the change. I found the courage within to take the action needed to close an unfulfilling and unhappy chapter of life.</p>\n<blockquote><p>To do that, I needed to break with almost everything around me and start fresh &#8211; and it was <em>terrifying.</em></p></blockquote>\n<p>And exhilarating. But mostly, it was just terrifying. I had to let go of people I had grown close to and become dependent on. I didn’t have money in my own pocket nor did I have a home of my own to go back to in Oslo. I put my pride aside and asked for help from my family and the company I was working for so I could do what I needed to do for myself. I renewed an expired passport. I booked a plane ticket. I made sure I met all requirements necessary to bring my little dog with me. I began shipping the few belongings I had back to Norway. And I prepared my closest friends and extended family there for my departure by asking for their support and understanding of my decision. It was one small step at the time, and each step helped move me forward.</p>\n<blockquote><p>Letting go of what I had then was one of the best decision I have ever made for myself. I gave myself permission to create a better life for myself.</p></blockquote>\n<p>A constant during this challenging period of my life was my remote work. It offered the flexibility I needed to relocate and start my next chapter.</p>\n<p>Back in Oslo, I settled into an apartment which my sister helped me find while I still was overseas and had been unable to travel. I took a few weeks off work, still conflicted with what I wanted out of life and worried about what the future would hold for me. During my leave of absence from work I was called upon to lead an onsite kick-off of a significant multisite WordPress migration project with an important client in Canada. In my mind, I was still in need of “me-time” to get my life in order. But I chose to embrace the opportunity to be there for our team and to serve our client together. It would be another life-changing decision. During my visit to Toronto, I met and fell in love with the person who would become my significant other.</p>\n<h3>Steps To Conquer Your Own Obstacles.</h3>\n<h4>Step 1: Commit To Becoming a Better You</h4>\n<p>I’ve learned through my personal and work experiences that nothing holds you back in life more than yourself. Life has taught me that who you aspire to be and what you want to do is within your reach. It’s within you.</p>\n<p>You can start a transformation that lets you move towards a happier, more fulfilling place by making a commitment to consciously and continuously learn and grow yourself.</p>\n<p>Welcome failures because they will provide you with new learning. You have the ability to overcome them.</p>\n<blockquote><p>Take care to hone skills you have acquired. Develop new skills you aspire to have.</p></blockquote>\n<p>Discover your strengths. Apply them and find ways to develop them further. Your strengths makes up your unique ability, and your unique ability is who you are and why you are here. Use it, it will be your biggest contribution to the world.</p>\n<p>Be your own hero and get out of your own way. When you do, new and often unexpected opportunities are revealed. And you’ll discover that your possibilities in life are limitless.</p>\n<h4>Step 2: Find an Encourager</h4>\n<p>When you are ready to start your own journey of transformation, or if you are in the middle of one now, it’s important to find someone who can be your encourager and your ally on that journey.</p>\n<p>Look for someone in your circle of family or friends, or within the community. If don’t have anyone, I would welcome the opportunity to get to know you and cheer you on!</p>\n<h4>Step 3: Let Yourself Be Inspired.</h4>\n<p>Below are the key resources that helped spark my transformation in significant ways, and has lead me to where I am today. They continue to be sources of inspiration, and I hope they can be yours, too.</p>\n<p><strong>Books</strong></p>\n<ul>\n<li><a href="http://strengths.gallup.com/110242/about-book.aspx">Strengths Based Leadership: Great Leaders, Teams, and Why People Follow</a><br />\n(Tom Rath)</li>\n<li><a href="http://uniqueability.com/">Unique Ability: Creating the Life You Want</a><br />\n(Dan O&#8217;Sullivan, Catherine Nomura, Shannon Waller &amp; Julia Waller)</li>\n<li><a href="http://www.wireddifferently.coop">Wired Differently<br />\n</a>(Vern Dosch, Wally Goulet &amp; Tracy Finneman)</li>\n<li><a href="http://www.amy-wallace.com/creativity-inc/">Creativity Inc.: Overcoming the Unseen Forces That Stand in the Way of True Inspiration</a><br />\n(Ed Catmull &amp; Amy Wallace)</li>\n<li><a href="http://www.jimcollins.com/article_topics/articles/good-to-great.html">Good to Great: Why Some Companies Make the Leap&#8230;And Others Don&#8217;t</a><br />\n(Jim Collins)</li>\n<li><a href="http://www.danpontefract.com/the-second-book/">The Purpose Effect: Building Meaning in Yourself, Your Role and Your Organization</a><br />\n(Dan Pontefract)</li>\n</ul>\n<p><strong>Thought Leaders, Influencers &amp; Contributors to the Servant Leadership Community</strong></p>\n<ul>\n<li>Cheryl Bachelder &#8211; follow <a href="https://twitter.com/CABachelder">@CABachelder</a> (Popeyes)</li>\n<li>Art Barter &#8211; follow <a href="https://twitter.com/Art_Barter">@Art_Barter</a> (Servant leadership Institute)</li>\n<li>Ken Blanchard &#8211; follow <a href="https://twitter.com/kenblanchard">@kenblanchard</a> (The Ken Blanchard Companies)</li>\n<li>Garry Ridge &#8211; follow <a href="https://twitter.com/LearningMoment">@LearningMoment</a> (WD-40)</li>\n<li>Kevin Monroe &#8211; follow <a href="https://twitter.com/kevin_monroe">@kevin_monroe</a> (X Factor Consulting)</li>\n</ul>\n<h3>Giving Thanks.</h3>\n<p>I’d like to thank Topher DeRosia here at HeroPress for giving me the opportunity to share my story. It is against my nature to talk about myself to this extent, but I do it knowing it can serve others. To write my story, I’ve also had to move past my fear of being in the spotlight and accept there may be judgement passed. The reality is that no one will ever hold me to a higher standard or judge me harder than I do myself.</p>\n<p>A very special thanks goes out to my wife, Heather, who bore with me through the, at times, difficult writing process. She has opened my eyes to life’s possibilities. In her, I found a partner I wanted to journey with. She believes in me and helps me believe in myself, and she is my greatest ally and encourager. As I write these words, I recognize they will be published the week of our 4-year wedding anniversary. Our years together have been the very best of my life so far.</p>\n<p>I also want to offer a heartfelt thank you to another big ally and encourager, my coach and friend Jeff. He’s made me believe in pink fluffy unicorns dancing on rainbows, and I am so grateful for him coming into my life and having him be part of the journey.</p>\n<p>Lastly, I’d like to express my deepest gratitude to Dave and to the team at XWP. They have had and continue to have enormous impact on my life, and they hold a very special place in my heart. I look forward to continuing my journey with them.</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: Conquering My Obstacles To Happiness" class="rtsocial-twitter-button" href="https://twitter.com/share?text=Conquering%20My%20Obstacles%20To%20Happiness&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fconquering-obstacles-happiness%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: Conquering My Obstacles To Happiness" class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fconquering-obstacles-happiness%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%2Fconquering-obstacles-happiness%2F&title=Conquering+My+Obstacles+To+Happiness" rel="nofollow" target="_blank" title="Share: Conquering My Obstacles To Happiness"></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/conquering-obstacles-happiness/&media=https://heropress.com/wp-content/uploads/2016/11/110216-min-150x150.jpg&description=Conquering My Obstacles To Happiness" rel="nofollow" target="_blank" title="Pin: Conquering My Obstacles To Happiness"></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/conquering-obstacles-happiness/" title="Conquering My Obstacles To Happiness"></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/conquering-obstacles-happiness/">Conquering My Obstacles To Happiness</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, 02 Nov 2016 11:00:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Tine Haugen";s: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:73:"WPTavern: NaNoWriMo 2016 Kicks Off Today: Write Your Novel with WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=63374";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"https://wptavern.com/nanowrimo-2016-kicks-off-today-write-your-novel-with-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:6194:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/nanowrimo.jpg?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/nanowrimo.jpg?resize=1025%2C402&ssl=1" alt="nanowrimo" class="aligncenter size-full wp-image-63376" /></a></p>\n<p><a href="http://nanowrimo.org/" target="_blank">NaNoWriMo</a> (National Novel Writing Month) today kicks off its 18th year helping writers achieve their creative goals. The online event is organized by a 501(c)(3) nonprofit organization that encourages participants to work towards writing a 50,000-word novel. Writers commit to posting their word counts to their profiles each day during the event, which runs from November 1-30.</p>\n<p>NaNoWriMo began in 1999 in the San Francisco Bay Area with just 21 writers and grew to 5,000 participants the following year, thanks to promotion from bloggers around the web. In 2015, the project had 431,626 participants, including 80,137 students and educators in the Young Writers Program.</p>\n<h3>WordPress Tools for NaNoWriMo</h3>\n<p>The NaNoWriMo website encourages writers to use their own materials for writing their novels, such as a word-processing program, typewriter, pen and paper, or whatever inspires the most creativity. WordPress is ideally suited for capturing your writing and keeping track of your word count. There are also several plugins that make it easy to break novels up into chapters and export your work into the proper formats for <a href="https://wptavern.com/how-to-self-publish-a-book-with-wordpress" target="_blank">self publishing with WordPress</a>.</p>\n<p><a href="https://wordpress.org/plugins/nano-stats/" target="_blank">Nano Status</a> is a plugin created specifically for NaNoWriMo participants. Public accountability with word counts is one of the motivating factors for many writers who participate in the event, and Nano Stats makes it easy to display your progress in posts, pages, and sidebar widgets. It pulls in word count stats from the NaNoWriMo website for the username entered in the plugin&#8217;s settings.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/11/nano-stats.png?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/11/nano-stats.png?resize=616%2C359&ssl=1" alt="nano-stats" class="aligncenter size-full wp-image-63393" /></a></p>\n<p>The <a href="https://wordpress.org/plugins/mybookprogress/" target="_blank">MyBookProgress</a> plugin is another option for tracking your novel&#8217;s progress and displaying stats. The plugin&#8217;s writing goals and deadline tracking features are customizable so it can also be used for other projects besides NaNoWriMo.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/mybookprogress-widget.png?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/mybookprogress-widget.png?resize=283%2C156&ssl=1" alt="mybookprogress-widget" class="alignright size-full wp-image-63396" /></a>MyBookProgress allows users to upload cover images for their books and displays a progress bar using a widget or a shortcode. It also includes MailChimp integration so that readers can subscribe to get progress updates on a book.</p>\n<p>In addition to the customizable goal tracking, MyBookProgress comes with preset template for NaNoWriMo participants who are working to achieve the 50,000-word goal. Progress can be recorded directly inside WordPress for display on your own website, as opposed to having to sign into the NaNoWriMo website. The backend of the plugin includes a writing statistics dashboard to give you an idea of which day of the week is your most productive, and your average percentage per day/week/month. Users can easily share their progress to Facebook or Twitter directly from the plugin&#8217;s writing dashboard.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/11/MyBookProgress.png?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/11/MyBookProgress.png?resize=805%2C582&ssl=1" alt="mybookprogress" class="aligncenter size-full wp-image-63398" /></a></p>\n<p><a href="https://wordpress.org/plugins/author-wordcount/" target="_blank">Author Wordcount</a> is a much simpler plugin that allows writers to display one or multiple works in progress via a widget. Current word count and expected (goal) word count can be entered in the admin on the plugin&#8217;s settings page. It also has a simple UI that fits in more seamlessly with WordPress than the MyBookProgress plugin.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/author-wordcount.png?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/author-wordcount.png?resize=932%2C1198&ssl=1" alt="author-wordcount" class="aligncenter size-full wp-image-63404" /></a></p>\n<p>During the NaNoWriMo event&#8217;s 18-year history, nearly <a href="http://nanowrimo.org/published-wrimos" target="_blank">400 novels have been published</a> via traditional publishing houses. Participants have also self-published more than 200 novels. If you achieve your goal of finishing a novel and want to look into <a href="https://wptavern.com/how-to-self-publish-a-book-with-wordpress" target="_blank">self-publishing</a>, there are many tools that make it easy to export content hosted on both WordPress.com and self-hosted sites.</p>\n<p>The <a href="http://wordpress.org/plugins/anthologize/" target="_blank">Anthologize</a> plugin allows authors to publish their works in several ebook formats, including PDF, EPUB and TEI. <a href="http://wordpress.org/plugins/bookpress-client/" target="_blank">BookPress Client</a> is another free plugin that organizes your writing into a custom post type so book posts won’t show up mixed with normal blog posts on your site. It supports both ePub and Kindle mobi formats. WordPress.com users can take advantage of services like <a href="http://www.fastpencil.com/" target="_blank">FastPencil</a> or <a href="http://blog2print.sharedbook.com/blogworld/printmyblog/index.html" target="_blank">Blog2Print</a> for importing their posts into different book reader and print formats.</p>\n<div id="epoch-width-sniffer"></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:"Tue, 01 Nov 2016 21:03:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:48:"Mark Jaquith: The 4 best WordPress hosts of 2016";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://markjaquith.wordpress.com/?p=5235";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://markjaquith.wordpress.com/2016/11/01/best-wordpress-hosts-in-2016/";s: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:6421:"<p>As a seasoned WordPress developer, I am frequently asked what WordPress web hosts I recommend. There are so many solid choices now! The WordPress ecosystem is truly a bounty of choice in 2016. I could write an exhaustive comparison of all of the options, but these are called &#8220;exhaustive comparisons&#8221; for a reason. Let&#8217;s skip that, and I&#8217;ll just tell you the four WordPress hosts I recommend in five&nbsp;distinct tiers.</p>\n<p>Note that many of these hosts target a range of sites, from starter sites to enterprise sites, so I am picking the hosts that I think fit each tier of site&nbsp;<em>best</em>, even though they might also work for other kinds of sites.</p>\n<h2>Starter Site</h2>\n<p><a href="https://www.siteground.com/wordpress-hosting.htm?afcode=d3f3dc4c98ccbebf43909e7d7971eca7&campaign=WordPress">SiteGround</a> is one of my favorite WordPress hosting companies. They offer a range of hosting solutions, but their WordPress-tailored plans are a tremendously good value and have many WordPress-specific perks. Ask around the WordPress community — SiteGround&nbsp;is a well-respected company that works hard to win and retain the business of WordPress customers. Their plans start as low as $3.95 a month, which is an incredibly good deal. If you aren&#8217;t sure what you need, SiteGround is what I would choose.</p>\n<p><a href="https://www.siteground.com/wordpress-hosting.htm?afcode=d3f3dc4c98ccbebf43909e7d7971eca7&campaign=WordPress">Take a look at SiteGround&#8217;s WordPress hosting plans</a>.</p>\n<h2>Developer-Friendly Site</h2>\n<p>What if you know your way around WordPress, want things like Git and <a href="https://wp-cli.org/">WP-CLI </a>access, or want advanced WordPress-friendly caching for your site? <a href="https://www.siteground.com/wordpress-hosting.htm?afcode=d3f3dc4c98ccbebf43909e7d7971eca7&campaign=WordPress">SiteGround has you covered</a> there, too. Their GoGeek plan (currently $14.95 a month) offers all of these perks, unlimited sites, WordPress staging sites, and so much more. I love working with GoGeek-level SiteGround sites, because they work really well and give me access to all the tools that I need as a developer. Or, if you&#8217;re not a developer, but have hired one to work on your site, you may want to upgrade to GoGeek hosting so she can work at maximum efficiency.</p>\n<p><a href="https://www.siteground.com/wordpress-hosting.htm?afcode=d3f3dc4c98ccbebf43909e7d7971eca7&campaign=WordPress">Go sign up for SiteGround&#8217;s GoGeek WordPress hosting</a>.</p>\n<h2>Intermediate&nbsp;Site</h2>\n<p><a href="http://shareasale.com/r.cfm?b=917225&u=1391570&m=41388&urllink=&afftrack=">WP Engine</a>&nbsp;has been around since 2010, focuses entirely on WordPress hosting, and has established themself as a solid choice in the intermediate range. Their plans start at $29/month and include a 60-day money-back guarantee and free automated migration of your existing WordPress site. WP Engine&nbsp;also has more advanced hosting options, so they&#8217;re an option that could grow with you.</p>\n<p><a href="http://shareasale.com/r.cfm?b=917225&u=1391570&m=41388&urllink=&afftrack=">Sign up for WP Engine using this link</a> and you&#8217;ll save 20% off your first payment.</p>\n<h2>Professional Site</h2>\n<p><a href="https://pantheon.io/pricing">Pantheon</a> got their start as a Drupal host, but have taken their innovative container-based hosting technology to the WordPress market. As a developer, I appreciate their Git-based development flow, their powerful &#8220;Terminus&#8221; command line client, and their built-in and dead-simple dev/test/live environments. On the higher level plans, you get &#8220;Multidev&#8221; which lets you spin up a sandboxed development environment for a specific Git branch. This means you can send clients and testers URLs for testing new features in isolation, before they are merged back into the main code branch. Awesome.</p>\n<p>Their professional tier starts at $100/month, which isn&#8217;t cheap, but your developers will love their deployment tools, their dev/test/live code staging flows, and their Git-based deploys to the development environment. Pantheon is a great choice for professional WordPress sites that have a developer on staff or on retainer.</p>\n<p><a href="https://pantheon.io/pricing">Check out Pantheon&#8217;s professional WordPress hosting plans</a>.</p>\n<h2>Enterprise Site</h2>\n<p><a href="http://pagely.7eer.net/c/335029/141222/2787">Pagely</a> has been around since 2006! They started the whole WordPress-dedicated hosting marketplace. When they started, they targeted a range of WordPress sites, but now they focus on enterprise hosting. This is where big brands go for custom WordPress hosting solutions. The folks at Pagely know WordPress well, and will be an excellent hosting partner for your enterprise WordPress site. Their VPS solutions start at $499/month, but they also have a shared server plan called Neutrino for $99/month.</p>\n<p><a href="http://pagely.7eer.net/c/335029/141222/2787">Get started with Pagely enterprise hosting</a>.</p>\n<h2>How I Picked</h2>\n<p>My method here was simple. I thought about how I answer if a friend or a client asks me for hosting advice. I found that I regarded sites as fitting in one of five categories. Then, I considered which hosts offer the best service and value in those categories, and picked these four hosts. After I had made my picks and written about their benefits, I went to see which of my picks had affiliate programs. Three of them did, and one did not. I used affiliate links for those that offered them, and a direct link for the one that did not. Using affiliate links to sign up for their service will earn me some money, but you can of course just go directly to their sites if you like. I stand by these recommendations, either way. I&#8217;ll write a new post in 2017 with my new picks. Let me know <a href="https://twitter.com/markjaquith/status/793562226305146880">on Twitter</a> what hosts are your favorites, and why!</p><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/5235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/5235/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=5235&subd=markjaquith&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Nov 2016 20:27:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:52:"WPTavern: Beware of Links to Baidu in Skype Messages";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63378";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"https://wptavern.com/beware-of-links-to-baidu-in-skype-messages";s: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:4741:"<p>I recently logged into Skype and received two messages from people who I haven&#8217;t spoken too in years. Both messages contained a URL to <a href="http://www.baidu.com/">Baidu</a> with my Skype username at the end. I immediately became suspicious and after a cursory search of Google, I discovered that I <a href="https://community.skype.com/t5/Security-Privacy-Trust-and/Link-to-quot-baidu-quot-website-sent-to-all-of-my-contacts/td-p/4461728/page/15">wasn&#8217;t the only one</a> receiving these messages.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/SkypeBaiduLink.png?ssl=1"><img class="size-full wp-image-63380" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/SkypeBaiduLink.png?resize=378%2C229&ssl=1" alt="Baidu Links in Skype Messages" /></a>Baidu Links in Skype Messages\n<p>According to a <a href="https://community.skype.com/t5/Security-Privacy-Trust-and/Spam-messages-amp-links-sent-from-your-account/td-p/4511001">support document</a> published by Claudius, Community Manager at Skype, the accounts sending the messages are most likely compromised. The document offers a list of steps that includes, checking your computer for malware, changing passwords, and increasing the security of your Skype account.</p>\n<h2>Tips to Strengthen the Security of Your Skype Account</h2>\n<p>Microsoft recently made changes so that Skype, Office, Xbox, and other Microsoft services can be managed with a single account. If you haven&#8217;t <a href="https://support.skype.com/en/faq/FA34657/one-account-for-skype-and-your-other-microsoft-services">upgraded your Skype account</a> to a Microsoft account, visit <a href="https://account.microsoft.com/">Microsoft&#8217;s account</a> page and enter your Skype username and password. You&#8217;ll be prompted to upgrade which can only be done once.</p>\n<p>Once upgraded, click on the Security and Privacy settings link. This is where you can change your password, add security information, and enable two-step verification.</p>\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/TwoStepAuthentication.png?ssl=1"><img class="size-full wp-image-63384" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/11/TwoStepAuthentication.png?resize=445%2C171&ssl=1" alt="Two Factor Authentication Enabled" /></a>Two-Step Verification Enabled\n<p>It&#8217;s important to note that in recent years, there have been major data leaks where the login credentials of millions of people have been exposed to the public. If you use the same password on multiple sites, visit <a href="https://haveibeenpwned.com/">Have I Been Pwned</a> and check to see if your password was leaked. If you see the Oh no — pwned! message, you should update your password immediately.</p>\n<h3>Create a New Primary Alias</h3>\n<p>In addition to changing passwords and turning on two-step verification, you should limit the aliases that are allowed to login to your account. By default, your Skype username is the primary alias. You should change this to an email address or a phone number and disable your Skype username. Allowing only one alias that&#8217;s different from your Skype username limits the amount of entry points into your account.</p>\n<h2>Keeping Tabs On Your Skype Account</h2>\n<p>One of the major benefits of upgrading a Skype account to a Microsoft account is the ability to view recent activity. To view the most recent activity, click the Security and Privacy link and click on the <strong>see my recent activity</strong> link.</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/SeeRecentActivity.png?ssl=1"><img class="size-full wp-image-63387" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/11/SeeRecentActivity.png?resize=1025%2C395&ssl=1" alt="How to View Recent Activity" /></a>How to View Recent Activity\n<p>This will inform you of successful and unsuccessful login attempts. Some users who have unwillingly sent spam messages with links to Baidu <a href="https://community.skype.com/t5/Security-Privacy-Trust-and/Link-to-quot-baidu-quot-website-sent-to-all-of-my-contacts/m-p/4513254#M64691">confirmed</a> through the recent activity page that their login credentials were compromised. In addition to the recent activity page, users are encouraged to enable and create alerts to be notified of suspicious activity.</p>\n<p>If you receive messages out of the blue on Skype with links to Baidu or LinkedIn, do not click them. Delete the message, <a href="https://community.skype.com/t5/Security-Privacy-Trust-and/Spam-messages-amp-links-sent-from-your-account/td-p/4511001">send the user a link to this page</a>, and inform them that their account may be compromised.</p>\n<div id="epoch-width-sniffer"></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:"Tue, 01 Nov 2016 19:28:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:67:"BuddyPress: 2016 BuddyPress Survey for Site Builders and Developers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"https://buddypress.org/?p=260614";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://buddypress.org/2016/11/2016-buddypress-survey-site-builders-developers/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1197:"<p>Earlier this year, Project leads <a class="bp-suggestions-mention" href="https://buddypress.org/members/johnjamesjacoby/" rel="nofollow">@johnjamesjacoby</a>, <a class="bp-suggestions-mention" href="https://buddypress.org/members/boonebgorges/" rel="nofollow">@boonebgorges</a>, and <a class="bp-suggestions-mention" href="https://buddypress.org/members/djpaul/" rel="nofollow">@djpaul</a> presented a number of strategic priorities which included defining the primary intended audience for BuddyPress: Site Builders and WordPress Developers, an explicit recognition of what BuddyPress has become, and how people use it.</p>\n<p>Help us start the year right in 2017. Your feedback is important to help us improve BuddyPress by ensuring that we’re still building what you want to use and help us determine if any course corrections are necessary. </p>\n<p>This survey will run from November 1 &#8211; 30, 2016. It has 36 questions and could take around 15 &#8211; 20 minutes to complete.</p>\n<p>Thank you for your participation !</p>\n<p><strong>=&gt; <a href="http://mercime.polldaddy.com/s/2016-buddypress-survey-site-builders-developers">Take the 2016 BuddyPress Survey now</a>.</strong></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, 01 Nov 2016 18:51: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:8:"@mercime";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:99:"WPTavern: Mullenweg Takes Aim at Wix over GPL Abuses, Wix Response Fails to Address Licensing Issue";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63325";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"https://wptavern.com/mullenweg-takes-aim-at-wix-over-gpl-abuses-wix-response-fails-to-address-licensing-issue";s: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:12008:"<p>Over the weekend WordPress co-creator and Automattic CEO Matt Mullenweg <a href="https://ma.tt/2016/10/wix-and-the-gpl/" target="_blank">called out Wix for copying GPL code</a> from the WordPress mobile app and distributing it in its <a href="http://www.prnewswire.com/news-releases/wixcom-launches-wix-app-providing-a-powerful-mobile-operating-system-for-small-business-owners-store-owners-hoteliers-and-bloggers-around-the-world-300339448.html" target="_blank">proprietary app</a>. He identified <a href="https://github.com/wix/WordPress-Editor-Android" target="_blank">two</a> <a href="https://github.com/wix/react-native-wordpress-editor" target="_blank">repositories</a> that Wix forked in order to bring the GPL-licensed WordPress Rich Text Editor into its app.</p>\n<p>&#8220;If I were being charitable, I’d say, &#8216;The app’s editor is based on the WordPress mobile app’s editor.&#8217; Mullenweg said. &#8220;If I were being honest, I’d say that Wix copied WordPress without attribution, credit, or following the license.&#8221;</p>\n<p>Even though the Wix app is made up of different modules and libraries, the GPL requires that the entire application be GPL-licensed since Wix is distributing the app with GPL code in it. Open sourcing the entire app&#8217;s code under the GPL is the only way to resolve the license violation, according to Mullenweg.</p>\n<p>&#8220;Your app’s editor is built with stolen code, so your whole app is now in violation of the license,&#8221; Mullenweg said. Some took issue with use of the term &#8220;stolen code&#8221; in connection with public, open source repositories, but the effect is the same regardless of Wix&#8217;s intention. Wix distributed GPL code without respecting its license, putting new limitations on it instead of preserving its freedoms. That code was not legally available to be repurposed without following its license.</p>\n<p>&#8220;You’d probably be in the clear if you had used just the original editor we started with (ZSSRichTextEditor, MIT licensed),&#8221; Automattic&#8217;s General Counsel Paul Sieminski commented on the issue. &#8220;Instead, Wix took our version of the editor which has 1000+ original commits on top of the original MIT editor, that took more than a year to write. We improved it. A lot. And Wix took those improvements, used them in their app but then stripped out all of the important rights that they’re not legally allowed to take away.&#8221;</p>\n<p>Mullenweg called for Wix to release its entire mobile app under the GPL, as required by the license, and make the source code available so that others can build on it and learn from it.</p>\n<p>&#8220;If you want to close the door on innovation, Wix, that’s your decision to make — just write your own code,&#8221; Mullenweg said. &#8220;If you’re going to join the open source community, play by the open source rules.&#8221;</p>\n<h3>Wix CEO Responds, Neglects to Address GPL Licensing Issues</h3>\n<p>Mullenweg&#8217;s open letter to Wix took the company by surprise. Wix CEO Avishai Abrahami <a href="http://www.wix.com/blog/2016/10/dear-matt-mullenweg-an-open-letter-from-wix-coms-ceo-avishai-abrahami/" target="_blank">responded</a> the next day on the company&#8217;s blog with a tone that imposed an artificial sense of fraternity in order to make the original allegation appear to be an over reaction. &#8220;Wow, dude I did not even know we were fighting,&#8221; Abrahami said. He cited Wix&#8217;s manifold contributions to open source software on the company&#8217;s GitHub account and their admiration of WordPress&#8217; commitment to giving back.</p>\n<p>His artful deflection avoids the licensing issue completely and demonstrates a lack of understanding of the GPL:</p>\n<blockquote><p>Yes, we did use the WordPress open source library for a minor part of the application (that is the concept of open source right?), and everything we improved there or modified, we submitted back as open source, see here in this <a href="https://github.com/wix/react-native-wordpress-editor" target="_blank">link</a> – you should check it out, pretty cool way of using it on mobile native. I really think you guys can use it with your app (and it is open source, so you are welcome to use it for free). And, by the way, the part that we used was in fact developed by another and modified by you.</p></blockquote>\n<p>GPL compliance, however, requires more than a show of open source spirit. Abrahami did not address the requirement that the entire mobile app be released as GPL but offered a vague statement about sharing code.</p>\n<p>&#8220;If you need source code that we have, and we have not yet released, then, most likely we will be happy to share, you only need to ask,&#8221; Abrahami said. It is still unclear as to whether his statement means the company will release the entire mobile app under the GPL or not. However, the company indicated on Twitter that they will release the app on GitHub.</p>\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr"><a href="https://twitter.com/yairwein">@yairwein</a> We\'ll release the code on Github, where we also shared our previous projects: <a href="https://t.co/FBhp2Kd5wn">https://t.co/FBhp2Kd5wn</a></p>\n<p>&mdash; Wix.com (@Wix) <a href="https://twitter.com/Wix/status/792656290854174721">October 30, 2016</a></p></blockquote>\n<p></p>\n<p>The other option would be for the company to completely remove any GPL code from its app and use the original MIT-licensed library for the editor.</p>\n<p>&#8220;The WordPress GPL Rich Text component in question, is actually a wrapper around another Rich Text component named ZSSRichTextEditor which is licensed MIT,&#8221; Wix lead engineer Tal Kol said in the article he <a href="https://medium.com/@talkol/how-i-found-myself-accused-of-stealing-code-from-wordpress-a7350da9f9f2#.h5zgf9lnc" target="_blank">published</a> over the weekend. &#8220;In retrospect it would have been easier to use it directly.&#8221;</p>\n<p>Using the original library would stop the current GPL infringement but does not erase the fact that the company has already violated the license by distributing the code.</p>\n<p>Wix has not yet officially announced what it plans to do, but at the time of publishing the company continues to distribute GPL code inside its proprietary app.</p>\n<h3>Mullenweg Is Willing to Go to Court to Protect the GPL</h3>\n<p>According to the GNU.org GPL FAQ, the <a href="https://www.gnu.org/licenses/gpl-faq.en.html#WhoHasThePower" target="_blank">copyright holders of the software have the power to enforce the GPL</a>, as the license is a copyright license. Copyright holders are advised to inform developers of the GPL-covered software if they see a violation. With the GPLv2, the only way for license violators to receive back their rights after violation is to <a href="https://www.gnu.org/licenses/quick-guide-gplv3.en.html" target="_blank">petition the copyright holder</a>. Mullenweg has already identified a path to compliance for Wix.</p>\n<p>Although many in the open source community are itching for a definitive court case involving the GPL, Mullenweg said his preferred outcome is to see Wix open source its mobile app.</p>\n<p>&#8220;I would much rather they just release their app as GPL rather than have to get into a legal fight,&#8221; he <a href="https://ma.tt/2016/10/wix-and-the-gpl/#comment-586279" target="_blank">replied</a> to commenters on his blog.</p>\n<p>When I asked if he is willing to take the matter to court if Wix does not comply, Mullenweg said, &#8220;We would of course go to court to protect the GPL.&#8221; He also said that if Wix decides to pursue the other avenue, &#8220;removing the library would fix it going forward, but not for things that already infringed.&#8221; Mullenweg could not say what Automattic will or won&#8217;t do in a legal context regarding the past infringement, as the situation is still developing.</p>\n<p>This weekend&#8217;s debate between Mullenweg and Wix sparked discussions across social media platforms as well as blog post responses about how the the GPL affects the industry. It also shows how divisive the license can be even among open source software proponents. Mullenweg, who is known inside the WordPress community as a zealous defender of the GPL, has demonstrated a willingness to go to battle over <a href="https://wptavern.com/mullenweg-and-pearson-square-off-on-patents-gpl-and-trademarks" target="_blank">violations of the license in the past</a>.</p>\n<p>Many in the WordPress and Wix communities took issue with the public handling of the matter, but ultimately the controversy is not a personal matter between Mullenweg and Wix. The proprietary mobile app distributes GPL code that was the work of many contributors. WordPress&#8217; open source code was built from the hard work of people who were willing to give that time and energy because they believe in the project and the freedoms that its license guarantees. Wix&#8217;s disrespect of that license illegally co-opts those contributions for the company&#8217;s closed source app.</p>\n<h3>&#8220;My program will have liberty, or never be born.&#8221;</h3>\n<p>The GPL license is holistic in the sense that all parts of an application are connected &#8211; if one part bears the freedoms of the GPL, the entire app benefits from the GPL and must be therefore be open for all. The GPL is the reason WordPress exists and the reason why Mullenweg is so passionate about it. If b2/cafelog had not been GPL-licensed, Matt Mullenweg and Mike Little would not have been able to <a href="https://ma.tt/2003/01/the-blogging-software-dilemma/" target="_blank">build on it</a>.</p>\n<p>One of the questions in the GNU GPL FAQ asks, &#8220;<a href="https://www.gnu.org/licenses/gpl-faq.en.html#WhatIfSchool" target="_blank">What if my school might want to make my program into its own proprietary software product?</a>&#8221; This question addresses how many universities try to restrict the use of the knowledge and information they (and their students) develop, a problem that also exists in commercial businesses. The GNU recommendation for developers wanting to ensure their software is allowed to be GPL licensed is to raise the issue at the earliest possible stage for the most leverage:</p>\n<blockquote><p>So we recommend that you approach them when the program is only half-done, saying, &#8216;If you will agree to releasing this as free software, I will finish it.&#8217; Don&#8217;t think of this as a bluff. To prevail, you must have the courage to say, <strong>&#8216;My program will have liberty, or never be born.&#8217;</strong></p></blockquote>\n<p>This powerful sentiment is one that many GPL software contributors have adopted as a way of life. They contribute code on the basis that it will be passed on with all its freedoms. Taking GPL-licensed code and putting it in a proprietary app is an affront to their contributions.</p>\n<p>Wix CEO Avishai Abrahami&#8217;s casual response identifies both parties as open source proponents who are working to make the web a better place. This response misses the mark because it fails to recognize WordPress&#8217; 13-year history with the GPL and how deeply it has impacted the software&#8217;s trajectory and ability to make the web a better, more open place. This license and WordPress&#8217; commitment to user freedoms has been the project&#8217;s true north from its inception.</p>\n<p>When a project is given the GPL license, it makes that code and the license&#8217;s freedoms inseparable. Essentially, that code isn&#8217;t legally available to anyone without those freedoms in place. Regardless of whether Wix&#8217;s deflection of the issue is motivated by ignorance of the GPL or malicious intent, the company has to answer for its misuse of the software. The ball is now in Wix&#8217;s court &#8211; to comply with what the GPL license requires or take its own interpretation to court.</p>\n<div id="epoch-width-sniffer"></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, 31 Oct 2016 21:23:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:29:"Matt: Apples TV’s Struggles";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=46916";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"https://ma.tt/2016/10/apples-tvs-struggles/";s: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:983:"<p><a href="http://joe-steel.com/2016-10-28-Apples-October-TV-Surprise.html"><img class=" wp-image-46924 alignright" src="https://i0.wp.com/ma.tt/files/2016/10/apple-tv.jpg?resize=231%2C201&ssl=1" alt="apple-tv.jpg" /></a>Joseph Rosensteel has <a href="http://joe-steel.com/2016-10-28-Apples-October-TV-Surprise.html">an outsider but savvy perspective on the updates and technology around Apple TV</a>. Definitely a worthwhile read. I&#8217;ve experienced a lot of this frustration myself &#8212; I have a large library of things bought through iTunes, I like the interface of the Apple TV (though I liked the old one a little better), and Airplay is handy, so I want to love the Apple TV. The market is so bad right now that <a href="http://thewirecutter.com/reviews/best-media-streamers/">most review sites like Wirecutter recommend Roku</a>, which for me came with a branded remote button for a service that is out of business (Rdio) and has an interface that feels DOS-like.</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, 31 Oct 2016 14: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: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: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:43:"Matt: The Wix Mobile App, a WordPress Joint";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=46879";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2016/10/wix-and-the-gpl/";s: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:12333:"<p>Anyone who knows me knows that I like to try new things &#8212; phones, gadgets, apps. Last week I downloaded the <a href="http://www.prnewswire.com/news-releases/wixcom-launches-wix-app-providing-a-powerful-mobile-operating-system-for-small-business-owners-store-owners-hoteliers-and-bloggers-around-the-world-300339448.html">new Wix (closed, proprietary, non-open-sourced, non-GPL) mobile app</a>. I’m always interested to see how others tackle the challenge of building and editing websites from a mobile device.</p>\n<p>I started playing around with the editor, and felt… déjà vu. It was familiar. Like I had used it before.</p>\n<p>Turns out I had. Because it’s WordPress.</p>\n<p>If I were being charitable, I’d say, &#8220;The app&#8217;s editor is based on the WordPress mobile app&#8217;s editor.&#8221; If I were being honest, I&#8217;d say that Wix copied WordPress without attribution, credit, or following the license. The custom icons, the class names, even the bugs. You can see the <a href="https://github.com/wix/WordPress-Editor-Android">forked</a><a href="https://github.com/wix/react-native-wordpress-editor"> repositories</a> on GitHub complete with original commits from Alex and Maxime, two developers on Automattic’s mobile team. Wix has always borrowed liberally from WordPress &#8212; including their company name, which used to be Wixpress Ltd. &#8212; but this blatant rip-off and code theft is beyond anything I&#8217;ve seen before from a competitor.</p>\n<h3>Dear Wix,</h3>\n<p>This explicitly contravenes the GPL, which requires attribution and a corresponding GPL license on whatever you release publicly built on top of GPL code. The GPL is what has allowed WordPress to flourish, and that let us create this code. Your app&#8217;s editor is built with stolen code, so your whole app is now in violation of the license.</p>\n<p>I suppose we’ll take this as a compliment &#8212; I’m sure the hundreds of people who have contributed to WordPress Core and our mobile apps are flattered that you chose to build one of your company’s core features using our code. We’re also excited to see what great things you create with all the time you saved not having to write your own mobile editor.</p>\n<p>You know what’d be even more exciting? To see you abide by the GPL and release your source code back to the community that gave you that jump start.</p>\n<p>I’ve always said that <a href="https://ma.tt/2014/01/four-freedoms/">the GPL isn’t about limits, it’s about possibilities</a>. In open source software, you trade some of your control as a developer to better serve the developer community and the people using your sites and products. I don’t think that’s a limit, I think it’s a way to make sure we encourage innovation and momentum. If you want to close the door on innovation, Wix, that’s your decision to make &#8212; just write your own code. If you’re going to join the open source community, play by the open source rules.</p>\n<p>Release your app under the GPL, and put the source code for your app up on GitHub so that we can all build on it, improve it, and learn from it.</p>\n<p>Love,<br />\nMatt and the open source community</p>\n<h3>An Update</h3>\n<p>The <a href="http://www.wix.com/blog/2016/10/dear-matt-mullenweg-an-open-letter-from-wix-coms-ceo-avishai-abrahami/">CEO of Wix has posted a response on their blog</a>. I&#8217;ll also try to post my response it to the comments there. <a href="http://wpgarage.com/news-views/weak-wix-response-wordpress-gpl/">Miriam Schwab also has a very good response</a>.</p>\n<blockquote><p>We were all very surprised by your post, as you have so many claims against us.</p>\n<p>Wow, dude I did not even know we were fighting.</p></blockquote>\n<p>It&#8217;s not a fight: the claim is that the Wix mobile apps distribute GPL code and aren&#8217;t themselves GPL, so they violate the license.</p>\n<blockquote><p>First, you say we have been taking from the open source community without giving back, well, of course, that isn’t true. Here is a list of 224 projects on our public <a href="https://github.com/wix" target="_blank">GitHub page</a>, and as you can see they are all dated before your post. We have not checked if WordPress is using them, but you are more than welcome to do so, some of them are pretty good.</p></blockquote>\n<p>Very glad your company has projects on GitHub! Thank you for the offer to use them; if we do, we&#8217;ll make sure to follow the license you&#8217;ve put on the code very carefully.</p>\n<p>Releasing other open source projects doesn&#8217;t mean that you can violate the license of the editor code you distributed in your mobile apps. To repeat my earlier points: since you distributed GPL code with your apps, the entire apps need to be released at GPL, not just your modifications to that one library.</p>\n<p>As <a href="https://news.ycombinator.com/item?id=12828814">this Hacker News comment put it</a>, &#8220;Open source is not a swap meet; you can&#8217;t violate a license if you voluntarily release some other code to make up for it.&#8221;</p>\n<blockquote><p>We always shared and admired your commitment to give back, which is exactly why we have those 224 open source projects, and thousands more bugs/improvements available to the open source community and we will release the app you saw as well.</p></blockquote>\n<p>If you were to release the entire source code of the apps under GPL that would bring you back into compliance with the license you violated. I <em>think</em> you&#8217;re saying you will do that here, but can you clarify? When should we look for the app code to be released, and where? That would resolve this issue completely.</p>\n<blockquote><p>Next, you talk about the Wix App being stolen from WordPress. There are more than 3 million lines of code in the Wix application, notably the hotels/blogs/chat/eCommerce/scheduling/booking is all our code.</p></blockquote>\n<p>I said the app includes stolen code. It doesn&#8217;t matter if it&#8217;s 30 lines or 30 million lines: because it includes GPL code and you distributed the app, the entire thing needs to be GPL. If you release the entire app&#8217;s code, as I think you said you would, then that resolves the license violation.</p>\n<blockquote><p>Yes, we did use the WordPress open source library for a minor part of the application (that is the concept of open source right?), and everything we improved there or modified, we submitted back as open source, see here in this <a href="https://github.com/wix/react-native-wordpress-editor" target="_blank">link</a> – you should check it out, pretty cool way of using it on mobile native. I really think you guys can use it with your app (and it is open source, so you are welcome to use it for free). And, by the way, the part that we used was in fact developed by another and modified by you.</p></blockquote>\n<p>Thank you for admitting you used the code and not trying to hide it. The issue isn&#8217;t the changes you made, it&#8217;s that including the editor means you need to submit the entire app as open source, which you have not yet &#8212; it&#8217;s completely proprietary.</p>\n<blockquote><p>If you want to read the account from Tal Kol, one of the leading engineers on this project, <a href="https://medium.com/@talkol/how-i-found-myself-accused-of-stealing-code-from-wordpress-a7350da9f9f2#.7yyylkagl" target="_blank">here it is</a>. He was really happy to share his side of the story.</p></blockquote>\n<p>I have seen it, and it <a href="https://medium.com/@csu/can-you-address-this-point-made-in-matts-post-this-explicitly-contravenes-the-gpl-which-7b6460b5b3e1">already has a number of good comments on it, including this one</a>: &#8220;Can you address this point made in Matt’s post: &#8216;This explicitly contravenes the GPL, which requires attribution and a corresponding GPL license on whatever you release publicly built on top of GPL code&#8217;.&#8221; It appears you and Tal might share a misunderstanding of how the GPL works &#8212; software licensing can be tricky and many people make honest mistakes. (If you want to get into serious detail, <a href="https://ma.tt/2016/10/wix-and-the-gpl/#comment-586319">this comment</a> lays the licensing requirements out clearly.) It is easy to rectify this one: release your apps as open source under the GPL.</p>\n<blockquote><p>Now, what is this thing about us stealing your branding? Our product was always called Wix and our website Wix.com, we never borrowed from your marketing or brand.</p></blockquote>\n<p>Sorry for including this distraction; I was referring specifically to the fact that Wix used to go by &#8220;Wixpress.&#8221; You can see this <a href="http://files.shareholder.com/downloads/AMDA-29IDMU/0x0xS1193125-13-387285/1576789/filing.pdf">in your Form F-1</a>, and there used to be a support page about this on your site:</p>\n<p><img class="aligncenter size-full wp-image-46910" src="https://i0.wp.com/ma.tt/files/2016/10/Screen-Shot-2016-10-30-at-3.12.19-AM.png?resize=604%2C94&ssl=1" alt="" /></p>\n<p>Although that is still in Google, the <a href="https://www.wix.com/support/html5/ugc/62ae9410-79d0-4198-8ff1-4a37966e1e94/0d1a19e1-c862-44e4-a9d6-bc813f8a9207">page</a> it links to <a href="https://cloudup.com/cu5miENIoLl">now mysteriously returns a 404 error</a>, which you may want to look into.</p>\n<blockquote><p>In fact, if I remember correctly, until recently the Automattic home page was all about blogs and only recently it has become “websites.” Also, your business model changed to almost exactly the one we had for years. Can it be that you guys are borrowing from us? If so, again, you are welcome to it.</p></blockquote>\n<p>The <a href="http://automattic.com/">Automattic home page</a> has been a series of haiku about our products <a href="http://web.archive.org/web/20121218130226/http://wordpress.com/">since 2009</a>, pretty much unchanged &#8212; I think you mean the WordPress.com home page here. WordPress has been used for creating websites, not just blogs, since <a href="https://wordpress.org/news/2005/02/strayhorn/">our 1.5 release in 2005 added themes and pages</a>. In my <a href="https://ma.tt/2014/10/sotw-2014/">2014 State of the Word address</a> I talked about how 87% of WordPress sites use it as a CMS. We regularly test dozens of variations of the WP.com homepage and some of them definitely emphasize website creation. I will say we look to Wix, Weebly, and Squarespace as innovators in the space with products that reach many small businesses, and Wix especially should be commended for its success and growth as a public company.</p>\n<blockquote><p>If you believe that we need to give you credit, that you deserve credit, I must say, absolutely yes. You guys deserve a lot of credit, but not because of a few lines of source code, you deserve credit because you guys have been making the internet dramatically better, and for that we at Wix are big fans. We love what you have been trying to do, and are working very hard to add our own contribution to make the internet better.</p></blockquote>\n<p>Thank you very much, that is kind. I do think there are a lot of values we share in common and would love to see this one issue resolved.</p>\n<blockquote><p>If you need source code that we have, and we have not yet released, then, most likely we will be happy to share, you only need to ask. We share your belief that making the internet better, is best for everyone.</p></blockquote>\n<p>That&#8217;s what my post was asking, for you to release the code. To quote my original letter: &#8220;Release your app under the GPL, and put the source code for your app up on GitHub so that we can all build on it, improve it, and learn from it.&#8221;</p>\n<blockquote><p>Finally, during the last couple of years, I reached out a couple of times trying to meet with you. Could I do that again here? I believe in friendly competition, and as much fun as it is to chat over the blogosphere, maybe we can also do it over a cup of coffee?</p></blockquote>\n<p>Once this is resolved I&#8217;d be happy to meet up. I believe when we exchanged emails in 2014 there was trouble finding overlap in our travel schedules.</p>\n<p>I hope the above clarifies where we think Wix made a mistake, and how to fix it.</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, 28 Oct 2016 19:45: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: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: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:29:"Matt: Kanye McDonald’s Poem";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=46881";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"https://ma.tt/2016/10/kanye-mcdonalds-poem/";s: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:302:"<p>You might need a reason to smile today. If so, <a href="http://www.theverge.com/tldr/2016/8/22/12586016/kanye-west-mcdonalds-poem-frank-ocean-boys-dont-cry-zine">Kanye&#8217;s poem for Frank Ocean&#8217;s Boys Don&#8217;t Cry zine, illustrated by Dami Lee at the Verge</a>, might be that reason.</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, 28 Oct 2016 19:30:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:81:"WPTavern: WordPress 4.7 Removes the Underline and Justify Buttons From the 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=63314";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"https://wptavern.com/wordpress-4-7-removes-the-underline-and-justify-buttons-from-the-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:2298:"<p>Back in August, we highlighted <a href="https://wptavern.com/improving-the-user-experience-by-rearranging-the-wordpress-post-editor">potential changes</a> to the WordPress editor that would improve the user experience. The team has since <a href="https://make.wordpress.org/core/2016/10/28/editor-changes-in-4-7/">implemented</a> some of the suggestions outlined in <a href="https://core.trac.wordpress.org/ticket/27159">ticket #27159</a> into WordPress 4.7, including rearranging some of the toolbar buttons. The headers drop-down menu is now in the top row of buttons while the strikethrough and horizontal rule buttons are on the second row.</p>\n<p>The underline and justify buttons are no longer available. According to Andrew Ozz, who primarily works on the TinyMCE editor in WordPress, underlining text causes confusion as readers may interpret it as a link. The justify button was removed because it has uneven browser implementation and often makes text less readable. However, keyboard shortcuts for both buttons will continue to work in 4.7.</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/08/WP46FreshInstallPostEditor.png?ssl=1"><img class="size-full wp-image-60457" src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/08/WP46FreshInstallPostEditor.png?resize=573%2C396&ssl=1" alt="WordPress 4.6 Post Editor" /></a>WordPress 4.6 Post Editor\n<a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/10/WordPress47PostEditor.png?ssl=1"><img class="size-full wp-image-63316" src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/10/WordPress47PostEditor.png?resize=637%2C248&ssl=1" alt="WordPress 4.7 Post Editor" /></a>WordPress 4.7 Post Editor\n<p>In addition to these changes, tooltips that appear when hovering over a button will display the keyboard shortcut making them easier to discover.</p>\n<p>Since WordPress does not track which buttons are used most often the team can not accurately measure the impact these changes will have. Users are encouraged to test <a href="https://wptavern.com/wordpress-4-7-beta-1-now-available-for-testing">WordPress 4.7 beta 1</a> and share your feedback on the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta</a> section of the support forums.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Oct 2016 17:12:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"WPTavern: WordPress 4.7 Beta 1 Now Available for Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63291";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wordpress-4-7-beta-1-now-available-for-testing";s: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:2558:"<p>WordPress 4.7 <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/" target="_blank">Beta 1</a> was released this evening with a long list of highlighted features that are certain to delight both end users and developers. Core contributors are asking for testing and feedback on some of the larger items ahead of the official release, slated for <a href="https://make.wordpress.org/core/4-7/" target="_blank">December 6</a>.</p>\n<p>Twenty Seventeen and its support for atmospheric videos is one of the major front-facing features in 4.7 that could use testing. Last week, when <a href="https://wptavern.com/new-wordpress-default-theme-twenty-seventeen-merged-into-4-7" target="_blank">Twenty Seventeen was merged</a>, there was some uncertainty as to whether or not the first version would ship with video headers. Contributors knuckled down and worked quickly to get basic <a href="https://core.trac.wordpress.org/ticket/38172" target="_blank">core support for video headers</a> ready for an initial commit.</p>\n<p>Twenty Seventeen will be the first WordPress theme to use the new feature. Users will be able to manage video headers in the customizer by selecting a video via the media library or setting a URL to an external video, such as one hosted on YouTube. Theme authors who want to add support for videos will be able to do so by passing &#8216;video&#8217; => true as an argument when adding theme support for custom headers. If the browser is unable to play the video, it will fallback to the header image.</p>\n<p>Other user-facing features that require testing include:</p>\n<ul>\n<li>New site setup flow</li>\n<li>Custom CSS with live previews</li>\n<li>User admin languages</li>\n<li>PDF thumbnail previews</li>\n</ul>\n<p>WordPress 4.7 release lead Helen Hou-Sandí also requested that plugin and theme developers test the REST API content endpoints, any plugins that might be impacted by the <a href="https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/" target="_blank">WP_Hook overhaul</a>, the expanded Settings Registration API, custom bulk actions, post type templates, and a few other items.</p>\n<p>With the impressive list of features on deck for 4.7, it&#8217;s only fitting that Beta 1 was accompanied by an extended five-stanza haiku. Check out the <a href="https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/" target="_blank">announcement post</a> to read the haiku and find more information on how to test changes coming in the next release.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Oct 2016 06:01: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: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:83:"WPTavern: WordPress 4.7 Brings Custom Page Template Functionality to All Post Types";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63284";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"https://wptavern.com/wordpress-4-7-brings-custom-page-template-functionality-to-all-post-types";s: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:3024:"<a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/colored-pencils.jpg?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/colored-pencils.jpg?resize=1025%2C464&ssl=1" alt="photo credit: Mari Pi" class="size-full wp-image-50851" /></a>photo credit: <a href="https://stocksnap.io/photo/7MBZIHU7O7">Mari Pi</a>\n<p>WordPress 4.7 will <a href="https://core.trac.wordpress.org/changeset/38951" target="_blank">introduce support for post type templates</a>, an exciting new feature for theme and plugin developers. <a href="https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/" target="_blank">Page templates</a>, which allow developers to specify a different layout or design for a page, are nearly as old as WordPress itself. For years developers have coveted that same functionality for other post types. In fact, a plugin that attempted to create this functionality (<a href="https://wordpress.org/plugins/custom-post-template/" target="_blank">Custom Post Template</a>), has more than 50,000 active installs, despite not having been updated for four years.</p>\n<p>Post type templates follow a format similar to that of the existing custom page templates. The author can specify a template name as well as the post types where the template will be available as a dropdown in the page attributes metabox. The current implementation of post type templates can be used with any post type without having to register support for page-attributes. The metabox will be displayed if at least one template exists for a post type.</p>\n<p><code>/*<br />\n * Template Name: Foggy Memories<br />\n * Template Post Type: memory, event<br />\n */</code></p>\n<p>The <a href="https://core.trac.wordpress.org/ticket/18375" target="_blank">ticket</a> for the feature, which was opened four years ago, includes many potential use cases. One developer was building a project involving landing pages that were set up as custom post types. He needed to have multiple templates for the landing pages but had to create a work around since post type templates were not yet available.</p>\n<p>Another developer wanted to make a distinction between posts with guest contributors versus those coming from regular writers, such as displaying author boxes and avatars. Since this project was for a client, an implementation involving post templates would make it easy to assign the different designs via the dropdown in the post attributes metabox.</p>\n<p>&#8220;By opening up the page template functionality to all post types, we continue to improve the template hierarchy&#8217;s flexibility,&#8221; WordPress core committer Pascal Birchler said in his commit message. This new feature opens up many new avenues of customization for theme developers who want to offer alternative layouts and designs for posts. It also makes it easy to include multiple designs (inside a theme) for specific custom post types that a theme will support.</p>\n<div id="epoch-width-sniffer"></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Oct 2016 04:35: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:"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:30:"Dev Blog: WordPress 4.7 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"https://wordpress.org/news/?p=4535";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6878:"<p>WordPress 4.7 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="https://wordpress.org/wordpress-4.7-beta1.zip">download the beta here</a> (zip).</p>\n<p>WordPress 4.7 is slated for release on <a href="https://make.wordpress.org/core/4-7/">December 6</a>, but we need your help to get there. We&#8217;ve been working on a lot of things, many of them to make getting your site set up the way you want it much easier. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li><a href="http://2017.wordpress.net/"><strong>Twenty Seventeen</strong></a> &#8211; A brand new default theme brings your site to life with immersive featured images, video headers, and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.</li>\n<li><strong>Video Headers</strong> &#8211; Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.</li>\n<li><strong>Set up your site in one flow</strong> &#8211; From finding and installing themes right inside the customizer, to automatically staged theme-specific starter content, to clickable shortcuts that jump directly to editing an item from the preview pane, to adding pages while you&#8217;re building a nav menu or setting a static front page: getting a new site spun up and ready to share with a friend or a coworker is faster and easier than it&#8217;s ever been. Note: starter content appears when live previewing brand new sites and is currently only available in Twenty Seventeen. We&#8217;ll be expanding this to other bundled themes very soon, and perhaps to sites with existing content in future releases of WordPress.</li>\n<li><strong>Custom CSS with live previews</strong> &#8211; Ever needed to hide or tweak the look of something in your theme or from a plugin? Now you can do it with CSS and live preview the results while customizing your site. CSS can be a powerful tool; you may find that you won&#8217;t need the theme editor or child themes anymore.</li>\n<li><strong>User admin languages</strong> &#8211; Just because your site is in one language doesn&#8217;t mean that everybody helping manage it prefers that language for their admin. To try this out, you&#8217;ll need to have more than one language installed, which will make a user language option available in your profile.</li>\n<li><strong>PDF thumbnail previews</strong> &#8211; Uploading PDFs will now generate thumbnail images so you can more easily distinguish between all your documents.</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li><strong>REST API content endpoints</strong> &#8211; If you only test one thing as a developer, please test these. This phase is particularly helpful for people building plugins, themes, and in-admin interfaces. Can you build the things you need? Are these ready for release, and is the world ready for them? (<a href="https://core.trac.wordpress.org/ticket/38373">#38373</a>)</li>\n<li><strong><code>WP_Hook</code></strong> &#8211; The code that lies beneath actions and filters has been overhauled. You likely aren&#8217;t affected, but if you&#8217;ve done things to the <code>$wp_filter</code> global or experienced funky recursion bugs in the past, <a href="https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/">please take a moment to read the dev note</a> and test your code.</li>\n<li><a href="https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/"><strong>Custom bulk actions</strong></a> &#8211; List tables, now with more than bulk edit and delete.</li>\n<li>Expanded <a href="https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/"><strong>Settings Registration API</strong></a> via <code>register_setting()</code>.</li>\n<li>For theme developers: <strong>Post type templates</strong> (<a href="https://core.trac.wordpress.org/ticket/18375">#18375</a>)</li>\n<li><strong><a href="https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/">More goodies for theme developers!</a></strong></li>\n<li><strong>Locale switching</strong> (<a href="https://core.trac.wordpress.org/ticket/26511">#26511</a>)</li>\n<li><a href="https://make.wordpress.org/core/2016/10/11/comment-allowed-checks-in-wordpress-4-7/"><strong>Comment allowed checks</strong></a> have the potential for a back-compat break.</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.7, <a href="https://make.wordpress.org/core/tag/4-7/">check out posts tagged with 4.7 on the main development blog</a>, or look at a <a href="https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.7&group=component&order=priority">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on WordPress Trac</a>, where you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a>.</p>\n<p>Happy testing, and please enjoy this extended haiku break, courtesy of <a href="https://profiles.wordpress.org/ramiabraham">Rami Abraham</a><em>.</em></p>\n<p><em>Exquisite endpoints</em><br />\n<em>Extol epic exabytes</em><br />\n<em>Enabling earthlings</em></p>\n<p><em>Careful interfaces</em><br />\n<em>Considerately conjured</em><br />\n<em>Customizer chic</em></p>\n<p><em>Ring in the new year</em><br />\n<em>With elegance and balance</em><br />\n<em>Twenty Seventeen</em></p>\n<p><em>Hooks hook healthily</em><br />\n<em>17817</em><br />\n<em>Sane iterations</em></p>\n<p><em>Admin in your tongue<br />\nOne site, many languages<br />\nWe all speak WordPress</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, 28 Oct 2016 04:30: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:15:"Helen Hou-Sandi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:69:"WPTavern: WPWeekly Episode 252 – Flywheel Hosting Three Years Later";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wptavern.com?p=63280&preview=true&preview_id=63280";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"https://wptavern.com/wpweekly-episode-252-flywheel-hosting-three-years-later";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2843:"<p>In this episode of WordPress Weekly, <a href="http://marcuscouch.com/">Marcus Couch</a> and I are joined by Dusty Davidson, co-founder and CEO of <a href="http://getflywheel.com/">Flywheel</a>, a managed WordPress hosting company that caters to agencies and designers. Davidson last appeared on the show <a href="https://wptavern.com/wpweekly-episode-118-hey-get-flywheel">three years ago</a> when the company had yet to launch to the public.</p>\n<p>In the interview, Davidson tells us what he&#8217;s learned in the three years since launching the company. We discuss current trends in the industry and how hosting providers are affecting the WordPress ecosystem.</p>\n<p>Davidson explains how the company maintains its stellar reputation for customer support and the impacts of being listed on the WordPress.org <a href="https://wordpress.org/hosting/">recommended hosting</a> page. Near the end of the interview, we learn how Flywheel is implementing <a href="https://letsencrypt.org/">Let&#8217;s Encrypt</a> to easily provide SSL certificates for customers.</p>\n<h2>Stories Discussed:</h2>\n<p><a href="https://wptavern.com/linkedin-learning-is-offering-free-access-this-week-to-its-library-of-more-than-5000-courses">LinkedIn Learning Is Offering Free Access This Week to Its Library of More Than 5,000 Courses</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href="https://wordpress.org/plugins/import-meetup-events/">Import Meetup Events</a> is an add-on for The Events Calendar and Events Manager plugins. It allows you to automatically import events from Meetup.com into The Events Calendar or Events Manager.</p>\n<p><a href="https://wordpress.org/plugins/click-to-clipboard/">Click to Clipboard</a> allows you to copy paragraphs from your site&#8217;s main content to the clipboard to use elsewhere.</p>\n<p><a href="https://wordpress.org/plugins/archive-control/">Archive Control</a> allows you to customize your archive listing by modifying your Archive title, adding a featured image, including content before or after the list. You can also change the order of display and include pagination, adjust the terms, and more.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, November 2nd 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href="https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href="https://wptavern.com/feed/podcast" target="_blank">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href="http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr" target="_blank">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #252:</strong><br />\n</p>\n<div id="epoch-width-sniffer"></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:"Thu, 27 Oct 2016 22:35:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:61:"WPTavern: The Challenges of Organizing a WordCamp From Abroad";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63151";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"https://wptavern.com/the-challenges-of-organizing-a-wordcamp-from-abroad";s: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:3591:"<p>Earlier this year, a <a href="https://wptavern.com/wordpress-to-launch-experimental-wordcamp-incubator-program">WordCamp incubator program</a> was created to help three cities establish their first WordCamp. After <a href="https://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia">receiving 182 applications</a>, the three cities selected for the program were:</p>\n<ul>\n<li>Denpasar, Indonesia</li>\n<li>Harare, Zimbabwe</li>\n<li>Medellín, Colombia</li>\n</ul>\n<p><a href="https://2016.medellin.wordcamp.org/">WordCamp Medellín</a> is scheduled for November 5th and is the first of the three incubator events to take place. Andrea Middleton, Community Organizer for the WordPress open source project, is part of the organizing team and says organizing a camp from the other side of the world is challenging.</p>\n<p>&#8220;The local community is still quite loose/unstructured and there isn&#8217;t a very well-established group of local leaders, so it&#8217;s been an interesting exercise in finding local organizers, speakers, and volunteers,&#8221; Middleton told the Tavern.</p>\n<p>The organizing team consists of a U.S. expatriate who recently moved to the area, a Colombian who now lives in Spain, three locals, two members of the WordCamp Lima team who are lending their experience, and Middleton.</p>\n<p>Spanish is the primary language in Medellín which can present communication challenges. I asked Middleton if she needs to use a translator to communicate to the team, &#8220;I lived in Mexico for 5 years back in the 90s so my Spanish is passable, but it&#8217;s a pretty bilingual group,&#8221; Middleton said.</p>\n<p>&#8220;The last meeting was in English but most of our text interaction is in Spanish to accommodate the Colombians who are not proficient in English.</p>\n<p>&#8220;I ask native Spanish speakers to review and or correct my written Spanish when I&#8217;m publishing content to the site. I&#8217;m the primary venue contact and all of that has been in Spanish over email.&#8221;</p>\n<p>According to Middleton, WhatsApp is huge in Colombia but is not ideal for collaborating with members of WordCamp Central since the team uses Slack. So half of the communication is on WhatsApp while the other is conducted on a free Slack instance.</p>\n<p>WordCamp Medellín&#8217;s <a href="https://2016.medellin.wordcamp.org/programa/">schedule</a> includes sessions by local entrepreneurs on how to contribute to WordPress, Multilingual WordPress, and SEO. The opening session features a 15 year-old speaker.</p>\n<p>Thanks to considerable effort on the part of Middleton, the event has a female speaker, &#8220;We had no female speaker applicants, so I poured over the list of women who had attended the meetups and then researched them and recruited them to speak,&#8221; Middleton said. &#8220;It only ended up with one local female speaker, but I think she&#8217;s going to be great.&#8221;</p>\n<p>Middleton says that when the event concludes, she&#8217;ll publish a post detailing the things she&#8217;s learned organizing a WordCamp from abroad. Tickets are <a href="https://2016.medellin.wordcamp.org/registro/">still on sale</a> for <a href="https://2016.medellin.wordcamp.org/">WordCamp Medellín</a> at $10 each and includes lunch and a shirt.</p>\n<p>To learn more about Middleton&#8217;s role in WordCamps and the incubator program, listen to <a href="https://wptavern.com/wpweekly-episode-234-all-things-wordcamp-with-andrea-middleton">episode 234</a> of WordPress Weekly.</p>\n<div id="epoch-width-sniffer"></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, 26 Oct 2016 21:11: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: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:104:"WPTavern: Controversy Surrounding WordPress.org “Popular” Themes Exposes Weaknesses in the Algorithm";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63129";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"https://wptavern.com/controversy-surrounding-wordpress-org-popular-themes-exposes-weaknesses-in-the-algorithm";s: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:10973:"<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/chart.jpg?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2015/07/chart.jpg?resize=1025%2C511&ssl=1" alt="photo credit: Luis Llerena" class="size-full wp-image-46313" /></a>photo credit: <a href="https://stocksnap.io/photo/S3JE5YAMND">Luis Llerena</a>\n<p>If you&#8217;ve ever wondered how the <a href="https://wordpress.org/themes/" target="_blank">WordPress Theme Directory</a> identifies and ranks the themes that display under the popular tab, you might be surprised to learn that it has nothing to do with ratings. Popularity is a somewhat subjective quality to measure in the first place, but WordPress.org has an algorithm in place to give users an idea of which themes are trending.</p>\n<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/10/theme-directory-popular-tab.png?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/10/theme-directory-popular-tab.png?resize=1025%2C775&ssl=1" alt="theme-directory-popular-tab" class="aligncenter size-full wp-image-63133" /></a></p>\n<p>The number of sites using a theme is the first metric that comes to mind for popularity, but it cannot be limited to that or else the results might be skewed towards older themes that are not in fact popular anymore. Samuel &#8220;Otto&#8221; Wood, in response to a <a href="https://twitter.com/mattmedeiros/status/791009700171087872" target="_blank">Twitter thread</a> about how themes appear to be gaming the system, created a <a href="https://www.youtube.com/watch?v=hwFscqBOiOY&feature=youtu.be" target="_blank">video</a> to explain how the popularity algorithm works.</p>\n<p>&#8220;Popular is currently active installs divided by age of the theme and a few other factors,&#8221; Wood said. &#8220;Ratings don&#8217;t currently factor into it. We&#8217;re trying to work out an algorithm to add ratings to it. For the most part it&#8217;s a popularity thing.&#8221;</p>\n<p>I asked him for more clarification on the other factors and he said it varies depending on what data they have and how that data looks over time. &#8220;We adjust it to have it change fairly regularly, but still reflecting what is popular at the time,&#8221; Wood said.</p>\n<p>Dion Hulse, who also helps maintain WordPress.org infrastructure, said, &#8220;It&#8217;s not published by design, to hopefully prevent authors gaming it too much. Other than what Otto has said, they only other public part of it is that a theme must be at least two weeks old to be included in the popular rankings.&#8221;</p>\n<p>At the end of last year, <a href="https://wptavern.com/the-wordpress-theme-directory-replaces-download-counts-with-the-number-of-active-installs" target="_blank">theme download counts were replaced with the number of active installs</a> to try to prevent theme authors from gaming the system in order to appear on the Popular tab. Gaming the system is much more difficult now but there are other ways to do it, due to the imperfect measurements for active installs.</p>\n<h3>How WordPress.org Measures Active Installs for Themes</h3>\n<p>The topic of active installs was re-ignited yesterday by Matt Medeiros, a small business owner and <a href="https://wordpress.org/themes/author/slocumstudio/" target="_blank">WordPress.org theme author</a>, who suspected the author of a recently popular theme of gaming the system.</p>\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Gaming .org theme downloads/active is running rampant. This theme “already has 10k active installs.” DL count roughly 3k <a href="https://twitter.com/Otto42">@Otto42</a> <a href="https://t.co/aaYwWcsvu8">pic.twitter.com/aaYwWcsvu8</a></p>\n<p>&mdash; Matt Medeiros (@mattmedeiros) <a href="https://twitter.com/mattmedeiros/status/790940338030608384">October 25, 2016</a></p></blockquote>\n<p></p>\n<p>The <a href="https://wordpress.org/themes/vertex/" target="_blank">Vertex</a> theme, new to the directory this month, already has more than 10,000 active installs, despite having a much lower download count and no ratings. Medeiros made a <a href="https://www.youtube.com/watch?v=9XACFOft1hA" target="_blank">video</a> explaining what he perceived as suspicious activity propelling it to the fourth most popular spot on WordPress.org. This prompted Samuel Wood to film a response, which breaks down some of the flaws in the system that measures active installs.</p>\n<p>&#8220;The active install count is a count of sites that have reported to us that they are checking for an update for that theme and that it is active,&#8221; Wood said. He explained that the 10,000+ in this instance and in many others is a rough estimate because WordPress.org does not have an exact measurement of how many sites have installed a theme:</p>\n<blockquote><p>What we are actually counting is yes, the number of active installs of a theme named Vertex. That may include themes not in our directory, such as this one from Elegant themes. If the theme isn&#8217;t in our directory we still get reports about it. The only way for us to not do that is to have the theme itself that theme check them for updates instead of checking us for updates, which their theme should indeed do. I would go so far as to say that any commercial theme should indeed be checking their commercial site, their systems not ours, but if they don&#8217;t have any special code to handle that case, then yes it will report back to our API server looking for updates. And if it has the name Vertex then yes, it&#8217;s going to be counted as being the Vertex theme. </p></blockquote>\n<p>In this instance, the creators of the Vertex theme were made aware that the name was already in use outside of WordPress.org. They <a href="https://themes.trac.wordpress.org/ticket/30317" target="_blank">offered to change the name of the theme</a> to iVertex during the review process, but the Theme Review Team decided that it wasn&#8217;t necessary.</p>\n<p>&#8220;There&#8217;s no gaming going on behind that,&#8221; Wood said. &#8220;If somebody does game the system, I will find it. I guarantee you. However, this is not such a case. Our current algorithm looks at active installs and if you happen to pick a name that is very popular [outside of WordPress.org], you can have a large number of active installs without it actually being this theme that is being counted.&#8221;</p>\n<p>This problem could be solved with a unique ID for themes. Wood said there is a six-year-old core ticket that he would like to implement, but it&#8217;s not currently a priority.</p>\n<p>&#8220;Unfortunately, there is no real push to do that,&#8221; he said. &#8220;At some point in the future, I would like all themes and plugins in the WordPress directory to get a unique ID which they can put in their headers and when they report back, having that unique ID will uniquely identify that theme or plugin. It would eliminate so many problems for me. It would make updates so much easier. I would be able to do a whole lot of useful things with it and it would let me fix this problem right here.&#8221;</p>\n<h3>How the Popular Themes Algorithm Affects Theme Businesses</h3>\n<p>Getting unique IDs in place is no easy fix, as theme reporting would need to be overhauled and multiple systems that interact with each other would need to be changed. It would be worth it in the long run for more accurate reporting on WordPress.org, which is the first place many users browse when looking for a new theme. If the active install counts are not a proper representation of installations via WordPress.org, then it doesn&#8217;t make sense to pin the popular algorithm to that number.</p>\n<p>I asked Matt Medeiros why he chose to highlight the situation with Vertex, and he explained why many small business owners have a strong interest in the popular themes page.</p>\n<p>&#8220;It’s getting harder and harder to survive as a theme shop these days,&#8221; Medeiros said. &#8220;Indie authors are overshadowed by huge theme shops and mega marketplaces. For me, .org is the only source of distribution for my themes, and I have a desire to see the repo become the defacto place to find quality themes. Sadly, not all themes are submitted to &#8216;do it right&#8217; and many crop up to make a quick cash grab from unsuspecting end-users. Top spots are worth A LOT of money (see: Zerif) and coupled with an aging search engine for themes, gaming to the top is worth it, even in the short term. Unsuspecting users, who find searching too challenging, settle with what’s in front of them.&#8221;</p>\n<p>Medeiros referenced Zerif Lite, which was recently <a href="https://wptavern.com/zerif-lite-suspended-from-wordpress-theme-directory-300k-users-left-without-updates" target="_blank">removed from WordPress.org</a>, due to violations of guidelines that began to be enforced after the theme was approved. The theme was pulling in tens of thousands of dollars for ThemeIsle, thanks to its frequent spot among the most popular themes on WordPress.org. Ionut Neagu, the company&#8217;s CEO, estimates that Zerif Lite&#8217;s suspension from the directory will diminish the company’s $70K/month revenue by 50%.</p>\n<p>&#8220;There’s a lingering distaste in the review process for freemium upsells,&#8221; Medeiros said. &#8220;Not everyone agrees that folks should have an upsell product here, and that’s unfortunate. As a small business owner, that revenue helps me reinvest into the WordPress community, WordCamps, hire and train people in developing with WordPress. At times the review process, mixed with the emotions of others, feels like a rising tax against the small software business owner, like myself.&#8221;</p>\n<p>When drawing attention to the suspicious active install numbers for the Vertex theme and the flaws in the algorithm, Medeiros drew resistance from Wood, who does not see the directory as a place where businesses should expect a return for their investments.</p>\n<p>&#8220;The theme directory is not an advertisement to peddle your wares,&#8221; Wood <a href="https://twitter.com/Otto42/status/790999917451808768" target="_blank">said</a>. &#8220;It is exactly that sort of thinking [that] makes me want to ban all themes with a &#8216;paid&#8217; version from the directory entirely. The theme directory is not an advertising means. That is not its purpose. If that is your intent, then you are doing it wrong.&#8221;</p>\n<p>Medeiros said he isn&#8217;t interested in reviewing all themes for possible fraud, nor does he expect Otto to do the same. Vertex is just one example among many where the flaws in the algorithm are on public display.</p>\n<p>&#8220;I chose to highlight this issue because I think the repo can be a better choice for users than a for-profit marketplace,&#8221; Medeiros said. &#8220;Either way, I can only hope unearthing this conversation helps affect change for the better.&#8221;</p>\n<div id="epoch-width-sniffer"></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, 26 Oct 2016 20:16:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:42:"HeroPress: I fell. WordPress helped me up.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:55:"http://heropress.com/?post_type=heropress-essays&p=1430";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://heropress.com/essays/fell-wordpress-helped/";s: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:21434:"<img width="960" height="480" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/10/102616-min-1024x512.jpg" class="attachment-large size-large wp-post-image" alt="Pull Quote: A fall nearly took my life, but WordPress helped me find myself." /><p>As I laid there in a heap on that cliffside, my body broken, bloodied and battered, never once did I think, “This is one of the best things to ever happen to me and will lead me down a path of personal and professional fulfillment.” But that’s what happened, and WordPress is among the biggest reasons why.</p>\n<p>Please excuse my lack of mental clarity in that moment, as I had just fallen an estimated 40 to 50 feet down a rocky bluff overlooking the Pacific Ocean in La Jolla, California.</p>\n<p>Needless to say, I was in rough shape.</p>\n<p>It was June 16, 2012, and whether I would have admitted it or not, I was definitely in a transformative period. If there ever were a time to have a life-changing moment, the pickings were ripe.</p>\n<p>That sunny Saturday began with a goal of hiking 15 miles down the coast, taking in the scenery. Mere hours later the goal became survival. In the months that followed, I experienced recovery, renewal and rejuvenation.</p>\n<p>A fall nearly took my life, but WordPress helped me find myself.</p>\n<blockquote class="instagram-media"><div>\n<div>\n<div></div>\n</div>\n<p><a href="https://www.instagram.com/p/Rso_A3AzzP/" target="_blank">A photo posted by Eric Kuznacic (@kuznacic)</a> on Nov 6, 2012 at 10:05am PST</p>\n</div>\n</blockquote>\n<p></p>\n<p><em>My wife Katie and I, the evening before my accident</em></p>\n<h3>A different state of mind</h3>\n<p>My story is different than most HeroPress essays. I did not grow up without, or learning to cope with an illness or disability. I am not a minority, nor do I belong to a marginalized class. I am a white, American male whom many would say lives a charmed life.</p>\n<p>I do not dispute that.</p>\n<p>However, that does not mean I have not faced adversity. My story is one of finding my own way &#8212; through trial and error, fierce independence, hard work, and lots and lots of ups and downs.</p>\n<blockquote><p>I was the kid who never knew what he wanted to be when he grew up.</p></blockquote>\n<p>I realized at an early age that I *could* do whatever I wanted to do; I also learned there was a huge difference between being able to do something and wanting or enjoying to do something.</p>\n<p>I was a pretty good all-around student &#8212; math, science, English and so forth &#8212; and was pushed toward pursuing a career with a big, important title like surgeon or attorney or chemist. I never had an interest in any of that &#8212; I couldn’t see myself going to school for years and years (and taking on even more debt than my four-year degree put me in) just because someone else thought I should.</p>\n<p>Plus, the idea of “corporate America” never really appealed to me. Fighting the rat race every day to get to work in a skyscraper or suburban office complex, toiling away in a cubicle for eight hours, fighting the rat race to get home only to get up and do it all over again the next day. There must be something more.</p>\n<p>I always wanted to be one of those people that woke up every day excited to go to work. I just never knew what that job should be.</p>\n<h3>Growing up in a digital world</h3>\n<p>My parents were elementary-school teachers so we always had access to the school computer (Literally, there was one. This was 1983 in rural Wisconsin!). When I reached high school, we had a shiny new Macintosh at home and it could dial into this thing called “The Internet.”</p>\n<p>I chose to attend <a href="http://www.drake.edu/" target="_blank">Drake University</a> in part because it offered an Internet-connected PowerMac in every dorm room. (I cannot overstate how revolutionary this was in the early and mid 1990s!). I majored in Broadcast Journalism, enjoyed it and went on to work in the news media for a couple years, but it took all of a few weeks on campus to because completely enamored with HTML and early iterations of CSS.</p>\n<p>I cobbled together a simple personal homepage using <a href="https://en.wikipedia.org/wiki/Yahoo!_GeoCities" target="_blank">Geocities</a>, and when I got bored of posting personal tidbits surrounded by animated GIFs, turned to creating subpages for bands I liked. That morphed into creating a site dedicated to the Des Moines music scene. That site became pretty popular, mostly because it was 1998 and very few bands had their own website, much less one that looked professional and was updated regularly.</p>\n<p>I found that web designers were few and far between in those years, and was able to create small sites on the side for various businesses, groups and organizations as a way to make beer money. However the web was still very much like the Wild West and there was not a clear career path at that time for aspiring web designers, other than moving to Silicon Valley. I decided to pass and concentrate on completing my degree.</p>\n<h3>The years pass</h3>\n<p>Fast-forward about 10 years to 2012. I turned 35, and that milestone culminated in me quitting a job that I absolutely despised, not because of the job itself but because of the absolute tyrant of a “boss.”</p>\n<p>I had never walked away from employment in my adult life without knowing my next move. But this time it was necessary.</p>\n<blockquote><p>Every day I had to sit there I became more and more miserable to the point that it was affecting my marriage and mental health.</p></blockquote>\n<p>Luckily I had built a great personal and professional network and various job opportunities soon presented themselves. I began to think hard about finding a career rather than a mere job &#8212; something I could build upon and grow within. It’s what we all dream, but it seems that few achieve. I was determined to beat those odds.</p>\n<p>A close friend had recently left a communications position at a large utility about 40 miles from where I live, in a larger city with ample professional opportunity. I had always resisted looking for employment in that community, only because of the time it would take each day traveling to/from work. But, this was a very good-paying job that had essentially landed in my lap. My friend gave the workplace rave reviews, so everything seemed to be falling into place.</p>\n<p>I went through the whole rigmarole, interviewing several times with different people. Things were going well. It got to the point that on Friday, June 15, 2012, I received a call from the man whom would be my boss, letting me know that the field had been narrowed to me and one other person. He said as much as he was legally able, and reading through the lines, the job was mine. All I had to do was clear one final hurdle upon my return to Wisconsin.</p>\n<p>For the first time in months, I could see the future unfolding and it felt good.</p>\n<p>While my new “career” was not what I had expected to find I was perfectly content in my decisions. As I walked around Huntington Beach, CA that afternoon the cloudy skies gave way to beautiful, warm sunshine. I thought it was a sign that everything was going to be OK. I had no idea what was next.</p>\n<blockquote class="instagram-media"><div>\n<div>\n<div></div>\n</div>\n<p><a href="https://www.instagram.com/p/L-73JpAzyo/" target="_blank">A photo posted by Eric Kuznacic (@kuznacic)</a> on Jun 17, 2012 at 10:28am PDT</p>\n</div>\n</blockquote>\n<p></p>\n<p><em>My hospital bracelet, one of the first things I recall seeing upon waking up from surgery</em></p>\n<h3>The Fall</h3>\n<p>I awoke the morning of June 16, 2012, with the intention of walking along the Pacific Ocean from La Jolla to Ocean Beach, CA. Once there my wife would pick me up after her meetings were over, marking the beginning of a few days of much-needed vacation time before heading home.</p>\n<p>I had spent hours carefully mapping out my route, creating a personal Google Map with all the places I wanted to stop for rest, a bite to eat and so forth, as well as where I could cut down side streets to/from the beach.</p>\n<blockquote><p>I thought I had it all planned out so well.</p></blockquote>\n<p>I set out from our hotel, which sits on a bluff high above the Pacific Ocean and abuts two world-caliber golf courses. Google Earth had shown me a route of how to get across the golf course and to a path that would lead me down to the beach below. All I had to do was hop a fence and I was home-free.</p>\n<p>Once over the fence I made a fateful decision to not follow my planned route, which would have taken me to a set of stairs that led to the beach. Instead I believed I had found a “shortcut” that would take me to the beach much more quickly and directly than my mapped route.</p>\n<p>Little did I know that this was what I later was told the locals refer to as a “false path.” I carefully made my way down the cliff, slipping a few times due to the loose gravel and the fact that I was wearing slip-on shoes &#8212; not the best choice for a steep hike. Undeterred, I continued down this path until I came to a spot where going back up was not an option (due to the cliff giving way), and going down further would definitely mean taking a tumble of some sort.</p>\n<p>My head swirled. What was I to do? Should I call 911? No, that would mean I’d have to admit I made a mistake and, I reckoned with myself, health insurance doesn’t pay for a cliffside rescue if there are no injuries. I tried and tried to climb back up, to no avail, until my clothes were completely drenched with sweat.</p>\n<p>Sensing futility, I sat down to rest. That 10 or so minutes gave me a lot to think about. People always ask me if death was on my mind. I can honestly say that thought never once crossed my mind. I began trying to rationalize one of the few choices I had: To jump to a point where I could safely slide down a ways on my butt, allowing me to continue down the cliff. What’s the worst that can happen, I thought; a broken arm and some scrapes.</p>\n<p>I decided this was my only choice and spent a few minutes pumping myself up. The plan was to launch myself from where I was stuck, trying to reach a rock that stuck out of the cliff, perhaps 6-8 feet away. If I could just grab onto that rock, I could gather myself before letting go in an attempt to let gravity do its thing. I snapped a couple photos of where I was at, just in case no one believed what was shaping up to be quite the story.</p>\n<p>I am not a religious man, but I said a silent prayer and went for it. I jumped as far as I could, getting my hands on the intended target rock, only to feel my fingers slip off. Down I went.</p>\n<blockquote><p>All I remember was smacking my face on the cliffside, then free-falling for what felt like an eternity, followed by a slide even further down.</p></blockquote>\n<p>I never lost consciousness, and when I came to a rest I was somehow able to adjust my body so that I was sitting up straight, faced with the most picturesque Pacific Ocean view imaginable.</p>\n<p>I screamed for help for a minute or two before realizing it was hopeless. I was still fairly high above the beach, it was windy, the waves were crashing against the shore, and there was no one directly below. It quickly became apparent that if I were to survive, it was up to me and only me.</p>\n<p>Upon gathering myself enough to realize the situation and that my injuries were very severe, my first fear was that I was paralyzed. My right leg was crumpled below me in a way that defies explanation and at first I could not feel it. My right shoe had slipped off in the fall, so I grabbed my right heel and found that there was feeling. That calmed me enough to be able to fish my phone out of my left pocket, something I could not have done had it been in my right pocket.</p>\n<p>I called 911 for the first time in my life. People from San Diego later told me that I should not have had reception in that spot, and sure enough when I later checked, the service map was white (no service) where I was. Miraculously the call went through and I spent the next 26 minutes on the phone with the operator. Luckily I knew right where I was and a lifeguard on a Waverunner was able to locate me and signal to others where I was at.</p>\n<a href="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/10/eric-kuznacic-fall-aftermath.jpg"><img class="size-full wp-image-1450" src="http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2016/10/eric-kuznacic-fall-aftermath.jpg" alt="This is how I looked the morning after my accident" width="604" height="453" /></a>This is how I looked the morning after my accident\n<p>My right femur has been broken into three pieces. My right orbital bone was shattered &#8212; much like a windshield after being hit by a rock &#8212; as a result of my face slamming against the rocks. I was bleeding profusely from above my right eye and had serious scrapes and abrasions below the waist from sliding down the cliff after a free fall.</p>\n<p>At this point the adrenaline was pumping pretty good, but once my rescuers arrived I started to go into shock. They gave me a shot to counteract those effects, and I was able to tell them to call my wife to let her know I was OK. I still did not realize the extent of my injuries.</p>\n<blockquote><p>I thought I would be going to the ER and would be released later that day. I was wrong.</p></blockquote>\n<p>I spent the next three-and-a-half days in the hospital, followed by another day in a hotel awaiting our flight home to Wisconsin. Even though I was full of painkillers I was in more pain than I could ever have imagined.</p>\n<h3>The Aftermath</h3>\n<p>If you’ve read this far you might be wondering what this all has to do with WordPress. Needless to say, faced with a long recovery and unable to drive, I didn’t get that job with the utility.</p>\n<p>Once at home I was couch-bound for nearly four months as my leg slowly healed. I’ve never been a huge movie fan and one can only watch so much TV before becoming very bored. I convinced my wife that I needed a new laptop to pass the time.</p>\n<p>Two years earlier I had been introduced to WordPress via a non-profit organization whose board of directors I joined. They needed someone to keep their website up-to-date, and it just so happened they recently had converted it to WordPress. At that time I did not view WordPress as an avenue toward personal and professional freedom and satisfaction, but it certainly was easier than writing code by hand and scored points for being a handy and easy-to-understand tool.</p>\n<p>I have always been a fan and supporter of open-source software, and how digital collaboration has helped shape the Internet and world.</p>\n<blockquote><p>As I lay on that couch and as the summer days passed, I read up on WordPress. The more I read, the more it intrigued me.</p></blockquote>\n<p>I learned there was a thriving WordPress community of like-minded individuals, entrepreneurs and others making a living, and while I may not have known anyone locally, advice and assistance was readily available online.</p>\n<p>I dove in head-first, initially because I needed something to help pass the time during my recovery. As I learned and experimented, I came to view WordPress and website development as something that I could once again do to earn a little bit of money and help pay the bills.</p>\n<p>I had a pretty good local network due to my community volunteerism, and soon found a mid-size nonprofit organization who needed help maintaining its current website. That site was built upon some sort of proprietary CMS that did not work anywhere near as well as WordPress. After a few months, talk turned to building a new site and I strongly advocated for WordPress.</p>\n<p>It worked, and the rest, as they say, is history. I am not saying that the journey was an easy one; developing that first site was filled with missteps, mistakes and things I had to re-do several times.</p>\n<blockquote><p>But I was learning, I was independent, and I was making the best out of sitting on the couch 90 percent of the time.</p></blockquote>\n<p>That first project turned out well enough to impress the organization, and led them to suggest my services to others. Soon I had a handful of clients who turned to me because they had heard of this tool called WordPress but needed an “expert” to guide them. This led me to believe that this was a sustainable business, and perhaps could be the career that I had sought for so long.</p>\n<blockquote class="instagram-media"><div>\n<div>\n<div></div>\n</div>\n<p> <a href="https://www.instagram.com/p/ic0Qexgz91/" target="_blank">Always good to be in #oceanbeach #sandiego</a></p>\n<p>A photo posted by Eric Kuznacic (@kuznacic) on Dec 27, 2013 at 7:29pm PST</p>\n</div>\n</blockquote>\n<p></p>\n<p><em>How I feel every day when I wake up and realize I am my own boss</em></p>\n<h3>What WordPress means to me</h3>\n<p>I love everything about WordPress, but also realize that I am nowhere close to mastering this wonderful tool. I think that is what drives me to get up every morning &#8212; the chance to learn something new, to solve a problem, to seek out solutions, to expand my skill set for future projects. And, most importantly, WordPress provides me a vehicle through which I am able to set my own course, be my own boss, and build things my own way.</p>\n<p>I love the WordPress community and all those whom I have met or interacted. You are some very, very smart people! I relish the chance to extend my interest in volunteerism to the WordPress community, giving back to those who are just learning. I have attended WordCamps near and far, and in January 2016 founded a <a href="https://www.meetup.com/Janesville-Area-WordPress-Users" target="_blank">local WordPress Meetup group</a> in the city where I live. I also spent three semesters teaching &#8220;WordPress 101&#8221; at the local technical college. These experiences, all because of WordPress, introduced me to others locally who share my love of WordPress.</p>\n<p>I officially launched <a href="https://www.wtftechsolutions.com" target="_blank">Why The Fuss? Technical Solutions</a>, my one-man design and development shop, on June 1, 2013, just two weeks shy of the one-year anniversary of my accident. I have been asked why I did not wait until June 16 to launch as a symbolic date. I have never before really told anyone why.</p>\n<p>The doctors told me it would be a full 12 months before I was fully back up on my feet. I viewed launching my business as a way to prove to myself that while time frame was accurate, on June 16, 2013 I wanted to be able to look back at what the previous year had laid bare for me with a positive outlook toward the future.</p>\n<blockquote><p>I am well aware of the fact that I do not know everything there is to know, about WordPress or life in general. But this excites me and drives me to do more.</p></blockquote>\n<p>In the past this type of situation would have driven me crazy, as I did not have such a heavy investment in whatever I was doing; it was just a job.</p>\n<p>WordPress has helped me find a career, one I never would have found if not for a series of unfortunate events and fateful decisions. I look forward to continuing this journey of personal and professional fulfillment.</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: I fell. WordPress helped me up." class="rtsocial-twitter-button" href="https://twitter.com/share?text=I%20fell.%20WordPress%20helped%20me%20up.&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffell-wordpress-helped%2F" rel="nofollow" target="_blank"></a></div></div><div class="rtsocial-fb-horizontal fb-light"><div class="rtsocial-fb-horizontal-button"><a title="Like: I fell. WordPress helped me up." class="rtsocial-fb-button rtsocial-fb-like-light" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffell-wordpress-helped%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%2Ffell-wordpress-helped%2F&title=I+fell.+WordPress+helped+me+up." rel="nofollow" target="_blank" title="Share: I fell. WordPress helped me up."></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/fell-wordpress-helped/&media=https://heropress.com/wp-content/uploads/2016/10/102616-min-150x150.jpg&description=I fell. WordPress helped me up." rel="nofollow" target="_blank" title="Pin: I fell. WordPress helped me up."></a></div></div><a rel="nofollow" class="perma-link" href="https://heropress.com/essays/fell-wordpress-helped/" title="I fell. WordPress helped me up."></a></div><p>The post <a rel="nofollow" href="https://heropress.com/essays/fell-wordpress-helped/">I fell. WordPress helped me up.</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, 26 Oct 2016 12:00:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Eric Kuznacic";s: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:82:"WPTavern: Weglot Multilingual WordPress Plugin Passes €10,000 in Monthly Revenue";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63048";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:90:"https://wptavern.com/weglot-multilingual-wordpress-plugin-passes-e10000-in-monthly-revenue";s: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:6542:"<p><a href="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/10/weglot.jpg?ssl=1"><img src="https://i1.wp.com/wptavern.com/wp-content/uploads/2016/10/weglot.jpg?resize=781%2C350&ssl=1" alt="weglot" class="aligncenter size-full wp-image-63101" /></a></p>\n<p>Augustin Prot and Rémy Berda, co-founders the <a href="https://wordpress.org/plugins/weglot/" target="_blank">Weglot</a> multilingual plugin for WordPress, started their operation in a small apartment in September 2015. Weglot was originally a simple JavaScript project that offered a language switcher so that users could view websites in different languages. After testers started asking for a solution that could be used with WordPress without causing SEO problems, Weglot co-founders scrapped the JavaScript idea and put all their energies towards creating a WordPress plugin that would follow best practices.</p>\n<p>Berda, the engineer who built the plugin, said he developed it from a &#8220;non-WordPress&#8221; point of view and the team was excited when they started getting one person a day downloading the plugin. They jumped into the WordPress market sight unseen, with no contacts and very little understanding of the community.</p>\n<p>In February 2016, after finishing out the previous month with 291€ in revenue, Weglot co-founders officially launched their <a href="https://weglot.com/pricingwp" target="_blank">SaaS-based commercial offerings</a> to extend the capabilities of the free WordPress.org plugin. They brought the plugin out of beta and decided to sponsor and attend WordCamp Paris to connect with the community.</p>\n<p>&#8220;WordPress was just a name that we had heard of but didn’t know anything about it,&#8221; Berda said. &#8220;Sponsoring the WordCamp was without a doubt what really launched us. Within two days, we had met and exchanged with many people from the WordPress community. After the WordCamp, we started to get more and more users.&#8221;</p>\n<p>I asked Berda what surprised him about WordPress and its commercial ecosystem as someone who was brand new to the community in 2015. He said they knew coming into it that many websites were built on the software but couldn&#8217;t imagine the size or the strength of the community.</p>\n<p>&#8220;We didn&#8217;t imagine that WordPress was so &#8216;community&#8217; based,&#8221; Berda said. &#8220;Events, meetups, WordCamps (in so many cities), blogs, and even a French Slack group.&#8221;</p>\n<p>Berda said he and his co-founder were also surprised by how infrequently the SaaS model is used in the WordPress ecosystem.</p>\n<p>&#8220;People were reluctant to use a SaaS approach at first &#8211; they prefer to buy a piece a software even if it means no support,&#8221; Berda said. &#8220;It was surprising to us because outside WordPress, SaaS has surpassed the &#8216;software&#8217; approach for many reasons. The good thing we&#8217;ve seen is that it changed rapidly between the end of last year and today. It seems the SaaS approach we have is no longer a problem for our users as they understand the value.&#8221;</p>\n<p>In July 2016, Weglot passed €3,500 in monthly revenue, which enabled the team to rent a small office where they could be fully dedicated to the project. Prot and Berda have added a customer support specialist and Weglot&#8217;s monthly recurring revenue is on a steady uphill climb. Last week the plugin <a href="http://blog.weglot.com/0-7000euromonthly-beginning-journey/" target="_blank">passed 5,000 active installs</a> and Berda said they passed 10,000€ per month in actual revenue (7,000€/month in recurring revenue).</p>\n<p>Weglot now has paying customers in 75 countries and Berda gave us a break down of their top seven in terms of MRR (Monthly Recurring revenue):</p>\n<ul>\n<li>France : 20%</li>\n<li>USA : 13%</li>\n<li>UK : 6.4%</li>\n<li>Spain : 6.3%</li>\n<li>Germany : 4.4%</li>\n<li>Canada : 3.5%</li>\n<li>Italy : 3.4%</li>\n</ul>\n<p>As Weglot&#8217;s founders are French, it isn&#8217;t surprising the product has taken off in France. Over the past few years <a href="https://wptavern.com/wordcamp-paris-2014-uniting-the-french-wordpress-community" target="_blank">the French WordPress community has become more united and connected</a> with WordPress-related events expanding into other cities beyond Paris. The challenges of multilingual publishing is an important topic at these events and other WordCamps around Europe, and Weglot seems to be solving some of these problems for users.</p>\n<p>Compared to more established competitors in the multilingual plugin space, like <a href="https://wordpress.org/plugins/polylang/" target="_blank">Polylang</a> (with 200,000+ active installs) and the 100% commercial <a href="https://wpml.org/" target="_blank">WPML</a> plugin, which boasts a 40-person team, Weglot is still considered a small player. Berda said they hope to distinguish the plugin from its competitors by providing a quicker, simpler setup, a clean approach for SEO, and broader compatibility with WordPress&#8217; ecosystem of themes and plugins.</p>\n<p>&#8220;Weglot has a technical approach that is really different from other plugins,&#8221; Berda said. &#8220;For translated pages, Weglot lets WordPress build the webpage normally and hooks at the end of the code to translate the content. By doing so, Weglot works on a HTML page, making its content source-agnostic and thus solving many compatibility problems.&#8221;</p>\n<p>The plugin also uses rewrite rules to create different URLs for each language offered on the site. For example, <strong>mywebsite.com/contact</strong> returns a page in English, <strong>mywebsite.com/fr/contact</strong> displays the French version, and <strong>mywebsite.com/es/contact</strong> returns the page in Spanish.</p>\n<p>&#8220;This approach combined with adding tags &#8216;alternate&#8217; hreflang in the page, means that Weglot meets <a href="https://support.google.com/webmasters/answer/182192?hl=en" target="_blank">SEO best practices recommended by Google</a>,&#8221; Berda said.</p>\n<p>Apart from finding the right technical approach, Berda said one of the biggest challenges has been maintaining a high level of support. His team has committed to supporting both free and paying customers through forums and live chat. Over the next six months Weglot is aiming to grow its revenue to €20,000/ month, expand its support team, and establish its SaaS approach as a viable business model in the WordPress multilingual plugin space.</p>\n<div id="epoch-width-sniffer"></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:"Tue, 25 Oct 2016 19:56:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:106:"WPTavern: WordPress and Web Development Communities Get Together to Help Non-Profits at Website Weekend LA";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63108";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:117:"https://wptavern.com/wordpress-and-web-development-communities-get-together-to-help-non-profits-at-website-weekend-la";s: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:3114:"<p>This past weekend, people from the web development and WordPress communities <a href="https://wptavern.com/wordpress-to-take-center-stage-during-website-weekend-los-angeles-oct-22-23">gathered in Los Angeles</a> to attend <a href="http://websiteweekend.la/">Website Weekend LA</a>. Organized by Alex Vasquez and Natalie MacLees, in association with the Los Angeles chapter of <a href="https://www.girldevelopit.com/">Girl Develop It</a>, attendees helped non-profit organizations with their sites.</p>\n<blockquote class="twitter-tweet"><p lang="en" dir="ltr">.<a href="https://twitter.com/alexjvasquez">@alexjvasquez</a> and <a href="https://twitter.com/nataliemac">@nataliemac</a> wrapping up a great weekend of talented web folk donating their time to help non-profits. <a href="https://twitter.com/hashtag/gdiwwla?src=hash">#gdiwwla</a> <a href="https://twitter.com/hashtag/connect16?src=hash">#connect16</a> <a href="https://t.co/GhQhFq07by">pic.twitter.com/GhQhFq07by</a></p>\n<p>&mdash; Rachel Carden (@bamadesigner) <a href="https://twitter.com/bamadesigner/status/790362187076214784">October 24, 2016</a></p></blockquote>\n<p></p>\n<p>Roy Sivan, Senior WordPress Developers at Disney, attended the event and <a href="https://www.thewpcrowd.com/wordpress/website-weekend-la-recap/">published a recap</a> on The WP Crowd website. According to Sivan, each organization was assigned a lead developer, 2-3 junior developers, a project manager, and a user experience designer. Sivan&#8217;s team worked on <a href="http://thero.org/">Thero.org</a>, a non-profit in San Diego, CA, that provides mental health resources.</p>\n<p>Sivan&#8217;s team revamped the site&#8217;s search functionality making it similar to <a href="http://www.zillow.com/">Zillow</a>. When visitors search the site, they are taken to a map page that has markers displaying the facility&#8217;s location. The markers also link to their profile on the site. The team also performed optimizations to speed up the site and reworked the donation page to improve its flow.</p>\n<p>Although the event was geared towards non-profits, Sivan says the teams benefited by sharing knowledge with each other, &#8220;I talked to many lead developers through the weekend, and some non-lead,&#8221; Sivan said.</p>\n<p>&#8220;While the non-profits were the main focus for the weekend, we were clearly all there to help them, many developers got a good tutorial or two in advanced coding especially on a team. Ryan on our team helped Kelly setup DesktopServer, and we both taught them how to use GIT for versioning, SASS and finally gulp for processing.</p>\n<p>&#8220;I even got a chance to bestow some AngularJS knowledge since the map and search results sidebar on the map were an AngularJS application powered by custom routes and endpoints of the WordPress REST API.&#8221;</p>\n<p>Sivan says he was astonished by the amount of people in the community that came together to volunteer their time and skills to help non-profit organizations and that he&#8217;s looking forward to attending the event again next year.</p>\n<div id="epoch-width-sniffer"></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:"Tue, 25 Oct 2016 18:58:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:25:"Matt: Common at Tiny Desk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=46868";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"https://ma.tt/2016/10/common-at-tiny-desk/";s: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:443:"<p></p>\n<p>This <a href="http://www.npr.org/series/tiny-desk-concerts/">Tiny Desk concert</a> at the <a href="http://www.npr.org/2016/10/03/496433228/common-tiny-desk-concert-at-the-white-house">White House with Common</a> and some of my favorite musicians <a href="http://www.robertglasper.com/">Robert Glasper</a>, <a href="http://music.derrickhodge.com/">Derrick Hodge</a>, and <a href="http://bilalmusic.com/">Bilal</a> was incredible.</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, 25 Oct 2016 14:28:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:81:"WPTavern: WordPress 4.7 to Introduce User-Specific Language Setting for the Admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=63054";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"https://wptavern.com/wordpress-4-7-to-introduce-user-specific-language-setting-for-the-admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1948:"<p>WordPress 4.7 will allow users to <a href="https://core.trac.wordpress.org/changeset/38705" target="_blank">select a language to use in the admin</a>. Prior to this change, using a different language for the admin required installing the necessary translations and editing the <em>wp-config.php</em> file or using a plugin.</p>\n<p>A user-specific language setting makes it possible to run a WordPress site in one language on the front end and administrate it in another without all of the previous hassle. For example, if a German newspaper site has contributors from all around the world, WordPress 4.7 makes it possible for each contributor to use the admin in his or her native language. The setting is available as a language dropdown on the user profile edit screen at <strong>wp-admin/profile.php</strong>.</p>\n<p><a href="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/10/admin-language-setting.png?ssl=1"><img src="https://i0.wp.com/wptavern.com/wp-content/uploads/2016/10/admin-language-setting.png?resize=1025%2C325&ssl=1" alt="admin-language-setting" class="aligncenter size-full wp-image-63059" /></a></p>\n<p>During my first test of the new feature I thought it was broken, but it turns out the setting is not visible if the site language is set to the default en_US. Change the site language under Settings to something else and WordPress will then show available translations in the user profile language dropdown.</p>\n<p>The user-specific language setting comes as a result of work on a two-year-old <a href="https://core.trac.wordpress.org/ticket/29783" target="_blank">ticket</a> and contributors&#8217; discussions at several European WordCamps during the past few years. It introduces a new <code>get_user_locale()</code> function that plugin developers will want to be aware of, especially those who have built other solutions that allow users to set a language for the admin.</p>\n<div id="epoch-width-sniffer"></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, 24 Oct 2016 21:22: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: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:103:"WPTavern: LinkedIn Learning Is Offering Free Access This Week to Its Library of More Than 5,000 Courses";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=63072";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:113:"https://wptavern.com/linkedin-learning-is-offering-free-access-this-week-to-its-library-of-more-than-5000-courses";s: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:2104:"<p><a href="https://www.lynda.com/">Lynda.com</a>, a site that offers <a href="https://www.lynda.com/subject/all">thousands of online training courses</a> is giving everyone an opportunity to access any course they want for free. Dubbed the &#8220;<a href="https://learning.linkedin.com/week-of-learning">Week of Learning</a>&#8220;, starting today and ending on October 30th, visitors can take any course they want without any strings attached. The only thing that&#8217;s required is a LinkedIn account which is used to login to <a href="https://www.linkedin.com/learning/?trk=lilblog_src.li-other_c.WOL-announcement-10-21-16_brandspark_learning&cid=70132000001AyziAAC">LinkedIn Learning</a>.</p>\n<p>Morten Rand-Hendriksen, an instructor for a <a href="https://www.linkedin.com/learning/instructors/725535">number of courses</a> on Lynda.com, is excited about the event, &#8220;It gives everyone a chance to check out all the amazing content available on LinkedIn Learning and further their personal skills and professional careers,&#8221; Hendriksen said.</p>\n<p>To help newcomers decide which courses to take, Jillian Senechalle has compiled a list of the <a href="https://learning.linkedin.com/blog/whats-new/starting-this-monday--a-100--free-week-of-learning--for-the-firs">10 most viewed courses</a> this year. Some of them include, <a href="https://www.linkedin.com/learning/excel-2013-essential-training?trk=lilblog_src.li-other_c.WOL-announcement-10-21-16_brandspark_learning&cid=70132000001AyziAAC">Excel 2013 Essential Training</a>, <a href="https://www.linkedin.com/learning/communication-fundamentals?trk=lilblog_src.li-other_c.WOL-announcement-10-21-16_brandspark_learning&cid=70132000001AyziAAC">Communication Fundamentals</a>, and <a href="https://www.linkedin.com/learning/javascript-essential-training?trk=lilblog_src.li-other_c.WOL-announcement-10-21-16_brandspark_learning&cid=70132000001AyziAAC">JavaScript Essential Training</a>. If you&#8217;ve ever wanted to take a course on Lynda.com but didn&#8217;t have the funds, now is your chance.</p>\n<div id="epoch-width-sniffer"></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, 24 Oct 2016 21:18:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"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: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:68:"WPTavern: Automattic Releases Free WordPress Stickers App for iOS 10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"https://wptavern.com/?p=62709";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/automattic-releases-free-wordpress-stickers-app-for-ios-10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2713:"<p><a href="http://www.apple.com/ios/ios-10/" target="_blank">iOS 10</a> was released last month with support for stickers in the the iMessage apps for iPhone and iPad. If you want to add a little WordPress flavor to your mobile communications, check out the new free <a href="https://itunes.apple.com/us/app/wordpress-world-stickers/id1139958755" target="_blank">WordPress World</a> iMessage sticker app from Automattic. The app includes some of the company&#8217;s mascots and logos, such as WooCommerce and Jetpack, as well as a collection of &#8220;sticker-ized&#8221; <a href="http://jawordpressorg.github.io/wapuu/" target="_blank">wapuus from the community</a>.</p>\n<a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/10/stickers-screens.png?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/10/stickers-screens.png?resize=1025%2C910&ssl=1" alt="image credit: WordPress.com" class="size-full wp-image-63040" /></a>image credit: <a href="https://en.blog.wordpress.com/2016/10/14/express-yourself-with-new-wordpress-stickers-for-ios-and-imessage/">WordPress.com</a>\n<p>The sticker set is also being ported for use with Telegram, which has supported an <a href="https://telegram.org/blog/stickers-revolution" target="_blank">open sticker platform</a> since May 2015. <a href="https://twitter.com/astralbodies" target="_blank">Aaron Douglas</a>, an iOS mobile developer at Automattic, has added the stickers from the iOS app into a <a href="https://telegram.me/addstickers/WPWorld" target="_blank">WordPress World sticker pack for Telegram</a>.</p>\n<p><a href="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/10/stickers-telegram.png?ssl=1"><img src="https://i2.wp.com/wptavern.com/wp-content/uploads/2016/10/stickers-telegram.png?resize=1025%2C1395&ssl=1" alt="stickers-telegram" class="aligncenter size-full wp-image-63074" /></a></p>\n<p>&#8220;The process of porting is manual but doesn&#8217;t take a terrible amount of time,&#8221; Douglas said. &#8220;The only weird thing is Telegram associates an emoji with every sticker so finding an appropriate emoji for a particular sticker is tricky. Some people on Telegram just pick random emoji and they don&#8217;t care about the equivalence.&#8221;</p>\n<p>The Telegram sticker collection matches those in the iMessage sticker app after an update Douglas pushed this morning. Just a handful of the planned stickers are currently available, but users will automatically receive the new ones as the iOS app and Telegram pack are updated. Douglas said Automattic is planning to add more Wapuu created for the WordCamps and is looking into commissioning a few new ones for the app.</p>\n<div id="epoch-width-sniffer"></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, 24 Oct 2016 17:58:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:57:"Post Status: WordPress REST API in Core — Draft podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"https://poststatus.com/?p=30103";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"https://poststatus.com/wordpress-rest-api-core-draft-podcast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1885:"<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 Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>In this episode, Joe and Brian talk about the WordPress REST API and the core approval process</span></p>\n<a href="https://audio.simplecast.com/50492.mp3">https://audio.simplecast.com/50492.mp3</a>\n<p><a href="http://audio.simplecast.com/50492.mp3">Direct Download</a></p>\n<h3>Topics</h3>\n<ul>\n<li>The API&#8217;s journey</li>\n<li>How Core projects work</li>\n<li>What to know about the API know that it&#8217;s in trunk</li>\n<li>What that means for the future of the API</li>\n</ul>\n<h3>Links</h3>\n<ul>\n<li><a href="https://apisyouwonthate.com/">Build APIs you won&#8217;t hate</a></li>\n<li><a href="http://wp-api.org/index-deprecated.html">Legacy v1 API</a></li>\n<li><a href="https://getmoxied.net/lean/">LEAN</a></li>\n<li><a href="http://99percentinvisible.org/episode/mcmansion-hell-devil-details/">McMansion Hell: The devil is in the details</a></li>\n</ul>\n<h3>Sponsor: OptinMonster</h3>\n<p><span><a href="http://optinmonster.com/the-new-google-mobile-friendly-rules-for-popups/">OptinMonster</a> allows you to convert visitors into subscribers. You can easily create &amp; A/B test beautiful lead capture forms without a developer. Check out <a href="http://optinmonster.com/">OptinMonster</a> today!</span></p>\n<p>&nbsp;</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, 24 Oct 2016 13:39: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:14:"Katie Richards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:18:"Matt: Taking Sides";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=46861";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:35:"https://ma.tt/2016/10/taking-sides/";s: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:858:"<p>From <a href="https://www.nobelprize.org/nobel_prizes/peace/laureates/1986/wiesel-acceptance_en.html">Elie Wiesel&#8217;s Nobel Peace Price acceptance speech in 1986</a>:</p>\n<blockquote><p>And then I explained to him how naive we were, that the world did know and remain silent. And that is why I swore never to be silent whenever and wherever human beings endure suffering and humiliation. We must always take sides. Neutrality helps the oppressor, never the victim. Silence encourages the tormentor, never the tormented. Sometimes we must interfere. When human lives are endangered, when human dignity is in jeopardy, national borders and sensitivities become irrelevant. Wherever men or women are persecuted because of their race, religion, or political views, that place must – at that moment – become the center of the universe.</p></blockquote>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 22 Oct 2016 17:32:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:"";}}}}}}}}}}}}}}}}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, 15 Nov 2016 20:40:23 GMT";s:12:"content-type";s:8:"text/xml";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Tue, 15 Nov 2016 20:30:20 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 250";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130911090210";}', 'no');
INSERT INTO `kn_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(124, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1479285625', 'no'),
(125, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1479242425', 'no'),
(126, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1479285626', 'no'),
(127, '_transient_feed_b9388c83948825c1edaef0d856b7b109', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";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:117:"\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:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"WordPress Plugins » View: Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"https://wordpress.org/plugins/browse/popular/";s: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:34:"WordPress Plugins » View: Popular";s: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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Nov 2016 20:30: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:30:{i:0;a:6:{s:4:"data";s:30:"\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:14:"WP Super Cache";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/plugins/wp-super-cache/#post-2572";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 2007 11:40:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2572@http://wordpress.org/plugins/";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:73:"A very fast caching engine for WordPress that produces static html files.";s: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:"Donncha O Caoimh";s: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:30:"\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:11:"WP-PageNavi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/plugins/wp-pagenavi/#post-363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 09 Mar 2007 23:17: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"363@http://wordpress.org/plugins/";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:49:"Adds a more advanced paging navigation interface.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Lester Chan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \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:7:"Akismet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"https://wordpress.org/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 09 Mar 2007 22:11: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"15@http://wordpress.org/plugins/";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:98:"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.";s: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:3;a:6:{s:4:"data";s:30:"\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:19:"Google XML Sitemaps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"132@http://wordpress.org/plugins/";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:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Arne Brachhold";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\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:26:"Page Builder by SiteOrigin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/plugins/siteorigin-panels/#post-51888";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Apr 2013 10:36:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"51888@http://wordpress.org/plugins/";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:111:"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Greg Priday";s: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:30:"\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:19:"All in One SEO Pack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"753@http://wordpress.org/plugins/";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:150:"One of the most downloaded plugins for WordPress (over 30 million downloads since 2007). Use All in One SEO Pack to automatically optimize your site f";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\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:11:"WooCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/plugins/woocommerce/#post-29860";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 08:13:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"29860@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:97:"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"WooThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\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:24:"Jetpack by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://wordpress.org/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"23862@http://wordpress.org/plugins/";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:107:"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Automattic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\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:14:"W3 Total Cache";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/plugins/w3-total-cache/#post-12073";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jul 2009 18:46: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"12073@http://wordpress.org/plugins/";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:144:"Search Engine (SEO) &#38; Performance Optimization (WPO) via caching. Integrated caching: CDN, Minify, Page, Object, Fragment, Database 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Frederick Townes";s: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:30:"\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:16:"TinyMCE Advanced";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://wordpress.org/plugins/tinymce-advanced/#post-2082";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jun 2007 15:00:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"2082@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:58:"Extends and enhances TinyMCE, the WordPress Visual Editor.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Andrew Ozz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\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:9:"Yoast SEO";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wordpress.org/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"8321@http://wordpress.org/plugins/";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:114:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\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:21:"Really Simple CAPTCHA";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://wordpress.org/plugins/really-simple-captcha/#post-9542";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 Mar 2009 02:17:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"9542@http://wordpress.org/plugins/";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:138:"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\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:22:"Advanced Custom Fields";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/plugins/advanced-custom-fields/#post-25254";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 17 Mar 2011 04:07: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"25254@http://wordpress.org/plugins/";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:68:"Customise WordPress with powerful, professional and intuitive fields";s: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:"elliotcondon";s: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:30:"\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:18:"Wordfence 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:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/plugins/wordfence/#post-29832";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 04 Sep 2011 03:13: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"29832@http://wordpress.org/plugins/";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:149:"Secure your website with the most comprehensive WordPress security plugin. Firewall, malware scan, blocking, live traffic, login security &#38; more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Wordfence";s: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:30:"\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:21:"Regenerate Thumbnails";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 23 Aug 2008 14:38:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"6743@http://wordpress.org/plugins/";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:76:"Allows you to regenerate your thumbnails after changing the thumbnail sizes.";s: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:25:"Alex Mills (Viper007Bond)";s: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:30:"\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:11:"Hello Dolly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://wordpress.org/plugins/hello-dolly/#post-5790";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 May 2008 22:11: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"5790@http://wordpress.org/plugins/";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:150:"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.";s: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:16;a:6:{s:4:"data";s:30:"\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:15:"NextGEN Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"1169@http://wordpress.org/plugins/";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:121:"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 15 million downloads.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s: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:30:"\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:18:"WordPress Importer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"18101@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:30:"\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:14:"Duplicate Post";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/plugins/duplicate-post/#post-2646";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 2007 17:40:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2646@http://wordpress.org/plugins/";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:22:"Clone posts and pages.";s: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:"Lopo";s: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:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Google Analytics by MonsterInsights";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2007 12:15: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2316@http://wordpress.org/plugins/";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:113:"Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Syed Balkhi";s: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:30:"\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:14:"Contact Form 7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"2141@http://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:30:"\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:"Clef Two-Factor Authentication";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wordpress.org/plugins/wpclef/#post-47509";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Dec 2012 01:25: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"47509@http://wordpress.org/plugins/";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:139:"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login experience.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Dave Ross";s: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:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"UpdraftPlus WordPress Backup Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/plugins/updraftplus/#post-38058";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 May 2012 15:14: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"38058@http://wordpress.org/plugins/";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:148:"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"David Anderson";s: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:30:"\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:16:"Disable Comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wordpress.org/plugins/disable-comments/#post-26907";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 27 May 2011 04:42:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"26907@http://wordpress.org/plugins/";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:134:"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Samir Shah";s: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:30:"\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:33:"Google Analytics Dashboard for WP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 10 Mar 2013 17:07: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"50539@http://wordpress.org/plugins/";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:127:"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Alin Marcu";s: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:30:"\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:18:"WP Multibyte Patch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/plugins/wp-multibyte-patch/#post-28395";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 14 Jul 2011 12:22:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"28395@http://wordpress.org/plugins/";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:71:"Multibyte functionality enhancement for the WordPress Japanese package.";s: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:"plugin-master";s: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:30:"\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:"Black Studio TinyMCE Widget";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Nov 2011 15:06:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"31973@http://wordpress.org/plugins/";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:39:"The visual editor widget for Wordpress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Marco Chiesi";s: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:30:"\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:10:"Duplicator";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://wordpress.org/plugins/duplicator/#post-26607";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 May 2011 12:15:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"26607@http://wordpress.org/plugins/";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:88:"Duplicate, clone, backup, move and transfer an entire site from one location to another.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Cory Lamle";s: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:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"iThemes Security (formerly Better WP 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:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/plugins/better-wp-security/#post-21738";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Oct 2010 22:06: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"21738@http://wordpress.org/plugins/";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:146:"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"iThemes";s: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:30:"\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:11:"Meta Slider";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/plugins/ml-slider/#post-49521";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 14 Feb 2013 16:56: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"49521@http://wordpress.org/plugins/";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:131:"Easy to use WordPress Slider plugin. Create responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Matcha Labs";s: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:46:"https://wordpress.org/plugins/rss/view/popular";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: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, 15 Nov 2016 20:40:25 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"vary";s:15:"Accept-Encoding";s:25:"strict-transport-security";s:11:"max-age=360";s:13:"last-modified";s:29:"Mon, 05 Nov 2007 11:40:04 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 250";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130911090210";}', 'no'),
(128, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1479285626', 'no'),
(129, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1479242426', 'no'),
(130, '_transient_timeout_dash_c05853b002c443ec8e57ff884f56cdde', '1479285626', 'no'),
(131, '_transient_dash_c05853b002c443ec8e57ff884f56cdde', '<div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'https://es.wordpress.org/2016/11/11/wordpress-4-7-beta-3/\'>WordPress 4.7 beta 3</a> <span class="rss-date">11 noviembre, 2016</span><div class="rssSummary">¡Ya está disponible la beta 3 de WordPress 4.7! Este software está aún en fase de desarrollo, así que no te recomendamos que lo ejecutes en sitios en producción. Plantéate crear un sitio de pruebas para probar la nueva versión. Para probar WordPress 4.7 puedes usar el plugin WordPress Beta Tester  (querrás probar las versiones “bleeding edge nightlies”). O [&hellip;]</div></li></ul></div><div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-4-7-improves-accessibility-by-removing-alternative-text-fallbacks\'>WPTavern: WordPress 4.7 Improves Accessibility by Removing Alternative Text Fallbacks</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wedding-bride-a-free-one-page-wordpress-wedding-theme\'>WPTavern: Wedding Bride: A Free One-Page WordPress Wedding Theme</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wp-ecommerce-3-11-4-patches-sql-injection-vulnerability\'>WPTavern: WP eCommerce 3.11.4 Patches SQL Injection Vulnerability</a></li></ul></div><div class="rss-widget"><ul><li class="dashboard-news-plugin"><span>Plugin popular:</span> Clef Two-Factor Authentication&nbsp;<a href="plugin-install.php?tab=plugin-information&amp;plugin=wpclef&amp;_wpnonce=d6ec303dd3&amp;TB_iframe=true&amp;width=600&amp;height=800" class="thickbox open-plugin-details-modal" aria-label="Instalar Clef Two-Factor Authentication">(Instalar)</a></li></ul></div>', 'no'),
(135, 'theme_mods_twentysixteen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1479242450;s:4:"data";a:2:{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";}}}}', 'yes'),
(136, 'current_theme', 'Kovinocnoc.com', 'yes'),
(137, 'theme_mods_kovinocnoc', 'a:1:{i:0;b:0;}', 'yes'),
(138, 'theme_switched', '', 'yes');
-- --------------------------------------------------------
--
-- Table structure for table `kn_postmeta`
--
CREATE TABLE `kn_postmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `kn_postmeta`
--
INSERT INTO `kn_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default');
-- --------------------------------------------------------
--
-- Table structure for table `kn_posts`
--
CREATE TABLE `kn_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_520_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `kn_posts`
--
INSERT INTO `kn_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, '2016-11-15 20:40:02', '2016-11-15 20:40:02', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a escribir!', '¡Hola mundo!', '', 'publish', 'open', 'open', '', 'hola-mundo', '', '', '2016-11-15 20:40:02', '2016-11-15 20:40:02', '', 0, 'http://localhost/knn/?p=1', 0, 'post', '', 1),
(2, 1, '2016-11-15 20:40:02', '2016-11-15 20:40:02', 'Esto es una página de ejemplo. Es diferente a una entrada porque permanece fija en un lugar y se mostrará en la navegación de tu sitio (en la mayoría de los temas). La mayoría de la gente empieza con una página de Acerca de, que les presenta a los potenciales visitantes del sitio. Podría ser algo como esto:\n\n<blockquote>¡Hola! Soy mensajero por el día, aspirante a actor por la noche, y este es mi blog. Vivo en Madrid, tengo un perrazo llamado Duque y me gustan las piñas coladas (y que me pille un chaparrón)</blockquote>\n\n...o algo así:\n\n<blockquote>La empresa XYZ se fundó en 1971 y ha estado ofreciendo "cosas" de calidad al público desde entonces. Situada en Madrid, XYZ emplea a más de 2.000 personas y hace todo tipo de cosas sorprendentes para la comunidad de Madrid.</blockquote>\n\nSi eres nuevo en WordPress deberías ir a <a href="http://localhost/knn/wp-admin/">tu escritorio</a> para borrar esta página y crear páginas nuevas con tu propio contenido. ¡Pásalo bien!', 'Página de ejemplo', '', 'publish', 'closed', 'open', '', 'pagina-ejemplo', '', '', '2016-11-15 20:40:02', '2016-11-15 20:40:02', '', 0, 'http://localhost/knn/?page_id=2', 0, 'page', '', 0),
(3, 1, '2016-11-15 20:40:15', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2016-11-15 20:40:15', '0000-00-00 00:00:00', '', 0, 'http://localhost/knn/?p=3', 0, 'post', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `kn_termmeta`
--
CREATE TABLE `kn_termmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
-- --------------------------------------------------------
--
-- Table structure for table `kn_terms`
--
CREATE TABLE `kn_terms` (
`term_id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `kn_terms`
--
INSERT INTO `kn_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sin categoría', 'sin-categoria', 0);
-- --------------------------------------------------------
--
-- Table structure for table `kn_term_relationships`
--
CREATE TABLE `kn_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_520_ci;
--
-- Dumping data for table `kn_term_relationships`
--
INSERT INTO `kn_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0);
-- --------------------------------------------------------
--
-- Table structure for table `kn_term_taxonomy`
--
CREATE TABLE `kn_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_520_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `kn_term_taxonomy`
--
INSERT INTO `kn_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1);
-- --------------------------------------------------------
--
-- Table structure for table `kn_usermeta`
--
CREATE TABLE `kn_usermeta` (
`umeta_id` bigint(20) UNSIGNED NOT NULL,
`user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `kn_usermeta`
--
INSERT INTO `kn_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'kovinocnoc'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'kn_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(11, 1, 'kn_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', ''),
(13, 1, 'show_welcome_panel', '0'),
(14, 1, 'session_tokens', 'a:2:{s:64:"6fd7475abc1f8a26dbe7f531db9d0841c19304925c01927884f35e2e315006c4";a:4:{s:10:"expiration";i:1480452014;s:2:"ip";s:3:"::1";s:2:"ua";s:120:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36";s:5:"login";i:1479242414;}s:64:"74cb6489a7f26d009806bf2e281a387c47d9a29a18d3e13e1e3bad5796a39426";a:4:{s:10:"expiration";i:1479415754;s:2:"ip";s:3:"::1";s:2:"ua";s:120:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36";s:5:"login";i:1479242954;}}'),
(15, 1, 'kn_dashboard_quick_press_last_post_id', '3'),
(16, 1, 'meta-box-order_dashboard', 'a:4:{s:6:"normal";s:38:"dashboard_right_now,dashboard_activity";s:4:"side";s:39:"dashboard_primary,dashboard_quick_press";s:7:"column3";s:0:"";s:7:"column4";s:0:"";}'),
(17, 1, 'closedpostboxes_dashboard', 'a:2:{i:0;s:18:"dashboard_activity";i:1;s:17:"dashboard_primary";}'),
(18, 1, 'metaboxhidden_dashboard', 'a:0:{}');
-- --------------------------------------------------------
--
-- Table structure for table `kn_users`
--
CREATE TABLE `kn_users` (
`ID` bigint(20) UNSIGNED NOT NULL,
`user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
--
-- Dumping data for table `kn_users`
--
INSERT INTO `kn_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'kovinocnoc', '$P$BR6F9cvOGBL5ejl2E.Lvu1cxWTYAqz0', 'kovinocnoc', '[email protected]', '', '2016-11-15 20:40:02', '', 0, 'kovinocnoc');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `kn_commentmeta`
--
ALTER TABLE `kn_commentmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `comment_id` (`comment_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `kn_comments`
--
ALTER TABLE `kn_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 `kn_links`
--
ALTER TABLE `kn_links`
ADD PRIMARY KEY (`link_id`),
ADD KEY `link_visible` (`link_visible`);
--
-- Indexes for table `kn_options`
--
ALTER TABLE `kn_options`
ADD PRIMARY KEY (`option_id`),
ADD UNIQUE KEY `option_name` (`option_name`);
--
-- Indexes for table `kn_postmeta`
--
ALTER TABLE `kn_postmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `post_id` (`post_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `kn_posts`
--
ALTER TABLE `kn_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 `kn_termmeta`
--
ALTER TABLE `kn_termmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `term_id` (`term_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `kn_terms`
--
ALTER TABLE `kn_terms`
ADD PRIMARY KEY (`term_id`),
ADD KEY `slug` (`slug`(191)),
ADD KEY `name` (`name`(191));
--
-- Indexes for table `kn_term_relationships`
--
ALTER TABLE `kn_term_relationships`
ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);
--
-- Indexes for table `kn_term_taxonomy`
--
ALTER TABLE `kn_term_taxonomy`
ADD PRIMARY KEY (`term_taxonomy_id`),
ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
ADD KEY `taxonomy` (`taxonomy`);
--
-- Indexes for table `kn_usermeta`
--
ALTER TABLE `kn_usermeta`
ADD PRIMARY KEY (`umeta_id`),
ADD KEY `user_id` (`user_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `kn_users`
--
ALTER TABLE `kn_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 `kn_commentmeta`
--
ALTER TABLE `kn_commentmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `kn_comments`
--
ALTER TABLE `kn_comments`
MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `kn_links`
--
ALTER TABLE `kn_links`
MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `kn_options`
--
ALTER TABLE `kn_options`
MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=139;
--
-- AUTO_INCREMENT for table `kn_postmeta`
--
ALTER TABLE `kn_postmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `kn_posts`
--
ALTER TABLE `kn_posts`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `kn_termmeta`
--
ALTER TABLE `kn_termmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `kn_terms`
--
ALTER TABLE `kn_terms`
MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `kn_term_taxonomy`
--
ALTER TABLE `kn_term_taxonomy`
MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `kn_usermeta`
--
ALTER TABLE `kn_usermeta`
MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT for table `kn_users`
--
ALTER TABLE `kn_users`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment