-- phpMyAdmin SQL Dump -- version 3.2.3 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Dec 18, 2013 at 10:07 PM -- Server version: 5.1.40 -- PHP Version: 5.2.12 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `siteloc` -- CREATE DATABASE `siteloc` DEFAULT CHARACTER SET cp1251 COLLATE cp1251_general_ci; USE `siteloc`; -- -------------------------------------------------------- -- -- Table structure for table `wp_commentmeta` -- CREATE TABLE IF NOT EXISTS `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `wp_commentmeta` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_comments` -- CREATE TABLE IF NOT EXISTS `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) 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 NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `wp_comments` -- INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1, 1, 'Мистер WordPress', '', 'http://wordpress.org/', '', '2013-12-18 19:26:08', '2013-12-18 19:26:08', 'Привет! Это комментарий.\nЧтобы удалить его, авторизуйтесь и просмотрите комментарии к записи. Там будут ссылки для их изменения или удаления.', 0, '1', '', '', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_links` -- CREATE TABLE IF NOT EXISTS `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) 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) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `wp_links` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_options` -- CREATE TABLE IF NOT EXISTS `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=163 ; -- -- Dumping data for table `wp_options` -- INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'http://site.loc', 'yes'), (2, 'blogname', 'Тестируем темы', 'yes'), (3, 'blogdescription', 'Ещё один сайт на WordPress', 'yes'), (4, 'users_can_register', '0', 'yes'), (5, 'admin_email', 'admin@site.loc', 'yes'), (6, 'start_of_week', '1', 'yes'), (7, 'use_balanceTags', '0', 'yes'), (8, 'use_smilies', '1', 'yes'), (9, 'require_name_email', '1', 'yes'), (10, 'comments_notify', '1', 'yes'), (11, 'posts_per_rss', '10', 'yes'), (12, 'rss_use_excerpt', '0', 'yes'), (13, 'mailserver_url', 'mail.example.com', 'yes'), (14, 'mailserver_login', 'login@example.com', 'yes'), (15, 'mailserver_pass', 'password', 'yes'), (16, 'mailserver_port', '110', 'yes'), (17, 'default_category', '1', 'yes'), (18, 'default_comment_status', 'open', 'yes'), (19, 'default_ping_status', 'open', 'yes'), (20, 'default_pingback_flag', '1', 'yes'), (21, 'posts_per_page', '5', 'yes'), (22, 'date_format', 'd.m.Y', 'yes'), (23, 'time_format', 'H:i', 'yes'), (24, 'links_updated_date_format', 'd.m.Y H:i', 'yes'), (25, 'links_recently_updated_prepend', '', 'yes'), (26, 'links_recently_updated_append', '', 'yes'), (27, 'links_recently_updated_time', '120', 'yes'), (28, 'comment_moderation', '0', 'yes'), (29, 'moderation_notify', '1', 'yes'), (30, 'permalink_structure', '', 'yes'), (31, 'gzipcompression', '0', 'yes'), (32, 'hack_file', '0', 'yes'), (33, 'blog_charset', 'UTF-8', 'yes'), (34, 'moderation_keys', '', 'no'), (35, 'active_plugins', 'a:0:{}', 'yes'), (36, 'home', 'http://site.loc', 'yes'), (37, 'category_base', '', 'yes'), (38, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (39, 'advanced_edit', '0', 'yes'), (40, 'comment_max_links', '2', 'yes'), (41, 'gmt_offset', '4', 'yes'), (42, 'default_email_category', '1', 'yes'), (43, 'recently_edited', '', 'no'), (44, 'template', 'theme1', 'yes'), (45, 'stylesheet', 'theme1', 'yes'), (46, 'comment_whitelist', '1', 'yes'), (47, 'blacklist_keys', '', 'no'), (48, 'comment_registration', '0', 'yes'), (49, 'html_type', 'text/html', 'yes'), (50, 'use_trackback', '0', 'yes'), (51, 'default_role', 'subscriber', 'yes'), (52, 'db_version', '26691', 'yes'), (53, 'uploads_use_yearmonth_folders', '1', 'yes'), (54, 'upload_path', '', 'yes'), (55, 'blog_public', '1', 'yes'), (56, 'default_link_category', '2', 'yes'), (57, 'show_on_front', 'posts', 'yes'), (58, 'tag_base', '', 'yes'), (59, 'show_avatars', '1', 'yes'), (60, 'avatar_rating', 'G', 'yes'), (61, 'upload_url_path', '', 'yes'), (62, 'thumbnail_size_w', '150', 'yes'), (63, 'thumbnail_size_h', '150', 'yes'), (64, 'thumbnail_crop', '1', 'yes'), (65, 'medium_size_w', '300', 'yes'), (66, 'medium_size_h', '300', 'yes'), (67, 'avatar_default', 'mystery', 'yes'), (68, 'large_size_w', '1024', 'yes'), (69, 'large_size_h', '1024', 'yes'), (70, 'image_default_link_type', 'file', 'yes'), (71, 'image_default_size', '', 'yes'), (72, 'image_default_align', '', 'yes'), (73, 'close_comments_for_old_posts', '0', 'yes'), (74, 'close_comments_days_old', '14', 'yes'), (75, 'thread_comments', '1', 'yes'), (76, 'thread_comments_depth', '5', 'yes'), (77, 'page_comments', '0', 'yes'), (78, 'comments_per_page', '50', 'yes'), (79, 'default_comments_page', 'newest', 'yes'), (80, 'comment_order', 'asc', 'yes'), (81, 'sticky_posts', 'a:0:{}', 'yes'), (82, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:18:"Категории";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), (83, 'widget_text', 'a:4:{i:2;a:3:{s:5:"title";s:0:"";s:4:"text";s:428:"";s:6:"filter";b:0;}i:3;a:3:{s:5:"title";s:5:"about";s:4:"text";s:291:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ut purus odio, quis rutrum nibh. Etiam nec tellus malesuada odio tincidunt fringilla quis vitae nisi. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam fringilla malesuada convallis. Morbi laoreet volutpat rhoncus.";s:6:"filter";b:1;}i:4;a:3:{s:5:"title";s:12:"write for us";s:4:"text";s:259:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ut purus odio, quis rutrum nibh. Etiam nec tellus malesuada odio tincidunt fringilla quis vitae nisi. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam fringilla malesuada convallis.";s:6:"filter";b:1;}s:12:"_multiwidget";i:1;}', 'yes'), (84, 'widget_rss', 'a:0:{}', 'yes'), (85, 'uninstall_plugins', 'a:0:{}', 'no'), (86, 'timezone_string', '', 'yes'), (87, 'page_for_posts', '0', 'yes'), (88, 'page_on_front', '0', 'yes'), (89, 'default_post_format', '0', 'yes'), (90, 'link_manager_enabled', '0', 'yes'), (91, 'initial_db_version', '26691', 'yes'), (92, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{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:9:"add_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, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (94, 'widget_recent-posts', 'a:2:{i:2;a:3:{s:5:"title";s:31:"Последние записи";s:6:"number";i:5;s:9:"show_date";b:0;}s:12:"_multiwidget";i:1;}', 'yes'), (141, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'), (95, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (96, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (140, 'widget_nav_menu', 'a:3:{i:2;a:2:{s:5:"title";s:0:"";s:8:"nav_menu";i:2;}i:3;a:2:{s:5:"title";s:6:"browse";s:8:"nav_menu";i:2;}s:12:"_multiwidget";i:1;}', 'yes'), (97, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (98, 'sidebars_widgets', 'a:5:{s:19:"wp_inactive_widgets";a:0:{}s:11:"menu_header";a:1:{i:0;s:10:"nav_menu-2";}s:7:"sidebar";a:3:{i:0;s:6:"text-2";i:1;s:12:"categories-2";i:2;s:14:"recent-posts-2";}s:6:"footer";a:3:{i:0;s:6:"text-3";i:1;s:10:"nav_menu-3";i:2;s:6:"text-4";}s:13:"array_version";i:3;}', 'yes'), (99, 'cron', 'a:5:{i:1387425240;a:1:{s:20:"wp_maybe_auto_update";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1387437972;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:1387481246;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1387481660;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'), (113, '_site_transient_timeout_browser_8a1235b442817811180015beca547c4a', '1387999583', 'yes'), (101, '_transient_random_seed', 'e9aefeef307699c021cbff0c62daaa4c', 'yes'), (102, 'auth_key', 'c(Wi*D*UNUAXj]pDeGhRP878QJClH|* vQQ5nLHB$:5Z._[RWUa4hKY[qT2o2OJ5', 'yes'), (103, 'auth_salt', '~^|;j==ShA$8$ivqw>L_akkqe{!I1s,RIS(Y/.gcxT;j_)_szNx2R3|@Q{5[T?gB', 'yes'), (104, 'logged_in_key', '8kn{OF%%skD1^nVIyWwR=5_dfnpj]!!90~1xiO@U[U?;:(gb0-~Mt9>gB&O99z9w', 'yes'), (105, 'logged_in_salt', '8pEpew[}D(zzV j%S,p$>a?vr**BVHOs|>(Fm|UQqG,gA{|1ulOu;W>wzw68p<}1', 'yes'), (106, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:2:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:47:"http://ru.wordpress.org/wordpress-3.8-ru_RU.zip";s:6:"locale";s:5:"ru_RU";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:47:"http://ru.wordpress.org/wordpress-3.8-ru_RU.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:3:"3.8";s:7:"version";s:3:"3.8";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.8";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:38:"http://wordpress.org/wordpress-3.8.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:38:"http://wordpress.org/wordpress-3.8.zip";s:10:"no_content";s:49:"http://wordpress.org/wordpress-3.8-no-content.zip";s:11:"new_bundled";s:50:"http://wordpress.org/wordpress-3.8-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:3:"3.8";s:7:"version";s:3:"3.8";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.8";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1387394781;s:15:"version_checked";s:3:"3.8";s:12:"translations";a:0:{}}', 'yes'), (110, '_site_transient_timeout_theme_roots', '1387396646', 'yes'), (107, 'nonce_key', 'eaSe!*H:v (~L@|}(>4.*wKyiSDVersion 3.8 of WordPress, named “Parker” in honor of Charlie Parker, bebop innovator, is available for download or update in your WordPress dashboard. We hope you’ll think this is the most beautiful update yet.

\n
\n

Introducing a modern new design

\n

overview

\n

WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire admin dashboard. Gone are overbearing gradients and dozens of shades of grey — bring on a bigger, bolder, more colorful design!

\n

about-modern-wordpress

\n

Modern aesthetic

\n

The new WordPress dashboard has a fresh, uncluttered design that embraces clarity and simplicity.

\n

Clean typography

\n

The Open Sans typeface provides simple, friendly text that is optimized for both desktop and mobile viewing. It’s even open source, just like WordPress.

\n

Refined contrast

\n

We think beautiful design should never sacrifice legibility. With superior contrast and large, comfortable type, the new design is easy to read and a pleasure to navigate.

\n
\n

WordPress on every device

\n

responsiveWe all access the internet in different ways. Smartphone, tablet, notebook, desktop — no matter what you use, WordPress will adapt and you’ll feel right at home.

\n

High definition at high speed

\n

WordPress is sharper than ever with new vector-based icons that scale to your screen. By ditching pixels, pages load significantly faster, too.

\n
\n

Admin color schemes to match your personality

\n

colors

\n

WordPress just got a colorful new update. We’ve included eight new admin color schemes so you can pick the one that suits you best.

\n

Color schemes can be previewed and changed from your Profile page.

\n
\n

Refined theme management

\n

themesThe new themes screen lets you survey your themes at a glance. Or want more information? Click to discover more. Then sit back and use your keyboard’s navigation arrows to flip through every theme you’ve got.

\n

Smoother widget experience

\n

Drag-drag-drag. Scroll-scroll-scroll. Widget management can be complicated. With the new design, we’ve worked to streamline the widgets screen.

\n

Have a large monitor? Multiple widget areas stack side-by-side to use the available space. Using a tablet? Just tap a widget to add it.

\n
\n

Twenty Fourteen, a sleek new magazine theme

\n

The new Twenty Fourteen theme displayed on a laptop. tablet and phone

\n

Turn your blog into a magazine

\n

Create a beautiful magazine-style site with WordPress and Twenty Fourteen. Choose a grid or a slider to display featured content on your homepage. Customize your site with three widget areas or change your layout with two page templates.

\n

With a striking design that does not compromise our trademark simplicity, Twenty Fourteen is our most intrepid default theme yet.

\n
\n

Beginning of a new era

\n

This release was led by Matt Mullenweg. This is our second release using the new plugin-first development process, with a much shorter timeframe than in the past. We think it’s been going great. You can check out the features currently in production on the make/core blog.

\n

There are 188 contributors with props in this release:

\n

Aaron Holbrook, Aaron Jorbin, adamsilverstein, admiralthrawn, Alexander Hoereth, Amy Hendrix (sabreuse), Andrew Nacin, Andrew Ozz, Andrey Kabakchiev, Andy Peatling, Ankit Gade, Anton Timmermans, Arkadiusz Rzadkowolski, Aubrey Portwood, bassgang, Ben Dunkle, Billy (bananastalktome), binarymoon, Brady Vercher, Brandon Kraft, Brian Richards, Bryan Petty, Calin Don, Carl Danley, Caroline Moore, Caspie, Chris Jean, Clinton Montague, Corphi, Dan Bernardic, Daniel Dudzic, datafeedrcom, Dave Whitley, Dion Hulse, Dominik Schilling (ocean90), Doug Wollison, Drew Jaynes, dziudek, Eric Andrew Lewis, Erick Hitter, Eric Mann, Evan Solomon, Faison, Frank Klein, Gary Jones, Gary Pendergast, Gennady Kovshenin, George Stephanis, gnarf37, Gregory Karpinsky, hanni, Helen Hou-Sandi, Ian Dunn, Ipstenu (Mika Epstein), Isaac Keyet, J.D. Grimes, Jack Lenox, janhenckens, Jeff Bowen, Jeff Chandler, Jen Mylo, Jeremy Buller, Jeremy Felt, Jeremy Herve, Jeremy Pry, Jesper Johansen (jayjdk), jhned, jim912, Joan Artes, Joe Dolson, Joen Asmussen, John Blackbourn, John Fish, John James Jacoby, Jon Cave, Joost de Valk, Joshua Abenazer, Junko Nukaga, Justin de Vesine, Justin Sainton, K.Adam White, Kailey (trepmal), Kat Hagan, Kelly Dwan, Kim Parsell, Kirk Wight, Konstantin Dankov, Konstantin Kovshenin, Konstantin Obenland, Krzysiek Drozdz, Lance Willett, Lee Willis, lessbloat, lite3, littlethingsstudio, LucP, Lutz Schroer, Mako, Mark Jaquith, Mark McWilliams, Marko Heijnen, Matias Ventura, Matthew Denton, Matthew Haines-Young, Matt Mullenweg, Matt Thomas, Matt Wiebe, megane9988, Mel Choyce, micahwave, Michael Cain, Michel, Michelle Langston, Mike Burns, Mike Hansen, Mike Little, Mike Schroder, Milan Dinic, mitcho (Michael Yoshitaka Erlewine), Morgan Estes, moto hachi, Naoko Takano, neil_pie, Nick Daugherty, Nick Halsey, Nikolay Bachiyski, ninio, ninnypants, nofearinc, Nowell VanHoesen, odyssey, OriginalEXE, Pascal Birchler, Paul de Wouters, pavelevap, Peter Westwood, Ptah Dunbar, Raam Dev, rachelbaker, Rachel Carden, Radices, Ram Ratan Maurya, Remkus de Vries, Rescuework Support, Ricky Lee Whittemore, Robert Dall, Robert Wetzlmayr, PHP-Programmierer, Rodrigo Primo, Ryan Boren, Samuel Wood (Otto), sanchothefat, sboisvert, Scott Basgaard, Scott Reilly, Scott Taylor, scribu, Sean Hayes, Sergey Biryukov, shaunandrews, Sheri Bigelow (designsimply), ShinichiN, Simon Wheatley, Siobhan, Siobhan Bamber (siobhyb), sirbrillig, solarissmoke, Stephen Edgar, Stephen Harris, Steven Word, Takashi Irie, Takayuki Miyauchi, Takuma Morikawa, Thomas Guillot, tierra, Till Kruss, TLA Media, TobiasBg, tommcfarlin, Torsten Landsiedel, Tracy Rotton, trishasalas, Tyler Smith, Ulrich, Vladimir, Weston Ruter, Yoav Farhi, yonasy, and Zack Tollman. Also thanks to Ben Morrison and Christine Webb for help with the video.

\n

Thanks for choosing WordPress. See you soon for version 3.9!

\n";s: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:46:"http://wordpress.org/news/2013/12/parker/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: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:7:"3.8 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:42:"http://wordpress.org/news/2013/12/3-8-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:51:"http://wordpress.org/news/2013/12/3-8-rc2/#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, 10 Dec 2013 01:08: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2805";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:343:"Release candidate 2 of WordPress 3.8 is now available for download. This is the last pre-release, and we expect it to be effectively identical to what’s officially released to the public on Thursday. This means if you are a plugin or theme developer, start your engines! (If they’re not going already.) Lots of admin code […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1180:"

Release candidate 2 of WordPress 3.8 is now available for download. This is the last pre-release, and we expect it to be effectively identical to what’s officially released to the public on Thursday.

\n

This means if you are a plugin or theme developer, start your engines! (If they’re not going already.) Lots of admin code has changed so it’s especially important to see if your plugin works well within the new admin design and layout, and update the “Tested up to:” part of your plugin readme.txt.

\n

If there is something in your plugin that you’re unable to fix, or if you think you’ve found a bug, join us in #wordpress-dev in IRC, especially if you’re able to join during the dev chat on Wednesday, or post in the alpha/beta forum. The developers and designers who worked on this release are happy to help anyone update their code before the 3.8 release.

\n

Happy hacking, everybody!

\n";s: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:47:"http://wordpress.org/news/2013/12/3-8-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:2;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:17:"WordPress 3.8 RC1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/news/2013/12/3-8-almost/";s: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:54:"http://wordpress.org/news/2013/12/3-8-almost/#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, 04 Dec 2013 09:54: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2760";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"We’re entering the quiet but busy part of a release, whittling down issues to bring you all of the new features you’re excited about with the stability you expect from WordPress. There are just a few days from the “code freeze” for our 3.8 release, which includes a number of exciting enhancements, so the focus […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1873:"

We’re entering the quiet but busy part of a release, whittling down issues to bring you all of the new features you’re excited about with the stability you expect from WordPress. There are just a few days from the “code freeze” for our 3.8 release, which includes a number of exciting enhancements, so the focus is on identifying any major issues and resolving them as soon as possible.

\n

If you’ve ever wondered about how to contribute to WordPress, here’s a time you can: download this release candidate and use it in as many ways as you can imagine. Try to break it, and if you do, let us know how you did it so we can make sure it never happens again. If you work for a web host, this is the release you should test as much as possible and start getting your automatic upgrade systems and 1-click installers ready.

\n

Download WordPress 3.8 RC1 (zip) or use the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”).

\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. Or, if you’re comfortable writing a reproducible bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed so far.

\n

We’re so close to the
\nfinish line, jump in and help
\ngood karma is yours.

\n";s: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:50:"http://wordpress.org/news/2013/12/3-8-almost/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: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:20:"WordPress 3.8 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:55:"http://wordpress.org/news/2013/11/wordpress-3-8-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:64:"http://wordpress.org/news/2013/11/wordpress-3-8-beta-1/#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:"Thu, 21 Nov 2013 05:21:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2754";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:307:"The first beta of the 3.8 is now available, and the next dates to watch out for are code freeze on December 5th and a final release on December 12th. 3.8 brings together several of the features as plugins projects and while this isn’t our first rodeo, expect this to be more beta than usual. […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2236:"

The first beta of the 3.8 is now available, and the next dates to watch out for are code freeze on December 5th and a final release on December 12th.

\n

3.8 brings together several of the features as plugins projects and while this isn’t our first rodeo, expect this to be more beta than usual. The headline things to test out in this release are:

\n\n

Given how many things in the admin have changed it’s extra super duper important to test as many plugins and themes with admin pages against the new stuff. Also if you’re a developer consider how you can make your admin interface fit the MP6 aesthetic better.

\n

As always, if you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. Or, if you’re comfortable writing a reproducible bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed so far.

\n

Download WordPress 3.8 Beta 1 (zip) or use the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”).

\n

Alphabet soup of
\nPlugins as features galore
\nThe future is here

\n";s: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:60:"http://wordpress.org/news/2013/11/wordpress-3-8-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:35:"WordPress 3.7.1 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2013/10/wordpress-3-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2013/10/wordpress-3-7-1/#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, 29 Oct 2013 21:04:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2745";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:371:"WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including: Images with captions no longer appear broken in the visual editor. Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org. Avoid fatal errors with certain plugins that were incorrectly calling some […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Andrew Nacin";s: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:1594:"

WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including:

\n\n

For a full list of changes, consult the list of tickets and the changelog.

\n

If you are one of the nearly two million already running WordPress 3.7, we will start rolling out the all-new automatic background updates for WordPress 3.7.1 in the next few hours. For sites that support them, of course.

\n

Download WordPress 3.7.1 or venture over to Dashboard → Updates and simply click “Update Now.”

\n

Just a few fixes
\nYour new update attitude:
\nZero clicks given

\n";s: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:55:"http://wordpress.org/news/2013/10/wordpress-3-7-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:5;a:6:{s:4:"data";s:42:"\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:25:"WordPress 3.7 “Basie”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/news/2013/10/basie/";s: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:49:"http://wordpress.org/news/2013/10/basie/#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:"Thu, 24 Oct 2013 22:35:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2736";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:357:"Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones: Updates while you sleep: With WordPress 3.7, you don’t have to lift a finger to […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:17229:"

Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones:

\n\n

For developers there are lots of options around how to control the new updates feature, including allowing it to handle major upgrades as well as minor ones, more sophisticated date query support, and multisite improvements. As always, if you’re hungry for more dive into the Codex or browse the over 400 closed tickets on Trac.

\n

A New Wave

\n

This release was led by Andrew Nacin, backed up by Dion Hulse and Jon Cave. This is our first release using the new plugin-first development process, with a much shorter timeframe than in the past. (3.6 was released in August.) The 3.8 release, due in December, will continue this plugin-led development cycle that gives much more autonomy to plugin leads and allows us to decouple feature development from a release. You can follow this grand experiment, and what we’re learning from it, on the make/core blog. There are 211 contributors with props in this release:

\n

Aaron BrazellAaron D. CampbellAaron HolbrookAaron JorbinadamsilversteinAlexander HoerethAlex Mills (Viper007Bond)Amy Hendrix (sabreuse)andg, Andrew NacinAndrew NorcrossAndrew OzzAndrew SpittleaskapacheatimmerBarryBeau Lebensben.moodyBen MillerBernhard RiedlBFTrick, Billy (bananastalktome)bmbBrandon KraftbrianhoggBrian RichardsBryan PettyCarl DanleyCharlesClarksonChip BennettChoubyChris Olbekson, Chris RudzkicoderaaronCoen JacobsColin RobinsoncyoniteDaan KortenbachDaniel BachhuberDaniel ConvissordartissDaryl Koopersmith, Dave RossDavid LaiettaDion HulsedllhDominik Schilling (ocean90)dpashDrew JaynesDrProtocolsDustin FilippinidzverEdward Caissieenej, Eric Andrew LewisEric MannEvan SolomonfaishalFaisonFoofyFrankie JarrettFrank KleinGary CaoGary PendergastGaya Kessler, George StephanisGizburdtgoldenapplesgradyetcGregory CorneliusGustavo BordonihakreHelen Hou-SandiIan DunnIpstenu (Mika Epstein)itinerant, J.D. Grimesjakub.tyrchaJames CollinsJen MyloJeremy BullerJeremy FeltJesper Johansen (jayjdk)Joe HoyleJoey KudishJohn Beales, John Blackbourn (johnbillion)John FishJohn James JacobyJohn P. BlochJonas Bolinder (jond3r)Jonathan ChristopherJonathan DesrosiersJon Cave, Jon LynchJoost de ValkJoseph ScottJosh BetzJustin de VesineJustin SaintonK.Adam WhiteKailey (trepmal)KetwarookevinBKim Parsellkitchin, Konstantin KovsheninKonstantin ObenlandkoopersmithKurt PayneLance WillettLee Willis (leewillis77)lessbloatLew AyotteLuke Gedeon, Marcin PietrzakMarco CimminoMarco GalassoMark JaquithMark McWilliamsMarko HeijnenMel ChoyceMichael BeckwithMike Hansen, Mike SchinkelMike SchroderMilan Dinicmitcho (Michael Yoshitaka Erlewine)Mr PapaNaoko TakanoNaomiNashwan DoaqanNateJacobsnathanrice, Niall KennedyNick DaughertyNick HalseyNick MomrikNikhil Vimal (NikV)Nikolay BachiyskinoahsilversteinnofearincnukaganullvariableOleg Butuzov, Paolo BelcastroParhamPaul BironPaul de WouterspavelevappeterjaapPeter WestwoodPhilip Arthur MoorePippin WilliamsonplochaPollett, Ptah DunbarRami YushuvaevRasheed BydousiRayBernardrborenReuben Gundayrfair404Richard TapeRick RadkoRobert ChapinRobert Dall, Rodrigo PrimoRon RennickrpattilloRyan BorenRyan McCueSam HotchkissScott ReillyscottswebScott Taylorscribuscruffian, Seisuke Kuraishi (tenpura)Sergey BiryukovShinichiNSimon ProsserSimon WheatleySiobhanSiobhan Bamber (siobhyb)sirzoorosolarissmoke, Stephanie LearyStephen Edgar (@netweb)Stephen Harrisstrangerstudiossweetie089swissspidyTakayuki MiyauchiTakuma MorikawaTaylor Lovett, tivnetTobiasBgTom AugertoschoTravis SmithUlrich SossouvericgarVinod DalviWeston RuterwikicmsWill NorrisWojtek Szkutnikwycks, Yoav Farhi, and Yuri Victor.

\n

Enjoy what may be one of your last few manual updates. See you soon for version 3.8!

\n";s: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:45:"http://wordpress.org/news/2013/10/basie/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:6;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:33:"WordPress 3.7 Release Candidate 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-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:"Wed, 23 Oct 2013 00:05:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2729";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:417:"The second release candidate of WordPress 3.7 is now available for testing! Those of you already testing WordPress 3.7 will be updated automatically to RC2. (Nice.) If you’d like to start testing, there’s no time like the present! Try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”) or download the release candidate here (zip). Please post to the Alpha/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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s: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:1183:"

The second release candidate of WordPress 3.7 is now available for testing!

\n

Those of you already testing WordPress 3.7 will be updated automatically to RC2. (Nice.) If you’d like to start testing, there’s no time like the present! Try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”) or download the release candidate here (zip). Please post to the Alpha/Beta area in the support forums if you think you’ve found a bug, and if any known issues are raised, you’ll be able to find them here.

\n

Developers, please test your plugins and themes against WordPress 3.7. If there is a compatibility issue, let us know as soon as possible so we can deal with it before the final release.

\n

For more on WordPress 3.7, check out the announcement post for Release Candidate 1.

\n";s: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:73:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-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:7;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:18:"Upcoming WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2013/10/upcoming-wordcamps-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/#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, 22 Oct 2013 19:25: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:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2723";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:368:"WordCamps are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps — there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year’s […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Jen Mylo";s: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:3584:"

WordCamps are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps — there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year’s over. If there’s one near you, check it out! In addition to getting to know your local WordPress community, most WordCamps attract some traveling visitors a well, giving you the chance to meet contributors to the WordPress open source project and get involved yourself.

\n

Here are the WordCamps on the schedule for the rest of this year.

\n

October 25-27: WordCamp Boston, Boston, MA, USA
\nOctober 25-26: WordCamp Malaga, Spain
\nOctober 26: WordCamp Nepal, Kathmandu, Nepal
\nOctober 26: WordCamp Sofia, Bulgaria
\nNovember 7: WordCamp Cape Town, South Africa
\nNovember 9: WordCamp Porto, Portugal
\nNovember 9-10: WordCamp Kenya, Nairobi, Kenya
\nNovember 15: WordCamp Edmonton, AB, Canada
\nNovember 16-17: WordCamp Orlando, FL, USA
\nNovember 16: WordCamp Denver, CO, USA
\nNovember 23-24: WordCamp London, UK
\nNovember 23-24: WordCamp Raleigh, NC, USA
\nNovember 23: WordCamp São Paulo, Brazil
\nDecember 14: WordCamp Las Vegas, NV, USA
\nDecember 14-15: WordCamp Sevilla, Spain

\n

No WordCamps on this list in your area? Not to worry! There are thriving WordPress meetups all over the world where you can meet like-minded people, and we maintain a library of WordCamp videos at WordPress.tv.

\n

Get Involved

\n\n";s: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:60:"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/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: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:31:"WordPress 3.7 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/#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, 18 Oct 2013 19:52:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2718";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:331:"The first release candidate for WordPress 3.7 is now available! In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 next week, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Andrew Nacin";s: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:2274:"

The first release candidate for WordPress 3.7 is now available!

\n

In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 next week, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)

\n

WordPress 3.7 introduces automatic background updates for security and minor releases (like updating from 3.7 to 3.7.1). These are really easy to test  — RC 1 will update every 12 hours or so to the latest development version, and then email you the results. (You may get two emails: one for debugging, and one all users of 3.7 will receive.) If something went wrong, you can report it.

\n

Think you’ve found a bug? Please post to the Alpha/Beta area in the support forums. If any known issues come up, you’ll be able to find them here.

\n

To test WordPress 3.7 RC1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’d like to learn more about what’s new in WordPress 3.7, visit the awesome About screen in your dashboard ( → About in the toolbar). There, you can also see if your install is eligible for background updates. WordPress won’t automatically update, for example, if you’re using version control like Subversion or Git.

\n

Developers, please test your plugins and themes against WordPress 3.7, so that if there is a compatibility issue, we can figure it out before the final release. Make sure you post any issues to the support forums.

\n

WordPress three seven
\nA self-updating engine
\nLies beneath the hood

\n";s: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:71:"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/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:9;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:20:"WordPress 3.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:55:"http://wordpress.org/news/2013/10/wordpress-3-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:64:"http://wordpress.org/news/2013/10/wordpress-3-7-beta-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:"Thu, 10 Oct 2013 21:28: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:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2706";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:357:"WordPress 3.7 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. This has been a quiet beta period. We’re hoping to get some more testers for automatic background updates, which will occur for security and minor releases (like updating […]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Andrew Nacin";s: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:2108:"

WordPress 3.7 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site.

\n

This has been a quiet beta period. We’re hoping to get some more testers for automatic background updates, which will occur for security and minor releases (like updating from 3.7 to 3.7.1). It’s really easy to test this, as Beta 2 will update each day to the latest development version and then email you the results. If something goes wrong, you can report it — it’s that simple. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). Check out Dashboard → Updates to see if your install is eligible for background updates. WordPress won’t update if, for example, you’re using version control like SVN or Git.

\n

For more of what’s new in version 3.7, check out the Beta 1 blog post. In Beta 2, we further increased the stability of background updates and also added about 50 bug fixes, including a fix for Internet Explorer 11 in the visual editor.

\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. Or, if you’re comfortable writing a bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed.

\n

Happy testing!

\n

Beta 2 released
\nDotting i’s and crossing t’s

\nExpect RC next

\n";s: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:60:"http://wordpress.org/news/2013/10/wordpress-3-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:"";}}}}}}}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:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 18 Dec 2013 19:26:19 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Fri, 13 Dec 2013 22:14:07 GMT";s:4:"x-nc";s:11:"HIT lax 250";}s:5:"build";s:14:"20130911020210";}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (118, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1387437985', 'no'), (119, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1387394785', 'no'), (120, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1387437987', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (121, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', '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:50:"WPTavern: WPTavern Gets Responsive With New Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13443";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/wptavern-gets-responsive-with-new-design";s: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:2553:"

It’s been a long time since the Tavern has received a new coat of paint. I’d like to introduce you to the new WordPress Tavern. This design is a child theme that we created, based on Stargazer, a new parent theme from Theme Hybrid. WPTavern is now responsive and looks good on any mobile device without the need to use a special mobile theme. If the font used for the content looks familiar to you, it’s because it’s the same one used within the newly redesigned backend of WordPress.

\n
Stargazer Theme By Justin Tadlock

Stargazer Theme By Justin Tadlock

\n

We’ve tried to maintain some of the personality unique to WordPress Tavern such as the wooden floor. This time however, the wood is a lighter shade which brightens the website. I’d like to take this opportunity to thank Angie Meeker for the inspiration behind the new Tavern header logo and Scott Reilly for playing the role of guinea pig. The beer mug in the header will be used as our brand image across the various social networking sites.

\n

This is the first of many big changes on the way. With the redesign in place, keep an eye out for the WordPress Tavern forum to make a return. If you come across a bug while browsing the site, please get in touch with us. When providing a bug report, tell us what browser and version you’re using. Be as descriptive as possible.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Dec 2013 18:41: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:6:"Jeffro";s: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:54:"WordPress.tv: Raushan Jaiswal: WordPress For Beginners";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=26813";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/18/raushan-jaiswal-wordpress-for-beginners/";s: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:657:"
\n

Raushan Jaiswal: WordPress For Beginners
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Dec 2013 16:21:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:72:"WordPress.tv: Tom Harrigan: Sliders: The Good, The Bad And The Technical";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=26078";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://wordpress.tv/2013/12/18/tom-harrigan-sliders-the-good-the-bad-and-the-technical/";s: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:697:"
\n

Tom Harrigan: Sliders: The Good, The Bad And The Technical
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Dec 2013 15:18: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:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:49:"WPTavern: 10 Great Gift Ideas for WordPress Geeks";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=12551";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/10-great-gift-ideas-for-wordpress-geeks";s: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:8858:"

Many people around the world are already in the thick of celebrating a host of international holidays, including Christmas, Hanukkah, Kwanzaa, and more. If you’re celebrating a holiday involving gifts and you’re not sure what to buy the beloved WordPress geek in your life, we have a few suggestions. Even if you don’t celebrate any holidays, you may want to stash these ideas away for birthdays. After conducting a quick poll on Twitter, it turns out there are many ways to make your favorite WordPress fan happy. Here are a few suggestions based on the replies I received:

\n

WordPress Coffee Mug

\n

wpcoffeemugThe new WordPress coffee mug is available from the WordPress swag store. I gifted one to myself and can say that it’s just as handsome and shiny as it appears to be in the picture. The back says, “Proudly Powered by Coffee.” This cup is the perfect size – it contains the exact amount of coffee I can drink before it gets cold.

\n

A License to Sublime Text

\n

sublimeThe Sublime Text editor is a best friend to many people who write code. Many developers consider it to be the holy grail of text editing tools.

\n

If you can sneak around and verify that your friend is using an unlicensed copy, a surprise license given as a gift will delight the socks off of him or her.

\n

Jetpack Battery Pack

\n

jetpack-battery-packThe Jetpack Battery Pack is a fancy, portable external battery charger. Emblazoned with the Jetpack logo, this unique gift provides a quick charge to cell phones and other mobile devices. The Jetpack Battery Pack is only available from the WordPress Swag Store.

\n

A Treehouse Membership

\n

treehouseTreehouse is a place where the WordPress fan in your life can pick up new skills by enrolling in courses that teach everything from design to mobile development to business skills. Technology enthusiasts love to learn new things and a gift membership might be just the right avenue. Also, Treehouse donates an account to a public school student for every new Gold account purchased.

\n

BuddyPress Theme Development

\n

bpthemedevBuddyPress Theme Development is a book that will teach you how to create BuddyPress themes from start to finish. You couldn’t find a better gift for the BuddyPress designer, developer or enthusiast in your life. BuddyPress Theme Development is available on Amazon in paperback or kindle version.

\n

Gravity Forms

\n

gfGravity Forms is the beloved form-builder of choice for many WordPress users. These days Gravity Forms is going far beyond just building forms with their latest release introducing a complete API. The WordPress person in your life may already have a Gravity Forms license, so you may need to engage in a little bit of creative questioning to find out.

\n

Professional WordPress Plugin Development

\n

pwpdIf you’ve got an aspiring WordPress plugin developer on your gift list, the Professional WordPress Plugin Development book is an excellent choice. There’s certainly a lot to learn for free online but sometimes it helps to have information in a book to take you through different topics in an organized way. Professional WordPress Plugin Development is available on Amazon via paperback or kindle.

\n

A CodePen Account

\n

codepenCodePen is a site where developers can edit HTML, CSS, and JavaScript code in the browser and see instant previews of its output. It’s a fun place to play with code and share your creations. A CodePen Pro account allows the user unlimited private pens, asset hosting, collaboration mode and more.

\n

WordPress T-Shirt

\n

wptshirtYou can never go wrong with a WordPress T-shirt as a gift. T-shirts and hoodies are pretty much the standard uniform of many tech professionals. The WordPress Swag Store has a nice assortment of t-shirts and hoodies in both men’s and women’s fits.

\n

The Gift of Time

\n

timeOne of the most common replies I received to my WordPress gifts survey was time. Everyone needs more time in the day. For those who have families, it can be particularly tough to fit in a full-time job, time with the kids and contributions to open source projects. Giving someone the gift of time is nearly impossible, but there are ways to approximate it. Offer to babysit, make a meal, perform some car maintenance or time-consuming chores. Efforts to help your friend or family member free up time could be far more meaningful than any gift you could buy.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 Dec 2013 00:02:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:44:"WPTavern: Jetpack is Now Available on Github";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13357";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/jetpack-is-now-available-on-github";s: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:3632:"

jetpack
\nThe Jetpack plugin code is now available on github and the team welcomes your pull requests. With the addition of Jetpack, Automattic now has 106 public repositories on github. That’s a lot of shared code!

\n

Jetpack has been downloaded nearly eight million times since its debut on WordPress.org. If you’ve enjoyed using Jetpack and have some ideas for improving it, github is a great way to contribute back to the plugin. Your code will improve the Jetpack experience on millions of websites. There are also other ways to contribute without writing any code:

\n\n

Learn the Basics of Contributing to Open Source Software with Jetpack

\n

Jetpack probably has one of the most organized guides to contribution that I have ever seen for an open source plugin project. The team has created contribution opportunities for users and developers at all levels. The guide outlines ways to contribute at beginner, intermediate, and advanced levels.

\n

What really stands out about the Jetpack contribution guide is that it actually teaches you the basics of contributing to an open source project, including topics such as:

\n\n

Let’s face it. Nobody springs from the womb understanding how to create a good bug report or submit a patch. That’s why guides like this are so important. Getting involved on a smaller project like Jetpack is an opportunity to test your wings in an area where you have an interest. If you have an open source project where you want to attract more contributors, consider creating a detailed, organized guide in the same way Jetpack has outlined contribution opportunities. That little extra effort in documentation might open up the floodgates to contributions.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Dec 2013 19:49: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: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:84:"WPTavern: WordPress Plugin Authors: Be Up Front and Honest With Users About Tracking";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13276";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"http://www.wptavern.com/wordpress-plugin-authors-be-up-front-and-honest-with-users-about-tracking";s: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:5656:"

Tracker TransparencyPlugins collecting information and phoning home to a third-party without the user’s consent is a serious issue in the WordPress community. The WordPress plugin repository guidelines are clear on this matter specifically, point number seven and its sub points. Pooria Asteraky has published a post that explains why there needs to be more transparency across the WordPress community as a whole as it relates to ‘trackers‘ being installed on users sites via WordPress plugins.

\n

GhosterylogoAccording to Pooria, trackers are referred to as tracking codes that collect information such as statistics. After installing a WordPress plugin that provided social sharing buttons, he discovered through the use of Ghostery, that there were thirteen trackers installed on the website. Five of which had nothing to do with social networks. The rest of the post goes on to explain why this is not a good thing for the WordPress community and calls on webmasters, plugin authors, and everyone else on the web to be completely transparent regarding the trackers that are being used on their sites.

\n

The Community Does A Good Job Policing Itself

\n

WordPress is open source and so are all of the plugins hosted within the plugin repository. While there are plugin reviewers that voluntarily do their best to make sure nothing malicious ends up in the repository, some plugins slip through the cracks. However, because of the size of the WordPress userbase and how easy it is to look at the plugin’s code, those plugins usually don’t last long in the wild. If you come across a plugin that you think is doing something malicious and it’s on the WordPress plugin repository, contact plugins at wordpress.org. Someone from the review team will take a look at the issue and act accordingly.

\n

Complete Transparency Is A Pipe Dream

\n

Near the end of the post, Pooria outlines the final goal of transparency.

\n

The final goal of transparency is to encourage all WordPress Users ( Webmasters) to publicly announce all the trackers and cookies of their sites to the public ( visitors and viewers of WordPress Sites).

\n

This is a goal that in my opinion, will never be realized. Otto makes a number of points I agree with. I think it’s asking too much for webmasters to list out ad scripts, cookies, trackers, analytics, etc to their website for public display. In fact, it should be assumed that any webpage a user visits will be running some sort of statistic gathering software or leave cookies behind in the browser. This is the nature of the web. It’s not like users don’t have an option to combat these assumptions. There are a myriad of tools available such as browser extensions, desktop software, and privacy settings within the browser.

\n

The Correct Way To Gather Usage Info Within Plugins

\n

If you’re going to track users of your plugin, I highly suggest going about it the same way as Joost de Valk. WordPress SEO developed by Joost de Valk will ask users after they have activated the plugin for the first time whether or not they want to enable tracking.

\n
Yoast SEO Tracking

Tracking Done The Right Way

\n

This is an acceptable method within the WordPress plugin repository guidelines as it’s asking for the users consent.

\n

Be Up Front and Honest With Users

\n

Between the plugin review team and the WordPress community, most users don’t have anything to worry about. It’s not that gathering usage information is bad as it’s a wonderful way to track data to improve software. What’s bad is gathering that information without anyone knowing it’s taking place. As a plugin author, do the right thing. Be up front and honest about gathering usage data. Give users the choice and for those users that enable tracking, don’t give them a reason to lose their trust.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Dec 2013 18:56: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:6:"Jeffro";s: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:26:"Matt: XFN 10th Anniversary";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=43245";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://ma.tt/2013/12/xfn-10th-anniversary/";s: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:117:"

Tantek writes on the 10th Anniversary of XFN.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Dec 2013 18:31: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: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: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:62:"WordPress.tv: Chris Van Patten: The Code Is Written: Now What?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=26075";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/17/chris-van-patten-the-code-is-written-now-what/";s: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:677:"
\n

Chris Van Patten: The Code Is Written: Now What?
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Dec 2013 14:56: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:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:59:"WordPress.tv: Ujwal Thapa: WordPress As A Blogging Platform";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=26761";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/17/ujwal-thapa-wordpress-as-a-blogging-platform/";s: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:673:"
\n

Ujwal Thapa: WordPress As A Blogging Platform
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Dec 2013 14:51:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:78:"WPTavern: BuddyPress 1.9 “Sammy” Released With New Notifications Component";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.wptavern.com/?p=12892";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/buddypress-1-9-sammy-released-with-new-notifications-component";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4659:"

sammysBuddyPress 1.9 was released to the world today thanks to many volunteer contributors who worked hard to make it happen. This release pays tribute to Sammy’s Pizza in Providence, Rhode Island, where lead developer John James Jacoby has enjoyed many fine pizza pies.

\n

Here’s a quick tour of the three main highlights of this release.

\n

New Notifications Component

\n

BuddyPress is introducing a new component for the first time in two years. The 1.9 release has moved notifications to its own component so that they’re all centralized in one place.

\n
BuddyPress Notifications

BuddyPress Notifications

\n

Notifications also have an improved API in 1.9 so that developers can easily tie their extensions into them.

\n

Dynamic Menu Items

\n

BuddyPress site admins will be thrilled to find that 1.9 includes dynamic menu links. It’s now easier than ever to build menus with dynamic links such as “My Profile” or “Settings” that are specific to logged-in users. Dynamic menu items are separated into logged-in and logged-out user links.

\n
Dynamic BuddyPress Menus

Dynamic BuddyPress Menus

\n

If you previously used a plugin to generate dynamic menu items, you can now delete it and use the built-in BuddyPress links at Dashboard > Appearance > Menus.

\n

New Widgets

\n

BuddyPress 1.9 introduces three new core widgets to help you customize your social network:

\n

Friends Widget

Friends Widget

\n\n

Developer Goodies

\n

BuddyPress 1.9 reinstates the bp_redirect_canonical() functionality. phpDoc inline documentation has been improved as well as compatibility with the develop.svn.wordpress.org unit-test suite.

\n

On top of all that, the BuddyPress Codex has been completely revamped with a design refresh and loads of new tutorials and guides.

\n

The BuddyPress core team is already cooking up new ideas for the 2.0 release but will take some time off for the holidays before getting started. The team will be sending out a brief questionnaire after the beginning of the new year to get community input before setting the goals for BuddyPress 2.0. If you’re keen on shaping the future of BuddyPress, watch for that questionnaire and make sure to voice your opinion. In the meantime, enjoy all the new goodies packaged into 1.9. It’s already fully compatible with WordPress 3.8 so you’re safe to upgrade to the very latest.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Dec 2013 05:47:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:38:"BuddyPress: BuddyPress 1.9 “Sammy”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://buddypress.org/?p=175601";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://buddypress.org/2013/12/buddypress-1-9-sammy/";s: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:6622:"

Today the BuddyPress team is excited to announce the release of BuddyPress 1.9 “Sammy”.

\n

What’s new in 1.9

\n

Notifications

\n

BuddyPress has always come packaged with the ability to alert members of relevant goings-on. Things like friend requests, private messages, and group invitations, have been routed through a very simple core process that alerts members via email and a bubble in the top toolbar area. In BuddyPress 1.9, Notifications graduates to a full component, complete with a user interface for seeing past notifications, an improved API for developers to interface with them, and lays the foundation for future improvements and integrations to this functionality.

\n

Navigation Integration

\n

Since WordPress 3.0, site administrators have been able to easily create and manage the navigational elements of their sites, and until now, BuddyPress’s components have been unavailable as options. In BuddyPress 1.9, we’re introducing context aware navigation menu items that are only available for either logged in or logged out users, allowing your menus to dynamically adjust for your members. We think this is really cool, and is a feature that will really help integrate BuddyPress into existing installations.

\n

Widgets

\n

We’ve added a few more widgets to help connect your community to the rest of your site:

\n\n

Developer Bits

\n

BuddyPress 1.9 includes improvements to make it easier to develop plugins and themes for BuddyPress:

\n\n

Sammy’s Pizza

\n

On the east side of Providence, Rhode Island, U.S.A, on historic Hope St. just a few blocks north of Brown University, sat Sammy’s Pizza, home to one of the most delicious pizzas I’ve ever tasted. Sammy’s was my neighborhood hangout for the 2 years I spent in Providence, and not a day went by I didn’t stop in and at least say hello. The owner expanded into the next-door property and transformed Sammy’s into a gorgeous restaurant now known as The Kitchen Bar, where Sammy still continues baking the best pies in New England (in my opinion, anyways.) BuddyPress 1.9 is named “Sammy” in honor and memory of the great times I spent with some of my favorite people, eating my favorite foods, in one of my favorite places. If you happen to be in the area, stop in and tell Sammy I say hello!

\n

Kudos

\n

BuddyPress wouldn’t be what it is without the continued efforts of a volunteer staff of contributors. If it’s development, design, wireframes, UI, UX, you name it, these people helped make it happen for BuddyPress 1.9:

\n

AliMH, asakurayoh, boonebgorges, burakali, dcavins, ddean, DennisSmolek, dimensionmedia, DJPaul, dtc7240, ericlewis, gametako, geoffroycochard, graha washbrookhanni, haykayltduk, henrywright, hnlaimath, johnjamesjacoby, jessjurick, lenasterg, mboynes, megainfo, Mike_Cowobo, modemlooper, olivM, needle, netweblogic, r-a-y, ryderlewis, sbrajesh, sgr33n, sooskriszta, terraling, tomdxw, trishasalas, vhauri, williamsba1, wpdennis

\n

Fin

\n

This release cycle, significant effort has gone into improving our documentation. The BuddyPress Codex is the place to get answers about how things work, how to extend the codebase, and to learn a bit about the history of the project. If you think you’ve found a bug, or want to help improve the software, head over to buddypress.trac.wordpress.org and lend a hand.

\n

Download BuddyPress 1.9 “Sammy” today from the wordpress.org plugin repository, or from your WordPress Dashboard.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Dec 2013 05:21: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:17:"John James Jacoby";s: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:59:"WPTavern: WPSessions To Give Away 12 Full Year Scholarships";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13351";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/wpsessions-to-give-away-12-full-year-scholarships";s: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:1971:"

WPSessions Logo

\n

Brian Richards has announced that he is giving away 12 full year scholarships. Winners will be given access to every new session published in 2014. According to Brian, that’s at least $360 in live, personal training. Winners are chosen every day at 12PM Eastern Time. To enter the drawing, you’ll need to tell Brian how the scholarship will benefit you or someone you know.

\n

I want to hear about why you (or someone you know) would benefit from a full-year scholarship to WPSessions.com. What do you want to learn? How will you put this knowledge to use? What more can you do with another year of steady and continued growth under your belt? Tell me all this and more in a comment on this post, and if I like your story you get the next 12 months of sessions for free.

\n

WPSessions.com provides monthly, high quality presentations from experts in the WordPress community. Every presentation is broadcast live to viewers around the web and recorded for indefinite long-term viewing. Each session focuses on a single topic, bringing together 3 different presenters to discuss the topic’s many facets at an extremely low-cost per event. To learn more about Brian Richards and what WPSessions is all about, check out this interview from June of 2013.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Dec 2013 23:25: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:6:"Jeffro";s: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:80:"WPTavern: Speed Up WordPress By Using the WordPress.com CDN for Javascript 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.wptavern.com/?p=13319";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/speed-up-wordpress-by-using-the-wordpress-com-cdn-for-javascript-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3995:"

speed

photo credit: Tc Morgancc

Here’s a quick performance tip for self-hosted WordPress sites. WordPress loads a number of scripts from its /wp-includes/ directory, depending on what you have active on your site. Use WordPress.com Libraries is a new plugin, created by Automattician and plugin developer Ben Lobaugh. Once installed, it automatically switches the URL on built-in WordPress Javascript files to serve them from the WordPress.com CDN instead. Rather than taxing your local server, you offload those requests to WordPress.com, thereby decreasing load time and bandwidth consumption.

\n

Here’s a quick sample of a site’s scripts before installing the plugin:

\n
<script type=''text/javascript'' src=''http://example.com/wp-includes/js/jquery/jquery.js?ver=1.10.2''></script>\n<script type=''text/javascript'' src=''http://example.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1''></script>\n<script type=''text/javascript'' src=''http://example.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.3''></script>\n<script type=''text/javascript'' src=''http://example.com/wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.10.3''></script>\n<script type=''text/javascript'' src=''http://example.comm/wp-includes/js/jquery/ui/jquery.ui.tabs.min.js?ver=1.10.3''></script>
\n

The plugin automatically changes the script URLs in use to call the ones hosted on WordPress.com:

\n
<script type=''text/javascript'' src=''http://wordpress.com/wp-includes/js/jquery/jquery.js?ver=1.10.2''></script>\n<script type=''text/javascript'' src=''http://wordpress.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1''></script>\n<script type=''text/javascript'' src=''http://wordpress.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.3''></script>\n<script type=''text/javascript'' src=''http://wordpress.com/wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.10.3''></script>\n<script type=''text/javascript'' src=''http://wordpress.com/wp-includes/js/jquery/ui/jquery.ui.tabs.min.js?ver=1.10.3''></script>
\n

Don’t look for a settings panel, as it doesn’t come with any options. You simply install the plugin, activate it and you’re good to go. Everything happens automatically in the background. As a general warning, make sure to check through your site after installing this in case anything has broken. In my tests everything worked fine but if you’re running an older version of WordPress, it may not work predictably. The plugin is still in development and will likely receive updates to improve it over time.

\n

It’s tough to say how much of a performance boost you’ll get and how much bandwidth you’ll save by installing this plugin, because it depends on which scripts you have active on your website and how heavy your traffic is. However, every small bit helps, especially if you’re not already using a CDN. Install the Use WordPress.com Libraries plugin for free from the WordPress 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Dec 2013 22:15:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:68:"WPTavern: o2 WordPress Plugin Expected To Be Available In Early 2014";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13244";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://www.wptavern.com/o2-wordpress-plugin-expected-to-be-available-in-early-2014";s: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:4159:"

o2 Site Logo

\n

In 2008, Automattic created a WordPress theme entitled Prologue. A year after its launch, Automattic released P2 to take the place of Prologue. P2 was a revolutionary theme as it enabled communication to happen in near real-time and arranged comments so that they were equally as important as blog posts. From 2009 to 2013, P2 handled 80% of the communication that took place within the company. Earlier this year at WordCamp San Francisco, Beau Lebens who works at Automattic announced the successor to P2. It won’t be a theme. Instead, it will be a plugin entitled o2.

\n

o2 is named after the section of the Automattic creed that states “I will communicate as much as possible, because it’s the oxygen of a distributed company“. o2 was built from the ground up around the idea that communication is oxygen. In this light, the features of o2 make total sense:

\n\n

While o2 is a plugin it will ship with a default theme called Breathe based on the Underscores starter theme. o2 is being built as a platform so developers will be able to create plugins and themes to extend its capabilities.

\n

The Progress Of o2

\n

One of the downsides to o2 is that it will initially not contain any of the network functionality that was mentioned in Beau Lebens WordCamp session. When I asked Beau to clarify, he responded:

\n

The initial version is not using websockets, but the AJAX polling is much more efficient and reliable (and accurate) than it ever was in P2.

\n

We’ll still be playing with websockets at some point, but it hasn’t proven to be critical to making a great experience thus far, so we’ve pushed it back a bit as a priority. Instead, the commenting system will be an up to date version of P2 which gives us a better foundation to work on top of.

\n

The initial announcement was on August 8th, 2013 but o2 has yet to be released. I reached out to Beau Lebens to get a status update on the project and asked when we might see it become available for public use. He told me that the team is very close to starting a controlled beta or alpha on WordPress.com. Testing will continue into the new year. Once the initial testing program concludes, we’ll likely see something made available for self installed WordPress users. We can expect this to happen sometime around February or March of 2014. Beau Lebens points out that these release dates are very rough estimates, and it depends largely on how things go with the initial trial group.

\n

Watch Beau Lebens at WordCamp San Francisco 2013 Announce The o2 Plugin

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Dec 2013 21:35: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:6:"Jeffro";s: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:79:"WPTavern: PrettyPress Plugin Reinvents WordPress Post Editing With Live Preview";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13267";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/prettypress-plugin-reinvents-wordpress-post-editing-with-live-preview";s: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:2526:"

The WordPress post editing experience is one of the next major features that will be evolving to meet the needs of modern publishers. We don’t know what that’s going to look like yet, but there’s a trend emerging where everyone is taking a stab at re-imagining the post editor. Free and commercial plugins are popping up all over the place, each with a different take on improving the publishing experience.

\n

PrettyPress is one that landed in the WordPress plugin repository over the weekend. The plugin offers a live front-end preview of your post while you’re typing.

\n
PrettyPress Live Preview

PrettyPress Live Preview

\n

Essentially, it’s a Ghost-style editor without the Markdown. You could, however, install another plugin to add Markdown capabilities.

\n

PrettyPress aims to streamline WordPress publishing by simplifying the editing layout. It removes the distraction of having to switch back and forth between the frontend and backend to preview post formatting.

\n

While testing the plugin, I appreciated the fact that it doesn’t completely take over the post/page editor. Instead, it places a “Launch PrettyPress” button in the sidebar of the editor so that users can select when to activate the side-by-side screen.

\n

The plugin uses Javascript and jQuery to create the side-by-side layout with live preview and the PrettyPress developer notes that larger posts may have some performance issues. This is one aspect of the plugin that they plan to improve in the future. If you like this style of editing experience and you want to test it out, download the PrettyPress plugin for free through your WordPress dashboard.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Dec 2013 18:35: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: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:23:"Matt: Lean Startup Talk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=43236";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://ma.tt/2013/12/lean-startup-talk/";s: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:225:"

\n

I spoke with Sarah Millstein at the Lean Startup Conference earlier in the week. After a bit of intro we talk about how Automattic iterates, approaches hiring, and management.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Dec 2013 17:03: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: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:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"WordPress.tv: Chris Lema: You’re a Professional: How To Avoid Overshoot And Lost Profits";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=26701";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/16/chris-lema-youre-a-professional-how-to-avoid-overshoot-and-lost-profits/";s: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:725:"
\n

Chris Lema: You’re a Professional: How To Avoid Overshoot And Lost Profits
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Dec 2013 14:34: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:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:73:"WordPress.tv: Ian Dunn: Implementing The MVC Pattern In WordPress Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27431";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/16/ian-dunn-implementing-the-mvc-pattern-in-wordpress-plugins/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:701:"
\n

Ian Dunn: Implementing The MVC Pattern In WordPress Plugins
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Dec 2013 13:22:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:66:"WordPress.tv: Pippin Williamson: Encouraging Community Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27328";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/15/pippin-williamson-encouraging-community-development/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:681:"
\n

Pippin Williamson: Encouraging Community Development
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 Dec 2013 00:34:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:30:"Matt: Surveillance double-talk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=43241";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://ma.tt/2013/12/surveillance-double-talk/";s: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:588:"

Another Sunday, another round of stories from the Snowden files. I hope people don’t become fatigued of these continuous revelations, and it leads to change. Another good read is from the Atlantic How Americans Were Deceived About Cell-Phone Location Data. Precise but misleading language is a dangerous tool.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 15 Dec 2013 23:03:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"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: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:71:"WordPress.tv: Chip Bennett: Custom Layouts Without Using Page Templates";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27281";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/15/chip-bennett-custom-layouts-without-using-page-templates-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:693:"
\n

Chip Bennett: Custom Layouts Without Using Page Templates
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 15 Dec 2013 13:42:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:70:"WPTavern: WPWeekly Episode 131 – Talking Wordsesh With Chris Cochran";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13263";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"http://www.wptavern.com/wpweekly-episode-131-talking-wordsesh-with-chris-cochran";s: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:3134:"

WordPress Weekly Cover Art This weeks episode features Chris Cochran, co-organizer of Wordsesh. In this episode, we discussed the inspiration behind the event, Wordsesh 2, what may be coming with Wordsesh 3, and much more. We also talked about the release of WordPress 3.8, covered all of the new features and gave our thoughts on the new default theme, TwentyFourteen. Last but not least, I challenge you to figure out whether the sound you hear in this episode is a baby, or a kitten. Leave your answer in the comments.

\n

Stories Discussed:

\n

WordPress 3.8 Released
\nGet More Admin Color Schemes For WordPress 3.8
\nComing Soon: An Issues Tracker for WordPress Documentation
\nJetpack 2.7 Introduces Google+ Publicize Support and Adds Cloudup oEmbed
\nEnvato To Re-Focus On Community After Lifetime Earnings Reach $140M
\nWordSesh 2 Video Playlist

\n

WPWeekly Meta:

\n

Next Episode: Friday, December 20th 3 P.M. Eastern – Special Guest Chris Lema

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Subscribe To WPWeekly Via RSS: Click here to subscribe

\n

Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe

\n

Listen To Episode #131:
\n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 15 Dec 2013 08:55: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:6:"Jeffro";s: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:106:"WordPress.tv: Matthew Russo: The Money Is In The Details: How I Raised $27,780 In 3 Months Using 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:28:"http://wordpress.tv/?p=27238";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:120:"http://wordpress.tv/2013/12/14/matthew-russo-the-money-is-in-the-details-how-i-raised-27780-in-3-months-using-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:758:"
\n

Matthew Russo: The Money Is In The Details: How I Raised $27,780 In 3 Months Using 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 14 Dec 2013 18:26: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:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:50:"WordPress.tv: Angie Meeker: WordPress For Startups";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27292";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/14/angie-meeker-wordpress-for-startups/";s: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:655:"
\n

Angie Meeker: WordPress For Startups
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 14 Dec 2013 15:53:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:51:"BuddyPress: BuddyPress.org updated to WordPress 3.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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://buddypress.org/?p=175498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://buddypress.org/2013/12/buddypress-org-updated-to-wordpress-3-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:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:388:"

A quick note that BuddyPress.org has been updated to WordPress 3.8. Also, BuddyPress 1.8 is fully compatible with the latest and greatest version of WordPress, so you can safely update knowing that BuddyPress will cooperate completely.

\n

We’ve also updated BuddyPress.org to run what will be BuddyPress 1.9, which we’re preparing to release on Monday, December 16.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Dec 2013 21:13:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"John James Jacoby";s: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:83:"WordPress.tv: Jesse Petersen: Building Greater Profits Into Your WordPress Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=24105";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"http://wordpress.tv/2013/12/13/jesse-petersen-building-greater-profits-into-your-wordpress-business/";s: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:721:"
\n

Jesse Petersen: Building Greater Profits Into Your WordPress Business
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Dec 2013 20: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:65:"WPTavern: How to Use the British English Translation of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.wptavern.com/?p=13247";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/how-to-use-the-british-english-translation-of-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2417:"

If you want to use WordPress in the Queen’s English, you’re in luck. There’s an en-gb translation and it’s been updated for WordPress 3.8. With the new admin design, British English WordPress installs will spell words like “colour” and “customise” in the proper English style.

\n
en-gb Translation

en_gb Translation

\n

The easiest way to get an installation that uses proper English is to download the full package from the en_GB WordPress homepage. This download offers the latest version of WordPress with the British translation files already in place and referenced in wp-config.php. Please note that installing this entire zip package is only useful if you’re starting from scratch.

\n

How to Manually Add Translation Files for an Existing Site

\n

If you have an existing site where you’d like to add British translation files, here’s how:

\n

Step 1. Download the British English .mo language file from the en_GB homepage. You can pull this out of the /languages/ folder in the package. As a bonus, if you’re using Twenty Fourteen, you can also find a theme translation within this folder.

\n

Step 2. Create a new directory under wp-content called languages: /wp-content/languages/

\n

Step 3. Upload the en_GB.mo file to the languages directory.

\n

Step 4. Add this line to your wp-config.php file in the languages section:

\n
define(''WPLANG'', ''en_GB'');
\n

Save your changes to wp-config.php and upload it to your server. You should now have proper English displayed throughout your installation.

\n

Note that this same process applies to any other language files as well. Hopefully, this small courtesy will bring some cheer to our friends across the pond!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Dec 2013 19:54: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:83:"WPTavern: Help Build CF Community: A Social Network for People with Cystic Fibrosis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=12941";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/help-build-cf-community-a-social-network-for-people-with-cystic-fibrosis";s: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:13233:"

Imagine being born with a genetic disease that causes your lungs to fill, making it hard, sometimes impossible, to breathe. Imagine being susceptible to lung infections and a shorter life expectancy than everyone else. Imagine coughing attacks, feeling as though you’re drowning, regular hospital stays, and the fear of an uncertain future.

\n

Now imagine that thousands of others also share this genetic disease but you won’t ever be able to meet with them in person. You won’t be able to get together to share stories, a shoulder, a helping hand, a hug, or build a community of support and encouragement.

\n

This is the reality for those living with cystic fibrosis. People with CF are not allowed to have contact with one another. Because of a high susceptibility to lung infections, they can easily infect each other just by hanging out. Highly resistant bacteria can be shared between those with CF that can lead to serious declines in lung function and more vicious illnesses that are harder to treat, ultimately reducing life expectancy.

\n

This is the issue being tackled by BuddyPress developer, consultant and community builder Bowe Frankema. Bowe lives with cystic fibrosis and has mounted a campaign to create a social network dedicated to bringing this community together virtually, since they cannot meet together in person.

\n

\n

We were able to catch up with Bowe and ask him some questions about this project, CFCommunity.net, what it will mean for the cystic fibrosis community, the technology behind it, and what the open source community has meant to him personally.

\n

Tavern: When did it occur to you that BuddyPress and WordPress would be a perfect fit for the CF Community?

\n

Bowe: The first time I visited the BuddyPress Community forums back in 2009. I already tried out BuddyPress, but wasn’t sure if it could do the job. The software was still in it’s early days and the learning curve was through the roof! I did have experience in web development and community building so I got just enough of it, to dive in deeper.

\n

I visited the support forums to ask some questions, and was blown away by the community there. Seeing this group of people working together to create software that was free for anyone to use, baffled me. Where was the catch? Why were these people doing this for free?

\n

BuddyPress introduced me to the concept of Open Source and working together on creating something that benefits everyone. As soon as I “got” it I never looked back and knew that I wanted to build CFCommunity on WordPress/BuddyPress.

\n

Tavern: Will you be building / designing the site yourself? Or will you be getting a team to help you?

\n

Bowe: This is definitely a team effort. It’s funny that I’m able to type that with so much confidence, because it took me a long time to get to this point. I had the crazy idea that a non-profit project could be developed, managed and funded by this one guy, who also happens to have CF and can’t even work full time. It’s funny how your ambitions can make you set these unrealistic goals. As soon as I started talking about CFCommunity to my friends, they had these amazing ideas on how to make it happen.

\n

Registering as an official cause, doing a crowdfunding campaign and helping getting the word out, it’s all done with the help of the input of my friends. Especially Mason and Siobhan have been great friends and mentors!

\n

If we reach our goal we’ll be starting the development fairly soon. We’re still looking for a BuddyPress/WordPress plugin developer and someone who’s experienced with WP/BP Theme Development.

\n

registration

\n

Besides the geek stuff there’s a lot of work we need to put in building the community. Translations, finding moderators, writing quality copy and getting the word out. It’s going to be fun :-)

\n

Tavern: What kinds of new plugins will you need to create to serve the CF community specifically?

\n

Bowe: We have a few very specific plugins in mind that we’d like to develop for the community. Here’s some of them:

\n

I’m in the hospital :-( – This is a button on your profile that you press when you’re in the hospital. You can put in your address + room number and your friends will get notified. They will then be able to quickly send you a physical get well card or an e-card.

\n

Memorial Profiles – The world of CF can be very grim, and over the years we’ve lost some of our friends due to CF. We have created memorial pages for those we lost, where we share stories, pictures and memories. We’d like to have a place for this on CFCommunity. We have ideas for doing this in such a way that a memorial page remains private for a small group of friends connected to the person who passed away.

\n

Donations / Supporter Sytem – A lightweight plugin that simply allows users to make recurring donations to our community. These supporters are automatically listed on a special page and have a special badge on their profile.

\n

Cause/Organisation Groups – We’d like to give CF related causes the ability to create a group similar to a Discussion Group. The big difference is that they would be able to tell something about their cause. The biggest benefit for having these pages for CF related causes/organisations is making it very easy for our members to find places they could contact for information or support.

\n

Welcome Messages – On CFCommunity we will have hosts who are welcoming our new members. In order to help new members we’ll automatically send them a welcome message in their native language by one of the hosts assigned to that country.

\n

These are a few unique plugins, but a ton of time is also spent on integrating and extending existing plugins that are perfect for our cause. One of the things we’re most excited about is using the Achievements plugin to reward our members for things like taking their meds, gaining weight or exercising.

\n

Tavern: If you’re able to reach your funding goals, how long do you think it will take to build out the new CF Community site? And have you thought about a stretch goal?

\n

Bowe: We’re aiming for a launch at the end of spring. The last 30% is always the hardest, and we have quite a bit of challenges to solve. It’s not just a technical thing, a lot of things are related to community building and finding the right people to lead the way. We’re planning to write about this process in more detail as the CFCommunity comes closer to launch!

\n

If we go over our funding goal one of the first things I’d like to do is create a similar plugin as Commons in a Box but then for causes. Basically it would be a plugin suite + theme that would allow anyone to quickly start a social network for their cause. I think it would be awesome to drastically lower the barrier for people to create these types of communities. I honestly believe WordPress is the perfect platform for these type of communities, so I hope we’ll get to that point after we’ve launched CFCommunity.

\n

Tavern: How has being involved with the WordPress and BuddyPress community changed your life?

\n

Bowe: Story time! Average life expectancy for people with CF is around 40, I never realized how much everything I did was influenced by this. I badly wanted to leave my mark on everything I did. I was driven by an unhealthy fear of missing out on life. My entire life I had been taking shortcuts to achieve as much as possible in the shortest amount of time.

\n

This is something that I’ve heard from many of my friends with CF, we’re simply not allowing ourselves to plan a real future for ourselves. Often friends and family would praise me for being so driven and ambitious but I was driven by the fear that I was in the prime time of my life. I neglected my treatments, skipped my meds and was constantly asking too much of my body. I certainly wasn’t in the best state of mind.

\n

Things changed when I met an old friend who strongly advised me to see a different doctor. He really helped me change my perspective on life and helped me to stay motivated.

\n

I needed to start planning for the future, think long-term and manage my energy. Find things that would give meaning to my life but are actually achievable and do not have a negative impact on my health. Plan for the future. I decided that I wanted to plan a large part of my future around WordPress.

\n

WordPress has allowed me to build my career doing the things I’ve always loved doing; being creative, working with people, and give weight to my work through meaningful projects .

\n

I’ve made real friends through WordPress and most of these friends are now helping me with CFCommunity.

\n

WordPress allows me to have an impact on others through my work. It has given me the chance to see the world through WordCamps and BuddyCamps. It allows me to stand on my own feet and move from a small city in the Netherlands to the amazing city of Berlin. It allows me to work in my own pace and from anywhere.

\n

It’s an amazing idea that my work has impact on others across the world, and I have WordPress and it’s community to thank for it.

\n

Tavern: What is your ultimate hope for this community, on a heart level, where do you want it to go? In what ways do you hope that it will improve the lives of people with CF?

\n

Bowe: When I was twelve my parents heard about these summer camps for kids with Cystic Fibrosis and thought it would be a good idea to sent me there. Those weeks have taught me more about living with CF than any doctor, family member or book could ever tell me. For seven days a year I would spent time with kids who truly understood what it was like being different.

\n

bowe

\n

While I was running around on the field playing a game of soccer with the well kids, we had ill kids, those who were sick at the time, cheering for us on the side of the field with IVs in their arms. I learned to accept CF as part of me, and be grateful that I was doing so well compared to others.

\n

The idea that kids who are struggling with coming to grips with their Cystic Fibrosis, would never be able to experience what it was like to be accepted and understood in such a profound way really got to me.
\n

\nSo my ultimate goal with CFCommunity is to create something that could help people affected by CF to go through life a little easier. Last year my cousin gave birth to a beautiful girl who sadly also has CF. She’ll never be able to meet others with CF in real life and I know one day she’d like to meet others with CF. I want to create that place for her and everyone else affected by CF. How awesome would it be if she knew it was her uncle who made that happen? Being in a position to do these things is proof that I made the right decision to make WordPress such a big part of my life :-)

\n

Help Make the CFCommunity a Reality

\n

The project has already garnered the backing of some serious talent, including Mason James, Siobhan McKeown, Tom Wilmot, Tammie Lister and Sarah Smit. The campaign is also offering a number of awesome WordPress perks from companies like WP Remote, WP Valet, SiteGround and Human Made.

\n

Those involved in the WordPress and BuddyPress community are in a unique position to help make a difference in the lives of those impacted by cystic fibrosis, whether it’s through support, a plugin donation, getting the word out or helping to fund the project. If you want to get behind this project to build CFCommunity.net and help Bowe change the world, visit their IndieGoGo Campaign.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Dec 2013 17:22:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:35:"Dougal Campbell: Presentation Video";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://dougal.gunters.org/?p=75377";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://dougal.gunters.org/blog/2013/12/13/presentation-video/";s: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:1433:"

Back in March of 2013, I gave a presentation at WordCamp Atlanta titled “Secure All The Things”. I’ve just noticed that the video of this presentation finally went up on wordpress.tv a few weeks ago.

\n

At the time of the WordCamp, I had been really busy at work, so I hadn’t had as much time to rehearse or revamp my slide deck as I had wanted. Despite that, I feel like the talk went off pretty well, especially about halfway in, when I started fielding questions from the audience. I was able to relax more when I was answering questions than when I was concerned about remembering which slide was coming up next.

\n

Towards the very end, I realized that we were coming up against the session’s time limit, so I hurried through the last few slide points. But overall, I felt like it went pretty well.

\n

\n

\n

Original Article: Presentation Video\nDougal Campbell's geek ramblings - WordPress, web development, and world domination.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Dec 2013 15:59:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Dougal Campbell";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:55:"WordPress.tv: Adam Schweigert: Largo Project Case Study";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27219";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/13/adam-schweigert-largo-project-case-study/";s: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:659:"
\n

Adam Schweigert: Largo Project Case Study
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Dec 2013 14:42:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:76:"WordPress.tv: Andrey “Rarst” Savchenko: Better Site Stacks with Composer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27095";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://wordpress.tv/2013/12/13/andrey-rarst-savchenko-better-site-stacks-with-composer/";s: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:765:"
\n

wceu-2013-Better Site Stacks with Composer-Andrey “Rarst” Savchenko
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Dec 2013 11:22:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:97:"WordPress.tv: Miriam Schwab: Learn from my mistakes, don’t make them: The Business of WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27093";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/12/miriam-schwab-learn-from-my-mistakes-dont-make-them-the-business-of-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:818:"
\n

wceu-2013-Learn from my mistakes, don’t make them-The Business of WordPress-Miriam-Schwab
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Dec 2013 03:19:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:52:"WordPress.tv: Introducing WordPress 3.8 “Parker”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27668";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/12/introducing-wordpress-3-8-parker/";s: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:636:"
\n

WordPress_3.8_release
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Dec 2013 01:55:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:26:"Scott Reilly (coffee2code)";s: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:60:"WPTavern: 3 Efficient Tools for WordPress Database Migration";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13165";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/3-efficient-tools-for-wordpress-database-migration";s: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:4984:"
photo credit: Don McCullough - cc

photo credit: Don McCulloughcc

\n

One of the challenges of migrating a WordPress site is performing a search and replace within the database to update all of the links to the new URL. There are even more links to update on a multisite installation and you’re often working with a larger database. Today we’re going to look at a few handy tools that will make your life much easier when migrating a site. The tool you select usually depends on when you prefer to perform the search and replace.

\n

Migrate DB Plugin: Requires Admin Access

\n

If you have access to the WordPress admin, one of the easiest ways to make the changes up front is to use the Migrate DB plugin. Jeff recently reviewed it if you’d like to read more about how the plugin works. Essentially, you input your new URL and file path and the plugin exports an updated version of the database, which you would then import into an empty database on your new server.

\n
WP DB Migrate Options

Changing the site URL is easy!

\n

Search and Replace WordPress Plugin: Requires Admin Access

\n

In the event that you’ve already moved the site over to the new server and have already imported the database, you have a couple different options for performing your search and replace. One of them is to use phpmyadmin or a similar tool to update the home and site URLs so that you can get back into the WordPress admin. At that point you could use a plugin such as Search and Replace to update URLs, site name or anything else that’s necessary.

\n

This plugin lets you search over all or perform a more specific search in ID, post-content, GUID, titel, excerpt, meta-data, comments, comment-author, comment-e-mail, comment-url, tags/categories and categories-description.

\n

Search and Replace DB Script: Does Not Require Admin Access

\n

Another option that I’ve used many times is the Search and Replace DB tool. It’s not a WordPress plugin, but it’s very easy to use. This script preserves serialized PHP strings when performing a search and replace. You upload the script to your site, scan all the tables and then input what you want to find and replace.

\n
Scan tables

Scan tables

\n

Although you can use this script with Drupal, Joomla or any similar CMS, it was made to work nicely with the unique requirements of WordPress migrations and includes a few key features:

\n\n

The important thing to remember after using the Search and Replace DB script is that you must remember to remove it from your website once you’re finished. Otherwise, it poses a serious security risk.

\n

Of course there are many more tools than those listed here that perform similar functions. These three above are ones that I’ve tested multiple times and found to be the easiest and most efficient for getting the job done. Do you know of any other outstanding migration tools? Let us know in the comments below.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Dec 2013 21:34:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:56:"WPTavern: Get More Admin Color Schemes For WordPress 3.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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:32:"http://www.wptavern.com/?p=13179";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://www.wptavern.com/get-more-admin-color-schemes-for-wordpress-3-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:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2926:"

One of my favorite features of the WordPress 3.8 ‘About’ page is the live admin color scheme picker. WordPress 3.8 ships with eight different color schemes.

\n

color-schemes

\n

If you don’t find a favorite among the default color schemes, there are more options available using a plugin. A small group of designers have collaborated to bring WordPress users even more color schemes via Admin Color Schemes, which is receiving more interest now that 3.8 has been released. The plugin adds eight additional color schemes. If you install it, you’ll see the new colors available under your profile’s personal options in the admin.

\n
More colors!

More colors!

\n

You can click through the various color schemes to “try them on” instantly. These additional schemes were created by professional designers Kate Whitley, Dave Whitley, Mel Choyce, and Kelly Dwan. There’s something for everyone here, from primary colors to pastels to nature-inspired palettes.

\n
Aubergine - by Kate Whitley & Kelly Dwan

Aubergine – by Kate Whitley and Kelly Dwan

\n

Create Your Own Color Schemes

\n

For the more adventurous, you can check out the code of this plugin to learn how to create your own color schemes. You might be surprised to know that the backbone of the color schemes is just a handful of variables included in its scss file, defining the base, highlight, notification and action colors. You’ll need to compile your new scss file into a corresponding CSS file in order to make it work. Admin Color Schemes offers a nice model for how to do this.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Dec 2013 19:40:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:48:"WordPress.tv: Tammie Lister: The Life of a 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:28:"http://wordpress.tv/?p=27091";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/12/tammie-lister-the-life-of-a-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:681:"
\n

wceu-2013-The Life of a Theme-Tammie-Lister
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Dec 2013 19: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:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:53:"Ping-O-Matic: Bits of Advice on Growth and Readership";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://blog.pingomatic.com/?p=98";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://blog.pingomatic.com/2013/12/12/growth-and-readership/";s: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:3398:"

In the past, we’ve shared quick optimization tips, sharing plugins, and other tools to help drive traffic to your site. Over on The Daily Post, we’ve published interviews with popular bloggers on growing your site and building your readership.

\n

statwrangling

\n

Here are snippets from a great Q&A with author Cristian Mihai.

\n

What’s your secret to building such a large following?

\n

The secret is to do something you’re passionate about, something you care deeply about. Because if you do so, odds are that someone else will relate to what you’re doing. If every post you write means something to you, it’ll undoubtedly mean something to other people, too.

\n

Another key aspect is consistency. It’s not all about quantity — posting every day, for instance — but also about quality. Readers should know what to expect every time they get notified that you posted something new on your blog.

\n

Blogging is not a numbers game. Yes, as you become more popular it’s easy to lose track of things; it becomes more and more difficult to realize that those numbers are actually people. Every like, comment, and follow is an action performed by another human being.

\n

Statistics only offer you a cold perspective of what’s going on with your blog, but what matters more is the level of interaction that you manage with fellow bloggers. Also, if you think too much about followers and such, you’re going to try too hard. And you’re going to fail.

\n

What types of posts perform better?

\n

It’s almost impossible to determine why some posts perform better than others. Sometimes it’s ironic, because you worked really hard on a certain piece — did a lot of research, tried to make it all come together in the most attractive way possible — and you just don’t get people to care enough to leave a comment. Other times, the exact opposite happens.

\n

Popularity simply means how many people relate to what you’re doing. Engagement means how many people care enough — whether they agree or disagree — to actually respond. The goal is to figure out what it is that makes people follow your blog. What type of posts do they enjoy reading most? That’s when your stats may prove useful. If you analyze the posts that perform better, you’ll see they’re often similar in theme, structure, and so on. That’s what readers want most.

\n

Read this entire interview on blog growth and readership.


";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Dec 2013 19:07:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:20:"Cheri Lucas Rowlands";s: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:36:"Dev Blog: WordPress 3.8 “Parker”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/news/?p=2765";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://wordpress.org/news/2013/12/parker/";s: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:17553:"

Version 3.8 of WordPress, named “Parker” in honor of Charlie Parker, bebop innovator, is available for download or update in your WordPress dashboard. We hope you’ll think this is the most beautiful update yet.

\n
\n

Introducing a modern new design

\n

overview

\n

WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire admin dashboard. Gone are overbearing gradients and dozens of shades of grey — bring on a bigger, bolder, more colorful design!

\n

about-modern-wordpress

\n

Modern aesthetic

\n

The new WordPress dashboard has a fresh, uncluttered design that embraces clarity and simplicity.

\n

Clean typography

\n

The Open Sans typeface provides simple, friendly text that is optimized for both desktop and mobile viewing. It’s even open source, just like WordPress.

\n

Refined contrast

\n

We think beautiful design should never sacrifice legibility. With superior contrast and large, comfortable type, the new design is easy to read and a pleasure to navigate.

\n
\n

WordPress on every device

\n

responsiveWe all access the internet in different ways. Smartphone, tablet, notebook, desktop — no matter what you use, WordPress will adapt and you’ll feel right at home.

\n

High definition at high speed

\n

WordPress is sharper than ever with new vector-based icons that scale to your screen. By ditching pixels, pages load significantly faster, too.

\n
\n

Admin color schemes to match your personality

\n

colors

\n

WordPress just got a colorful new update. We’ve included eight new admin color schemes so you can pick the one that suits you best.

\n

Color schemes can be previewed and changed from your Profile page.

\n
\n

Refined theme management

\n

themesThe new themes screen lets you survey your themes at a glance. Or want more information? Click to discover more. Then sit back and use your keyboard’s navigation arrows to flip through every theme you’ve got.

\n

Smoother widget experience

\n

Drag-drag-drag. Scroll-scroll-scroll. Widget management can be complicated. With the new design, we’ve worked to streamline the widgets screen.

\n

Have a large monitor? Multiple widget areas stack side-by-side to use the available space. Using a tablet? Just tap a widget to add it.

\n
\n

Twenty Fourteen, a sleek new magazine theme

\n

The new Twenty Fourteen theme displayed on a laptop. tablet and phone

\n

Turn your blog into a magazine

\n

Create a beautiful magazine-style site with WordPress and Twenty Fourteen. Choose a grid or a slider to display featured content on your homepage. Customize your site with three widget areas or change your layout with two page templates.

\n

With a striking design that does not compromise our trademark simplicity, Twenty Fourteen is our most intrepid default theme yet.

\n
\n

Beginning of a new era

\n

This release was led by Matt Mullenweg. This is our second release using the new plugin-first development process, with a much shorter timeframe than in the past. We think it’s been going great. You can check out the features currently in production on the make/core blog.

\n

There are 188 contributors with props in this release:

\n

Aaron Holbrook, Aaron Jorbin, adamsilverstein, admiralthrawn, Alexander Hoereth, Amy Hendrix (sabreuse), Andrew Nacin, Andrew Ozz, Andrey Kabakchiev, Andy Peatling, Ankit Gade, Anton Timmermans, Arkadiusz Rzadkowolski, Aubrey Portwood, bassgang, Ben Dunkle, Billy (bananastalktome), binarymoon, Brady Vercher, Brandon Kraft, Brian Richards, Bryan Petty, Calin Don, Carl Danley, Caroline Moore, Caspie, Chris Jean, Clinton Montague, Corphi, Dan Bernardic, Daniel Dudzic, datafeedrcom, Dave Whitley, Dion Hulse, Dominik Schilling (ocean90), Doug Wollison, Drew Jaynes, dziudek, Eric Andrew Lewis, Erick Hitter, Eric Mann, Evan Solomon, Faison, Frank Klein, Gary Jones, Gary Pendergast, Gennady Kovshenin, George Stephanis, gnarf37, Gregory Karpinsky, hanni, Helen Hou-Sandi, Ian Dunn, Ipstenu (Mika Epstein), Isaac Keyet, J.D. Grimes, Jack Lenox, janhenckens, Jeff Bowen, Jeff Chandler, Jen Mylo, Jeremy Buller, Jeremy Felt, Jeremy Herve, Jeremy Pry, Jesper Johansen (jayjdk), jhned, jim912, Joan Artes, Joe Dolson, Joen Asmussen, John Blackbourn, John Fish, John James Jacoby, Jon Cave, Joost de Valk, Joshua Abenazer, Junko Nukaga, Justin de Vesine, Justin Sainton, K.Adam White, Kailey (trepmal), Kat Hagan, Kelly Dwan, Kim Parsell, Kirk Wight, Konstantin Dankov, Konstantin Kovshenin, Konstantin Obenland, Krzysiek Drozdz, Lance Willett, Lee Willis, lessbloat, lite3, littlethingsstudio, LucP, Lutz Schroer, Mako, Mark Jaquith, Mark McWilliams, Marko Heijnen, Matias Ventura, Matthew Denton, Matthew Haines-Young, Matt Mullenweg, Matt Thomas, Matt Wiebe, megane9988, Mel Choyce, micahwave, Michael Cain, Michel, Michelle Langston, Mike Burns, Mike Hansen, Mike Little, Mike Schroder, Milan Dinic, mitcho (Michael Yoshitaka Erlewine), Morgan Estes, moto hachi, Naoko Takano, neil_pie, Nick Daugherty, Nick Halsey, Nikolay Bachiyski, ninio, ninnypants, nofearinc, Nowell VanHoesen, odyssey, OriginalEXE, Pascal Birchler, Paul de Wouters, pavelevap, Peter Westwood, Ptah Dunbar, Raam Dev, rachelbaker, Rachel Carden, Radices, Ram Ratan Maurya, Remkus de Vries, Rescuework Support, Ricky Lee Whittemore, Robert Dall, Robert Wetzlmayr, PHP-Programmierer, Rodrigo Primo, Ryan Boren, Samuel Wood (Otto), sanchothefat, sboisvert, Scott Basgaard, Scott Reilly, Scott Taylor, scribu, Sean Hayes, Sergey Biryukov, shaunandrews, Sheri Bigelow (designsimply), ShinichiN, Simon Wheatley, Siobhan, Siobhan Bamber (siobhyb), sirbrillig, solarissmoke, Stephen Edgar, Stephen Harris, Steven Word, Takashi Irie, Takayuki Miyauchi, Takuma Morikawa, Thomas Guillot, tierra, Till Kruss, TLA Media, TobiasBg, tommcfarlin, Torsten Landsiedel, Tracy Rotton, trishasalas, Tyler Smith, Ulrich, Vladimir, Weston Ruter, Yoav Farhi, yonasy, and Zack Tollman. Also thanks to Ben Morrison and Christine Webb for help with the video.

\n

Thanks for choosing WordPress. See you soon for version 3.9!

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Dec 2013 17:45:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:45:"WPTavern: WordPress 3.8 “Parker” Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=11632";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/wordpress-3-8-parker-released";s: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:9584:"

WordPress 3.8 “Parker” has been released, named for jazz artist Charlie Parker. Version 3.8 has been in the oven for 49 days. This marks the second release that contains features that started off as plugins first, a development practice we’ve covered on WPTavern at great length. It’s important to note that after upgrading to WordPress 3.8, you are strongly encouraged to disable and remove any of the features that started off as plugins. For example, since MP6 was merged into core, it’s no longer needed and will automatically be disabled after you upgrade.

\n
WordPress 3.8 About Page

WordPress 3.8 About Page

\n

\n

A New Theme Experience (Formerly Known As THX)

\n
WordPress 3.8 Theme Experience

The New WordPress Theme Experience

\n

Browsing and switching themes from the backend of WordPress is now a much better experience thanks to a completely revamped themes page. The themes page now has larger thumbnails making it easier to browse themes at a glance. Clicking the theme details link displays a large screenshot of the theme as well as a detailed description on the right hand side.

\n

Widgets Area Chooser (Formerly Known As The Widget Area Chooser Plugin)

\n
WordPress 3.8 Widget Management

New Way To Manage Widgets

\n

The days of scrolling endlessly to manage Widgets are over. WordPress 3.8 enhances the Widget management pages in a few key areas. Sidebars now make better use of free space on wide screen monitors by adding a side-by-side display. You no longer have to drag widgets into the sidebar, although you’ll still be able to. An alternative method is to click on the widget and select the sidebar you’d like to have it displayed on. Select the sidebar location and click the add widget button. This is a huge improvement, especially for those who use a lot of widgets.

\n

A Refined Dashboard With Widget Improvements (Formerly Known As DASH)

\n

The WordPress 3.8 dashboard has reworked a number of widgets to make them more useful. During the development phase, the incoming links widget was removed since it routinely didn’t work. The WordPress Blog, Other WordPress News, and Plugins widgets were combined to form the new WordPress News widget. The Right Now widget has been renamed to “At a Glance“. This widget shows how many posts, pages and comments are on the site as well as the current version of WordPress installed. Akismet stats now make up the bottom portion of the widget.

\n
Removed, Merged, And Revamped Dashboard Widgets

Removed, Merged, And Revamped Dashboard Widgets

\n

Recent Comments was merged into the new Activity widget which also shows any scheduled posts and the five most recently published posts. Last but not least, QuickPress was renamed to Quick Drafts which also houses the Recent Drafts widget. There is no longer an option to specify how many columns the dashboard has. Instead, the number of columns will automatically change based on the available screen real estate. Developers can hook into the activity widget and add additional information to it.

\n

WordPress Backend Redesign (Formerly Known As MP6)

\n

The most noticeable change in WordPress 3.8 is the renovated backend design. This redesign has been nine months in the making with the creation of the MP6 plugin. The new design is aesthetically pleasing to the eyes. Typography has gotten some major improvements thanks to the use of Open Sans.

\n
WordPress 3.8 Has Eight Different Color Schemes

WordPress 3.8 Has Eight Different Color Schemes

\n

If dark colors are not your style, WordPress 3.8 ships with eight different color schemes. My personal favorite is Midnight. It’s possible that in the near future, a large number of color schemes will be available via an add-on plugin.

\n

The New Default Theme TwentyFourteen

\n
WordPress 3.8 Default Theme TwentyFourteen

WordPress 3.8 Default Theme TwentyFourteen

\n

TwentyFourteen marks the first time a new WordPress default theme is available for a full year. TwentyFourteen, previously known as Further, was originally created as a theme for WordPress.com. Based on Further’s success, it became an ideal candidate to be turned into the default theme. The theme is based around a magazine concept and includes up to six featured content blocks. Use the three widget areas to customize your website, and change your content’s layout with a full width page template and a contributor page to show off your authors.

\n

Responsive Admin Design

\n
WordPress 3.8 Responsive Admin

WordPress 3.8 Backend Is Now Responsive

\n

The backend of WordPress 3.8 is now responsive. The WordPress backend now adapts to any device such as a smartphone, tablet, notebook, or desktop. This is incredibly helpful to those who use WordPress mobile apps on smartphones and need to access specific administrative functions in the backend of WordPress. In previous versions, navigating through the backend on a mobile device was painfully slow. Some of the increase in speed can be attributed to using vector-based icons that scale to your screen. By discarding pixels, pages load faster.

\n

WordPress 3.8 Is The Best Release Yet

\n

WordPress 3.8 Charlie Parker

Charlie Parker

I didn’t realize how many changes are in WordPress 3.8 until I wrote this post. There are a lot of user facing features and enhancements that will take some getting used to. However, I think all of the improvements make it the best release so far.

\n

The default theme has a specific use case but I’m curious to see how the WordPress community will re-imagine TwentyFourteen using child themes. Last but not least, thank you to everyone who contributed to WordPress 3.8 either by way of submitting patches, reporting bugs, or beta testing the software. It’s your dedication that enabled 3.8 to ship on time.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Dec 2013 17:00:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s: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:32:"Joseph: Giving Back to 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://josephscott.org/?p=9447";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://josephscott.org/archives/2013/12/giving-back-to-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:1942:"

wordpress-logo-simplified-rgb

\n

Last month 10up announced they were sponsoring Helen Hou-Sandi to work on core WordPress full time. This has been a very positive trend, with Bluehost and DreamHost also dedicating full time positions to core WordPress development. At Automattic we have entire team of people working on the WordPress.org project.

\n

Not everyone is in a position to have a full time developer or designer dedicated just to the WordPress project. There are other ways of helping though. A good example is WP Site Care, who is dedicating time each week for employees to help in the WordPress support forums. Ryan Sullivan summed it up nicely at the end of his announcement:

\n

\nI also realized that everyone has a place. We don’t employ anyone with core contributor skills here (yet), but we’re damn good at support, and that’s something we can give back in a very meaningful and effective way.

\n

So I’m proud to announce that all WP Site Care team members will be contributing time weekly to the WordPress Support Forums and Docs.\n

\n

I like the idea of building off of your existing strengths to help out the rest of the WordPress community. If you are looking for ways to help the WordPress project or other WordPress users check out the contributing to WordPress page in the WordPress Codex and your local WordPress meetup.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Dec 2013 16:19:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joseph Scott";s: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:55:"WordPress.tv: Joost de Valk: The Victory of the Commons";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27089";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/12/joost-de-valk-the-victory-of-the-commons/";s: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:702:"
\n

wceu-2013-The Victory of the Commons-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:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Dec 2013 11: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:53:"WordPress.tv: Ptah Dunbar: Unit Testing like a Pirate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27087";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.tv/2013/12/11/ptah-dunbar-unit-testing-like-a-pirate/";s: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:696:"
\n

wceu-2013-Unit Testing like a Pirate-ptah-dunbar
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Dec 2013 01:10:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:68:"WPTavern: Infographic Shows WordPress Adoption Rate Is Like Wildfire";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13135";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://www.wptavern.com/infographic-shows-wordpress-adoption-rate-is-like-wildfire";s: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:1506:"
WordPress Sitting On Top Of The World

WordPress Sitting On Top Of The World

\n

Back in June, 2013 WPEngine participated in a session at WordCamp Chicago that was filled with WordPress statistics and trends. The results from that survey have now been published as an infographic. I think the most impressive stat is that there is one WordPress site for every 101 people in the world. According to the graphic, that’s essentially the population of Shanghai, Mumbai, Moscow, Mexico City, Tokyo, New York City, London, and Los Angeles combined.

\n

If you’re interested in more statistics, Matt Mullenweg conducted a survey shortly before WordCamp San Francisco 2013 and shared the results in his State Of The Word presentation.

\n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Dec 2013 22:56: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:6:"Jeffro";s: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:77:"WPTavern: Envato To Re-Focus On Community After Lifetime Earnings Reach $140M";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13102";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://www.wptavern.com/envato-to-re-focus-on-community-after-earning-140m-in-2013";s: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:3498:"

Envato LogoCollis Ta’eed, CEO of Envato, has published a wrap up of what the company accomplished during 2013. Alongside some big numbers, Collis reflects on the past seven years of Envato’s existence. “When I look back at the seven years of Envato’s life so far, I certainly underestimated what this company and community was capable of achieving. This in turn makes me wonder how much more we can do in the next seven.” Envato is the parent company of a number of successful marketplaces such as ThemeForest and CodeCanyon.

\n

Some of their impressive stats for 2013 include:

\n\n

Communities Can Turn Against You In A Flash

\n

The marketplaces have provided a number of opportunities for developers to make money that otherwise, didn’t exist. Their community has played a large role in Envato’s success. After reading the Envato wrap up post, it’s clear that Collis and team realize this.

\n

Now that we know who we want to be, we have to live up to it. That’s why I believe that we are now entering a new phase of Envato’s life, that I would call Community-Building.

\n

It’s awesome to see the company embracing their community and watching it pay off for both parties. However, a word of caution: A community can be a fickle thing. Envato has proven that a community can be forgiving if large changes are discussed before their implementation. A great example is when Envato changed the licensing options for theme and plugin authors on ThemeForest and CodeCanyon. While everyone didn’t agree with the decisions made, members had a chance to voice their opinions and participate in the discussion. Envato needs to continue giving their community the opportunity to decide which direction the ship travels.

\n

Collis, as acting ship captain of Envato, will continue to be faced with the challenges of making decisions that the community disagrees with. It’s at these moments Envato can see what type of community they really have surrounding them. Will they stand by the company? Or line up outside the walls with pitchforks? The one thing that helped Envato become so successful is the same thing that can destroy the company.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Dec 2013 22:35:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s: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:82:"WPTavern: Jetpack 2.7 Introduces Google+ Publicize Support and Adds Cloudup oEmbed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13091";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/jetpack-2-7-introduces-google-publicize-support-and-adds-cloudup-oembed";s: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:4231:"

Jetpack LogoJetpack 2.7 was released today, featuring Google+ support for Publicize, which enables you to shoot posts straight to G+ after you publish them.

\n

However, the Jetpack team has packed more into this release than they let on in the announcement. Here’s a quick overview of the major enhancements and bug fixes included in 2.7.

\n

Cloudup oEmbed Support

\n

cloudupLast week we featured the new Cloudup oEmbed plugin that allows you to simply paste a Cloudup URL on its own line to insert content.

\n

It’s convenient to have this packed into Jetpack because Cloudup usage is likely to explode after it’s out of beta. If you previously installed the plugin for Cloudup oEmbed, you can now delete it if you’re running Jetpack. If you haven’t yet tried the Cloudup file sharing service, you can use this link to sign up as a beta user.

\n

G+ Publicize for Profiles and Pages

\n

Publicize Settings

Publicize Settings

Publicize now allows you to link up a G+ profile or page account. Once you update Jetpack to 2.7, go to the post editor to view your current Publicize linked accounts. Click on the ‘Settings’ link to authenticate for the G+ profile/page you want to use.

\n

In order to test out the new G+ Publicize feature we linked it up to our brand new WP Tavern page where you can follow us for all the latest WordPress news. During this process, we discovered that posts automatically share privately from the WordPress app created, unless you change the app’s privacy setting to public. Your G+ page settings should have a menu item where you can edit the privacy of posts shared.

\n

If you publish a high volume of content, then you know it’s a pain to manually share your posts on every social network. Jetpack’s new G+ Publicize Support allows you to mark one thing off your daily list.

\n

Enhancements and Improvements for Upcoming WordPress 3.8 Release

\n

Jetpack 2.7 includes some enhancements and fixes that will get your site ready for WordPress 3.8 and the new default theme. This release adds infinite scroll support for Twenty Fourteen. It also has some fixes for Jetpack’s Featured Content module:

\n\n

For a comprehensive list of everything that’s new and update, check out the Jetpack changelog.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Dec 2013 22:10:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:68:"WPTavern: Coming Soon: An Issues Tracker for WordPress Documentation";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=13064";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://www.wptavern.com/coming-soon-an-issues-tracker-for-wordpress-documentation";s: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:5528:"

WordPress documentation is about to improve by leaps and bounds. At the moment, trying to get involved contributing to documentation can be quite confusing. Unless you know the current docs inside and out, it’s not easy to find gaps or missing pieces that need attention. That’s where an issues tracker comes into play.

\n

What is a documentation issues tracker?

\n

A docs issues tracker is to documentation what trac is to code. The issues tracker provides a central place where users and contributors can report and track progress on issues specific to documentation.

\n

The Drupal project has a nice example if you want to see one in action.

\n

The idea originated with the WordPress Docs Team. When Siobhan McKeown outlined the idea for the tracker, she cited two important problems that the issues tracker will solve:

\n\n

Example issues one might report include documentation that’s out of date, incomplete docs, pages that need editing, missing sections, a dead link, code examples that are broken or need updating.

\n

Tammie Lister designed a mockup of the tracker planned for WordPress:

\n
Mockup of Documentation Issues Tracker

Mockup of Documentation Issues Tracker

\n

As you can see, it’s simpler than trac in many ways and designed to be easy for anyone to quickly create a report on an issue.

\n

The Docs Tracker is Now in Development

\n

Samuel Sidler

Samuel Sidler

I had the chance to chat with Samuel Sidler. He is helping to organize the tracker project, which is code named “Documentron”.

\n

To get an understanding of the system that contributors have been using so far, I asked him how documentation issues are currently being resolved. It seems that right now, there is no central place for everyone to jump in and work together. He replied:

\n

Currently, documentation issues are resolved and tracked manually by individual contributors. There isn’t an easy way to report issues or request new documentation. The documentation issue tracker will allow two things: 1) anyone can report an issue with documentation and 2) the docs team can track all open issues to have a better picture of the state of documentation across the project.

\n

Sidler believes that the new issues tracker will help open up contribution to WordPress docs in a major way. “The tracker is focused on making things easier for the docs team first and foremost. But any community member will be able to report issues to it, opening the door to participation,” he said. Besides the Docs Team, he anticipates that the Support Team will also be likely to use the tracker for the documentation they manage.

\n

The designs have been finalized and Sidler reports that Otto has happily agreed to develop the new tracker. How soon will we see it in use on WordPress.org? Sidler says, “It’s hard to say exactly how long an issue tracker will take to build, especially with the upcoming holidays, but we’re closer than we’ve ever been.” The plan is to roll it out in beta first and Sidler will be organizing users for testing. “We’ll put links on a few docs to test the reporting interface with end users before rolling it out to all documentation.”

\n

A documentation issues tracker is a must-have tool for any large open source project. Sidler is hoping that it will streamline issue management.

\n

Ideally, more issues will get reported and then fixed with an issue tracker in place. Having an easy way for anyone to report an issue should increase the number of reported issues. Likewise, having a central place to track issues will make them easier to fix.

\n

I’m excited to see the documentation issues tracker implemented on WordPress.org. It has the potential to exponentially increase the contribution to docs as well as collaboration among Docs Team members. If you’re eager to contribute to WordPress docs but don’t know where to get started, the tracker will help you to find a place to jump in. We’ll let you know when it’s live on 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Dec 2013 19:03:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:85:"WordPress.tv: Floor Drees: Working Towards Great Version Control for Content Creators";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27085";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.tv/2013/12/11/floor-drees-working-towards-great-version-control-for-content-creators/";s: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:792:"
\n

wceu-2013-Working Towards Great Version Control for Content Creators-Floor-Drees
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Dec 2013 18:11:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:131:"WordPress.tv: Mónica Guerra Leiria: Between Glorified Computer Interface and Ultimate Narcissist: delivering what the client needs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27080";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:146:"http://wordpress.tv/2013/12/11/monica-guerra-leiria-between-glorified-computer-interface-and-ultimate-narcissist-delivering-what-the-client-needs/";s: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:896:"
\n

wceu-2013-Between Glorified Computer Interface and Ultimate Narcissist-delivering what the client needs-monica
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Dec 2013 08:44:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:91:"WordPress.tv: Kirsten Schelper & Elisabeth Hölzl: Developing WordPress Themes with Git";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=27078";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://wordpress.tv/2013/12/10/kirsten-schelper-elisabeth-holzl-developing-wordpress-themes-with-git/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:723:"
\n

wceu-2013-Developing WordPress Themes with Git
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Dec 2013 03:40: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WPTavern: WordPress StackExchange Votes On New Community Promotion Ads";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://www.wptavern.com/?p=12753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://www.wptavern.com/wordpress-stackexchange-votes-on-new-community-promotion-ads";s: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:2103:"

sharing

\n

The WordPress StackExchange community is currently voting on ads to display in the sidebar of its forums for 2014. Every year the Community Promotion Ads are reset in December. These ads serve to promote anything that the community deems to be important. Usually, the ads are dedicated to promoting information and resources that benefit those in the community as well as potential new members who might be visiting. To be clear, these are not ads dedicated to commercial products.

\n

WordPress StackExchange lists a few examples of Community Promotion Ads, including open source plugins, power tools, events or conferences and anything that might be of genuine interest to WordPress people.

\n

Cast Your Vote for the Most Useful Community Promotion Ads

\n

Cycling the ads every year helps to keep them fresh and current. The WordPress StackExchange is a place where many WordPress users turn to for answers and it’s important for community members to vote up the ads that will be the most useful and relevant.

\n

Right now, there are only four ads up for votes, but the WordPress community has many more quality resources that could be included here. They’re still taking new submissions for Community Promotion Ads if you’d like to send in an image and URL. Voting will continue throughout December. You’ll need to create an account in order vote. Once logged in, you can vote up the resources you think will be the most useful to the WordPress community.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 11 Dec 2013 02:01:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 18 Dec 2013 19:26:20 GMT";s:12:"content-type";s:8:"text/xml";s:14:"content-length";s:6:"183843";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Wed, 18 Dec 2013 19:15:19 GMT";s:4:"x-nc";s:11:"HIT lax 250";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20130911020210";}', 'no'); INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (122, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1387437987', 'no'), (123, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1387394787', 'no'), (124, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1387437988', 'no'), (125, '_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:72:"\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:39:"WordPress Plugins » View: Most 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:44:"http://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:39:"WordPress Plugins » View: Most 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:"Wed, 18 Dec 2013 19:11: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: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:15:{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:"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:54:"http://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: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: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:48:"http://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:104:"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Tim Moore";s: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:22:"WordPress SEO by Yoast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://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:131:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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: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:63:"http://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:5:"Arnee";s: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: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:58:"http://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:126:"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines such as Google.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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: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:18:"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:59:"http://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:107:"The easiest, most effective way to secure WordPress. Improve the security of any WordPress site in seconds.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Chris Wiegman";s: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: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:56:"http://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:71:"Enables the advanced features of TinyMCE, the WordPress WYSIWYG 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: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:21:"WPtouch Mobile 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:47:"http://wordpress.org/plugins/wptouch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 May 2008 04:58: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"5468@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:63:"Create a slick mobile WordPress website with just a few clicks.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"BraveNewCode Inc.";s: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: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:45:"http://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: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: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:59:"http://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: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: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:55:"http://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:122:"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 7.5 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: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:33:"WooCommerce - excelling eCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://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: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: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:50:"http://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:148:"Wordfence Security is a free enterprise class security plugin that includes a firewall, virus scanning, real-time traffic with geolocation and 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: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:7:"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:48:"http://wordpress.org/plugins/captcha/#post-26129";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Apr 2011 05:53: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"26129@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:79:"This plugin allows you to implement super security captcha form into web forms.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"bestwebsoft";s: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:24:"Fast Secure Contact Form";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"http://wordpress.org/plugins/si-contact-form/#post-12636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Aug 2009 01:20: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:35:"12636@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:"An easy and powerful form builder that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Mike Challis";s: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:45:"http://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";a:7:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 18 Dec 2013 19:26:22 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Thu, 02 Aug 2007 12:45:03 GMT";s:4:"x-nc";s:11:"HIT lax 250";}s:5:"build";s:14:"20130911020210";}', 'no'), (126, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1387437988', 'no'), (127, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1387394788', 'no'), (128, '_transient_timeout_plugin_slugs', '1387481188', 'no'), (129, '_transient_plugin_slugs', 'a:2:{i:0;s:19:"akismet/akismet.php";i:1;s:9:"hello.php";}', 'no'), (130, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1387437988', 'no'), (131, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '
  • WordPress 3.8 “Parker” 12.12.2013
    Version 3.8 of WordPress, named “Parker” in honor of Charlie Parker, bebop innovator, is available for download or update in your WordPress dashboard. We hope you’ll think this is the most beautiful update yet. Introducing a modern new design WordPress has gotten a facelift. 3.8 brings a fresh new look to the entire admin dashboard. […]
', 'no'), (135, 'theme_mods_twentyfourteen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1387394870;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'), (134, '_transient_twentyfourteen_category_count', '1', 'yes'), (136, 'current_theme', 'Тема 1', 'yes'), (137, 'theme_mods_theme1', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:0:{}}', 'yes'), (138, 'theme_switched', '', 'yes'), (152, 'category_children', 'a:0:{}', 'yes'); -- -------------------------------------------------------- -- -- Table structure for table `wp_postmeta` -- CREATE TABLE IF NOT EXISTS `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=144 ; -- -- Dumping data for table `wp_postmeta` -- INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default'), (2, 4, '_wp_attached_file', '2013/12/728x90.jpg'), (3, 4, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:728;s:6:"height";i:90;s:4:"file";s:18:"2013/12/728x90.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"728x90-150x90.jpg";s:5:"width";i:150;s:6:"height";i:90;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"728x90-300x37.jpg";s:5:"width";i:300;s:6:"height";i:37;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"728x90-180x22.jpg";s:5:"width";i:180;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (4, 5, '_wp_attached_file', '2013/12/ads1.jpg'), (5, 5, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:125;s:6:"height";i:125;s:4:"file";s:16:"2013/12/ads1.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (6, 6, '_wp_attached_file', '2013/12/ads2.jpg'), (7, 6, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:125;s:6:"height";i:125;s:4:"file";s:16:"2013/12/ads2.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (8, 7, '_wp_attached_file', '2013/12/ads3.jpg'), (9, 7, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:125;s:6:"height";i:125;s:4:"file";s:16:"2013/12/ads3.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (10, 8, '_wp_attached_file', '2013/12/ads4.jpg'), (11, 8, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:125;s:6:"height";i:125;s:4:"file";s:16:"2013/12/ads4.jpg";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (12, 9, '_wp_attached_file', '2013/12/ico-facebook.png'), (13, 9, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:31;s:6:"height";i:32;s:4:"file";s:24:"2013/12/ico-facebook.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (14, 10, '_wp_attached_file', '2013/12/ico-twitter.png'), (15, 10, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:32;s:6:"height";i:32;s:4:"file";s:23:"2013/12/ico-twitter.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (16, 11, '_wp_attached_file', '2013/12/ico-vk.png'), (17, 11, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:32;s:6:"height";i:32;s:4:"file";s:18:"2013/12/ico-vk.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (18, 12, '_wp_attached_file', '2013/12/ico-youtobe.png'), (19, 12, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:32;s:6:"height";i:32;s:4:"file";s:23:"2013/12/ico-youtobe.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (20, 13, '_wp_attached_file', '2013/12/img1.jpg'), (21, 13, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:594;s:6:"height";i:279;s:4:"file";s:16:"2013/12/img1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"img1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:16:"img1-300x140.jpg";s:5:"width";i:300;s:6:"height";i:140;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:15:"img1-180x84.jpg";s:5:"width";i:180;s:6:"height";i:84;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (22, 14, '_wp_attached_file', '2013/12/post-img1.jpg'), (23, 14, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:180;s:6:"height";i:180;s:4:"file";s:21:"2013/12/post-img1.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"post-img1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (24, 15, '_wp_attached_file', '2013/12/post-img2.jpg'), (25, 15, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:180;s:6:"height";i:180;s:4:"file";s:21:"2013/12/post-img2.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"post-img2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (26, 16, '_wp_attached_file', '2013/12/post-img3.jpg'), (27, 16, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:180;s:6:"height";i:180;s:4:"file";s:21:"2013/12/post-img3.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"post-img3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (28, 17, '_wp_attached_file', '2013/12/post-img4.jpg'), (29, 17, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:180;s:6:"height";i:180;s:4:"file";s:21:"2013/12/post-img4.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"post-img4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'), (30, 18, '_edit_last', '1'), (31, 18, '_edit_lock', '1387395173:1'), (32, 18, '_thumbnail_id', '4'), (33, 19, '_edit_last', '1'), (34, 19, '_edit_lock', '1387395210:1'), (35, 19, '_thumbnail_id', '13'), (36, 20, '_edit_last', '1'), (37, 20, '_edit_lock', '1387395276:1'), (38, 20, '_thumbnail_id', '13'), (39, 21, '_edit_last', '1'), (40, 21, '_edit_lock', '1387395250:1'), (41, 21, '_thumbnail_id', '13'), (42, 22, '_edit_last', '1'), (43, 22, '_edit_lock', '1387395395:1'), (44, 24, '_edit_last', '1'), (45, 24, '_edit_lock', '1387395433:1'), (46, 26, '_edit_last', '1'), (47, 26, '_edit_lock', '1387395449:1'), (48, 28, '_edit_last', '1'), (49, 28, '_edit_lock', '1387395467:1'), (50, 30, '_edit_last', '1'), (51, 30, '_edit_lock', '1387395486:1'), (52, 32, '_edit_last', '1'), (53, 32, '_edit_lock', '1387395500:1'), (54, 34, '_menu_item_type', 'post_type'), (55, 34, '_menu_item_menu_item_parent', '0'), (56, 34, '_menu_item_object_id', '32'), (57, 34, '_menu_item_object', 'page'), (58, 34, '_menu_item_target', ''), (59, 34, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (60, 34, '_menu_item_xfn', ''), (61, 34, '_menu_item_url', ''), (108, 40, '_edit_last', '1'), (63, 35, '_menu_item_type', 'post_type'), (64, 35, '_menu_item_menu_item_parent', '0'), (65, 35, '_menu_item_object_id', '30'), (66, 35, '_menu_item_object', 'page'), (67, 35, '_menu_item_target', ''), (68, 35, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (69, 35, '_menu_item_xfn', ''), (70, 35, '_menu_item_url', ''), (109, 40, '_edit_lock', '1387395838:1'), (72, 36, '_menu_item_type', 'post_type'), (73, 36, '_menu_item_menu_item_parent', '0'), (74, 36, '_menu_item_object_id', '28'), (75, 36, '_menu_item_object', 'page'), (76, 36, '_menu_item_target', ''), (77, 36, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (78, 36, '_menu_item_xfn', ''), (79, 36, '_menu_item_url', ''), (116, 42, '_edit_lock', '1387395859:1'), (81, 37, '_menu_item_type', 'post_type'), (82, 37, '_menu_item_menu_item_parent', '0'), (83, 37, '_menu_item_object_id', '26'), (84, 37, '_menu_item_object', 'page'), (85, 37, '_menu_item_target', ''), (86, 37, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (87, 37, '_menu_item_xfn', ''), (88, 37, '_menu_item_url', ''), (112, 40, '_thumbnail_id', '17'), (90, 38, '_menu_item_type', 'post_type'), (91, 38, '_menu_item_menu_item_parent', '0'), (92, 38, '_menu_item_object_id', '24'), (93, 38, '_menu_item_object', 'page'), (94, 38, '_menu_item_target', ''), (95, 38, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (96, 38, '_menu_item_xfn', ''), (97, 38, '_menu_item_url', ''), (115, 42, '_edit_last', '1'), (99, 39, '_menu_item_type', 'post_type'), (100, 39, '_menu_item_menu_item_parent', '0'), (101, 39, '_menu_item_object_id', '22'), (102, 39, '_menu_item_object', 'page'), (103, 39, '_menu_item_target', ''), (104, 39, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (105, 39, '_menu_item_xfn', ''), (106, 39, '_menu_item_url', ''), (117, 42, '_thumbnail_id', '15'), (121, 44, '_edit_lock', '1387395881:1'), (120, 44, '_edit_last', '1'), (122, 44, '_thumbnail_id', '16'), (126, 46, '_edit_lock', '1387395915:1'), (125, 46, '_edit_last', '1'), (127, 46, '_thumbnail_id', '14'), (131, 48, '_edit_lock', '1387395970:1'), (130, 48, '_edit_last', '1'), (132, 48, '_thumbnail_id', '15'), (136, 50, '_edit_lock', '1387396013:1'), (135, 50, '_edit_last', '1'), (140, 52, '_edit_lock', '1387396037:1'), (139, 52, '_edit_last', '1'), (143, 5, '_edit_lock', '1387396341:1'); -- -------------------------------------------------------- -- -- Table structure for table `wp_posts` -- CREATE TABLE IF NOT EXISTS `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text 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 NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=54 ; -- -- Dumping data for table `wp_posts` -- INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1, 1, '2013-12-18 19:26:08', '2013-12-18 19:26:08', 'Добро пожаловать в WordPress. Это ваша первая запись. Отредактируйте или удалите её, затем пишите!', 'Привет, мир!', '', 'publish', 'open', 'open', '', '%d0%bf%d1%80%d0%b8%d0%b2%d0%b5%d1%82-%d0%bc%d0%b8%d1%80', '', '', '2013-12-18 19:26:08', '2013-12-18 19:26:08', '', 0, 'http://site.loc/?p=1', 0, 'post', '', 1), (2, 1, '2013-12-18 19:26:08', '2013-12-18 19:26:08', 'Это пример страницы. От записей в блоге она отличается тем, что остаётся на одном месте и отображается в меню сайта (в большинстве тем). На странице «Детали» владельцы сайтов обычно рассказывают о себе потенциальным посетителям. Например, так:\n\n
Привет! Днём я курьер, а вечером — подающий надежды актёр. Это мой блог. Я живу в Ростове-на-Дону, люблю своего пса Джека и пинаколаду. (И ещё попадать под дождь.)
\n\n...или так:\n\n
Компания «Штучки XYZ» была основана в 1971 году и с тех пор производит качественные штучки. Компания находится в Готэм-сити, имеет штат из более чем 2000 сотрудников и приносит много пользы жителям Готэма.
\n\nПерейдите в консоль, чтобы удалить эту страницу и создать новые. Успехов!', 'Пример страницы', '', 'publish', 'open', 'open', '', 'sample-page', '', '', '2013-12-18 19:26:08', '2013-12-18 19:26:08', '', 0, 'http://site.loc/?page_id=2', 0, 'page', '', 0), (3, 1, '2013-12-18 23:26:23', '0000-00-00 00:00:00', '', 'Черновик', '', 'auto-draft', 'open', 'open', '', '', '', '', '2013-12-18 23:26:23', '0000-00-00 00:00:00', '', 0, 'http://site.loc/?p=3', 0, 'post', '', 0), (4, 1, '2013-12-18 23:34:05', '2013-12-18 19:34:05', '', '728x90', '', 'inherit', 'open', 'open', '', '728x90', '', '', '2013-12-18 23:34:05', '2013-12-18 19:34:05', '', 0, 'http://site.loc/wp-content/uploads/2013/12/728x90.jpg', 0, 'attachment', 'image/jpeg', 0), (5, 1, '2013-12-18 23:34:06', '2013-12-18 19:34:06', '', 'ads1', '', 'inherit', 'open', 'open', '', 'ads1', '', '', '2013-12-18 23:34:06', '2013-12-18 19:34:06', '', 0, 'http://site.loc/wp-content/uploads/2013/12/ads1.jpg', 0, 'attachment', 'image/jpeg', 0), (6, 1, '2013-12-18 23:34:06', '2013-12-18 19:34:06', '', 'ads2', '', 'inherit', 'open', 'open', '', 'ads2', '', '', '2013-12-18 23:34:06', '2013-12-18 19:34:06', '', 0, 'http://site.loc/wp-content/uploads/2013/12/ads2.jpg', 0, 'attachment', 'image/jpeg', 0), (7, 1, '2013-12-18 23:34:07', '2013-12-18 19:34:07', '', 'ads3', '', 'inherit', 'open', 'open', '', 'ads3', '', '', '2013-12-18 23:34:07', '2013-12-18 19:34:07', '', 0, 'http://site.loc/wp-content/uploads/2013/12/ads3.jpg', 0, 'attachment', 'image/jpeg', 0), (8, 1, '2013-12-18 23:34:07', '2013-12-18 19:34:07', '', 'ads4', '', 'inherit', 'open', 'open', '', 'ads4', '', '', '2013-12-18 23:34:07', '2013-12-18 19:34:07', '', 0, 'http://site.loc/wp-content/uploads/2013/12/ads4.jpg', 0, 'attachment', 'image/jpeg', 0), (9, 1, '2013-12-18 23:34:07', '2013-12-18 19:34:07', '', 'ico-facebook', '', 'inherit', 'open', 'open', '', 'ico-facebook', '', '', '2013-12-18 23:34:07', '2013-12-18 19:34:07', '', 0, 'http://site.loc/wp-content/uploads/2013/12/ico-facebook.png', 0, 'attachment', 'image/png', 0), (10, 1, '2013-12-18 23:34:08', '2013-12-18 19:34:08', '', 'ico-twitter', '', 'inherit', 'open', 'open', '', 'ico-twitter', '', '', '2013-12-18 23:34:08', '2013-12-18 19:34:08', '', 0, 'http://site.loc/wp-content/uploads/2013/12/ico-twitter.png', 0, 'attachment', 'image/png', 0), (11, 1, '2013-12-18 23:34:08', '2013-12-18 19:34:08', '', 'ico-vk', '', 'inherit', 'open', 'open', '', 'ico-vk', '', '', '2013-12-18 23:34:08', '2013-12-18 19:34:08', '', 0, 'http://site.loc/wp-content/uploads/2013/12/ico-vk.png', 0, 'attachment', 'image/png', 0), (12, 1, '2013-12-18 23:34:09', '2013-12-18 19:34:09', '', 'ico-youtobe', '', 'inherit', 'open', 'open', '', 'ico-youtobe', '', '', '2013-12-18 23:34:09', '2013-12-18 19:34:09', '', 0, 'http://site.loc/wp-content/uploads/2013/12/ico-youtobe.png', 0, 'attachment', 'image/png', 0), (13, 1, '2013-12-18 23:34:09', '2013-12-18 19:34:09', '', '', '', 'inherit', 'open', 'open', '', 'img1', '', '', '2013-12-18 23:34:09', '2013-12-18 19:34:09', '', 0, 'http://site.loc/wp-content/uploads/2013/12/img1.jpg', 0, 'attachment', 'image/jpeg', 0), (14, 1, '2013-12-18 23:34:10', '2013-12-18 19:34:10', '', 'post-img1', '', 'inherit', 'open', 'open', '', 'post-img1', '', '', '2013-12-18 23:34:10', '2013-12-18 19:34:10', '', 0, 'http://site.loc/wp-content/uploads/2013/12/post-img1.jpg', 0, 'attachment', 'image/jpeg', 0), (15, 1, '2013-12-18 23:34:11', '2013-12-18 19:34:11', '', 'post-img2', '', 'inherit', 'open', 'open', '', 'post-img2', '', '', '2013-12-18 23:34:11', '2013-12-18 19:34:11', '', 0, 'http://site.loc/wp-content/uploads/2013/12/post-img2.jpg', 0, 'attachment', 'image/jpeg', 0), (16, 1, '2013-12-18 23:34:11', '2013-12-18 19:34:11', '', 'post-img3', '', 'inherit', 'open', 'open', '', 'post-img3', '', '', '2013-12-18 23:34:11', '2013-12-18 19:34:11', '', 0, 'http://site.loc/wp-content/uploads/2013/12/post-img3.jpg', 0, 'attachment', 'image/jpeg', 0), (17, 1, '2013-12-18 23:34:12', '2013-12-18 19:34:12', '', 'post-img4', '', 'inherit', 'open', 'open', '', 'post-img4', '', '', '2013-12-18 23:34:12', '2013-12-18 19:34:12', '', 0, 'http://site.loc/wp-content/uploads/2013/12/post-img4.jpg', 0, 'attachment', 'image/jpeg', 0), (18, 1, '2013-12-18 23:34:39', '2013-12-18 19:34:39', '', 'Баннер 1', '', 'publish', 'closed', 'closed', '', '%d0%b1%d0%b0%d0%bd%d0%bd%d0%b5%d1%80-1', '', '', '2013-12-18 23:34:39', '2013-12-18 19:34:39', '', 0, 'http://site.loc/?post_type=banner&p=18', 0, 'banner', '', 0), (19, 1, '2013-12-18 23:35:21', '2013-12-18 19:35:21', '', 'Слайдер 1', '', 'publish', 'closed', 'closed', '', '%d1%81%d0%bb%d0%b0%d0%b9%d0%b4%d0%b5%d1%80-1', '', '', '2013-12-18 23:35:21', '2013-12-18 19:35:21', '', 0, 'http://site.loc/?post_type=slider&p=19', 0, 'slider', '', 0), (20, 1, '2013-12-18 23:35:35', '2013-12-18 19:35:35', '', 'Слайдер 2', '', 'publish', 'closed', 'closed', '', '%d1%81%d0%bb%d0%b0%d0%b9%d0%b4%d0%b5%d1%80-2', '', '', '2013-12-18 23:35:35', '2013-12-18 19:35:35', '', 0, 'http://site.loc/?post_type=slider&p=20', 0, 'slider', '', 0), (21, 1, '2013-12-18 23:35:47', '2013-12-18 19:35:47', '', 'Слайдер 3', '', 'publish', 'closed', 'closed', '', '%d1%81%d0%bb%d0%b0%d0%b9%d0%b4%d0%b5%d1%80-3', '', '', '2013-12-18 23:36:02', '2013-12-18 19:36:02', '', 0, 'http://site.loc/?post_type=slider&p=21', 0, 'slider', '', 0), (22, 1, '2013-12-18 23:38:22', '2013-12-18 19:38:22', 'Страница Home', 'Home', '', 'publish', 'open', 'open', '', 'home', '', '', '2013-12-18 23:38:22', '2013-12-18 19:38:22', '', 0, 'http://site.loc/?page_id=22', 0, 'page', '', 0), (23, 1, '2013-12-18 23:38:22', '2013-12-18 19:38:22', 'Страница Home', 'Home', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-12-18 23:38:22', '2013-12-18 19:38:22', '', 22, 'http://site.loc/?p=23', 0, 'revision', '', 0), (24, 1, '2013-12-18 23:38:48', '2013-12-18 19:38:48', 'Страница About Me', 'About Me', '', 'publish', 'open', 'open', '', 'about-me', '', '', '2013-12-18 23:38:48', '2013-12-18 19:38:48', '', 0, 'http://site.loc/?page_id=24', 0, 'page', '', 0), (25, 1, '2013-12-18 23:38:48', '2013-12-18 19:38:48', 'Страница About Me', 'About Me', '', 'inherit', 'open', 'open', '', '24-revision-v1', '', '', '2013-12-18 23:38:48', '2013-12-18 19:38:48', '', 24, 'http://site.loc/?p=25', 0, 'revision', '', 0), (26, 1, '2013-12-18 23:39:15', '2013-12-18 19:39:15', 'Страница Design Services', 'Design Services', '', 'publish', 'open', 'open', '', 'design-services', '', '', '2013-12-18 23:39:15', '2013-12-18 19:39:15', '', 0, 'http://site.loc/?page_id=26', 0, 'page', '', 0), (27, 1, '2013-12-18 23:39:15', '2013-12-18 19:39:15', 'Страница Design Services', 'Design Services', '', 'inherit', 'open', 'open', '', '26-revision-v1', '', '', '2013-12-18 23:39:15', '2013-12-18 19:39:15', '', 26, 'http://site.loc/?p=27', 0, 'revision', '', 0), (28, 1, '2013-12-18 23:39:31', '2013-12-18 19:39:31', 'Страница Request Quote', 'Request Quote', '', 'publish', 'open', 'open', '', 'request-quote', '', '', '2013-12-18 23:39:31', '2013-12-18 19:39:31', '', 0, 'http://site.loc/?page_id=28', 0, 'page', '', 0), (29, 1, '2013-12-18 23:39:31', '2013-12-18 19:39:31', 'Страница Request Quote', 'Request Quote', '', 'inherit', 'open', 'open', '', '28-revision-v1', '', '', '2013-12-18 23:39:31', '2013-12-18 19:39:31', '', 28, 'http://site.loc/?p=29', 0, 'revision', '', 0), (30, 1, '2013-12-18 23:39:49', '2013-12-18 19:39:49', 'Страница Advertise', 'Advertise', '', 'publish', 'open', 'open', '', 'advertise', '', '', '2013-12-18 23:39:49', '2013-12-18 19:39:49', '', 0, 'http://site.loc/?page_id=30', 0, 'page', '', 0), (31, 1, '2013-12-18 23:39:49', '2013-12-18 19:39:49', 'Страница Advertise', 'Advertise', '', 'inherit', 'open', 'open', '', '30-revision-v1', '', '', '2013-12-18 23:39:49', '2013-12-18 19:39:49', '', 30, 'http://site.loc/?p=31', 0, 'revision', '', 0), (32, 1, '2013-12-18 23:40:07', '2013-12-18 19:40:07', 'Страница Contact Me', 'Contact Me', '', 'publish', 'open', 'open', '', 'contact-me', '', '', '2013-12-18 23:40:07', '2013-12-18 19:40:07', '', 0, 'http://site.loc/?page_id=32', 0, 'page', '', 0), (33, 1, '2013-12-18 23:40:07', '2013-12-18 19:40:07', 'Страница Contact Me', 'Contact Me', '', 'inherit', 'open', 'open', '', '32-revision-v1', '', '', '2013-12-18 23:40:07', '2013-12-18 19:40:07', '', 32, 'http://site.loc/?p=33', 0, 'revision', '', 0), (34, 1, '2013-12-18 23:40:48', '2013-12-18 19:40:48', ' ', '', '', 'publish', 'open', 'open', '', '34', '', '', '2013-12-18 23:40:48', '2013-12-18 19:40:48', '', 0, 'http://site.loc/?p=34', 6, 'nav_menu_item', '', 0), (35, 1, '2013-12-18 23:40:48', '2013-12-18 19:40:48', ' ', '', '', 'publish', 'open', 'open', '', '35', '', '', '2013-12-18 23:40:48', '2013-12-18 19:40:48', '', 0, 'http://site.loc/?p=35', 5, 'nav_menu_item', '', 0), (36, 1, '2013-12-18 23:40:48', '2013-12-18 19:40:48', ' ', '', '', 'publish', 'open', 'open', '', '36', '', '', '2013-12-18 23:40:48', '2013-12-18 19:40:48', '', 0, 'http://site.loc/?p=36', 4, 'nav_menu_item', '', 0), (37, 1, '2013-12-18 23:40:48', '2013-12-18 19:40:48', ' ', '', '', 'publish', 'open', 'open', '', '37', '', '', '2013-12-18 23:40:48', '2013-12-18 19:40:48', '', 0, 'http://site.loc/?p=37', 3, 'nav_menu_item', '', 0), (38, 1, '2013-12-18 23:40:48', '2013-12-18 19:40:48', ' ', '', '', 'publish', 'open', 'open', '', '38', '', '', '2013-12-18 23:40:48', '2013-12-18 19:40:48', '', 0, 'http://site.loc/?p=38', 2, 'nav_menu_item', '', 0), (39, 1, '2013-12-18 23:40:48', '2013-12-18 19:40:48', ' ', '', '', 'publish', 'open', 'open', '', '39', '', '', '2013-12-18 23:40:48', '2013-12-18 19:40:48', '', 0, 'http://site.loc/?p=39', 1, 'nav_menu_item', '', 0), (40, 1, '2013-12-18 23:45:08', '2013-12-18 19:45:08', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus...', 'Thanksgiving greeting card PSD', '', 'publish', 'open', 'open', '', 'thanksgiving-greeting-card-psd', '', '', '2013-12-18 23:45:27', '2013-12-18 19:45:27', '', 0, 'http://site.loc/?p=40', 0, 'post', '', 0), (41, 1, '2013-12-18 23:45:08', '2013-12-18 19:45:08', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus...', 'Thanksgiving greeting card PSD', '', 'inherit', 'open', 'open', '', '40-revision-v1', '', '', '2013-12-18 23:45:08', '2013-12-18 19:45:08', '', 40, 'http://site.loc/?p=41', 0, 'revision', '', 0), (42, 1, '2013-12-18 23:46:10', '2013-12-18 19:46:10', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus...', 'Thanksgiving greeting card PSD', '', 'publish', 'open', 'open', '', 'thanksgiving-greeting-card-psd-2', '', '', '2013-12-18 23:46:10', '2013-12-18 19:46:10', '', 0, 'http://site.loc/?p=42', 0, 'post', '', 0), (43, 1, '2013-12-18 23:46:10', '2013-12-18 19:46:10', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus...', 'Thanksgiving greeting card PSD', '', 'inherit', 'open', 'open', '', '42-revision-v1', '', '', '2013-12-18 23:46:10', '2013-12-18 19:46:10', '', 42, 'http://site.loc/?p=43', 0, 'revision', '', 0), (44, 1, '2013-12-18 23:46:33', '2013-12-18 19:46:33', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus...', 'Thanksgiving greeting card PSD', '', 'publish', 'open', 'open', '', 'thanksgiving-greeting-card-psd-3', '', '', '2013-12-18 23:46:33', '2013-12-18 19:46:33', '', 0, 'http://site.loc/?p=44', 0, 'post', '', 0), (45, 1, '2013-12-18 23:46:33', '2013-12-18 19:46:33', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus...', 'Thanksgiving greeting card PSD', '', 'inherit', 'open', 'open', '', '44-revision-v1', '', '', '2013-12-18 23:46:33', '2013-12-18 19:46:33', '', 44, 'http://site.loc/?p=45', 0, 'revision', '', 0), (46, 1, '2013-12-18 23:46:57', '2013-12-18 19:46:57', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus…', 'Thanksgiving greeting card PSD', '', 'publish', 'open', 'open', '', 'thanksgiving-greeting-card-psd-4', '', '', '2013-12-18 23:46:57', '2013-12-18 19:46:57', '', 0, 'http://site.loc/?p=46', 0, 'post', '', 0), (47, 1, '2013-12-18 23:46:57', '2013-12-18 19:46:57', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus…', 'Thanksgiving greeting card PSD', '', 'inherit', 'open', 'open', '', '46-revision-v1', '', '', '2013-12-18 23:46:57', '2013-12-18 19:46:57', '', 46, 'http://site.loc/?p=47', 0, 'revision', '', 0), (48, 1, '2013-12-18 23:47:35', '2013-12-18 19:47:35', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus…', 'Thanksgiving greeting card PSD', '', 'publish', 'open', 'open', '', 'thanksgiving-greeting-card-psd-5', '', '', '2013-12-18 23:47:35', '2013-12-18 19:47:35', '', 0, 'http://site.loc/?p=48', 0, 'post', '', 0), (49, 1, '2013-12-18 23:47:35', '2013-12-18 19:47:35', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus…', 'Thanksgiving greeting card PSD', '', 'inherit', 'open', 'open', '', '48-revision-v1', '', '', '2013-12-18 23:47:35', '2013-12-18 19:47:35', '', 48, 'http://site.loc/?p=49', 0, 'revision', '', 0), (50, 1, '2013-12-18 23:48:35', '2013-12-18 19:48:35', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus…', 'Thanksgiving greeting card PSD', '', 'publish', 'open', 'open', '', 'thanksgiving-greeting-card-psd-6', '', '', '2013-12-18 23:48:35', '2013-12-18 19:48:35', '', 0, 'http://site.loc/?p=50', 0, 'post', '', 0), (51, 1, '2013-12-18 23:48:35', '2013-12-18 19:48:35', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus…', 'Thanksgiving greeting card PSD', '', 'inherit', 'open', 'open', '', '50-revision-v1', '', '', '2013-12-18 23:48:35', '2013-12-18 19:48:35', '', 50, 'http://site.loc/?p=51', 0, 'revision', '', 0), (52, 1, '2013-12-18 23:49:02', '2013-12-18 19:49:02', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus…', 'Thanksgiving greeting card PSD', '', 'publish', 'open', 'open', '', 'thanksgiving-greeting-card-psd-7', '', '', '2013-12-18 23:49:02', '2013-12-18 19:49:02', '', 0, 'http://site.loc/?p=52', 0, 'post', '', 0), (53, 1, '2013-12-18 23:49:02', '2013-12-18 19:49:02', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean fermentum malesuada orci a commodo. Aenean dapibus urna quis nulla consequat sagittis. Quisque ut ultrices massa. Mauris felis felis, rutrum sit amet vehicula ut, tempus quis lectus…', 'Thanksgiving greeting card PSD', '', 'inherit', 'open', 'open', '', '52-revision-v1', '', '', '2013-12-18 23:49:02', '2013-12-18 19:49:02', '', 52, 'http://site.loc/?p=53', 0, 'revision', '', 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_term_relationships` -- CREATE TABLE IF NOT EXISTS `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_term_relationships` -- INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1, 1, 0), (39, 2, 0), (38, 2, 0), (37, 2, 0), (36, 2, 0), (35, 2, 0), (34, 2, 0), (44, 5, 0), (40, 3, 0), (42, 4, 0), (48, 7, 0), (46, 6, 0), (52, 4, 0), (50, 6, 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_term_taxonomy` -- CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ; -- -- Dumping data for table `wp_term_taxonomy` -- INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 1), (2, 2, 'nav_menu', '', 0, 6), (3, 3, 'category', '', 0, 1), (4, 4, 'category', '', 0, 2), (5, 5, 'category', '', 0, 1), (6, 6, 'category', '', 0, 2), (7, 7, 'category', '', 0, 1), (8, 8, 'category', '', 0, 0), (9, 9, 'category', '', 0, 0), (10, 10, 'category', '', 0, 0), (11, 11, 'category', '', 0, 0), (12, 12, 'category', '', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_terms` -- CREATE TABLE IF NOT EXISTS `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ; -- -- Dumping data for table `wp_terms` -- INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Без рубрики', '%d0%b1%d0%b5%d0%b7-%d1%80%d1%83%d0%b1%d1%80%d0%b8%d0%ba%d0%b8', 0), (2, 'Меню', '%d0%bc%d0%b5%d0%bd%d1%8e', 0), (3, 'Backgrounds', 'backgrounds', 0), (4, 'Brushes', 'brushes', 0), (5, 'Design Articles', 'design-articles', 0), (6, 'Fonts', 'fonts', 0), (7, 'Free PSD Files', 'free-psd-files', 0), (8, 'Icons', 'icons', 0), (9, 'Logos', 'logos', 0), (10, 'Patterns', 'patterns', 0), (11, 'Textures', 'textures', 0), (12, 'Tools & Utilities', 'tools-utilities', 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_usermeta` -- CREATE TABLE IF NOT EXISTS `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=20 ; -- -- Dumping data for table `wp_usermeta` -- INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'first_name', ''), (2, 1, 'last_name', ''), (3, 1, 'nickname', 'admin'), (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, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'), (11, 1, 'wp_user_level', '10'), (12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'), (13, 1, 'show_welcome_panel', '1'), (14, 1, 'wp_dashboard_quick_press_last_post_id', '3'), (15, 1, 'wp_user-settings', 'libraryContent=browse&hidetb=1'), (16, 1, 'wp_user-settings-time', '1387396111'), (17, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'), (18, 1, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:8:"add-post";i:1;s:10:"add-banner";i:2;s:10:"add-slider";i:3;s:12:"add-post_tag";}'), (19, 1, 'nav_menu_recently_edited', '2'); -- -------------------------------------------------------- -- -- Table structure for table `wp_users` -- CREATE TABLE IF NOT EXISTS `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(64) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `wp_users` -- INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'admin', '$P$BAyo785nHIp5FdRrjgYS8QOetAI.2A.', 'admin', 'admin@site.loc', '', '2013-12-18 19:26:08', '', 0, 'admin');