-
Notifications
You must be signed in to change notification settings - Fork 0
/
bg_blog.sql
284 lines (259 loc) · 433 KB
/
bg_blog.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
/*
Navicat MySQL Data Transfer
Source Server : root
Source Server Version : 50616
Source Host : localhost
Source Database : bg_blog
Target Server Version : 50616
File Encoding : utf-8
Date: 08/11/2014 18:33:10 PM
*/
SET NAMES utf8;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for `wp_commentmeta`
-- ----------------------------
DROP TABLE IF EXISTS `wp_commentmeta`;
CREATE TABLE `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=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for `wp_comments`
-- ----------------------------
DROP TABLE IF EXISTS `wp_comments`;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `wp_comments`
-- ----------------------------
BEGIN;
INSERT INTO `wp_comments` VALUES ('1', '1', 'WordPress先生', '', 'https://wordpress.org/', '', '2014-08-11 03:38:24', '2014-08-11 03:38:24', '您好,这是一条评论。\n要删除评论,请先登录,然后再查看这篇文章的评论。登录后您可以看到编辑或者删除评论的选项。', '0', '1', '', '', '0', '0'), ('2', '6', 'bigertech', '[email protected]', '', '172.16.223.122', '2014-08-11 14:26:00', '2014-08-11 06:26:00', '上的撒的', '0', '1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', '', '0', '1');
COMMIT;
-- ----------------------------
-- Table structure for `wp_links`
-- ----------------------------
DROP TABLE IF EXISTS `wp_links`;
CREATE TABLE `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=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Table structure for `wp_options`
-- ----------------------------
DROP TABLE IF EXISTS `wp_options`;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=241 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `wp_options`
-- ----------------------------
BEGIN;
INSERT INTO `wp_options` VALUES ('1', 'siteurl', 'http://liuxingdemacbook-pro.local/wordpress', 'yes'), ('2', 'blogname', '笔戈科技', 'yes'), ('3', 'blogdescription', '又一个WordPress站点', 'yes'), ('4', 'users_can_register', '0', 'yes'), ('5', 'admin_email', '[email protected]', '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', '[email protected]', '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', '10', 'yes'), ('22', 'date_format', 'Y年n月j日', 'yes'), ('23', 'time_format', 'ag:i', 'yes'), ('24', 'links_updated_date_format', 'Y年n月j日ag:i', 'yes'), ('25', 'comment_moderation', '', 'yes'), ('26', 'moderation_notify', '1', 'yes'), ('27', 'permalink_structure', '', 'yes'), ('28', 'gzipcompression', '0', 'yes'), ('29', 'hack_file', '0', 'yes'), ('30', 'blog_charset', 'UTF-8', 'yes'), ('31', 'moderation_keys', '', 'no'), ('32', 'active_plugins', 'a:5:{i:0;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:29:\"jetpack-markdown/markdown.php\";i:2;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:3;s:29:\"wp-postviews/wp-postviews.php\";i:4;s:67:\"wp-super-cache-clear-cache-menu/wp-super-cache-clear-cache-menu.php\";}', 'yes'), ('33', 'home', 'http://liuxingdemacbook-pro.local/wordpress', 'yes'), ('34', 'category_base', '', 'yes'), ('35', 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), ('36', 'advanced_edit', '0', 'yes'), ('37', 'comment_max_links', '2', 'yes'), ('38', 'gmt_offset', '', 'yes'), ('39', 'default_email_category', '1', 'yes'), ('40', 'recently_edited', 'a:5:{i:0;s:110:\"/Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:134:\"/Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/plugins/wp-super-cache-clear-cache-menu/wp-super-cache-clear-cache-menu.php\";i:2;s:85:\"/Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/themes/bigertech/style.css\";i:3;N;i:4;s:88:\"/Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/themes/twentytwelve/style.css\";}', 'no'), ('41', 'template', 'bigertech', 'yes'), ('42', 'stylesheet', 'bigertech', 'yes'), ('43', 'comment_whitelist', '1', 'yes'), ('44', 'blacklist_keys', '', 'no'), ('45', 'comment_registration', '', 'yes'), ('46', 'html_type', 'text/html', 'yes'), ('47', 'use_trackback', '0', 'yes'), ('48', 'default_role', 'subscriber', 'yes'), ('49', 'db_version', '27916', 'yes'), ('50', 'uploads_use_yearmonth_folders', '1', 'yes'), ('51', 'upload_path', '', 'yes'), ('52', 'blog_public', '1', 'yes'), ('53', 'default_link_category', '2', 'yes'), ('54', 'show_on_front', 'posts', 'yes'), ('55', 'tag_base', '', 'yes'), ('56', 'show_avatars', '1', 'yes'), ('57', 'avatar_rating', 'G', 'yes'), ('58', 'upload_url_path', '', 'yes'), ('59', 'thumbnail_size_w', '150', 'yes'), ('60', 'thumbnail_size_h', '150', 'yes'), ('61', 'thumbnail_crop', '1', 'yes'), ('62', 'medium_size_w', '300', 'yes'), ('63', 'medium_size_h', '300', 'yes'), ('64', 'avatar_default', 'identicon', 'yes'), ('65', 'large_size_w', '1024', 'yes'), ('66', 'large_size_h', '1024', 'yes'), ('67', 'image_default_link_type', 'file', 'yes'), ('68', 'image_default_size', '', 'yes'), ('69', 'image_default_align', '', 'yes'), ('70', 'close_comments_for_old_posts', '', 'yes'), ('71', 'close_comments_days_old', '14', 'yes'), ('72', 'thread_comments', '1', 'yes'), ('73', 'thread_comments_depth', '5', 'yes'), ('74', 'page_comments', '', 'yes'), ('75', 'comments_per_page', '50', 'yes'), ('76', 'default_comments_page', 'newest', 'yes'), ('77', 'comment_order', 'asc', 'yes'), ('78', 'sticky_posts', 'a:0:{}', 'yes'), ('79', 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'), ('80', 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'), ('81', 'widget_rss', 'a:2:{i:2;a:8:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:30:\"http://localhost/wordpress/rss\";s:4:\"link\";s:0:\"\";s:5:\"items\";i:10;s:5:\"error\";s:27:\"WP HTTP Error: URL无效。\";s:12:\"show_summary\";i:1;s:11:\"show_author\";i:1;s:9:\"show_date\";i:1;}s:12:\"_multiwidget\";i:1;}', 'yes'), ('82', 'uninstall_plugins', 'a:0:{}', 'no'), ('83', 'timezone_string', 'Asia/Shanghai', 'yes'), ('84', 'page_for_posts', '0', 'yes'), ('85', 'page_on_front', '0', 'yes'), ('86', 'default_post_format', '0', 'yes'), ('87', 'link_manager_enabled', '0', 'yes'), ('88', 'initial_db_version', '27916', 'yes'), ('89', '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'), ('90', 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'), ('91', 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'), ('92', 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'), ('93', 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'), ('94', 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'), ('95', 'sidebars_widgets', 'a:5:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:5:\"rss-2\";}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:{}s:13:\"array_version\";i:3;}', 'yes'), ('96', 'cron', 'a:5:{i:1407756600;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:1407771513;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:1407814731;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:1407822298;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'), ('98', '_transient_random_seed', '876a2771b2577058c9cdee33af6902c2', 'yes'), ('99', 'auth_key', 'Fz{W]pe[E9_{|fJ.CdbfY&+Fr$&:836[a~9RDAEJ~c5}6{=7&q)aYe?^(FPTc3~7', 'yes'), ('100', 'auth_salt', 'zJW}($B@=r#^o55-LVgi>!^gYRDz#,^`b0Z+!+nn6()ejZ)H}hZ/xd?hu$Rx(1PV', 'yes'), ('101', 'logged_in_key', '&z%yAE?S$D%?!11|n7]W)Kvl+{d-xGOMGplDjKqO6wa#L<e8-vS?C@h,]v@FD?-p', 'yes'), ('102', 'logged_in_salt', '>K.~]l4]I./hY:-%~-eX%~5}/y3jewPFG2XfcMDhZY4<+_=V&6ckjG_;?1OX$kf ', 'yes'), ('103', 'nonce_key', 'p jJu6NzJfydI0n*uIccd g-uSO3KlNdlJBNDTHJ[}h@I[GDGF$ToF-<9SeR_W!n', 'yes'), ('104', 'nonce_salt', ',oD`6hJ!+*35$,>$(2?pw3O*`Q,}IMvI^nY~xC9I#KzYK)(kr{z,D.J~G9)=$zSR', 'yes'), ('110', '_site_transient_timeout_browser_078028a01aa37be78d33f5b7fa697bbf', '1408333135', 'yes'), ('111', '_site_transient_browser_078028a01aa37be78d33f5b7fa697bbf', 'a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"7.0.5\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}', 'yes'), ('112', 'can_compress_scripts', '1', 'yes'), ('113', '_transient_timeout_feed_7d1d7866a17d17cf5f79e1f075b87a31', '1407771537', 'no'), ('114', '_transient_feed_7d1d7866a17d17cf5f79e1f075b87a31', '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:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"WordPress | China 简体中文\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://cn.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"官方 WordPress China 简体中文站点\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 May 2014 14:39: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"zh-CN\";s: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:33:\"http://wordpress.org/?v=4.0-beta3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s: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:24:\"WordPress 3.9“Smith”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://cn.wordpress.org/2014/04/19/smith/\";s: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:50:\"http://cn.wordpress.org/2014/04/19/smith/#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 Apr 2014 17:43: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: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:30:\"http://cn.wordpress.org/?p=902\";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:2386:\"WordPress 3.9简体中文版现已开放下载,或在您的WordPress仪表盘中升级。我们将此版本命名为“Smith”,以纪念吉米·史密斯,爵士风琴家。这次发布包含了众多细部修改,我们希望您喜欢。 更流畅的媒体编辑体验 改良的可视化编辑 新的可视化编辑器在速度、可用性、移动支持方面都有了进步。您现在可以从您的文字处理器中直接粘贴文本到可视化编辑器,无需再受杂乱的样式所困。(没错,我们在说你,Microsoft Word。) 方便的图像编辑 裁剪和旋转工具更易访问,在您编辑文章时修改图像相比以往更加便捷。您也可在编辑器中缩放图像。 拖放您的图像 上传图像变得更简单,直接从桌面上拖放到编辑器中即可。 相册预览 相册可在编辑器中展示能与已发布文章中的效果相媲美的图像网格。 音频、视频的新花样 图像属于相册,现在我们也对视频和音频加入了简单的播放列表,您可以方便地展示您的音乐和视频片段。 实时挂件和顶部图像预览 //wordpress.org/news/files/2014/04/widgets.mp4 在主题编辑器中添加、编辑并重排您站点的挂件,不再有出乎意料——实时预览您的修改,在您放心后才保存。经改善的顶部图像工具让您在自定义主题时可以上传、裁剪并管理顶部图像。 令人惊叹的主题浏览器 寻找新主题应当是一项令人愉快的任务,通过崭新的主题浏览器漫游WordPress.org提供的无数免费主题吧。 船员们 此次发布由Andrew Nacin与Mike Schroder牵头,并得到了以下这些优秀个人的帮助。共有267名贡献者参与了这次发布,历史新高: Aaron D. Campbell、Aaron Jorbin、Adam Harley、Adam Silverstein、adelval、Ajay、Akeda Bagus、Alex Concha、Alison Barrett、Allan Collins、Amy Hendrix (sabreuse)、Andrea Fercia、Andrew Nacin、Andrew Norcross、Andrew Ozz、Andrey “Rarst” Savchenko、Andy Keith、Andy Skelton、Anton Timmermans、Aubrey Portwood、Barry、Bartosz Romanowski、bassgang、bcworkz、Ben Dunkle、Bernhard Riedl、bigdawggi、Bob Gregor、bobbingwide、Brad Touesnard、bradparbs、bramd、Brandon Kraft、brasofilo、bravokeyl、Bryan Petty、cgaffga、Chirag Swadia、Chouby、Chris Blower、Chris Olbekson、Chris […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"jimmy\";s: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:23082:\"<div style=\"width: 692px\">\nWordPress 3.9简体中文版现已<a href=\"http://cn.wordpress.org/wordpress-3.9-zh_CN.zip\">开放下载</a>,或在您的WordPress仪表盘中升级。我们将此版本命名为“Smith”,以纪念<a href=\"https://en.wikipedia.org/wiki/Jimmy_Smith_(musician)\">吉米·史密斯</a>,爵士风琴家。这次发布包含了众多细部修改,我们希望您喜欢。<br />\n<div id=\"v-sAiXhCfV-1\" class=\"video-player\"><embed id=\"v-sAiXhCfV-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.03&guid=sAiXhCfV&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div></p>\n<h2 style=\"text-align: center\">更流畅的媒体编辑体验</h2>\n<p><img class=\"alignright\" src=\"http://wordpress.org/news/files/2014/04/editor1-300x233.jpg\" alt=\"编辑器\" width=\"228\" height=\"177\" /></p>\n<h3>改良的可视化编辑</h3>\n<p>新的可视化编辑器在速度、可用性、移动支持方面都有了进步。您现在可以从您的文字处理器中直接粘贴文本到可视化编辑器,无需再受杂乱的样式所困。(没错,我们在说你,Microsoft Word。)</p>\n<div style=\"clear: both\"></div>\n<p><img class=\"alignright\" src=\"http://wordpress.org/news/files/2014/04/image1-300x233.jpg\" alt=\"图像\" width=\"228\" height=\"178\" /></p>\n<h3>方便的图像编辑</h3>\n<p>裁剪和旋转工具更易访问,在您编辑文章时修改图像相比以往更加便捷。您也可在编辑器中缩放图像。</p>\n<div style=\"clear: both\"></div>\n<p><img class=\"alignright\" src=\"http://wordpress.org/news/files/2014/04/dragdrop1-300x233.jpg\" alt=\"拖放\" width=\"228\" height=\"178\" /></p>\n<h3>拖放您的图像</h3>\n<p>上传图像变得更简单,直接从桌面上拖放到编辑器中即可。</p>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align: center\">相册预览</h2>\n<p><img class=\"aligncenter size-full\" src=\"http://wordpress.org/news/files/2014/04/gallery1.jpg\" alt=\"gallery\" width=\"980\" height=\"550\" /><br />\n相册可在编辑器中展示能与已发布文章中的效果相媲美的图像网格。</p>\n<hr />\n<h2 style=\"text-align: center\">音频、视频的新花样</h2>\n<p>\n<a href=\'http://cn.wordpress.org/files/2014/04/AintMisbehavin.mp3\'>Ain\'t Misbehavin\'</a>\n<a href=\'http://cn.wordpress.org/files/2014/04/DavenportBlues.mp3\'>Davenport Blues</a>\n<a href=\'http://cn.wordpress.org/files/2014/04/JellyRollMorton-BuddyBoldensBlues.mp3\'>Buddy Bolden\'s Blues</a>\n<a href=\'http://cn.wordpress.org/files/2014/04/Johnny_Hodges_Orchestra-Squaty_Roo-1941.mp3\'>Squaty Roo</a>\n<a href=\'http://cn.wordpress.org/files/2014/04/Louisiana_Five-Dixie_Blues-1919.mp3\'>Dixie Blues</a>\n<a href=\'http://cn.wordpress.org/files/2014/04/WolverineBlues.mp3\'>Wolverine Blues</a>\n<br />\n图像属于相册,现在我们也对视频和音频加入了简单的播放列表,您可以方便地展示您的音乐和视频片段。</p>\n<hr />\n<h2 style=\"text-align: center\">实时挂件和顶部图像预览</h2>\n<div style=\"width: 692px\" class=\"wp-video\"><a href=\"//wordpress.org/news/files/2014/04/widgets.mp4\">//wordpress.org/news/files/2014/04/widgets.mp4</a></div>\n<p>在主题编辑器中添加、编辑并重排您站点的挂件,不再有出乎意料——实时预览您的修改,在您放心后才保存。经改善的顶部图像工具让您在自定义主题时可以上传、裁剪并管理顶部图像。</p>\n<hr />\n<h2 style=\"text-align: center\">令人惊叹的主题浏览器</h2>\n<p><img class=\"aligncenter size-full\" src=\"http://wordpress.org/news/files/2014/04/theme1.jpg\" alt=\"theme\" width=\"1003\" height=\"558\" /><br />\n寻找新主题应当是一项令人愉快的任务,通过崭新的主题浏览器漫游WordPress.org提供的无数免费主题吧。</p>\n<hr />\n<h2 style=\"text-align: center\">船员们</h2>\n<p>此次发布由<a href=\"http://nacin.com/\">Andrew Nacin</a>与<a href=\"http://www.getsource.net/\">Mike Schroder</a>牵头,并得到了以下这些优秀个人的帮助。共有267名贡献者参与了这次发布,历史新高:<br />\n<a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>、<a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>、<a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>、<a href=\"http://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>、<a href=\"http://profiles.wordpress.org/adelval\">adelval</a>、<a href=\"http://profiles.wordpress.org/ajay\">Ajay</a>、<a href=\"http://profiles.wordpress.org/akeda\">Akeda Bagus</a>、<a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>、<a href=\"http://profiles.wordpress.org/aliso\">Alison Barrett</a>、<a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>、<a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>、<a href=\"http://profiles.wordpress.org/afercia\">Andrea Fercia</a>、<a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>、<a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>、<a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>、<a href=\"http://profiles.wordpress.org/rarst\">Andrey “Rarst” Savchenko</a>、<a href=\"http://profiles.wordpress.org/andykeith\">Andy Keith</a>、<a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>、<a href=\"http://profiles.wordpress.org/atimmer\">Anton Timmermans</a>、<a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>、<a href=\"http://profiles.wordpress.org/barry\">Barry</a>、<a href=\"http://profiles.wordpress.org/toszcze\">Bartosz Romanowski</a>、<a href=\"http://profiles.wordpress.org/bassgang\">bassgang</a>、<a href=\"http://profiles.wordpress.org/bcworkz\">bcworkz</a>、<a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>、<a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>、<a href=\"http://profiles.wordpress.org/bigdawggi\">bigdawggi</a>、<a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>、<a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>、<a href=\"http://profiles.wordpress.org/bradt\">Brad Touesnard</a>、<a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>、<a href=\"http://profiles.wordpress.org/bramd\">bramd</a>、<a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>、<a href=\"http://profiles.wordpress.org/brasofilo\">brasofilo</a>、<a href=\"http://profiles.wordpress.org/bravokeyl\">bravokeyl</a>、<a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>、<a href=\"http://profiles.wordpress.org/cgaffga\">cgaffga</a>、<a href=\"http://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>、<a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>、<a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>、<a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>、<a href=\"http://profiles.wordpress.org/chrisscott\">Chris Scott</a>、<a href=\"http://profiles.wordpress.org/chriseverson\">chriseverson</a>、<a href=\"http://profiles.wordpress.org/chrisguitarguy\">chrisguitarguy</a>、<a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>、<a href=\"http://profiles.wordpress.org/ciantic\">ciantic</a>、<a href=\"http://profiles.wordpress.org/cmmarslender\">cmmarslender</a>、<a href=\"http://profiles.wordpress.org/antorome\">Comparativa de Bancos</a>、<a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>、<a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>、<a href=\"http://profiles.wordpress.org/corphi\">Corphi</a>、<a href=\"http://profiles.wordpress.org/cramdesign\">cramdesign</a>、<a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>、<a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>、<a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>、<a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>、<a href=\"http://profiles.wordpress.org/eightface\">Dave Kellam (eightface)</a>、<a href=\"http://profiles.wordpress.org/dpe415\">DaveE</a>、<a href=\"http://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>、<a href=\"http://profiles.wordpress.org/davidanderson\">David Anderson</a>、<a href=\"http://profiles.wordpress.org/davidmarichal\">David Marichal</a>、<a href=\"http://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>、<a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>、<a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>、<a href=\"http://profiles.wordpress.org/dougwollison\">Doug Wollison</a>、<a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>、<a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>、<a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>、<a href=\"http://profiles.wordpress.org/eatingrules\">eatingrules</a>、<a href=\"http://profiles.wordpress.org/plocha\">edik</a>、<a href=\"http://profiles.wordpress.org/eliorivero\">Elio Rivero</a>、<a href=\"http://profiles.wordpress.org/enej\">enej</a>、<a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>、<a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>、<a href=\"http://profiles.wordpress.org/evarlese\">Erica Varlese</a>、<a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>、<a href=\"http://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>、<a href=\"http://profiles.wordpress.org/fahmiadib\">Fahmi</a>、<a href=\"http://profiles.wordpress.org/fboender\">fboender</a>、<a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>、<a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>、<a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>、<a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>、<a href=\"http://profiles.wordpress.org/genkisan\">genkisan</a>、<a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>、<a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>、<a href=\"http://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>、<a href=\"http://profiles.wordpress.org/vancoder\">Grant Mangham</a>、<a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>、<a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky</a>、<a href=\"http://profiles.wordpress.org/hakre\">hakre</a>、<a href=\"http://profiles.wordpress.org/hanni\">hanni</a>、<a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>、<a href=\"http://profiles.wordpress.org/ippetkov\">ippetkov</a>、<a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>、<a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>、<a href=\"http://profiles.wordpress.org/jackreichert\">Jack Reichert</a>、<a href=\"http://profiles.wordpress.org/_jameslee\">jameslee</a>、<a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>、<a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>、<a href=\"http://profiles.wordpress.org/jaycc\">JayCC</a>、<a href=\"http://profiles.wordpress.org/jeffsebring\">Jeff Sebring</a>、<a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>、<a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>、<a href=\"http://profiles.wordpress.org/jesin\">Jesin A</a>、<a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>、<a href=\"http://profiles.wordpress.org/jnielsendotnet\">jnielsendotnet</a>、<a href=\"http://profiles.wordpress.org/jartes\">Joan Artes</a>、<a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>、<a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>、<a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>、<a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>、<a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>、<a href=\"http://profiles.wordpress.org/johnregan3\">John Regan</a>、<a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>、<a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>、<a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>、<a href=\"http://profiles.wordpress.org/shelob9\">Josh Pollock</a>、<a href=\"http://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>、<a href=\"http://profiles.wordpress.org/jstraitiff\">jstraitiff</a>、<a href=\"http://profiles.wordpress.org/juliobox\">Julio Potier</a>、<a href=\"http://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>、<a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>、<a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>、<a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>、<a href=\"http://profiles.wordpress.org/kasparsd\">Kaspars</a>、<a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>、<a href=\"http://profiles.wordpress.org/kerikae\">kerikae</a>、<a href=\"http://profiles.wordpress.org/kworthington\">Kevin Worthington</a>、<a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>、<a href=\"http://profiles.wordpress.org/kwight\">Kirk Wight</a>、<a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>、<a href=\"http://profiles.wordpress.org/klihelp\">klihelp</a>、<a href=\"http://profiles.wordpress.org/knutsp\">Knut Sparhell</a>、<a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>、<a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>、<a href=\"http://profiles.wordpress.org/drozdz\">Krzysiek Drozdz</a>、<a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>、<a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis</a>、<a href=\"http://profiles.wordpress.org/lkwdwrd\">lkwdwrd</a>、<a href=\"http://profiles.wordpress.org/lpointet\">lpointet</a>、<a href=\"http://profiles.wordpress.org/ldebrouwer\">Luc De Brouwer</a>、<a href=\"http://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>、<a href=\"http://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>、<a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>、<a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>、<a href=\"http://profiles.wordpress.org/marventus\">Marventus</a>、<a href=\"http://profiles.wordpress.org/iammattthomas\">Matt (Thomas) Miklic</a>、<a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>、<a href=\"http://profiles.wordpress.org/matt\">Matt Mullenweg</a>、<a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>、<a href=\"http://profiles.wordpress.org/mdbitz\">Matthew Denton</a>、<a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>、<a href=\"http://profiles.wordpress.org/mattonomics\">mattonomics</a>、<a href=\"http://profiles.wordpress.org/mattyrob\">mattyrob</a>、<a href=\"http://profiles.wordpress.org/matveb\">Matías Ventura</a>、<a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>、<a href=\"http://profiles.wordpress.org/mcadwell\">mcadwell</a>、<a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>、<a href=\"http://profiles.wordpress.org/meloniq\">meloniq</a>、<a href=\"http://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>、<a href=\"http://profiles.wordpress.org/michelwppi\">Michel – xiligroup dev</a>、<a href=\"http://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>、<a href=\"http://profiles.wordpress.org/gradyetc\">Mike Burns</a>、<a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>、<a href=\"http://profiles.wordpress.org/mikemanger\">Mike Manger</a>、<a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>、<a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>、<a href=\"http://profiles.wordpress.org/mikecorkum\">mikecorkum</a>、<a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>、<a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>、<a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>、<a href=\"http://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>、<a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>、<a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>、<a href=\"http://profiles.wordpress.org/nendeb55\">nendeb55</a>、<a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>、<a href=\"http://profiles.wordpress.org/nicolealleyinteractivecom\">Nicole Arnold</a>、<a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>、<a href=\"http://profiles.wordpress.org/nivijah\">nivijah</a>、<a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>、<a href=\"http://profiles.wordpress.org/nunomorgadinho\">Nuno Morgadinho</a>、<a href=\"http://profiles.wordpress.org/olivm\">olivM</a>、<a href=\"http://profiles.wordpress.org/jbkkd\">Omer Korner</a>、<a href=\"http://profiles.wordpress.org/originalexe\">OriginalEXE</a>、<a href=\"http://profiles.wordpress.org/oso96_2000\">oso96_2000</a>、<a href=\"http://profiles.wordpress.org/patricknami\">patricknami</a>、<a href=\"http://profiles.wordpress.org/pbearne\">Paul Bearne</a>、<a href=\"http://profiles.wordpress.org/djpaul\">Paul Gibbs</a>、<a href=\"http://profiles.wordpress.org/paulwilde\">Paul Wilde</a>、<a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>、<a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>、<a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>、<a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>、<a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>、<a href=\"http://profiles.wordpress.org/prettyboymp\">prettyboymp</a>、<a href=\"http://profiles.wordpress.org/raamdev\">Raam Dev</a>、<a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>、<a href=\"http://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>、<a href=\"http://profiles.wordpress.org/ramonchiara\">ramonchiara</a>、<a href=\"http://profiles.wordpress.org/ounziw\">Rescuework Support</a>、<a href=\"http://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>、<a href=\"http://profiles.wordpress.org/ricardocorreia\">Ricardo Correia</a>、<a href=\"http://profiles.wordpress.org/theorboman\">Richard Sweeney</a>、<a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>、<a href=\"http://profiles.wordpress.org/richard2222\">richard2222</a>、<a href=\"http://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>、<a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>、<a href=\"http://profiles.wordpress.org/robmiller\">robmiller</a>、<a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>、<a href=\"http://profiles.wordpress.org/romaimperator\">romaimperator</a>、<a href=\"http://profiles.wordpress.org/roothorick\">roothorick</a>、<a href=\"http://profiles.wordpress.org/ruudjoyo\">ruud@joyo</a>、<a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>、<a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>、<a href=\"http://profiles.wordpress.org/salcode\">Sal Ferrarello</a>、<a href=\"http://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>、<a href=\"http://profiles.wordpress.org/sandyr\">Sandeep</a>、<a href=\"http://profiles.wordpress.org/scottlee\">Scott Lee</a>、<a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>、<a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>、<a href=\"http://profiles.wordpress.org/greglone\">ScreenfeedFr</a>、<a href=\"http://profiles.wordpress.org/scribu\">scribu</a>、<a href=\"http://profiles.wordpress.org/sdasse\">sdasse</a>、<a href=\"http://profiles.wordpress.org/bootsz\">Sean Butze</a>、<a href=\"http://profiles.wordpress.org/seanchayes\">Sean Hayes</a>、<a href=\"http://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>、<a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>、<a href=\"http://profiles.wordpress.org/shahpranaf\">shahpranaf</a>、<a href=\"http://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>、<a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>、<a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>、<a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>、<a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>、<a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>、<a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>、<a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>、<a href=\"http://profiles.wordpress.org/sonjanyc\">sonjanyc</a>、<a href=\"http://profiles.wordpress.org/spencerfinnell\">Spencer Finnell</a>、<a href=\"http://profiles.wordpress.org/piontkowski\">Spencer Piontkowski</a>、<a href=\"http://profiles.wordpress.org/stephcook22\">stephcook22</a>、<a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar</a>、<a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>、<a href=\"http://profiles.wordpress.org/sbruner\">Steve Bruner</a>、<a href=\"http://profiles.wordpress.org/stevenkword\">Steven Word</a>、<a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>、<a href=\"http://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>、<a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>、<a href=\"http://profiles.wordpress.org/tbrams\">tbrams</a>、<a href=\"http://profiles.wordpress.org/tellyworth\">tellyworth</a>、<a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>、<a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>、<a href=\"http://profiles.wordpress.org/willmot\">Tom Willmot</a>、<a href=\"http://profiles.wordpress.org/topher1kenobe\">Topher</a>、<a href=\"http://profiles.wordpress.org/topquarky\">topquarky</a>、<a href=\"http://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>、<a href=\"http://profiles.wordpress.org/toru\">Toru</a>、<a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>、<a href=\"http://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>、<a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>、<a href=\"http://profiles.wordpress.org/varunagw\">VarunAgw</a>、<a href=\"http://profiles.wordpress.org/wawco\">wawco</a>、<a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>、<a href=\"http://profiles.wordpress.org/wokamoto\">wokamoto</a>、<a href=\"http://profiles.wordpress.org/xsonic\">xsonic</a>、<a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>、<a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>、<a href=\"http://profiles.wordpress.org/zbtirrell\">Zach Tirrell</a>和<a href=\"http://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>。同时感谢<a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a>制作了发行视频。</p>\n<p>如果您想帮忙,请查看<a href=\"http://make.wordpress.org/\">Make WordPress</a>和我们的<a href=\"http://make.wordpress.org/core/\">核心开发博客</a>。感谢选择WordPress,我们在4.0版等您!\n</div>\n\";s: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://cn.wordpress.org/2014/04/19/smith/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"43\";s: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: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:27:\"WordPress 3.8.3维护更新\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://cn.wordpress.org/2014/04/15/wordpress-3-8-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://cn.wordpress.org/2014/04/15/wordpress-3-8-3/#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, 15 Apr 2014 05:33: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: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:30:\"http://cn.wordpress.org/?p=897\";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:1121:\"WordPress 3.8.3现已发布,修正了WordPress 3.8.2安全更新中的一个bug。 仪表盘中的“快速草稿”工具在3.8.2中未能正常工作,在您使用它时,您的草稿将不会被保存。尽管我们觉得不会有人用这个工具写小说,但任何数据丢失对我们来说都是不能接受的。 我们认识到您对我们的信任,并且我们认真对待这份责任。我们对让您失望诚致歉意。 仍有可能您上周丢失的快速草稿还在数据库中,只是您看不到它。然而,这些“丢弃的草稿”通常会在7天后被删除,而现在离我们上次发布已经过了6天。如果我们有幸救回您的草稿,您将会于更新后在“所有文章”界面看到它。(我们也将在后台推送3.8.3,所以可能您会发现列表中突然出现了一篇草稿。) 下载WordPress 3.8.3(简体中文版)或在仪表盘→更新中点击“现在更新”。 这个bug也影响了3.7.2,所以我们发布了3.7.3版。但我们仍然希望您升级到最新版。 Now for some good news: WordPress 3.9 is near. Expect it this week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"jimmy\";s: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:1400:\"<p>WordPress 3.8.3现已发布,修正了<a href=\"http://wordpress.org/news/2014/04/wordpress-3-8-2/\">WordPress 3.8.2安全更新</a>中的一个bug。</p>\n<p>仪表盘中的“快速草稿”工具在3.8.2中未能正常工作,在您使用它时,您的草稿将不会被保存。尽管我们觉得不会有人用这个工具写小说,但<em>任何</em>数据丢失对我们来说都是不能接受的。</p>\n<p>我们认识到您对我们的信任,并且我们认真对待这份责任。我们对让您失望诚致歉意。</p>\n<p>仍<em>有可能</em>您上周丢失的快速草稿还在数据库中,只是您看不到它。然而,这些“丢弃的草稿”通常会在7天后被删除,而现在离我们上次发布已经过了6天。如果我们有幸救回您的草稿,您将会于更新后在“所有文章”界面看到它。(我们也将在后台推送3.8.3,所以可能您会发现列表中突然出现了一篇草稿。)</p>\n<p><a href=\"http://wordpress.org/download/\">下载WordPress 3.8.3</a>(<a href=\"http://cn.wordpress.org/wordpress-3.8.3-zh_CN.zip\">简体中文版</a>)或在仪表盘→更新中点击“现在更新”。</p>\n<p><em>这个bug也影响了3.7.2,所以我们发布了3.7.3版。但我们仍然希望您升级到最新版。</em></p>\n<hr />\n<p><em>Now for some good news:<br />\nWordPress 3.9 is near.<br />\nExpect it this week</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://cn.wordpress.org/2014/04/15/wordpress-3-8-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s: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: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:27:\"WordPress 3.8.1维护更新\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://cn.wordpress.org/2014/01/25/wordpress-3-8-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:60:\"http://cn.wordpress.org/2014/01/25/wordpress-3-8-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:\"Sat, 25 Jan 2014 03:46: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: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:30:\"http://cn.wordpress.org/?p=894\";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:1684:\"在WordPress 3.8发布逾六周,下载量逾9.3百万次之后,我们很高兴能够发布WordPress 3.8.1。 3.8.1版是为修正3.8中的31个bug而做出的维护更新,其中包含了对新仪表盘设计和主题管理屏幕的修正和改进。一项关于WP_Query中分类查询的问题已被修复。此外,如果您发现点击“提交”按钮后没有任何反应(或像我们中的某些人一样感到抓狂),请安心,我们已经发现并修复了这个问题。 此版本也包含对嵌入推特(即将一条推特的URL置于单独的一行中)的修正,使其能够适应最近的Twitter API更新。(要查阅更多关于Embeds的资讯,请参见Codex。) 要查阅全部修改,请参见工单列表和修改历史。此外,在开发博客上有关于此版本的详细摘要。 如果您已经是WordPress 3.8的百万用户中的一员,我们将在未来几小时内为您自动在后台更新到WordPress 3.8.1。当然,这仅限支持后台更新的站点。 下载WordPress 3.8.1(简体中文版)或到管理后台的“仪表盘”→“更新”来升级。 我们向以下对3.8.1做出贡献的人士致谢: Aaron Jorbin、Allan Collins、Andrew Nacin、Andrew Ozz、Aubrey Portwood、Ben Dunkle、Connor Jennings、Dion Hulse、Dominik Schilling、fboender、Janneke Van Dorpe、janrenn、Joe Dolson、John Blackbourn、José Pino、Konstantin Kovshenin、Matias Ventura、Matthew Haines-Young、Matt Thomas、Mel Choyce、Mohammad Jangda、Morgan Estes、nivijah、Scott Taylor、Sergey Biryukov、undergroundnetwork和Yuri Victor。 WordPress three eight one We heard you didn’t like bugs So we took them out\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"jimmy\";s: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:3798:\"<p>在WordPress 3.8发布逾六周,下载量<a href=\"http://wordpress.org/download/counter/\">逾9.3百万次</a>之后,我们很高兴能够发布WordPress 3.8.1。</p>\n<p>3.8.1版是为修正3.8中的31个bug而做出的维护更新,其中包含了对新仪表盘设计和主题管理屏幕的修正和改进。一项关于WP_Query中分类查询的问题已被修复。此外,如果您发现点击“提交”按钮后没有任何反应(或像我们中的某些人一样感到抓狂),请安心,我们已经发现并修复了这个问题。</p>\n<p>此版本也包含对<strong>嵌入推特</strong>(即将一条推特的URL置于单独的一行中)的修正,使其能够适应最近的Twitter API更新。(要查阅更多关于Embeds的资讯,请参见<a href=\"http://codex.wordpress.org/Embeds\">Codex</a>。)</p>\n<p>要查阅全部修改,请参见<a href=\"http://core.trac.wordpress.org/query?milestone=3.8.1\">工单列表</a>和<a href=\"https://core.trac.wordpress.org/log/branches/3.8?rev=27018&stop_rev=26862\">修改历史</a>。此外,在开发博客上有关于此版本的<a href=\"http://make.wordpress.org/core/2014/01/22/wordpress-3-8-1-release-candidate/\">详细摘要</a>。</p>\n<p>如果您已经是WordPress 3.8的百万用户中的一员,我们将在未来几小时内为您自动在后台更新到WordPress 3.8.1。当然,这仅限<a href=\"http://wordpress.org/plugins/background-update-tester/\">支持后台更新</a>的站点。</p>\n<p><a href=\"http://wordpress.org/wordpress-3.8.1.zip\">下载WordPress 3.8.1</a>(<a href=\"http://cn.wordpress.org/wordpress-3.8.1-zh_CN.zip\">简体中文版</a>)或到管理后台的“仪表盘”→“更新”来升级。</p>\n<p>我们向以下对3.8.1做出贡献的人士致谢:</p>\n<p><a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>、<a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>、<a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>、<a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>、<a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>、<a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>、<a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>、<a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>、<a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>、<a href=\"http://profiles.wordpress.org/fboender\">fboender</a>、<a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>、<a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>、<a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>、<a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>、<a href=\"http://wordpress.org/news/2014/01/wordpress-3-8-1/#\">José Pino</a>、<a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>、<a href=\"http://profiles.wordpress.org/matveb\">Matias Ventura</a>、<a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>、<a href=\"http://profiles.wordpress.org/iammattthomas\">Matt Thomas</a>、<a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>、<a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>、<a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>、<a href=\"http://profiles.wordpress.org/nivijah\">nivijah</a>、<a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>、<a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>、<a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>和<a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>。</p>\n<p><em>WordPress three eight one<br />\nWe heard you didn’t like bugs<br />\nSo we took them out</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://cn.wordpress.org/2014/01/25/wordpress-3-8-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:2:\"65\";s: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: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.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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://cn.wordpress.org/2013/12/13/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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://cn.wordpress.org/2013/12/13/parker/#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, 13 Dec 2013 07:27:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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:30:\"http://cn.wordpress.org/?p=887\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"jimmy\";s: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:16805:\"<p>WordPress 3.8简体中文版现已<a href=\"http://cn.wordpress.org/wordpress-3.8-zh_CN.zip\">开放下载</a>,或在您的WordPress仪表盘中升级。我们将此版本命名为“Parker”,以纪念<a href=\"https://zh.wikipedia.org/zh-cn/%E6%9F%A5%E5%88%A9%C2%B7%E5%B8%95%E5%85%8B\">查利·帕克</a>,波普爵士乐的先驱者。我们希望您能觉得这是迄今为止最美丽的更新。</p>\n<div id=\"v-6wORgoGb-1\" class=\"video-player\"><embed id=\"v-6wORgoGb-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.03&guid=6wORgoGb&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<h2>向您介绍全新的现代设计</h2>\n<p><img alt=\"overview\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/overview.jpg?resize=623%2C193\" width=\"623\" height=\"193\" /><br />\nWordPress已经变得焕然一新。3.8给整个仪表盘带来了全新的外观。告别强盛的渐变和几十度灰——迎来更宏大、更大胆、更丰富多彩的设计!<br />\n<img alt=\"about-modern-wordpress\" src=\"http://i2.wp.com/wpdotorg.files.wordpress.com/2013/12/design.png?resize=623%2C151\" width=\"623\" height=\"151\" /></p>\n<h3>现代美学</h3>\n<p>新的WordPress仪表盘有着清新、整洁的设计,简洁明了。</p>\n<h3>干净排版</h3>\n<p>Open Sans字体提供了为桌面和移动浏览优化过的,简单、友好的文本。和WordPress一样,它也是开源的。</p>\n<h3>精致对比</h3>\n<p>我们认为漂亮的设计不应该以牺牲可读性为代价。凭借卓越的对比度和宽大舒适的排版,新的设计很容易阅读,浏览起来也是一种享受。</p>\n<hr />\n<h2>每台设备上的WordPress</h2>\n<p><img alt=\"responsive\" src=\"http://i2.wp.com/wpdotorg.files.wordpress.com/2013/12/responsive.jpg?resize=255%2C255\" width=\"255\" height=\"255\" />我们通过不同的方式访问互联网:智能手机、平板、笔记本电脑、台式机——不论您使用什么,WordPress都能妥善应对,让您宾至如归。</p>\n<h3>高清高速</h3>\n<p>通过使用矢量图标,WordPress比以往更锐利、更能适应您的屏幕。而且通过抛弃像素点,页面加载速度也获得显著提升。</p>\n<hr />\n<h2>让配色方案符合您的个性</h2>\n<p><img alt=\"colors\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/colors.jpg?resize=623%2C339\" width=\"623\" height=\"339\" /><br />\nWordPress的本次更新丰富多彩,我们为您提供了8种配色方案,总有一种适合您。</p>\n<p>您可在您的个人资料页面预览和修改配色方案。</p>\n<hr />\n<h2>精致的主题管理</h2>\n<p><img alt=\"themes\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/themes.jpg?resize=360%2C344\" width=\"360\" height=\"344\" />新的主题屏幕让您能对您的主题一览无余,您也可以点击以获得更多信息。键盘上的方向键现也可用于主题浏览。</p>\n<h3>流畅的小工具体验</h3>\n<p>通过新的设计,您即可告别以往不断的拖动。我们致力于精简小工具屏幕。</p>\n<p>有大监视器?多个挂件区域现可并排放置来使用空余空间。有平板电脑?轻触某一挂件来添加。</p>\n<hr />\n<h2>Twenty Fourteen,时髦的新杂志主题</h2>\n<h3><img alt=\"显示在笔记本电脑、平板电脑和手机中的全新Twenty Fourteen主题\" src=\"http://i0.wp.com/wpdotorg.files.wordpress.com/2013/12/twentyfourteen.jpg?resize=692%2C275\" width=\"692\" height=\"275\" /></h3>\n<h3>将您的博客变身为一本杂志</h3>\n<p>使用WordPress和Twenty Fourteen,您可以创建漂亮的杂志风格站点。选择特色内容在您主页的显示方式:网格还是滑块;通过三块挂件区域自定义您的站点;或是用两种页面模板修改您的布局。</p>\n<p>通过不妨害我们的简洁性的引人注目的设计,Twenty Fourteen是我们迄今为止最强悍的默认主题</p>\n<hr />\n<h2>新时代</h2>\n<p>本次发布由Matt Mullenweg牵头,这是我们第二次采用插件优先的开发模式,开发时间窗口也比以往更小。我们认为一切都很顺利。您可以在<a title=\"Make WordPress Core\" href=\"http://make.wordpress.org/core/\" target=\"_blank\">make/core博客</a>查阅当前正被开发的新功能。</p>\n<p>本次发布得到了175名贡献者的支持:</p>\n<p><a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>、<a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>、<a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>、<a href=\"http://profiles.wordpress.org/ahoereth\">Alexander Hoereth</a>、<a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>、<a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>、<a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>、<a href=\"http://profiles.wordpress.org/aralbald\">Andrey Kabakchiev</a>、<a href=\"http://profiles.wordpress.org/apeatling\">Andy Peatling</a>、<a href=\"http://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>、<a href=\"http://profiles.wordpress.org/atimmer\">Anton Timmermans</a>、<a href=\"http://profiles.wordpress.org/fliespl\">Arkadiusz Rzadkowolski</a>、<a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>、<a href=\"http://profiles.wordpress.org/bassgang\">bassgang</a>、<a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>、<a href=\"http://profiles.wordpress.org/binarymoon\">binarymoon</a>、<a href=\"http://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>、<a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>、<a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>、<a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>、<a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>、<a href=\"http://profiles.wordpress.org/sixhours\">Caroline Moore</a>、<a href=\"http://profiles.wordpress.org/corphi\">Corphi</a>、<a href=\"http://profiles.wordpress.org/dbernar1\">Dan Bernardic</a>、<a href=\"http://profiles.wordpress.org/danieldudzic\">danieldudzic</a>、<a href=\"http://profiles.wordpress.org/datafeedrcom\">datafeedrcom</a>、<a href=\"http://profiles.wordpress.org/drw158\">Dave Whitley</a>、<a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>、<a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>、<a href=\"http://profiles.wordpress.org/dougwollison\">Doug Wollison</a>、<a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>、<a href=\"http://profiles.wordpress.org/dziudek\">dziudek</a>、<a href=\"http://profiles.wordpress.org/empireoflight\">Empireoflight</a>、<a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>、<a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>、<a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>、<a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>、<a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>、<a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>、<a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>、<a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>、<a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky</a>、<a href=\"http://profiles.wordpress.org/hanni\">hanni</a>、<a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>、<a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>、<a href=\"http://profiles.wordpress.org/iblamefish\">iblamefish</a>、<a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>、<a href=\"http://profiles.wordpress.org/isaackeyet\">Isaac Keyet</a>、<a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>、<a href=\"http://profiles.wordpress.org/jacklenox\">Jack Lenox</a>、<a href=\"http://profiles.wordpress.org/janhenckens\">janhenckens</a>、<a href=\"http://profiles.wordpress.org/jblz\">Jeff Bowen</a>、<a href=\"http://profiles.wordpress.org/jeffr0\">Jeff Chandler</a>、<a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>、<a href=\"http://profiles.wordpress.org/buffler\">Jeremy Buller</a>、<a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>、<a href=\"http://profiles.wordpress.org/jeherve\">Jeremy Herve</a>、<a href=\"http://profiles.wordpress.org/jpry\">Jeremy Pry</a>、<a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>、<a href=\"http://profiles.wordpress.org/jhned\">jhned</a>、<a href=\"http://profiles.wordpress.org/jartes\">Joan Artes</a>、<a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>、<a href=\"http://profiles.wordpress.org/joen\">Joen Asmussen</a>、<a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>、<a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>、<a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>、<a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>、<a href=\"http://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>、<a href=\"http://profiles.wordpress.org/nukaga\">Junko Nukaga</a>、<a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>、<a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>、<a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>、<a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>、<a href=\"http://profiles.wordpress.org/littlethingsstudio\">Kate Whitley</a>、<a href=\"http://profiles.wordpress.org/codebykat\">Kat Hagan</a>、<a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>、<a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>、<a href=\"http://profiles.wordpress.org/kwight\">Kirk Wight</a>、<a href=\"http://profiles.wordpress.org/koki4a\">Konstantin Dankov</a>、<a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>、<a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>、<a href=\"http://profiles.wordpress.org/drozdz\">Krzysiek Drozdz</a>、<a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>、<a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis</a>、<a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>、<a href=\"http://profiles.wordpress.org/lite3\">lite3</a>、<a href=\"http://profiles.wordpress.org/latz\">Lutz Schroer</a>、<a href=\"http://profiles.wordpress.org/mako09\">Mako</a>、<a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>、<a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>、<a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>、<a href=\"http://profiles.wordpress.org/matveb\">Matias Ventura</a>、<a href=\"http://profiles.wordpress.org/mdbitz\">Matthew Denton</a>、<a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>、<a href=\"http://profiles.wordpress.org/matt\">Matt Mullenweg</a>、<a href=\"http://profiles.wordpress.org/iammattthomas\">Matt Thomas</a>、<a href=\"http://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>、<a href=\"http://profiles.wordpress.org/megane9988\">megane9988</a>、<a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>、<a href=\"http://profiles.wordpress.org/micahwave\">micahwave</a>、<a href=\"http://profiles.wordpress.org/cainm\">Michael Cain</a>、<a href=\"http://profiles.wordpress.org/michelwppi\">Michel – xiligroup dev</a>、<a href=\"http://profiles.wordpress.org/chellycat\">Michelle Langston</a>、<a href=\"http://profiles.wordpress.org/gradyetc\">Mike Burns</a>、<a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>、<a href=\"http://profiles.wordpress.org/mikelittle\">Mike Little</a>、<a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>、<a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>、<a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>、<a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>、<a href=\"http://profiles.wordpress.org/mt8biz\">moto hachi</a>、<a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>、<a href=\"http://profiles.wordpress.org/neil_pie\">neil_pie</a>、<a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>、<a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>、<a href=\"http://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>、<a href=\"http://profiles.wordpress.org/ninio\">ninio</a>、<a href=\"http://profiles.wordpress.org/ninnypants\">ninnypants</a>、<a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>、<a href=\"http://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>、<a href=\"http://profiles.wordpress.org/odysseygate\">odyssey</a>、<a href=\"http://profiles.wordpress.org/originalexe\">OriginalEXE</a>、<a href=\"http://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>、<a href=\"http://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>、<a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>、<a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>、<a href=\"http://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>、<a href=\"http://profiles.wordpress.org/raamdev\">Raam Dev</a>、<a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>、<a href=\"http://profiles.wordpress.org/bamadesigner\">Rachel Carden</a>、<a href=\"http://profiles.wordpress.org/radices\">Radices</a>、<a href=\"http://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>、<a href=\"http://profiles.wordpress.org/defries\">Remkus de Vries</a>、<a href=\"http://profiles.wordpress.org/ounziw\">Rescuework Support</a>、<a href=\"http://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>、<a href=\"http://profiles.wordpress.org/rdall\">Robert Dall</a>、<a href=\"http://profiles.wordpress.org/wet\">Robert Wetzlmayr</a>、<a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>、<a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>、<a href=\"http://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>、<a href=\"http://profiles.wordpress.org/sanchothefat\">sanchothefat</a>、<a href=\"http://profiles.wordpress.org/scottbasgaard\">Scott Basgaard</a>、<a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>、<a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>、<a href=\"http://profiles.wordpress.org/scribu\">scribu</a>、<a href=\"http://profiles.wordpress.org/seanchayes\">seanchayes</a>、<a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>、<a href=\"http://profiles.wordpress.org/shaunandrews\">shaunandrews</a>、<a href=\"http://profiles.wordpress.org/designsimply\">Sheri Bigelow (designsimply)</a>、<a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>、<a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>、<a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>、<a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>、<a href=\"http://profiles.wordpress.org/sirbrillig\">sirbrillig</a>、<a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>、<a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar</a>、<a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>、<a href=\"http://profiles.wordpress.org/stevenkword\">Steven Word</a>、<a href=\"http://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>、<a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>、<a href=\"http://profiles.wordpress.org/tmtoy\">Takuma Morikawa</a>、<a href=\"http://profiles.wordpress.org/thomasguillot\">Thomas Guillot</a>、<a href=\"http://profiles.wordpress.org/tierra\">tierra</a>、<a href=\"http://profiles.wordpress.org/tillkruess\">Till Kruss</a>、<a href=\"http://profiles.wordpress.org/tlamedia\">TLA Media</a>、<a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>、<a href=\"http://profiles.wordpress.org/tommcfarlin\">Tom McFarlin</a>、<a href=\"http://profiles.wordpress.org/taupecat\">Tracy Rotton</a>、<a href=\"http://profiles.wordpress.org/trishasalas\">trishasalas</a>、<a href=\"http://profiles.wordpress.org/mbmufffin\">Tyler Smith</a>、<a href=\"http://profiles.wordpress.org/grapplerulrich\">Ulrich</a>、<a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>、<a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>、<a href=\"http://profiles.wordpress.org/yonasy\">yonasy</a>、和<a href=\"http://profiles.wordpress.org/tollmanz\">Zack Tollman</a>。也感谢<a href=\"http://benmorrison.org/\">Ben Morrison</a>和<a href=\"http://christineswebb.com/\">Christine Webb</a>制作的视频。</p>\n<p>感谢您选择WordPress,我们3.9见!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://cn.wordpress.org/2013/12/13/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:2:\"57\";s: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: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:27:\"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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://cn.wordpress.org/2013/10/30/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:60:\"http://cn.wordpress.org/2013/10/30/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:\"Wed, 30 Oct 2013 04:33: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: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:30:\"http://cn.wordpress.org/?p=883\";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:45:\"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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"jimmy\";s: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:1556:\"<p>WordPress 3.7.1现已可用!这个维护更新修正了WordPress 3.7中的11个bug,包括:</p>\n<ul>\n<li>有说明的图像可在可视化编辑器中正确显示。</li>\n<li>使得部分较旧或未得到妥善配置的服务器上的站点能够继续从WordPress.org检查更新。</li>\n<li>防止因部分插件过早地调用部分WordPress函数而造成的致命错误。</li>\n<li>修正了get_pages()中的层级排序、wp_list_categories()中的排除项、和以空值调用in_category()时的行为。</li>\n<li>修复了在搜索时可能出现的警告和一些其他提示。</li>\n</ul>\n<p>要查看全部修改,请参见<a href=\"http://core.trac.wordpress.org/query?milestone=3.7.1\">工单列表</a>和<a href=\"http://core.trac.wordpress.org/log/branches/3.7?stop_rev=25914&rev=25986\">修改历史</a>。</p>\n<p>如果您已经是<a href=\"http://wordpress.org/download/counter/\">近两百万</a>名WordPress 3.7用户中的一员,我们将会在未来几小时中为您<a href=\"http://cn.wordpress.org/2013/10/25/basie/\">在后台自动更新</a>到WordPress 3.7.1。(当然,只是对于那些<a href=\"http://wordpress.org/plugins/background-update-tester/\">支持自动更新</a>的站点。)</p>\n<p><a href=\"http://wordpress.org/wordpress-3.7.1.zip\">下载WordPress 3.7.1</a>(<a href=\"http://cn.wordpress.org/wordpress-3.7.1-zh_CN.zip\">简体中文版</a>)或到管理后台的“仪表盘”→“更新”来升级。</p>\n<p><em>Just a few fixes<br />\nYour new update attitude:<br />\nZero clicks given</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://cn.wordpress.org/2013/10/30/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:2:\"47\";s: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:24:\"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:41:\"http://cn.wordpress.org/2013/10/25/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:50:\"http://cn.wordpress.org/2013/10/25/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:\"Fri, 25 Oct 2013 03:34:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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:30:\"http://cn.wordpress.org/?p=870\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress 3.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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"jimmy\";s: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:17261:\"<p>WordPress 3.7简体中文版现已可<a href=\"http://cn.wordpress.org/wordpress-3.7-zh_CN.zip\">下载</a>或在您的WordPress仪表盘中更新。为了纪念<a href=\"http://en.wikipedia.org/wiki/Count_basie\">Count Basie</a>,我们将这个版本命名为”Basie”。这次更新包含了我们做出的一些重要架构更新,如:</p>\n<ul>\n<li><strong>在您睡觉时更新</strong>:在WordPress 3.7中,您不需要做任何事,系统就会自动为您完成维护和安全更新。大部分站点都已能于后台完成这些更新。我们为升级过程加入了许多检查和保护措施,使升级更加可靠和安全。</li>\n<li><strong>推广强密码</strong>:您的密码是您站点的第一道防线,请最好创建足够复杂、长和独一无二的密码。我们在WordPress 3.7中更新了密码强度指示条,以期发现更多会降低您密码的安全性的常见问题:日期、名字、按键序列(123456789)、甚至是流行文化。</li>\n<li><strong>更加全球化</strong>: 本地化的WordPress将会得到更新更完整的翻译。WordPress 3.7将能够自动安装正确的语言文件,并保证它们是最新的。这对WordPress全球数百万非英语用户来说是一件大好事。</li>\n</ul>\n<p>对开发者而言,有许多选项可用来控制新功能,比如可允许WordPress在有重大更新自动升级、更加精密的日期查询支持、和许多多站点相关的改进。和以前一样,如果您想知道更多,请参见<a href=\"http://codex.wordpress.org/Version_3.7\">Codex</a>或浏览<a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.7\">超过400张已完成的工单</a>。</p>\n<h3>长江后浪</h3>\n<p>这次发布由Andrew Nacin领导,并得到了Dion Hulse和Jon Cave的支持。这是我们首次采用插件优先的开发模式,开发时间窗口也比以往更小。(3.6是在八月发布的。)预计会在十二月发布的3.8版本会继续走这条使道路,使得插件开发更独立,也能够让我们将功能开发和发布脱钩。您可以<a href=\"http://make.wordpress.org/core/\">在make/core博客</a>跟进这个宏大实验,也可以了解我们从中学到的东西。这次发布得到了211位贡献者的支持:</p>\n<p><a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell</a>、<a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>、<a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>、<a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>、<a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>、<a href=\"http://profiles.wordpress.org/ahoereth\">Alexander Hoereth</a>、<a href=\"http://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>、<a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>、<a href=\"http://profiles.wordpress.org/andg\">andg</a>、<a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>、<a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>、<a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>、<a href=\"http://profiles.wordpress.org/andrewspittle\">Andrew Spittle</a>、<a href=\"http://profiles.wordpress.org/askapache\">askapache</a>、<a href=\"http://profiles.wordpress.org/atimmer\">atimmer</a>、<a href=\"http://profiles.wordpress.org/barry\">Barry</a>、<a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens</a>、<a href=\"http://profiles.wordpress.org/benmoody\">ben.moody</a>、<a href=\"http://profiles.wordpress.org/bhengh\">Ben Miller</a>、<a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>、<a href=\"http://profiles.wordpress.org/bftrick\">BFTrick</a>、<a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>、<a href=\"http://profiles.wordpress.org/bmb\">bmb</a>、<a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>、<a href=\"http://profiles.wordpress.org/brianhogg\">brianhogg</a>、<a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>、<a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>、<a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>、<a href=\"http://profiles.wordpress.org/charlesclarkson\">CharlesClarkson</a>、<a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett</a>、<a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>、<a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>、<a href=\"http://profiles.wordpress.org/chrisrudzki\">Chris Rudzki</a>、<a href=\"http://profiles.wordpress.org/aeg0125\">coderaaron</a>、<a href=\"http://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>、<a href=\"http://profiles.wordpress.org/crrobi01\">Colin Robinson</a>、<a href=\"http://profiles.wordpress.org/andreasnrb\">cyonite</a>、<a href=\"http://profiles.wordpress.org/daankortenbach\">Daan Kortenbach</a>、<a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>、<a href=\"http://profiles.wordpress.org/convissor\">Daniel Convissor</a>、<a href=\"http://profiles.wordpress.org/dartiss\">dartiss</a>、<a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>、<a href=\"http://profiles.wordpress.org/csixty4\">Dave Ross</a>、<a href=\"http://profiles.wordpress.org/davidjlaietta\">David Laietta</a>、<a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>、<a href=\"http://profiles.wordpress.org/dllh\">dllh</a>、<a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>、<a href=\"http://profiles.wordpress.org/dpash\">dpash</a>、<a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>、<a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>、<a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>、<a href=\"http://profiles.wordpress.org/dzver\">dzver</a>、<a href=\"http://profiles.wordpress.org/cais\">Edward Caissie</a>、<a href=\"http://profiles.wordpress.org/enej\">enej</a>、<a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>、<a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>、<a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>、<a href=\"http://profiles.wordpress.org/faishal\">faishal</a>、<a href=\"http://profiles.wordpress.org/faison\">Faison</a>、<a href=\"http://profiles.wordpress.org/foofy\">Foofy</a>、<a href=\"http://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>、<a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>、<a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>、<a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>、<a href=\"http://profiles.wordpress.org/gayadesign\">Gaya Kessler</a>、<a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>、<a href=\"http://profiles.wordpress.org/gizburdt\">Gizburdt</a>、<a href=\"http://profiles.wordpress.org/goldenapples\">goldenapples</a>、<a href=\"http://profiles.wordpress.org/gradyetc\">gradyetc</a>、<a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>、<a href=\"http://profiles.wordpress.org/webord\">Gustavo Bordoni</a>、<a href=\"http://profiles.wordpress.org/hakre\">hakre</a>、<a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>、<a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>、<a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>、<a href=\"http://profiles.wordpress.org/creativeinfusion\">itinerant</a>、<a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>、<a href=\"http://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>、<a href=\"http://profiles.wordpress.org/jamescollins\">James Collins</a>、<a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>、<a href=\"http://profiles.wordpress.org/buffler\">Jeremy Buller</a>、<a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>、<a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>、<a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>、<a href=\"http://profiles.wordpress.org/jkudish\">Joey Kudish</a>、<a href=\"http://profiles.wordpress.org/johnnyb\">John Beales</a>、<a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>、<a href=\"http://profiles.wordpress.org/johnafish\">John Fish</a>、<a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>、<a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>、<a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>、<a href=\"http://profiles.wordpress.org/jchristopher\">Jonathan Christopher</a>、<a href=\"http://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>、<a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>、<a href=\"http://profiles.wordpress.org/jonlynch\">Jon Lynch</a>、<a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>、<a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>、<a href=\"http://profiles.wordpress.org/betzster\">Josh Betz</a>、<a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>、<a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>、<a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>、<a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>、<a href=\"http://profiles.wordpress.org/ketwaroo\">Ketwaroo</a>、<a href=\"http://profiles.wordpress.org/kevinb\">kevinB</a>、<a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>、<a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>、<a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>、<a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>、<a href=\"http://profiles.wordpress.org/koopersmith\">koopersmith</a>、<a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>、<a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>、<a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>、<a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>、<a href=\"http://profiles.wordpress.org/layotte\">Lew Ayotte</a>、<a href=\"http://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>、<a href=\"http://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>、<a href=\"http://profiles.wordpress.org/cimmo\">Marco Cimmino</a>、<a href=\"http://profiles.wordpress.org/marco_teethgrinder\">Marco Galasso</a>、<a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>、<a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>、<a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>、<a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>、<a href=\"http://profiles.wordpress.org/tw2113\">Michael Beckwith</a>、<a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>、<a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>、<a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>、<a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>、<a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>、<a href=\"http://profiles.wordpress.org/usermrpapa\">Mr Papa</a>、<a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>、<a href=\"http://profiles.wordpress.org/naomicbush\">Naomi</a>、<a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>、<a href=\"http://profiles.wordpress.org/natejacobs\">NateJacobs</a>、<a href=\"http://profiles.wordpress.org/nathanrice\">nathanrice</a>、<a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>、<a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>、<a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>、<a href=\"http://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>、<a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>、<a href=\"http://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>、<a href=\"http://profiles.wordpress.org/noahsilverstein\">noahsilverstein</a>、<a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>、<a href=\"http://profiles.wordpress.org/nukaga\">nukaga</a>、<a href=\"http://profiles.wordpress.org/nullvariable\">nullvariable</a>、<a href=\"http://profiles.wordpress.org/butuzov\">Oleg Butuzov</a>、<a href=\"http://profiles.wordpress.org/paolal\">Paolo Belcastro</a>、<a href=\"http://profiles.wordpress.org/xparham\">Parham</a>、<a href=\"http://profiles.wordpress.org/pbiron\">Paul Biron</a>、<a href=\"http://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>、<a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>、<a href=\"http://profiles.wordpress.org/peterjaap\">peterjaap</a>、<a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>、<a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>、<a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>、<a href=\"http://profiles.wordpress.org/plocha\">plocha</a>、<a href=\"http://profiles.wordpress.org/pollett\">Pollett</a>、<a href=\"http://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>、<a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>、<a href=\"http://profiles.wordpress.org/rasheed\">Rasheed Bydousi</a>、<a href=\"http://profiles.wordpress.org/raybernard\">RayBernard</a>、<a href=\"http://profiles.wordpress.org/rboren\">rboren</a>、<a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>、<a href=\"http://profiles.wordpress.org/rfair404\">rfair404</a>、<a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>、<a href=\"http://profiles.wordpress.org/r3df\">Rick Radko</a>、<a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>、<a href=\"http://profiles.wordpress.org/rdall\">Robert Dall</a>、<a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>、<a href=\"http://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>、<a href=\"http://profiles.wordpress.org/rpattillo\">rpattillo</a>、<a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>、<a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>、<a href=\"http://profiles.wordpress.org/hotchkissconsulting\">Sam Hotchkiss</a>、<a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>、<a href=\"http://profiles.wordpress.org/scottsweb\">scottsweb</a>、<a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>、<a href=\"http://profiles.wordpress.org/scribu\">scribu</a>、<a href=\"http://profiles.wordpress.org/scruffian\">scruffian</a>、<a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi (tenpura)</a>、<a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>、<a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>、<a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>、<a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>、<a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>、<a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>、<a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>、<a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>、<a href=\"http://profiles.wordpress.org/sillybean\">Stephanie Leary</a>、<a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar (@netweb)</a>、<a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>、<a href=\"http://profiles.wordpress.org/strangerstudios\">strangerstudios</a>、<a href=\"http://profiles.wordpress.org/sweetie089\">sweetie089</a>、<a href=\"http://profiles.wordpress.org/swissspidy\">swissspidy</a>、<a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>、<a href=\"http://profiles.wordpress.org/tmtoy\">Takuma Morikawa</a>、<a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>、<a href=\"http://profiles.wordpress.org/tivnet\">tivnet</a>、<a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>、<a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>、<a href=\"http://profiles.wordpress.org/toscho\">toscho</a>、<a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>、<a href=\"http://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>、<a href=\"http://profiles.wordpress.org/vericgar\">vericgar</a>、<a href=\"http://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>、<a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>、<a href=\"http://profiles.wordpress.org/wikicms\">wikicms</a>、<a href=\"http://profiles.wordpress.org/willnorris\">Will Norris</a>、<a href=\"http://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>、<a href=\"http://profiles.wordpress.org/wycks\">wycks</a>、<a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>、和<a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>.</p>\n<p>请享受这为数不多的几次手动更新中的一次吧,我们3.8见!</p>\n<p><ins><strong>更新(2013-10-26)</strong>:昨日发布之版本中一处可能造成<code>theme-editor.php</code>产生警告的问题已被修复,如果您已经升级,您可在“更新”页面执行“现在重新安装”即可。对给您带来的不便诚致歉意。</ins></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://cn.wordpress.org/2013/10/25/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:2:\"61\";s: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:36:\"WordPress 3.6.1维护和安全更新\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://cn.wordpress.org/2013/09/12/wordpress-3-6-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://cn.wordpress.org/2013/09/12/wordpress-3-6-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, 12 Sep 2013 05:36: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: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:30:\"http://cn.wordpress.org/?p=863\";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:45:\"WordPress 3.6.1简体中文版现已可用。\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"jimmy\";s: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:1839:\"<p>在WordPress 3.6有了<a href=\"http://wordpress.org/download/counter/\">近七百万次下载</a>之后,我们高兴地发布了3.6.1版。这个维护性更新修正3.6版中的<a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.6.1\">13个bug</a></p>\n<p><strong>WordPress 3.6.1也是对之前所有WordPress版本的安全修正</strong>,我们强烈推荐您升级您的站点。这次发布包含了我们的安全团队做出的三项修正:</p>\n<ul>\n<li>阻止一些情形中可能出现的不安全的PHP反序列化,这可能导致远程代码执行。由<a href=\"http://vagosec.org/\" rel=\"nofollow\">Tom Van Goethem</a>报告。</li>\n<li>防止”作者”用户通过一个特制的请求来创建“由其他用户创作”的文章。由<a href=\"http://anakornk.wordpress.com/\" rel=\"nofollow\">Anakorn Kyavatanakij</a>报告。</li>\n<li>修正了可能导致用户被重定向到引导到其他网站的一处输入验证不足。由Dave Cummo,Northrup Grumman的<a href=\"http://www.cdc.gov/\" rel=\"nofollow\">美国疾病控制和预防中心</a>分包商报告。</li>\n</ul>\n<p>此外,我们也调整了上传文件时的安全限制,来防止可能出现的跨站脚本。</p>\n<p>我们感谢这些问题被<a href=\"http://codex.wordpress.org/FAQ_Security\">负责任地透漏</a>给我们的安全小组。要获取更多资讯,请参见<a href=\"http://codex.wordpress.org/Version_3.6.1\">发布说明</a>或查阅<a href=\"http://core.trac.wordpress.org/log/branches/3.6?stop_rev=24972&rev=25345\">修改列表</a>。</p>\n<p><a href=\"http://wordpress.org/wordpress-3.6.1.zip\">下载WordPress 3.6.1</a> (<a href=\"http://cn.wordpress.org/wordpress-3.6.1-zh_CN.zip\">简体中文版</a>)或到管理后台的“仪表盘”→“更新”来升级。</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://cn.wordpress.org/2013/09/12/wordpress-3-6-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:2:\"56\";s: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: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:24:\"WordPress 3.6“Oscar”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://cn.wordpress.org/2013/08/08/wordpress-3-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://cn.wordpress.org/2013/08/08/wordpress-3-6/#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, 08 Aug 2013 04:08: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: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:30:\"http://cn.wordpress.org/?p=856\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress 3.6简体中文版现已开放下载。\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"jimmy\";s: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:18511:\"<p>最新最棒的WordPress 3.6简体中文版现已<a href=\"http://cn.wordpress.org/wordpress-3.6-zh_CN.zip\">开放下载</a>。包含了全新的主题,自动保存和文章锁定功能,全新的修订版本浏览器,原生支持音频和视频嵌入,与Spotify、Rdio和SoundCloud的更好整合。下面是一段介绍影片:</p>\n<div id=\"v-UmhwbWJH-1\" class=\"video-player\"><embed id=\"v-UmhwbWJH-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.03&guid=UmhwbWJH&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"400\" height=\"224\" title=\"Introducing WordPress 3.6 "Oscar"\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<p>我们将此版本命名为“Oscar”,以纪念伟大的爵士乐钢琴家<a href=\"http://en.wikipedia.org/wiki/Oscar_Peterson\">Oscar Peterson</a>。下面是一些新功能说明,您也可以在更新后于控制台左上角的“关于WordPress”页面找到更多介绍。</p>\n<h3>用户功能</h3>\n<p><img alt=\"\" src=\"https://wordpress.org/images/core/3.6/twentythirteen.png\" width=\"300\" /></p>\n<ul>\n<li><strong>全新的“Twenty Thirteen”主题</strong>于现代艺术所启发,着重于您丰富多彩的内容,并使用符合富媒体网志的单栏设计。</li>\n<li><strong>全新的修订版本功能</strong>将保存每个修改,新界面更使您可以更方便地检视更改,并得知谁在何时修改了什么。</li>\n<li><strong>文章锁定</strong>与<strong>改良的自动保存</strong>将使得多作者网志的写作环境变得更加安全便利。现在每个作者都有各自的自动保存串,资料也会于本地保存(更难丢失),且也提供了接管文章编辑的界面。请看以上视频中胡子哥的介绍。</li>\n<li><strong>内建HTML5媒体播放器</strong>来原生支持音频和视频嵌入 。</li>\n<li><strong>菜单编辑器</strong>现在更简单易用。</li>\n</ul>\n<h3>开发者功能</h3>\n<ul>\n<li>全新的音视频API向您提供元数据,如ID3标记。</li>\n<li>您现可在如评论或搜索表单、评论列表等处使用HTML5标记。</li>\n<li>针对文章版本提供的更好的过滤器,您可以为不同的文章类型保存不同数量的历史。</li>\n<li>还有更多<a href=\"http://codex.wordpress.org/Version_3.6\">于Codex列出</a>,您也可以<a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.6\">;浏览超过700张已完成的工单</a>。</li>\n</ul>\n<h3>贡献者</h3>\n<p>此发布由<a href=\"http://markjaquith.com/\">Mark Jaquith</a>和<a href=\"http://geekreprieve.com/\">Aaron Campbell</a>导引,也包含了以下贡献者的贡献。在您最喜欢的音乐服务中播放一些Oscar Peterson的歌曲,或掣出几张黑胶唱片,然后来看看下面这些用户资料:</p>\n<p><a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell</a>、<a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>、<a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>、<a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>、<a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>、<a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>、<a href=\"http://profiles.wordpress.org/akted\">AK Ted</a>、<a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>、<a href=\"http://profiles.wordpress.org/alexkingorg\">Alex King</a>、<a href=\"http://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>、<a href=\"http://profiles.wordpress.org/momo360modena\">Amaury Balmer</a>、<a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>、<a href=\"http://profiles.wordpress.org/anatolbroder\">Anatol Broder</a>、<a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>、<a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>、<a href=\"http://profiles.wordpress.org/andrewryno\">Andrew Ryno</a>、<a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>、<a href=\"http://profiles.wordpress.org/gorgoglionemeister\">Antonio</a>、<a href=\"http://profiles.wordpress.org/apimlott\">apimlott</a>、<a href=\"http://profiles.wordpress.org/awellis13\">awellis13</a>、<a href=\"http://profiles.wordpress.org/barry\">Barry</a>、<a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens</a>、<a href=\"http://profiles.wordpress.org/belloswan\">BelloSwan</a>、<a href=\"http://profiles.wordpress.org/bilalcoder\">bilalcoder</a>、<a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>、<a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>、<a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>、<a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>、<a href=\"http://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>、<a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>、<a href=\"http://profiles.wordpress.org/brianlayman\">Brian Layman</a>、<a href=\"http://profiles.wordpress.org/beezeee\">Brian Zeligson</a>、<a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>、<a href=\"http://profiles.wordpress.org/chmac\">Callum Macdonald</a>、<a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>、<a href=\"http://profiles.wordpress.org/caspie\">Caspie</a>、<a href=\"http://profiles.wordpress.org/charlestonsw\">Charleston Software Associates</a>、<a href=\"http://profiles.wordpress.org/cheeserolls\">cheeserolls</a>、<a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett</a>、<a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>、<a href=\"http://profiles.wordpress.org/cochran\">Christopher Cochran</a>、<a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>、<a href=\"http://profiles.wordpress.org/chriswallace\">Chris Wallace</a>、<a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>、<a href=\"http://profiles.wordpress.org/crazycoders\">crazycoders</a>、<a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>、<a href=\"http://profiles.wordpress.org/mzaweb\">Daniel Dvorkin (MZAWeb)</a>、<a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>、<a href=\"http://profiles.wordpress.org/daniloercoli\">daniloercoli</a>、<a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>、<a href=\"http://profiles.wordpress.org/csixty4\">Dave Ross</a>、<a href=\"http://profiles.wordpress.org/dfavor\">David Favor</a>、<a href=\"http://profiles.wordpress.org/jdtrower\">David Trower</a>、<a href=\"http://profiles.wordpress.org/davidwilliamson\">David Williamson</a>、<a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>、<a href=\"http://profiles.wordpress.org/dllh\">dllh</a>、<a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>、<a href=\"http://profiles.wordpress.org/dovyp\">dovyp</a>、<a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes (DrewAPicture)</a>、<a href=\"http://profiles.wordpress.org/dvarga\">dvarga</a>、<a href=\"http://profiles.wordpress.org/cais\">Edward Caissie</a>、<a href=\"http://profiles.wordpress.org/elfin\">elfin</a>、<a href=\"http://profiles.wordpress.org/empireoflight\">Empireoflight</a>、<a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>、<a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>、<a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>、<a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>、<a href=\"http://profiles.wordpress.org/faishal\">faishal</a>、<a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>、<a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>、<a href=\"http://profiles.wordpress.org/f-j-kaiser\">Franz Josef Kaiser</a>、<a href=\"http://profiles.wordpress.org/fstop\">FStop</a>、<a href=\"http://profiles.wordpress.org/mintindeed\">Gabriel Koen</a>、<a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>、<a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>、<a href=\"http://profiles.wordpress.org/gcorne\">gcorne</a>、<a href=\"http://profiles.wordpress.org/geertdd\">GeertDD</a>、<a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>、<a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>、<a href=\"http://profiles.wordpress.org/gish\">gish</a>、<a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky</a>、<a href=\"http://profiles.wordpress.org/hakre\">hakre</a>、<a href=\"http://profiles.wordpress.org/hbanken\">hbanken</a>、<a href=\"http://profiles.wordpress.org/hebbet\">hebbet</a>、<a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>、<a href=\"http://profiles.wordpress.org/helgatheviking\">helgatheviking</a>、<a href=\"http://profiles.wordpress.org/hirozed\">hirozed</a>、<a href=\"http://profiles.wordpress.org/hurtige\">hurtige</a>、<a href=\"http://profiles.wordpress.org/hypertextranch\">hypertextranch</a>、<a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>、<a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>、<a href=\"http://profiles.wordpress.org/jakub\">jakub</a>、<a href=\"http://profiles.wordpress.org/h4ck3rm1k3\">James Michael DuPont</a>、<a href=\"http://profiles.wordpress.org/jbutkus\">jbutkus</a>、<a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>、<a href=\"http://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (JerrySarcastic)</a>、<a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (Jayjdk)</a>、<a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>、<a href=\"http://profiles.wordpress.org/joen\">Joen Asmussen</a>、<a href=\"http://profiles.wordpress.org/jkudish\">Joey Kudish</a>、<a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>、<a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>、<a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>、<a href=\"http://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>、<a href=\"http://profiles.wordpress.org/jonbishop\">Jon Bishop</a>、<a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>、<a href=\"http://profiles.wordpress.org/jcastaneda\">Jose Castaneda</a>、<a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>、<a href=\"http://profiles.wordpress.org/jvisick77\">Josh Visick</a>、<a href=\"http://profiles.wordpress.org/jrbeilke\">jrbeilke</a>、<a href=\"http://profiles.wordpress.org/jrf\">jrf</a>、<a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>、<a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>、<a href=\"http://profiles.wordpress.org/kadamwhite\">kadamwhite</a>、<a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>、<a href=\"http://profiles.wordpress.org/karmatosed\">karmatosed</a>、<a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>、<a href=\"http://profiles.wordpress.org/keoshi\">keoshi</a>、<a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>、<a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>、<a href=\"http://profiles.wordpress.org/ktdreyer\">ktdreyer</a>、<a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>、<a href=\"http://profiles.wordpress.org/kwight\">kwight</a>、<a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>、<a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>、<a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>、<a href=\"http://profiles.wordpress.org/settle\">Mantas Malcius</a>、<a href=\"http://profiles.wordpress.org/maor\">Maor Chasen</a>、<a href=\"http://profiles.wordpress.org/macbrink\">Marcel Brinkkemper</a>、<a href=\"http://profiles.wordpress.org/marcuspope\">MarcusPope</a>、<a href=\"http://profiles.wordpress.org/mark-k\">Mark-k</a>、<a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>、<a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>、<a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>、<a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>、<a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>、<a href=\"http://profiles.wordpress.org/matthewruddy\">MatthewRuddy</a>、<a href=\"http://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>、<a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>、<a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>、<a href=\"http://profiles.wordpress.org/mgibbs189\">mgibbs189</a>、<a href=\"http://profiles.wordpress.org/fanquake\">Michael</a>、<a href=\"http://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>、<a href=\"http://profiles.wordpress.org/tw2113\">Michael Beckwith</a>、<a href=\"http://profiles.wordpress.org/mfields\">Michael Fields</a>、<a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>、<a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>、<a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>、<a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>、<a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>、<a href=\"http://profiles.wordpress.org/najamelan\">najamelan</a>、<a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>、<a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>、<a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>、<a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>、<a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>、<a href=\"http://profiles.wordpress.org/ninnypants\">ninnypants</a>、<a href=\"http://profiles.wordpress.org/norcross\">norcross</a>、<a href=\"http://profiles.wordpress.org/paradiseporridge\">ParadisePorridge</a>、<a href=\"http://profiles.wordpress.org/pauldewouters\">Paul</a>、<a href=\"http://profiles.wordpress.org/pdclark\">Paul Clark</a>、<a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>、<a href=\"http://profiles.wordpress.org/petemall\">Pete Mall</a>、<a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>、<a href=\"http://profiles.wordpress.org/phill_brown\">Phill Brown</a>、<a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>、<a href=\"http://profiles.wordpress.org/pollett\">Pollett</a>、<a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>、<a href=\"http://profiles.wordpress.org/programmin\">programmin</a>、<a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>、<a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>、<a href=\"http://profiles.wordpress.org/redpixelstudios\">redpixelstudios</a>、<a href=\"http://profiles.wordpress.org/reidburke\">reidburke</a>、<a href=\"http://profiles.wordpress.org/retlehs\">retlehs</a>、<a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>、<a href=\"http://profiles.wordpress.org/rlerdorf\">rlerdorf</a>、<a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>、<a href=\"http://profiles.wordpress.org/roulandf\">roulandf</a>、<a href=\"http://profiles.wordpress.org/rovo89\">rovo89</a>、<a href=\"http://profiles.wordpress.org/ryanduff\">Ryan Duff</a>、<a href=\"http://profiles.wordpress.org/ryanhellyer\">Ryan Hellyer</a>、<a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>、<a href=\"http://profiles.wordpress.org/zeo\">Safirul Alredha</a>、<a href=\"http://profiles.wordpress.org/saracannon\">sara cannon</a>、<a href=\"http://profiles.wordpress.org/scholesmafia\">scholesmafia</a>、<a href=\"http://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>、<a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>、<a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>、<a href=\"http://profiles.wordpress.org/scribu\">scribu</a>、<a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi (tenpura)</a>、<a href=\"http://profiles.wordpress.org/sergej\">Sergej</a>、<a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>、<a href=\"http://profiles.wordpress.org/sim\">Simon Hampel</a>、<a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>、<a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>、<a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>、<a href=\"http://profiles.wordpress.org/slene\">slene</a>、<a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>、<a href=\"http://profiles.wordpress.org/srinig\">SriniG</a>、<a href=\"http://profiles.wordpress.org/stephenh1988\">Stephen Harris</a>、<a href=\"http://profiles.wordpress.org/storkontheroof\">storkontheroof</a>、<a href=\"http://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>、<a href=\"http://profiles.wordpress.org/sweetie089\">sweetie089</a>、<a href=\"http://profiles.wordpress.org/tar\">Tar</a>、<a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>、<a href=\"http://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>、<a href=\"http://profiles.wordpress.org/n7studios\">Tim Carr</a>、<a href=\"http://profiles.wordpress.org/tjsingleton\">tjsingleton</a>、<a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>、<a href=\"http://profiles.wordpress.org/toscho\">toscho</a>、<a href=\"http://profiles.wordpress.org/taupecat\">Tracy Rotton</a>、<a href=\"http://profiles.wordpress.org/travishoffman\">TravisHoffman</a>、<a href=\"http://profiles.wordpress.org/uuf6429\">uuf6429</a>、<a href=\"http://profiles.wordpress.org/lightningspirit\">Vitor Carvalho</a>、<a href=\"http://profiles.wordpress.org/wojtek\">wojtek</a>、<a href=\"http://profiles.wordpress.org/wpewill\">wpewill</a>、<a href=\"http://profiles.wordpress.org/wraithkenny\">WraithKenny</a>、<a href=\"http://profiles.wordpress.org/wycks\">wycks</a>、<a href=\"http://profiles.wordpress.org/xibe\">Xavier Borderie</a>、<a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>、<a href=\"http://profiles.wordpress.org/thelastcicada\">Zachary Brown</a>、<a href=\"http://profiles.wordpress.org/tollmanz\">Zack Tollman</a>、<a href=\"http://profiles.wordpress.org/zekeweeks\">zekeweeks</a>、<a href=\"http://profiles.wordpress.org/ziegenberg\">ziegenberg</a>和<a href=\"http://profiles.wordpress.org/viniciusmassuchetto\">viniciusmassuchetto</a>;</p>\n<p>是时候升级了!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://cn.wordpress.org/2013/08/08/wordpress-3-6/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"96\";s: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:37:\"WordPress 3.5.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:51:\"http://cn.wordpress.org/2013/06/22/wordpress-3-5-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:60:\"http://cn.wordpress.org/2013/06/22/wordpress-3-5-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:\"Sat, 22 Jun 2013 01:16:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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:30:\"http://cn.wordpress.org/?p=826\";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:46:\"WordPress 3.5.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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"jimmy\";s: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:2337:\"<p>WordPress 3.5.2 简体中文版现已可用。这是 3.5 版本的第二个维护性发布,修复了 <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.5.2\">12 个 bug</a>。<strong>这是对所有之前版本的安全更新,我们推荐您立即升级您所有的站点。</strong>WordPress 安全小组解决了 7 项安全问题,并且这次发布也包含了其他一些安全强化措施。</p>\n<p>安全修复包括:</p>\n<ul>\n<li>阻止了服务器端伪造请求攻击。该问题可能使得攻击者取得网站的权限。</li>\n<li>禁止了贡献者不适当地发布文章或修改文章的作者,分别由 <a href=\"http://kovshenin.com/\">Konstantin Kovshenin</a> 和 <a href=\"http://www.sharefaith.com/\">Luke Bryan</a> 报告。</li>\n<li>更新了 SWFUpload 外部库来修复跨站脚本隐患,由 <a href=\"http://ma.la/\">mala</a> 和 <a href=\"http://mars.iti.pk.edu.pl/~grucha/\">Szymon Gruszecki</a> 报告。</li>\n<li>阻止了一种拒绝服务攻击,这种攻击可能影响到使用受密码保护的文章的网站。</li>\n<li>更新了 TinyMCE 外部库来修复跨站脚本隐患,由 <a href=\"http://twitter.com/rinakikun\">Wan Ikram</a> 报告。</li>\n<li>修复了多种跨站脚本,由 <a href=\"http://webapplicationsecurity.altervista.org/\">Andrea Santese</a> 和 Rodrigo 报告。</li>\n<li>避免了在文件上传失败时透露完整路径,由 <a href=\"http://hauntit.blogspot.de/\">Jakub Galczyk</a> 报告。</li>\n</ul>\n<p>我们感谢将这些问题<a href=\"http://codex.wordpress.org/FAQ_Security\">负责任地透漏</a>给我们的安全小组。要获取更多资讯,请参见<a href=\"http://codex.wordpress.org/Version_3.5.2\">发布说明</a>或查阅<a href=\"http://core.trac.wordpress.org/log/branches/3.5?rev=24498&stop_rev=23347\">修改列表</a>。</p>\n<p><a href=\"http://wordpress.org/wordpress-3.5.2.zip\">下载 WordPress 3.5.2</a>(<a href=\"http://cn.wordpress.org/wordpress-3.5.2-zh_CN.zip\">简体中文版</a>)或到管理后台的“仪表盘”→“更新”来升级。</p>\n<p><em>此外:</em> <strong>WordPress 3.6 Beta 4:</strong> 如果您在测试 WordPress 3.6,请留意 <a href=\"http://wordpress.org/wordpress-3.6-beta4.zip\">WordPress 3.6 Beta 4</a>(zip)修复了这些安全问题。</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://cn.wordpress.org/2013/06/22/wordpress-3-5-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:3:\"124\";s: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: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:28:\"WordPress China 新维护者\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://cn.wordpress.org/2013/04/09/naming-the-new-wordpress-china-maintainer/\";s: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:86:\"http://cn.wordpress.org/2013/04/09/naming-the-new-wordpress-china-maintainer/#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, 09 Apr 2013 01:59:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://cn.wordpress.org/?p=814\";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:\"今后 WordPress China 的维护工作交由 Jimmy Xu 进行。\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jiehan Zheng\";s: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:623:\"<p>各位好!</p>\n<p>很遗憾,由于学业压力,本人无法胜任 WordPress China 的管理工作。3.5.1 版本会是我今年维护的最后一个版本。非常感谢各位用户对我的支持。</p>\n<p>经过慎重的考虑,今后 WordPress China 的日常管理交由 Jimmy Xu 来完成。Jimmy Xu 是现任<a title=\"Jimmy_xu_wrk 的用户页\" href=\"http://zh.wikipedia.org/wiki/User:Jimmy_xu_wrk\" target=\"_blank\">中文维基百科的管理员</a>,我对 Jimmy 也有一定的了解,相信他能够胜任 WordPress China 维护者一职。</p>\n<p>郑界涵<br />\n北京时间 2013 年 4 月 9 日</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://cn.wordpress.org/2013/04/09/naming-the-new-wordpress-china-maintainer/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:3:\"269\";s: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:29:\"http://cn.wordpress.org/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 11 Aug 2014 03:38:56 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:34:\"http://cn.wordpress.org/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Fri, 02 May 2014 14:39:25 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911040210\";}', 'no');
INSERT INTO `wp_options` VALUES ('115', '_transient_timeout_feed_mod_7d1d7866a17d17cf5f79e1f075b87a31', '1407771537', 'no'), ('116', '_transient_feed_mod_7d1d7866a17d17cf5f79e1f075b87a31', '1407728337', 'no'), ('117', '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1407771539', 'no'), ('118', '_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:74:\"Lorelle on WP: Find, Search, Replace, and Delete in the WordPress Database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://lorelle.wordpress.com/?p=11808\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://lorelle.wordpress.com/2014/08/10/find-search-replace-and-delete-in-the-wordpress-database/\";s: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:545:\"The following was originally published on WordCast and authored by Lorelle VanFossen. It is reprinted here as a reference guide. You’ve moved your WordPress installation from one server to another. You’ve changed domain names. You’ve moved images around on your server and now they don’t load. You’ve changed your WordPress installation and now images show […]<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=lorelle.wordpress.com&blog=72&post=11808&subd=lorelle&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Aug 2014 23:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Lorelle VanFossen\";s: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:49:\"WordPress.tv: WordCamp Program and Guidelines AMA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=36468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/08/10/wordcamp-program-and-guidelines-ama/\";s: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:641:\"<div id=\"v-GpOXhwFM-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36468/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36468/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36468&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/10/wordcamp-program-and-guidelines-ama/\"><img alt=\"WordCamp Program and Guidelines AMA\" src=\"http://videos.videopress.com/GpOXhwFM/video-04332ce530_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Aug 2014 15:43:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:69:\"WordPress.tv: Nancy West Johnson: Create Your First WordPress Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37125\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/08/10/nancy-west-johnson-create-your-first-wordpress-website/\";s: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:686:\"<div id=\"v-sOK3Xmvm-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37125/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37125/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37125&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/10/nancy-west-johnson-create-your-first-wordpress-website/\"><img alt=\"Nancy West Johnson: Create Your First WordPress Website\" src=\"http://videos.videopress.com/sOK3Xmvm/video-fe44872092_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Aug 2014 15:11: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: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:81:\"WordPress.tv: Brennen Byrne: Passwords – The Weakest Link in WordPress 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:28:\"http://wordpress.tv/?p=37133\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/08/10/brennen-byrne-passwords-the-weakest-link-in-wordpress-security-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:712:\"<div id=\"v-zHKcIQfo-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37133/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37133/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37133&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/10/brennen-byrne-passwords-the-weakest-link-in-wordpress-security-3/\"><img alt=\"Brennen Byrne: Passwords – The Weakest Link in WordPress Security\" src=\"http://videos.videopress.com/zHKcIQfo/video-4a4789c1c2_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Aug 2014 15:02:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:24:\"Matt: Exploring Ubiquiti\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2014/08/exploring-ubiquiti/\";s: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:5846:\"<p>I was looking for something else when I stumbled across <a href=\"http://www.amazon.com/dp/B00CPRVF5K/\">a little $95 router</a> that claimed it could do 1M packets per second, multi-WAN, was tiny, and had 80 5-star reviews. Huh? The reviews had some left-handed compliments (“for advanced users only”) but one mentioned getting hooked on the company’s other products as well. Next thing I know I’m looking at a <a href=\"http://amazon.com/dp/B004XXMUCQ/\">$67 access point</a> that has everyone raving about its range and extensibility. These things were too cheap — my assumption was it was a Chinese OEM like <a href=\"http://www.zyxel.com/\">Zyxel</a> that makes novel but ultimately not the best quality products.</p>\n<p>At this point I should confess I’m a bit of a consumer networking geek — it’s a hobby of mine. I really enjoy upgrading people’s routers so they have better range in parts of the house they didn’t before, getting them a <a href=\"http://www.amazon.com/gp/product/B007IMPMW4/\">DOCSIS 3.0 modem</a> so their connection is faster (and buying it so they don’t pay an exorbitant rental fee to their cable company), everything about <a href=\"http://sonos.com/\">Sonos</a>, <a href=\"http://www.sonos.com/airplay/\">hooking up an Airport Express to Sonos so you can Airplay things</a>, showing how you can set up two APs with the same SSID and clients will just connect to whatever they’re closest to, you don’t need each one to have a unique SSID, you can give the 2.4ghz and 5ghz networks the same SSID, Time Machine for backups, setting up failover internet with multiple connections or a USB LTE stick… I redo all my home stuff about once every 18 months, and then take the best of what I’ve learned and set up friends. I’m constantly updating firmware. My current best practice setup is <a href=\"http://www.sonos.com/\">Sonos</a> for all audio, usually streaming from <a href=\"http://spotify.com/\">Spotify</a> or <a href=\"http://siriusxm.com/\">SiriusXM</a>, a <a href=\"http://www.amazon.com/dp/B00I9RQOR4/\">Peplink Balance One router</a>, <a href=\"http://www.amazon.com/dp/B00F0DD0I6/\">Netgear Nighthawk R9000 access points</a> (though I liked the <a href=\"http://www.amazon.com/dp/B008ABOJKS/\">ASUS AC66U just as much</a>), if I need a switch I’ll go for <a href=\"http://www.amazon.com/gp/product/B004GHMU5Q/\">a higher-end managed one</a> that support spanning tree protocol (STP) properly because otherwise the way the Sonos does bridging can spaz out and overload your network, <a href=\"https://nest.com/\">Nest themostat and smoke detectors</a>, <a href=\"http://www.smartthings.com/\">Smartthings</a> for everything else. I’m <a href=\"http://august.com/\">waiting for August</a> for smart locks.</p>\n<p>At the <a href=\"http://automattic.com/\">Automattic</a> office we run <a href=\"https://meraki.cisco.com/\">Meraki</a>, which was pretty solid until we upgraded to the MR34 to get 802.11AC, but it’s expensive, and you need to subscribe to a per-device yearly license fee for everything to work. They also have <a href=\"https://meraki.cisco.com/blog/\">a great WP-powered blog</a>, and generally the cleanest site of anyone out there. That said, they’re impossible to buy without going through a terrible reseller, so I’ve never been able to justify using it at home.</p>\n<p>Back to Ubiquiti. First I come across their <a href=\"http://community.ubnt.com/\">forums/community sites</a>, which are ugly and sprawling and full of amazing info from people who do wireless deployments across all of the top companies like <a href=\"http://www.arubanetworks.com/\">Aruba</a>, <a href=\"http://www.ruckuswireless.com/\">Ruckus</a>, <a href=\"http://www.aerohive.com/\">Aerohive</a>, <a href=\"http://www.xirrus.com/\">Xirrus</a>, Meraki. You see people making builds for <a href=\"http://community.ubnt.com/t5/EdgeMAX/EdgeRouter-and-Xbox-LIVE/m-p/640951#M18782\">alternative UPNP packages</a> and that going into their core release months later. (Everything is Debian based, from what I can tell.) The company is based in San Jose that went public a few years ago, and is <a href=\"https://www.google.com/finance?q=NASDAQ%3AUBNT\">now worth about 3.7B</a>, and the founder (formerly of Apple) <a href=\"http://www.businessweek.com/articles/2013-04-24/robert-pera-the-kid-that-bought-the-grizzlies\">bought the Memphis Grizzlies</a>. They seem to have gotten their start with long-haul point-to-point wireless radios <a href=\"http://www.ubnt.com/airfiber/airfiber5/\">that can go dozens of kilometers</a>, which makes sense why their APs would be known for their range. You can buy direct from them, or like I mentioned most of their stuff is available on Amazon. And it’s inexpensive! Even Ubiquiti’s <a href=\"http://amazon.com/gp/product/B00D80J2XU/\">AC product, which is $300,</a> is much, much cheaper than the Meraki MR34 which costs $1,400 and requires a yearly license <em>or it stops working</em>.</p>\n<p>Plus they make these wonderfully cheesy product promo videos:</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>Normally I wouldn’t post about something until I’ve tried it in-person, but I was excited to find this whole new (to me) world of high-performance, reasonable-cost devices. John Pozazidides, long-time WP community member, did <a href=\"https://www.youtube.com/watch?v=vj_nlSWGkb8\">an overview of the Unifi devices on Youtube</a>. At Automattic our once-a-year grand meetup is coming up in Utah, and every year wireless is an issue, especially the first day or two. I ordered some of the Ubiquiti equipment to test when I’m in Houston next week, looking forward to playing around with it.</p>\n<p>Any Ma.tt readers with experience with any of these or big WLAN deployments?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Aug 2014 19:02:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"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: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:74:\"WordPress.tv: Panel Discussion: How to Become a Better WordPress Developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37123\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wordpress.tv/2014/08/09/panel-discussion-how-to-become-a-better-wordpress-developer/\";s: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:\"<div id=\"v-r1C30AUX-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37123/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37123/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37123&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/09/panel-discussion-how-to-become-a-better-wordpress-developer/\"><img alt=\"Panel Discussion: How to Become a Better WordPress Developer\" src=\"http://videos.videopress.com/r1C30AUX/video-4cabba6b28_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Aug 2014 15:46: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: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:56:\"WordPress.tv: WordCamp Organizers’ Orientation Hangout\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=36435\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/08/09/wordcamp-organizers-orientation-hangout/\";s: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:662:\"<div id=\"v-6N4zGbcR-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36435/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36435/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36435&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/09/wordcamp-organizers-orientation-hangout/\"><img alt=\"WordCamp Organizers’ Orientation Hangout\" src=\"http://videos.videopress.com/6N4zGbcR/video-66135d2449_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Aug 2014 15:39: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: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:64:\"WordPress.tv: Kronda Adair: Planning a Successful WordPress Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/08/09/kronda-adair-planning-a-successful-wordpress-site/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:676:\"<div id=\"v-v6aZbeBB-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37129/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37129/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37129&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/09/kronda-adair-planning-a-successful-wordpress-site/\"><img alt=\"Kronda Adair: Planning a Successful WordPress Site\" src=\"http://videos.videopress.com/v6aZbeBB/video-20b89e8534_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Aug 2014 15: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: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:67:\"WordPress.tv: How to add subtitles and translations to WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37740\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wordpress.tv/2014/08/08/how-to-add-subtitles-and-translations-to-wordpress-tv-videos/\";s: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:690:\"<div id=\"v-AhRoo4R8-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37740/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37740/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37740&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/08/how-to-add-subtitles-and-translations-to-wordpress-tv-videos/\"><img alt=\"How to add subtitles and translations to WordPress.tv\" src=\"http://videos.videopress.com/AhRoo4R8/video-6c101845a3_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Aug 2014 02:33:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:65:\"WPTavern: WordPress cdnjs Plugin Makes It Easy to Offload Scripts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=28012\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:174:\"http://wptavern.com/wordpress-cdnjs-plugin-makes-it-easy-to-offload-scripts?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-cdnjs-plugin-makes-it-easy-to-offload-scripts\";s: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:3173:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-cdnjs.png\" rel=\"prettyphoto[28012]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-cdnjs.png?resize=772%2C250\" alt=\"wp-cdnjs\" class=\"aligncenter size-full wp-image-28020\" /></a></p>\n<p>The <a href=\"http://cdnjs.com/\" target=\"_blank\">cdnjs</a> service is used by hundreds of thousands of websites to offload static files for performance. It’s an open source community-driven project that hosts a variety of different file types, including JavaScript, CSS, SWF, and images, thanks to help from sponsors UserApp and CloudFlare.</p>\n<p><a href=\"http://wordpress.org/plugins/wp-cdnjs/\" target=\"_blank\">WP cdnjs</a> is a new plugin that allows users to easily include any CSS or JavaScript library hosted at cdnjs. Once installed, you can search all cdnjs libraries directly within the plugin’s settings.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/search-cdnjs.png\" rel=\"prettyphoto[28012]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/search-cdnjs.png?resize=1025%2C586\" alt=\"search-cdnjs\" class=\"aligncenter size-full wp-image-28026\" /></a></p>\n<p>Once you locate a script you want to use, you have the option to choose secondary assets and select the minified/non-minified version. Scripts can be enabled and even re-ordered on the settings page.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/add-scripts.png\" rel=\"prettyphoto[28012]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/add-scripts.png?resize=1025%2C582\" alt=\"add-scripts\" class=\"aligncenter size-full wp-image-28028\" /></a></p>\n<p>The plugin adds the libraries using <a href=\"http://paulirish.com/2010/the-protocol-relative-url/\" target=\"_blank\">protocol-relative URLs</a> which means that it will support both http and https sites.</p>\n<p>Although the settings page looks very simple, WP cdnjs packs in a solid set of features:</p>\n<ul>\n<li>Builtin cdnjs.com search</li>\n<li>Reorder included files with an intuitive drag-and-drop interface</li>\n<li>Integrates seamlessly with WordPress (no developer up-sells or donation requests)</li>\n<li>Choose the secondary assets you want to include</li>\n<li>Selects the minified version or non-minified version</li>\n<li>Optionally select any additional assets you’d like</li>\n<li>Specify where to include files (header / footer)</li>\n<li>Options to globally or individually enable and disable included libraries</li>\n<li>SSL support\n</ul>\n<p>I tested the plugin and was impressed by how easy it was to find and use libraries. cdnjs is a useful and dependable service that generally operates with <a href=\"http://stats.pingdom.com/htbkuegtgycv\" target=\"_blank\">99.9% uptime</a>. This plugin makes it easy and convenient for WordPress admins take advantage of the free CDN. If you want to offload some commonly used scripts, chances are that you’ll find them at cdnjs. Download <a href=\"http://wordpress.org/plugins/wp-cdnjs/\" target=\"_blank\">WP cdnjs</a> from WordPress.org and start searching for libraries that you can offload to improve performance.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Aug 2014 23:55:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WordPress.tv: How to upload your WordCamp videos to WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37731\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/08/08/how-to-upload-your-wordcamp-videos-to-wordpress-tv/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:677:\"<div id=\"v-88YRYWc5-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37731/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37731/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37731&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/08/how-to-upload-your-wordcamp-videos-to-wordpress-tv/\"><img alt=\"How to upload your WordCamp videos to WordPress.tv\" src=\"http://videos.videopress.com/88YRYWc5/video-d78811a062_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Aug 2014 22:56: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: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:78:\"WPTavern: Heroku WP: A Template for Installing and Running WordPress on Heroku\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=27968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"http://wptavern.com/heroku-wp-a-template-for-installing-and-running-wordpress-on-heroku?utm_source=rss&utm_medium=rss&utm_campaign=heroku-wp-a-template-for-installing-and-running-wordpress-on-heroku\";s: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:3724:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-and-heroku.jpg\" rel=\"prettyphoto[27968]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-and-heroku.jpg?resize=715%2C302\" alt=\"wp-and-heroku\" class=\"aligncenter size-full wp-image-28002\" /></a></p>\n<p>Over the past few months, WordPress developers have been experimenting with speeding up PHP execution with HHVM (HipHop Virtual Machine) and have achieved some <a href=\"https://twitter.com/markjaquith/statuses/458294601129144320\" target=\"_blank\">amazingly fast load times</a>. HHVM <a href=\"http://hhvm.com/blog/3095/getting-wordpress-running-on-hhvm\" target=\"_blank\">compatibility with WordPress</a> is gradually improving and more hosting companies are moving to adopt it, as many believe that HHVM will soon revolutionize PHP.</p>\n<p>Changes in WordPress 3.9 helped to improve compatibility with HHVM and, as a result, a few WP + HHVM templates have popped up, including a new one for Heroku fans. <a href=\"https://github.com/xyu/heroku-wp\" target=\"_blank\">Heroku WP</a> is a template for installing and running WordPress on the <a href=\"http://www.heroku.com/\" target=\"_blank\">Heroku</a> cloud application platform with the official Heroku stack.</p>\n<p>Automattic engineer <a href=\"http://www.xyu.io/\" target=\"_blank\">Xiao Yu</a> created Heroku WP with the goal of keeping it simple, fast, secure, and scalable. He used Heroku’s new <a href=\"https://blog.heroku.com/archives/2014/4/29/introducing_the_new_php_on_heroku\" target=\"_blank\">PHP buildpack</a> which incorporates nginx and HHVM. Heroku WP is built on top of the following:</p>\n<ul>\n<li><a href=\"http://nginx.org/\" target=\"_blank\">nginx</a> – For serving web content</li>\n<li><a href=\"http://hhvm.com/\" target=\"_blank\">HHVM</a> – A virtual machine designed to serve Hack and PHP</li>\n<li><a href=\"http://www.mysql.com/\" target=\"_blank\">MySQL</a> – Provided by the ClearDB add-on</li>\n<li><a href=\"http://memcached.org/\" target=\"_blank\">Memcached</a> – Provided by the MemCachier add-on</li>\n<li><a href=\"https://getcomposer.org/\" target=\"_blank\">Composer</a> – A dependency manager to make installing and managing plugins easier</li>\n</ul>\n<p>The Heroku WP template also bundles Jetpack, SendGrid, caching plugins, <a href=\"http://wordpress.stackexchange.com/questions/38902\" target=\"_blank\">SSL Domain Alias</a> to send WP admin traffic to Heroku over SSL directly, and a couple of other plugins. You can include additional plugins and/or upgrade versions by updating the <code>composer.json</code> file.</p>\n<h3>2.5X Improvement in WordPress Response Times with Heroku WP</h3>\n<p>Yu <a href=\"http://www.xyu.io/2014/06/wordpress-on-nginx-hhvm-with-heroku-buildpacks/\" target=\"_blank\">reports</a> that with the new nginx + HHVM Heroku buildpack, his updated template for WordPress has seen more than 2.5X improvement in response times when compared to the old Heroku LAMP stack. His personal <a href=\"http://www.xyu.io/\" target=\"_blank\">site</a> is actually running on the template. “It feels a lot faster navigating WP admin and page generation times look much better,” he said.</p>\n<p>The template is not just for small blogs. Yu built Heroku WP with cloud architecture in mind, so that <a href=\"https://www.heroku.com/pricing\" target=\"_blank\">the number of Dynos can scale</a> without breaking. If you’ve been looking for a quick way to experiment with WordPress on NGINX + HHVM, the Heroku WP template is an excellent starting point. Follow Yu’s <a href=\"https://github.com/xyu/heroku-wp#installation\" target=\"_blank\">instructions</a> for installing, configuring and deploying WordPress to Heroku.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Aug 2014 21:20:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: How Crowd Favorite Utilizes Multiple Offices and a Distributed Work Force\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=27870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:210:\"http://wptavern.com/how-crowd-favorite-utilizes-multiple-offices-and-a-distributed-work-force?utm_source=rss&utm_medium=rss&utm_campaign=how-crowd-favorite-utilizes-multiple-offices-and-a-distributed-work-force\";s: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:7086:\"<p>As I was listening to an <a title=\"http://www.poststat.us/chris-lema-interview/\" href=\"http://www.poststat.us/chris-lema-interview/\">interview with Chris Lema</a>, I was surprised to hear how Crowd Favorite has offices setup across the world. Many of the WordPress agencies I’m familiar with are 100% distributed with one physical office. This is the first time I’ve heard of a WordPress development agency with multiple offices throughout the world. I contacted the CTO of <a title=\"http://crowdfavorite.com\" href=\"http://crowdfavorite.com\">Crowd Favorite</a>, Chris Lema, to learn why the company is structured this way and what practical benefits and drawbacks it offers.</p>\n<h2>The Crowd Favorite Approach To Offices</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/CrowdFavoriteOfficesAcrossTheWorld.jpg\" rel=\"prettyphoto[27870]\"><img class=\"size-full wp-image-27963\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/CrowdFavoriteOfficesAcrossTheWorld.jpg?resize=1025%2C332\" alt=\"Crowd Favorite Office Locations Across The World\" /></a>Crowd Favorite Office Locations Across The World\n<p>Crowd Favorite takes an entirely different approach to having an office. Instead of one or two locations, they have small, satellite offices spread across the world. This approach allows the company to merge the benefits of a distributed work force with having physical locations. Each office is staffed by a group of people who excel at a specific skill. Lema describes the offices as <em>communities of practice</em>.</p>\n<blockquote><p>For example, there’s an office in Phoenix that we have that is dedicated to design work and branding, and they’re fantastic at that. That’s a very different dynamic than if you had three designers across the country, four designers across the country, or two brand people across the country.</p>\n<p>Sure, if they were really phenomenal people, you could hire them and you’d get a bang for your buck, but if you put a whole group of them together in one place, you’ll discover that they go further faster.</p></blockquote>\n<p>Regional and localized offices enable people to work together to accelerate their progress. The offices are also used to focus on disciplines. For example, the Las Vegas, NV office is focused on video and promotion, the office in Arizona is focused on design, and the office in Denver, CO is focused on advanced development. Crowd Favorite even has a small office in New York focused on .net and Ruby development.</p>\n<h2>Offices Have Different Purposes Depending On The Region</h2>\n<p>Offices outside the US have a unique business dynamic associated with them. They’re used as the final component of a business deal after establishing trust and a relationship with a customer. “As Karim Marucchi worked in several different countries, it became a cornerstone of the way he works, that he would have an office, and that’s the office that would drive the business in that region.” Lema said. “It’s especially effective when you think about it on the international stage because you want to be able to make sure that your presence is physically felt in the areas where you’re doing business. We have an office in Italy for example, specifically for that reason.”</p>\n<h2>The Lone Rangers Of A Distributed Workforce</h2>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/TheLongRangerWorker.png\" rel=\"prettyphoto[27870]\"><img class=\"size-full wp-image-27961\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/TheLongRangerWorker.png?resize=637%2C279\" alt=\"The Lone Ranger Developer\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/eschipul/2296528916/\">eschipul</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>One of the benefits of having several office locations is the increased opportunity for employees to work together. However, one of the biggest drawbacks is that some employees end up working alone. For example, Crowd Favorite has an office in Seattle, WA that handles development operations that is staffed by one person. This is why Crowd Favorite and other companies with a distributed work force organize company wide meetups once or twice a year. It gives individuals a chance to meet their co-workers and strengthen their connection to the company.</p>\n<h2>How Other WordPress Companies Handle Offices</h2>\n<p>One of the benefits of working with WordPress is that it can be done from anywhere in the world, as long as an internet connection is available. <a title=\"http://automattic.com/\" href=\"http://automattic.com/\">Automattic</a> is a leading example of how employees can accomplish anything without having to spend eight hours in a cubicle. Despite having a distributed work force, the company maintains a physical presence with an office in San Francisco, CA. The office is used as a co-working space, to host shareholder meetings, or to just hang out.</p>\n<p>Web development firm <a title=\"http://10up.com/\" href=\"http://10up.com/\">10up </a>has an office in <a title=\"http://10up.com/blog/2013/portland-office-opening/\" href=\"http://10up.com/blog/2013/portland-office-opening/\">Portland, OR</a>. The office hosts speakers, out-of-town guests, and the occasional workshop. <a title=\"http://webdevstudios.com/\" href=\"http://webdevstudios.com/\">WebDevStudios</a> is another large web development firm with a 100% distributed work force. Unlike 10up and Automattic, the company has two office locations, one in <a title=\"http://webdevstudios.com/about/webdevstudios/new-jersey-location/\" href=\"http://webdevstudios.com/about/webdevstudios/new-jersey-location/\">New Jersey</a> and the other in <a title=\"http://webdevstudios.com/about/webdevstudios/philadelphia-location/\" href=\"http://webdevstudios.com/about/webdevstudios/philadelphia-location/\">Philadelphia, PA</a>.</p>\n<h2>Copy The Motivation, Not The Model</h2>\n<p>Going with a 100% distributed work force has drawbacks as does everyone working in the same physical space. Crowd Favorite believes they have figured out a way to reap the benefits of both methods. “When you say we’re only going to have one office, there are drawbacks. When you say we’re going to be 100% remote, there are going to be drawbacks. I think we’ve tried to thread the needle on this to find the situation that gives us the least amount of drawbacks with the most amount of potential.” Lema said.</p>\n<p>Is the way Crowd Favorite uses offices a model for other WordPress development firms to follow? “Copying someone’s model is a really poor approach to anything. Copying someone’s motivation may be a more helpful approach to think about.” Lema told the Tavern. Every company is different and has to satisfy its own needs and requirements.</p>\n<p>Crowd Favorite has found success using offices not only for co-working spaces, but as a way to build trust and establish relationships with clients in other parts of the world.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Aug 2014 20:25:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"Post Status: How has WordPress changed your life?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=6995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://www.poststat.us/wordpress-changed-life/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-changed-life\";s: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:6142:\"<p><img class=\"aligncenter size-large wp-image-7067\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/wc-nyc-752x272.jpg\" alt=\"wc-nyc\" width=\"627\" height=\"226\" />Last week, I was in New York City for WordCamp and some client meetings. The event was a huge success, with four full tracks of expert designers, developers, and WordPress professionals sharing what they’ve learned.</p>\n<p>I had a great time with everyone there. I saw old friends, and met new friends.</p>\n<p>I had my recording equipment with me, and I asked a question to some folks there: how has WordPress changed your life?</p>\n<p>Here are their answers:</p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"http://s3.amazonaws.com/PostStatus/DraftPodcast/how-has-wordpress-changed-your-life.mp3\">http://s3.amazonaws.com/PostStatus/DraftPodcast/how-has-wordpress-changed-your-life.mp3</a>\n<p><a href=\"http://s3.amazonaws.com/PostStatus/DraftPodcast/how-has-wordpress-changed-your-life.mp3\">Direct Download</a></p>\n<p>And here are just a few of the pictures I took, from WordCamp and some just from around the city. I’m not much of a photographer, but feel free to use any of these however you wish:<span id=\"more-6995\"></span></p>\n\n<a href=\"http://www.poststat.us/wordpress-changed-life/this-is-a-busy-town/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/this-is-a-busy-town-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"this-is-a-busy-town\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/nyc-tunnel/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/nyc-tunnel-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"nyc-tunnel\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/nyc-street-tower/\"><img width=\"150\" height=\"100\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/nyc-street-tower-150x100.jpg\" class=\"attachment-thumbnail\" alt=\"nyc-street-tower\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/wcnyc-tshirt/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/wcnyc-tshirt-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"wcnyc-tshirt\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/lema-on-membership/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/lema-on-membership-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"lema-on-membership\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/boon-keynote-pie-chart/\"><img width=\"150\" height=\"100\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/boon-keynote-pie-chart-150x100.jpg\" class=\"attachment-thumbnail\" alt=\"boon-keynote-pie-chart\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/sara-cannon-design-talk/\"><img width=\"150\" height=\"100\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/sara-cannon-design-talk-150x100.jpg\" class=\"attachment-thumbnail\" alt=\"sara-cannon-design-talk\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/ryan-wp-json-api-talk/\"><img width=\"150\" height=\"100\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/ryan-wp-json-api-talk-150x100.jpg\" class=\"attachment-thumbnail\" alt=\"ryan-wp-json-api-talk\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/jenn-php-lol/\"><img width=\"150\" height=\"100\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/jenn-php-lol-150x100.jpg\" class=\"attachment-thumbnail\" alt=\"jenn-php-lol\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/mike-heartbeat-api-fun/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/mike-heartbeat-api-fun-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"mike-heartbeat-api-fun\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/pippin-is-always-working/\"><img width=\"100\" height=\"150\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/pippin-is-always-working-100x150.jpg\" class=\"attachment-thumbnail\" alt=\"pippin-is-always-working\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/everyone-is-hiring/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/everyone-is-hiring-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"everyone-is-hiring\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/freedom-tower/\"><img width=\"99\" height=\"150\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/freedom-tower-99x150.jpg\" class=\"attachment-thumbnail\" alt=\"freedom-tower\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/september-11-memorial/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/september-11-memorial-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"september-11-memorial\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/flower-in-911-victims-name/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/flower-in-911-victims-name-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"flower-in-911-victims-name\" /></a>\n<a href=\"http://www.poststat.us/wordpress-changed-life/nyc-from-the-plane/\"><img width=\"150\" height=\"99\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/nyc-from-the-plane-150x99.jpg\" class=\"attachment-thumbnail\" alt=\"nyc-from-the-plane\" /></a>\n\n<p>I’d like to thank the organizers for their efforts, the sponsors for their investment in the WordPress community, the speakers for their wisdom, and the attendees for their hunger to learn and connect with like-minded individuals.</p>\n<p>If you’ve never attended a WordCamp — especially one outside of your own city — I highly encourage you do. They are so fun. There are a number of events coming up that I’ll be at as well, so I hope you’ll say hi there: <a href=\"http://wpyall.com\">WordCamp Birmingham</a> (August 16th), <a title=\"The WordPress community summit is back\" href=\"http://www.poststat.us/wordpress-community-summit-back/\">WordCamp San Francisco</a> (October 25-26th), and <a href=\"http://www.poststat.us/pressnomics-3-dates/\">PressNomics</a> (January 22nd-24th).</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Aug 2014 16:29: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:61:\"WordPress.tv: Morten Rand-Hendriksen: Web Design is a Process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37105\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.tv/2014/08/08/morten-rand-hendriksen-web-design-is-a-process/\";s: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:670:\"<div id=\"v-dYueyfUb-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37105/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37105/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37105&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/08/morten-rand-hendriksen-web-design-is-a-process/\"><img alt=\"Morten Rand-Hendriksen: Web Design is a Process\" src=\"http://videos.videopress.com/dYueyfUb/video-91140fd7f1_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Aug 2014 15:53: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: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: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:58:\"WordPress.tv: Matt Banks: Strawberry Custom Fields Forever\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37050\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.tv/2014/08/08/matt-banks-strawberry-custom-fields-forever/\";s: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:664:\"<div id=\"v-boRWXo4z-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37050/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37050/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37050&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/08/matt-banks-strawberry-custom-fields-forever/\"><img alt=\"Matt Banks: Strawberry Custom Fields Forever\" src=\"http://videos.videopress.com/boRWXo4z/video-e83871d941_scruberthumbnail_6.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Aug 2014 15:31: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: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: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:76:\"WordPress.tv: Stacey Lane: How To Pick a WordPress Theme That Doesn’t Suck\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/08/08/stacey-lane-how-to-pick-a-wordpress-theme-that-doesnt-suck/\";s: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:\"<div id=\"v-rcIC0zXI-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37121/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37121&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/08/stacey-lane-how-to-pick-a-wordpress-theme-that-doesnt-suck/\"><img alt=\"Stacey Lane: How To Pick a WordPress Theme That Doesn’t Suck\" src=\"http://videos.videopress.com/rcIC0zXI/video-f420b5a692_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Aug 2014 15:24:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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:69:\"WPTavern: Mobile ShareBar Adds a WhatsApp Sharing Button 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:28:\"http://wptavern.com/?p=24066\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"http://wptavern.com/mobile-sharebar-adds-a-whatsapp-sharing-button-to-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=mobile-sharebar-adds-a-whatsapp-sharing-button-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:3635:\"<p>Earlier this year, Facebook <a href=\"http://newsroom.fb.com/news/2014/02/facebook-to-acquire-whatsapp/\" target=\"_blank\">acquired WhatsApp</a> for $19 billion dollars. With 450+ million users per month and 70% of them active per day, Facebook is betting on the the app’s massive user base and continued growth.</p>\n<p>Although <a href=\"http://www.whatsapp.com/\" target=\"_blank\">WhatsApp</a> is enormously popular, very few WordPress sharing plugins have prioritized adding the service to the list of supported sharing options. Depending on the demographic of your site’s readership, you may stand to strongly benefit from making it easy for WhatsApp users to share your content with each other via the app.</p>\n<p><a href=\"http://wordpress.org/plugins/mobile-sharebar/\" target=\"_blank\">Mobile ShareBar</a> is one of the first plugins to add a WhatsApp sharing button, right up there with the same preeminence of Facebook and Twitter. The sharebar only appears to visitors when they are browsing your site on a mobile site, and you can remove the Facebook and Twitter buttons if you just want to include WhatsApp.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/mobile-sharebar-example.jpg\" rel=\"prettyphoto[24066]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/mobile-sharebar-example.jpg?resize=450%2C694\" alt=\"mobile-sharebar-example\" class=\"aligncenter size-full wp-image-27928\" /></a></p>\n<p>The plugin allows you to select specific post types where you want the sharebar to appear, i.e. frontpage, posts, pages, categories, archives, tags, and even specific custom post types. You can also change the position of the bar to appear on the bottom of the screen. All text for the sharing buttons is customizable in the plugin’s settings page:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/mobile-sharebar-options.png\" rel=\"prettyphoto[24066]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/mobile-sharebar-options.png?resize=659%2C558\" alt=\"mobile-sharebar-options\" class=\"aligncenter size-full wp-image-27941\" /></a></p>\n<p>A real-time preview of the sharebar appears in the settings page as you edit it, so you know what it’s going to look like on mobile devices. After testing the plugin, my only complaint is that the sharebar is sticky as you scroll down the page, taking up valuable mobile real estate. Having the option to remove that would be preferable, as stickiness might be a deal breaker for some users.</p>\n<p>While WhatsApp is available for iPhone, BlackBerry, Android, Windows Phone and Nokia, the sharing button only works with iPhones at the moment. This is because the iPhone app is the only one that works with the <a href=\"https://www.whatsapp.com/faq/iphone/23559013\" target=\"_blank\">URL scheme</a>.</p>\n<p>Facebook CEO Mark Zuckerberg commented on the WhatsApp acquisition: <strong>“WhatsApp is on a path to connect 1 billion people. The services that reach that milestone are all incredibly valuable.”</strong> When <a href=\"http://recode.net/2014/02/20/before-facebook-deal-whatsapp-was-helping-buzzfeed-and-shazam-go-viral-with-new-platform-tools/?_ga=1.172310307.1038543520.1407428466\" target=\"_blank\">Buzzfeed added a WhatsApp</a> sharing button, they found that readers on iOS clicked it more often than the Twitter button. It might be worth finding out if your readers are using WhatsApp so you can prioritize it among your sharing options. You can get the <a href=\"http://wordpress.org/plugins/mobile-sharebar/\" target=\"_blank\">Mobile ShareBar</a> from WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Aug 2014 23:06:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: How to Change Jetpack Accounts Without Losing Your Stats or Subscribers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=27914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"http://wptavern.com/how-to-change-jetpack-accounts-without-losing-your-stats-or-subscribers?utm_source=rss&utm_medium=rss&utm_campaign=how-to-change-jetpack-accounts-without-losing-your-stats-or-subscribers\";s: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:1732:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/JetpackWordPressStatsFeaturedImage.png\" rel=\"prettyphoto[27914]\"><img class=\"aligncenter wp-image-27924 size-full\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/JetpackWordPressStatsFeaturedImage.png?resize=669%2C339\" alt=\"Jetpack Stats Featured Image\" /></a></p>\n<p>If you’re using Jetpack and need to reconnect it to a site but don’t have access to the WordPress.com account associated with it, you can switch accounts without losing your stats or subscribers. Just follow these simple steps.</p>\n<ol>\n<li>Login to your self-hosted WordPress site and disconnect Jetpack.</li>\n<li>Create a new WordPress.com account.</li>\n<li>Connect your self-hosted WordPress site to Jetpack using the new account.</li>\n</ol>\n<p>I asked George Stephanis, who is on the Jetpack development team, if users should be worried about stats and subscribers being lost in the process.</p>\n<blockquote><p>Ideally it should be smooth, and the stats should transfer automatically. Sites are indexed by domain and path, so as long as those don’t change and still match up with what we have on file, it’ll just work.</p>\n<p>If they do change and the user winds up connected to a clean site, it’s just a quick five-minute operation for one of our Happiness Engineers to transfer stats over to the new site, so nothing is ever lost.</p></blockquote>\n<p>In most cases, Jetpack will continue to hum along after switching WordPress.com user accounts. However, if you notice stats missing or weird behavior, you should contact the <a title=\"http://jetpack.me/contact-support/\" href=\"http://jetpack.me/contact-support/\">Jetpack support team</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Aug 2014 21:57: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: Color Posts Plugin Extends Jetpack to Add Intuitive Background Color Matching\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=27889\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:218:\"http://wptavern.com/color-posts-plugin-extends-jetpack-to-add-intuitive-background-color-matching?utm_source=rss&utm_medium=rss&utm_campaign=color-posts-plugin-extends-jetpack-to-add-intuitive-background-color-matching\";s: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:4410:\"<p>Automatically changing the background color of a post based on its images is a fancy effect that you may have noticed on WordPress.com’s <a href=\"http://theme.wordpress.com/themes/ryu/\">Ryu</a> theme. It’s currently WordPress.com’s 7th most popular theme and is also <a href=\"https://wordpress.org/themes/ryu\" target=\"_blank\">available for self-hosted sites</a> with the same intuitive background changing feature built in.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/color-posts.png\" rel=\"prettyphoto[27889]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/color-posts.png?resize=687%2C597\" alt=\"color-posts\" class=\"aligncenter size-full wp-image-27907\" /></a></p>\n<p>Jetpack developer <a href=\"http://jeremy.hu/\" target=\"_blank\">Jeremy Herve</a> just released an independent plugin version of the feature cut out of the theme. <a href=\"http://wordpress.org/plugins/color-posts/\" target=\"_blank\">Color Posts</a> does the following:</p>\n<ol>\n<li>Grabs an image from the post</li>\n<li>Samples it</li>\n<li>Creates a matching color and a contrast value (black or white)</li>\n<li>Changes the post’s background color to match the image</li>\n</ol>\n<p><a href=\"http://wordpress.org/plugins/jetpack/\" target=\"_blank\">Jetpack</a> must be active in order for Color Posts to do its magic, as it utilizes the <code>Tonesque</code> and <code>Jetpack_PostImages</code> classes.</p>\n<p>Here’s how it works: Color Posts uses the <code>Jetpack_PostImages</code> class to run through a few different methods to select an image representative of the post. <a href=\"https://github.com/Automattic/jetpack/blob/3.1/_inc/lib/tonesque.php\" target=\"_blank\">Tonesque</a> grabs the color index for each of five sample points of the image and then finds the average color of the image based on those five sample points. It creates a color object and checks the contrast against the main color, giving either black or white for use with opacity.</p>\n<p>The result is beautifully matching backgrounds for each post. The <a href=\"http://ryudemo.wordpress.com/\" target=\"_blank\">Ryu theme demo</a> is a good example of this feature in action.</p>\n<h3>Extend Color Posts to Color Match Other Elements on Your Site</h3>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/color-matching.png\" rel=\"prettyphoto[27889]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/color-matching.png?resize=1025%2C468\" alt=\"photo credit: Telstar Logistics - cc\" class=\"size-full wp-image-27917\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/telstar/2903029/\">Telstar Logistics</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n<p>Herve explains in the plugin’s <a href=\"http://wordpress.org/plugins/color-posts/faq/\" target=\"_blank\">FAQ</a> how it can be used for more than just matching the background of a post to an image. The color matching feature can be applied to post links, image borders, title, etc. He includes example code for building your own CSS from the colors grabbed by the plugin to change other elements on your site.</p>\n<p>Herve’s <a href=\"http://jeremy.hu/color-posts-jetpack-plugin/\" target=\"_blank\">post</a> gives you an example of how he changes the color and contrast of the title on his site based on the values retrieved by the plugin. If you want to use your own image, instead of letting Jetpack pick, Color Posts lets you do that via the <code>colorposts_image_output</code> filter. The plugin also lets you change the default color assigned to posts without an image using the <code>jetpack_open_graph_image_default</code> filter.</p>\n<p>Theme developers who already support Jetpack can add color matching to their themes using this method or by offering support for the plugin. Color Posts brings post designs alive with self-aware color matching capabilities. You’d be hard-pressed to do a better job matching your background colors manually each time – but who would want to? This plugin does it all automatically with a little bit of magic.</p>\n<p><a href=\"http://wordpress.org/plugins/color-posts/\" target=\"_blank\">Color Posts</a> can be downloaded from WordPress.org but be advised that it’s still a work in progress. You can contribute feedback and code on <a href=\"https://github.com/jeherve/color-posts/\" target=\"_blank\">GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Aug 2014 20:26:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:50:\"WordPress.tv: Nick Pelton: WP-to-JS and Back Again\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=36507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.tv/2014/08/07/nick-pelton-wp-to-js-and-back-again-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:650:\"<div id=\"v-EPghHKUx-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36507/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36507/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36507&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/07/nick-pelton-wp-to-js-and-back-again-2/\"><img alt=\"Nick Pelton: WP-to-JS and Back Again\" src=\"http://videos.videopress.com/EPghHKUx/video-5149ef4234_scruberthumbnail_7.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Aug 2014 15:23:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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:43:\"WordPress.tv: Trimming Videos with Avidemux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37335\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/08/07/trimming-videos-with-avidemux/\";s: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:635:\"<div id=\"v-r0mCJ7Q4-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37335/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37335/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37335&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/07/trimming-videos-with-avidemux/\"><img alt=\"Trimming Videos with Avidemux\" src=\"http://videos.videopress.com/r0mCJ7Q4/video-13dfb0e852_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Aug 2014 15:13:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:54:\"WordPress.tv: Monika Zbínová: Blogujeme na 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=37302\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.tv/2014/08/07/monika-zbinova-blogujeme-na-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:648:\"<div id=\"v-fk7GsLte-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37302/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37302/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37302&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/07/monika-zbinova-blogujeme-na-wordpress/\"><img alt=\"Monika Zbínová: Blogujeme na WordPress\" src=\"http://videos.videopress.com/fk7GsLte/video-6fda7662ce_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Aug 2014 15:05:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:31:\"Matt: The Future of Iced Coffee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2014/08/the-future-of-iced-coffee/\";s: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:451:\"<blockquote><p>Somehow, Freeman had scaled perfection.</p>\n<p>On behalf of all craftspeople, including writers, I had to know how.\n</p></blockquote>\n<p>Read the whole article on the Atlantic: <a href=\"http://www.theatlantic.com/features/archive/2014/08/the-future-of-iced-coffee/375114/\">The Future of Iced Coffee</a>. (Blue Bottle is an <a href=\"http://audrey.co/\">Audrey company</a>.) Hat tip: <a href=\"http://nickgernert.com/\">Nick Gernert</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Aug 2014 11:29: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: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:94:\"WPTavern: WPCore Plugin Manager Adds Update Notifications, Plans to Implement Pro Subscription\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=27827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:230:\"http://wptavern.com/wpcore-plugin-manager-adds-update-notifications-plans-to-implement-pro-subscription?utm_source=rss&utm_medium=rss&utm_campaign=wpcore-plugin-manager-adds-update-notifications-plans-to-implement-pro-subscription\";s: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:3213:\"<p>WPCore <a href=\"http://wptavern.com/wpcore-create-wordpress-plugin-collections-and-install-them-in-one-click\" target=\"_blank\">launched</a> less than a month ago and has already gone through several rounds of improvement. The <a href=\"https://wpcore.com/\" target=\"_blank\">app</a> allows WordPress users to create plugin collections and install them in one click. Most recently, WPCore added <a href=\"http://wptavern.com/wpcore-plugin-manager-adds-favoriting-and-custom-plugins-to-collections\" target=\"_blank\">favoriting and the ability to include custom plugins</a> hosted outside of WordPress.org.</p>\n<p>Today, WPCore creator <a href=\"http://stueynet.com/\" target=\"_blank\">Stuart Starr</a> announced a new update notifications feature which allows users to receive email notices when one of their collections has a plugin with an update.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/update-notifications.png\" rel=\"prettyphoto[27827]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/update-notifications.png?resize=1025%2C512\" alt=\"update-notifications\" class=\"aligncenter size-full wp-image-27858\" /></a></p>\n<p>The feature is still in development so it currently sends a separate email for each collection where you have subscriptions enabled. Starr is working on creating a digest email instead. This is a handy feature if you have a site using a collection that includes a plugin you’re watching for updates. Perhaps you’re looking for a bug fix or a particular improvement that’s coming down the line. Turn on email notifications for a collection including the plugin you’re watching and you’ll get a notice in your inbox when it’s time to update.</p>\n<h3>WPCore Pro Subscription Plan Coming August 31</h3>\n<p>The WPCore site is now SSL secured in preparation for a new paid subscription plan that will be in place on August 31. Starr is electing to thank WPCore’s early adopters by grandfathering them into the pro account level, which includes all the features currently in place.</p>\n<p>Anyone who registers before the end of August will be a WPCore Pro member for life. Once the pro subscription plan is in place, new free users will be on a basic plan, which doesn’t include custom plugins or the new update notifications feature. Starr told the Tavern that pricing for the pro account level will be in the range of a few cups of coffee per month.</p>\n<h3>WPCore Plugin Manager Plugin Rewritten</h3>\n<p>The <a href=\"http://wordpress.org/plugins/wpcore/\" target=\"_blank\">plugin</a> that accompanies WPCore has been completely rewritten to perform better and minimize communication with the app. Starr rebuilt the way the plugin pulls in collections to WordPress sites, so the older version of the plugin will no longer return plugins. If you want to be able to add new collections, you’ll need to update to the latest version.</p>\n<p>Starr has been adding improvements based on user feedback and welcomes feature requests and thoughts on the new subscription model. Follow <a href=\"https://twitter.com/wpcoreapp\" target=\"_blank\">@wpcoreapp</a> on Twitter to send any feedback and stay up to date.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 22:07: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: WordPress 3.9.2 Fixes Security Vulnerabilities, Users Strongly Encouraged To Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=27834\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:228:\"http://wptavern.com/wordpress-3-9-2-fixes-security-vulnerabilities-users-strongly-encouraged-to-update?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-3-9-2-fixes-security-vulnerabilities-users-strongly-encouraged-to-update\";s: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:2845:\"<p>WordPress users are strongly encouraged to update their sites to 3.9.2 as it’s a security focused release. According to <a title=\"http://wordpress.org/news/2014/08/wordpress-3-9-2/\" href=\"http://wordpress.org/news/2014/08/wordpress-3-9-2/\">the announcement</a>, 3.9.2 fixes a possible denial of service issue in PHP’s XML processing. The bug was first reported by <a href=\"https://twitter.com/nirgoldshlager\">Nir Goldshlager</a> of the Salesforce.com Product Security Team and was fixed by Michael Adams and Andrew Nacin of the WordPress security team. The release was also coordinated with the <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal security team</a>.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/WordPressVersionsInUse.png\" rel=\"prettyphoto[27834]\"><img class=\"size-full wp-image-27861\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/WordPressVersionsInUse.png?resize=323%2C267\" alt=\"18.8% Of WordPress Sites Are Running On Version 3.5\" /></a>18.8% Of WordPress Sites Are Running On Version 3.5\n<p>Since the vulnerability is present in WordPress 3.5 to 3.9.1, there are several sites that need to be manually updated in order to be protected. Automatic updates for security releases was introduced in WordPress 3.7, leaving users of 3.6 and 3.5 especially vulnerable. According to <a title=\"https://wordpress.org/about/stats/\" href=\"https://wordpress.org/about/stats/\">stats on WordPress.org</a>, 26.8% of all WordPress sites will not be auto updated. Among those sites, 18.8% are still using WordPress 3.5.</p>\n<p>WordPress 3.9.2 has a few other security updates as well:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href=\"http://www.buayacorp.com/\">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href=\"http://onsec.ru/en/\">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href=\"http://systemoverlord.com/\">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>You can update to 3.9.2 immediately by browsing to <strong>Dashboard > Updates </strong>in the backend of WordPress. Sites that have automatic updates configured will be updated within 12 hours. Sites using WordPress 3.8.3 or 3.7.3 will be updated to 3.8.4 or 3.7.4. Older versions of WordPress are not supported, so please update to 3.9.2 for the latest and greatest.</p>\n<p>It’s awesome to see the security teams from both WordPress and Drupal working together to keep users safe.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 20:07:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:86:\"Post Status: WordPress and Drupal teams collaborate for simultaneous security 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:30:\"http://www.poststat.us/?p=7020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:174:\"http://www.poststat.us/wordpress-and-drupal-collaborate-for-security-release/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-and-drupal-collaborate-for-security-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3367:\"<p><img class=\"aligncenter size-large wp-image-7024\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/wordpress-drupal-security1-752x353.jpg\" alt=\"wordpress-drupal-security\" width=\"752\" height=\"353\" />WordPress and Drupal are both releasing security updates today that affect all supported versions of the two popular CMS platforms.</p>\n<p><a href=\"https://twitter.com/Nirgoldshlager\">Nir Goldshlager</a>, a security researcher and part of the Salesforce.com Product Security Team, discovered a PHP-level vulnerability that could result in denial of service (DoS) attacks. Goldshlager notified the PHP, WordPress, and Drupal security teams all at once.</p>\n<p>The vulnerability is within a PHP XML parser used by XML-RPC, and is “vulnerable to an XML entity expansion attach which can cause CPU and memory exhaustion, and MySQL to reach the maximum amount of open connections.”</p>\n<p>The bug itself is relatively minor, but of interest is the collaboration between the WordPress and Drupal teams to create a fix. WordPress lead developer Andrew Nacin and Mike Adams of the WordPress security team collaborated on a fix for the vulnerability and offered to coordinate with the Drupal security team.</p>\n<p>The fix devised by Nacin and Adams prevents the XML-RPC vulnerability while keeping the feature active. Turning off XML-RPC would have left the burden of handling the fix on the site owner or host and would have harmed clients such as the mobile apps.</p>\n<p>So, interestingly enough, two WordPress core developers are getting props today for both WordPress and Drupal releases. The respective security teams and Goldshlager have been working together for a couple of weeks now to appropriately address the situation and refine the patch included in today’s updates. The patch itself is for an external library that WordPress has always used, called the Incutio XML-RPC Library. Drupal uses a derivative of the same library, making the collaboration between the two teams quite logical and straightforward.<span id=\"more-7020\"></span></p>\n<p>Andrew Nacin tells me that this is the first time he knows of that the WordPress and Drupal security teams have collaborated. It certainly goes to show just how beneficial open source is, that two completely different CMS platforms are able to quickly close such security holes.</p>\n<p>The WordPress security release includes a few other minor security patches as well, but the collaboration between the WordPress and Drupal security teams is what makes this release most noteworthy, in my opinion.</p>\n<p>WordPress will be automatically upgrading all eligible websites from WordPress 3.7 to WordPress 3.9 major versions to include these fixes, as well as the WordPress 4.0 beta. The latest stable branch is now WordPress 3.9.2, and the WordPress 4.0 development branch is in beta 3. The release of WordPress 4.0 is still on target for the week of August 25th.</p>\n<p>If you have automatic updates enabled for WordPress, you’ll see those roll out shortly; otherwise, you can download it from <a href=\"http://wordpress.org/download/\">WordPress.org</a>. You can also check out the official release posts for both <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal</a> and <a href=\"http://wordpress.org/news/2014/08/wordpress-3-9-2/\">WordPress</a> on their respective blogs.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 19:05:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:42:\"Dev Blog: WordPress 3.9.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/08/wordpress-3-9-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:2347:\"<p>WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.</p>\n<p>This release fixes a possible denial of service issue in PHP’s XML processing, reported by <a href=\"https://twitter.com/nirgoldshlager\">Nir Goldshlager</a> of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal security team</a>. This is the first time our two projects have coordinated joint security releases.</p>\n<p>WordPress 3.9.2 also contains other security changes:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href=\"http://www.buayacorp.com/\">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href=\"http://onsec.ru/en/\">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href=\"http://systemoverlord.com/\">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>We appreciated responsible disclosure of these issues directly to our security team. For more information, see the <a href=\"http://codex.wordpress.org/Version_3.9.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?stop_rev=29383&rev=29411\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 3.9.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)</p>\n<p>Already testing WordPress 4.0? The third beta is <a href=\"https://wordpress.org/wordpress-4.0-beta3.zip\">now available</a> (zip) and it contains these security fixes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 19:04:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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:\"\";}}}}}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:79:\"WPTavern: MarkPress Plugin Transforms WordPress into a Markdown-Powered Journal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=27815\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:202:\"http://wptavern.com/markpress-plugin-transforms-wordpress-into-a-markdown-powered-journal?utm_source=rss&utm_medium=rss&utm_campaign=markpress-plugin-transforms-wordpress-into-a-markdown-powered-journal\";s: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:3092:\"<p>Over the past year, WordPress plugin developers have created some unique implementations of the post editor that add <a href=\"http://daringfireball.net/projects/markdown/\" target=\"_blank\">Markdown</a> editing with a side-by-side preview. Both the <a href=\"http://wptavern.com/gust-plugin-adds-support-for-categories-featured-images-and-custom-post-types\" target=\"_blank\">Gust</a> and <a href=\"http://wptavern.com/splitdown-a-free-ghost-style-markdown-editor-for-wordpress\" target=\"_blank\">Splitdown</a> plugins were inspired by the <a href=\"https://ghost.org/\" target=\"_blank\">Ghost</a> editor and attempt to recreate that experience in WordPress.</p>\n<p><a href=\"http://wordpress.org/plugins/markpress/\" target=\"_blank\">MarkPress</a> is the newest to join the ranks of Markdown-powered editors. The plugin adds an interesting twist in that it completely transforms your WordPress site to support writing journal notes without being in the admin. The new editor gives a live preview of notes as you compose.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MarkPress-editor.png\" rel=\"prettyphoto[27815]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/MarkPress-editor.png?resize=1025%2C601\" alt=\"MarkPress-editor\" class=\"aligncenter size-full wp-image-27822\" /></a></p>\n<p>MarkPress automatically saves as you are writing and naturally only works if the user is logged in. The plugin was designed to work nicely on mobile devices as well. When used on mobile, the top bar displays a button that allows you to toggle back and forth between the compose screen and the preview:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/view-mode.png\" rel=\"prettyphoto[27815]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/view-mode.png?resize=400%2C652\" alt=\"view-mode\" class=\"aligncenter size-full wp-image-27830\" /></a></p>\n<p>It’s important to note that MarkPress takes over your WordPress install on activation and repurposes the frontend for quickly composing journal notes. This isn’t a plugin that you can use to simply replace the default post editor, as it wasn’t designed to do that.</p>\n<p>After testing MarkPress I was impressed with its beautiful implementation of the Markdown editor and simplified writing experience. However, finding your way back to the admin after reaching the frontend editor is quite difficult. Additionally, posts are automatically marked as published as you compose them. I understand that MarkPress is focused around journal notes but wish that its beautiful editor could also be used for writing regular blog posts.</p>\n<p>Overall, the plugin is nicely done and provides an interesting new take on the WordPress post editor. If you want to create a Markdown-powered journal with WordPress as the sole purpose of your website, then MarkPress is an excellent option that will help you to write more efficiently. <a href=\"http://wordpress.org/plugins/markpress/\" target=\"_blank\">Download</a> it for free from WordPress.org and take it for a test drive.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 18:50: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: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:56:\"WPTavern: Crowd Favorite Announces Chris Lema As New CTO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=27800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"http://wptavern.com/crowd-favorite-announces-chris-lema-as-new-cto?utm_source=rss&utm_medium=rss&utm_campaign=crowd-favorite-announces-chris-lema-as-new-cto\";s: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:4039:\"<p>Crowd Favorite <a title=\"http://crowdfavorite.com/blog/2014/08/crowd-favorite-welcomes-chris-lema/\" href=\"http://crowdfavorite.com/blog/2014/08/crowd-favorite-welcomes-chris-lema/\">has appointed Chris Lema</a> as the company’s new CTO. Alex King, the current CTO, will move into the Chief Software Architect role, allowing him to focus his expertise in product development and deep-level technical leadership with the company’s teams. Lema will begin in mid-September and use his product development experience to help bring the WordPress platform and WordPress products into Fortune 500 enterprises.</p>\n<h2>How Chris Lema Quickly Became A Leading Figure In The WordPress Community</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/ChrisLemaFeaturedImage.png\" rel=\"prettyphoto[27800]\"><img class=\"size-full wp-image-27802\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/ChrisLemaFeaturedImage.png?resize=650%2C200\" alt=\"Chris Lema Featured Image\" /></a>Image Courtesy Of The <a title=\"http://2014.miami.wordcamp.org/speaker-submission-update/\" href=\"http://2014.miami.wordcamp.org/speaker-submission-update/\">WordCamp Miami Website</a>\n<p>PostStat.us has a <a title=\"http://www.poststat.us/chris-lema-interview/\" href=\"http://www.poststat.us/chris-lema-interview/\">great article covering the move</a>, including a special one hour interview with Lema. I’ve jokingly said that Lema has come out of nowhere. Although I still hold to that notion, he explains in the interview, the circumstances that have helped him be successful in the WordPress community.</p>\n<p>Lema has years of experience starting, managing, and selling startups especially within the Software as a Service market. With 20 years of experience under his belt, he decided to help others in the WordPress community by sharing stories of the lessons he’s learned from the mistakes he’s made <a title=\"http://chrislema.com/\" href=\"http://chrislema.com/\">using his blog</a>.</p>\n<p>Since the SaSS and product market in WordPress is so young, his voice and blog quickly became a leading authority. A combination of luck, experience, passion, personality, and timing helped him become an authority in the product space. Writing about the business of WordPress from a perspective not many people have is also a contributing factor.</p>\n<h2>A Few Predictions</h2>\n<p>Near the end of the interview, Lema makes a few predictions, all of which make sense to me. The first is that WordPress is growing on the edge. These are the people who have heard of WordPress and want to start a website but have no idea where to start. Lema predicts more out of the box solutions for these users. <a title=\"http://evermo.re/\" href=\"http://evermo.re/\">Evermore</a>, <a title=\"http://newrainmaker.com/platform/\" href=\"http://newrainmaker.com/platform/\">Rain Maker</a>, and <a title=\"http://oboxthemes.com/instant\" href=\"http://oboxthemes.com/instant\">Obox Instant</a> are just some of the platforms already catering to that segment of the market.</p>\n<p>The second is that WordPress businesses will continue to consolidate. Last but not least, product vendors will need to up their game to remain competitive. An example is WordPress hosting. What was once a <strong>wow</strong> feature two years ago is now a standard feature across most of the basic plans.</p>\n<h2>The Voice Of Crowd Favorite</h2>\n<p>With Lema’s ability to inspire crowds and motivate people with his speaking engagements, I can see him becoming the voice of Crowd Favorite. The announcement post mentions this possibility as well.</p>\n<blockquote><p>You will continue to hear from us through Chris with his valuable online presence. As a popular speaker at conferences and work with our sales and marketing teams, we know his voice will be a great addition to the Crowd Favorite brand.</p></blockquote>\n<p>I’ve had the pleasure to speak with Lema at various WordCamps and I can’t think of a better person to be the voice of a company.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 18:05:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:119:\"WordPress.tv: Branislav Pokrivčák: Keď Google Analytics nestačí- pokročilá analytika pre WordPress a WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36675\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"http://wordpress.tv/2014/08/06/branislav-pokrivcak-ked-google-analytics-nestaci-pokrocila-analytika-pre-wordpress-a-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:778:\"<div id=\"v-PL3hdE07-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36675/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36675/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36675&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/06/branislav-pokrivcak-ked-google-analytics-nestaci-pokrocila-analytika-pre-wordpress-a-woocommerce/\"><img alt=\"Branislav Pokrivčák: Keď Google Analytics nestačí- pokročilá analytika pre WordPress a WooCommerce\" src=\"http://videos.videopress.com/PL3hdE07/video-841d50f286_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 15:54:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:108:\"WordPress.tv: Claudio Sanches: Aprenda a criar uma loja com WooCommerce e veja as novidades da versão 2.1.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37446\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"http://wordpress.tv/2014/08/06/claudio-sanches-aprenda-a-criar-uma-loja-com-woocommerce-e-veja-as-novidades-da-versao-2-1-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:763:\"<div id=\"v-AM6TpjZZ-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37446/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37446/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37446&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/06/claudio-sanches-aprenda-a-criar-uma-loja-com-woocommerce-e-veja-as-novidades-da-versao-2-1-0/\"><img alt=\"Claudio Sanches: Aprenda a criar uma loja com WooCommerce e veja as novidades da versão 2.1.0\" src=\"http://videos.videopress.com/AM6TpjZZ/video-b37bff9b2e_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 15:37: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: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:58:\"WordPress.tv: Peter Šebo: Tak mám stránku! A čo teraz?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37292\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/08/06/peter-sebo-tak-mam-stranku-a-co-teraz-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:654:\"<div id=\"v-8RZabqtu-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37292/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37292/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37292&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/06/peter-sebo-tak-mam-stranku-a-co-teraz-2/\"><img alt=\"Peter Šebo: Tak mám stránku! A čo teraz?\" src=\"http://videos.videopress.com/8RZabqtu/video-d9e1dbb07d_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 15:02: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: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:32:\"Matt: Jargon Feeds on Lazy Minds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=43971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2014/08/jargon-feeds-on-lazy-minds/\";s: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:310:\"<p>An oldie from Scott Berkun on <a href=\"http://scottberkun.com/2012/why-jargon-feeds-on-lazy-minds/\">Why Jargon Feeds on Lazy Minds</a>. The link to the Politics and the English Language essay seems to be broken, <a href=\"https://www.mtholyoke.edu/acad/intrel/orwell46.htm\">here’s a better one</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Aug 2014 10:56: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: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: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:85:\"WPTavern: SchoolPress: A WordPress-Powered Open Source App for Educators and Students\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=27730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:212:\"http://wptavern.com/schoolpress-a-wordpress-powered-open-source-app-for-educators-and-students?utm_source=rss&utm_medium=rss&utm_campaign=schoolpress-a-wordpress-powered-open-source-app-for-educators-and-students\";s: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:4377:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/school.jpg\" rel=\"prettyphoto[27730]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/school.jpg?resize=1025%2C487\" alt=\"photo credit: Rob Shenk via - cc\" class=\"size-full wp-image-27795\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/rcsj/2915797223/\">Rob Shenk</a> via – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>Jason Coleman, creator of the popular <a href=\"http://www.paidmembershipspro.com/\" target=\"_blank\">Paid Memberships Pro</a> plugin, launched his new <a href=\"http://schoolpress.me/\" target=\"_blank\">SchoolPress app</a> in beta this week. SchoolPress is an open source WordPress-powered web app designed for educators who want to incorporate a virtual component into their online or offline classes.</p>\n<p>The app is a demo that was created to showcase ideas from <a href=\"http://shop.oreilly.com/product/0636920029380.do?cmp=af-prog-books-videos-product_cj_9781449364076_%25zp\" target=\"_blank\">Building Web Apps with WordPress</a>, Coleman’s recent book collaboration with Brian Messenlehner. It enables educators to easily start a class online with an option to restrict the students to invite-only:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/start-class.png\" rel=\"prettyphoto[27730]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/start-class.png?resize=1025%2C494\" alt=\"start-class\" class=\"aligncenter size-full wp-image-27780\" /></a></p>\n<p>Educators can add students, create assignments with due dates, and start discussions on a bbPress-powered forum. Students can then submit work via a text/file upload and teachers can track their progress.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/assignments.png\" rel=\"prettyphoto[27730]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/assignments.png?resize=778%2C406\" alt=\"assignments\" class=\"aligncenter size-full wp-image-27783\" /></a></p>\n<p>SchoolPress is built with WordPress multisite, BuddyPress, Paid Memberships Pro, StartBox, Bootstrap, Font Awesome, and roughly a dozen <a href=\"https://github.com/bwawwp/schoolpress/blob/dev/docs/gettingstarted.md#plugins-used\" target=\"_blank\">plugins</a>. The social aspect of the site provides the functionality that allows educators to initiate private/direct communication with students.</p>\n<p>If you want to test the app, Coleman encourages you to only post real classes you intend to run at <a href=\"http://open.schoolpress.me/\" target=\"_blank\">open.schoolpress.me</a>. Otherwise, please use the <a href=\"http://testschool.schoolpress.me/\" target=\"_blank\">testschool.schoolpress.me</a> site. The app is still under development and Coleman plans to share more about building web apps with WordPress on his <a href=\"http://bwawwp.com/schoolpress-launched/\" target=\"_blank\">blog</a>, in addition to the <a href=\"http://open.schoolpress.me/classes/building-web-apps-with-wordpress/\" target=\"_blank\">free course</a> offered on the website.</p>\n<p>The code for the app is available for anyone to use or recreate for specific requirements. It’s important to note that this isn’t a plug-and-play app, as noted in the documentation: <strong>“While this repository contains all of the code for the schoolpress.me site, getting a site like schoolpress.me setup using this codebase is not trivial.”</strong> The documentation includes detailed instructions for <a href=\"https://github.com/bwawwp/schoolpress/blob/dev/docs/gettingstarted.md\" target=\"_blank\">getting started</a>, <a href=\"https://github.com/bwawwp/schoolpress/blob/dev/docs/gettingstarted.md#installing-schoolpress-on-your-server\" target=\"_blank\">installing SchoolPress on your own server</a>, and <a href=\"https://github.com/bwawwp/schoolpress/blob/dev/docs/newschool.md\" target=\"_blank\">launching a new school site</a>.</p>\n<p>If you want to recreate SchoolPress for your own use, it’s going to require a bit of development expertise. The app is still in beta but it gives you a solid start on building your own open source learning management system with social networking features incorporated. Check out the <a href=\"https://github.com/bwawwp/schoolpress\" target=\"_blank\">code on GitHub</a> and watch for updates as the app evolves.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Aug 2014 23:33:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:85:\"Post Status: Interview with Chris Lema: a journey to working full time with WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=7004\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://www.poststat.us/chris-lema-interview/?utm_source=rss&utm_medium=rss&utm_campaign=chris-lema-interview\";s: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:5334:\"<p><img class=\"aligncenter size-large wp-image-7012\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/chrislema-752x367.jpg\" alt=\"chrislema\" width=\"752\" height=\"367\" /></p>\n<p>On May 28th, 2012, I was virtually introduced to Chris Lema. He had 653 Twitter followers at the time. I know so, because that’s how we were introduced — through an email from Twitter telling me he was now following me. At the time, he’d not even started <a href=\"http://chrislema.com\">daily writing on his personal blog</a>; he didn’t start that until September of that year.</p>\n<p>It’s hard to imagine a time where I didn’t know who Chris Lema was, or a time where I wasn’t learning from him. Today, Chris is a significant voice in the WordPress world. He was just announced, deservedly so, in the <a href=\"http://2014.sf.wordcamp.org/2014/08/04/say-hello-to-the-first-group-of-wordcamp-san-francisco-speakers/\">first batch of speakers</a> for WordCamp San Francisco.</p>\n<p>He’s been blogging nearly every day for two years. I’ve met him at a number of events. We’ve shared meals together. We’ve had phone calls where Chris gave me advice for my career and life. We even spent a week in Cape Town, South Africa traveling together for a WordCamp <a title=\"Let’s learn in Cape Town\" href=\"http://www.poststat.us/blogging-kickstarted-career/\">that I won’t forget</a>.</p>\n<p>Chris Lema is my friend, and a mentor. I owe him a tremendous amount for his advice, his continuous generosity, and his kindness toward me. And I also know I can’t pay him back; giving to others is his passion, and I’ll never be able match that in return.</p>\n<p>What I know I can do is pay it forward. As I gain knowledge, and maybe even a shred of my own wisdom, I can pay forward that mentorship to others that are up and coming in their careers, and be to them as Chris has been to me and as others have been to Chris.</p>\n<p>I’m one of many, many people that feel this way about Chris. He now has 6,500 followers on Twitter — something I note purely as a way to compare to the beginning of this post, and highlight how many people he’s impacted in such a short time. He’s also a direct mentor to dozens of people who make their living with WordPress.</p>\n<h3>What if Chris did WordPress full time?</h3>\n<p>Incredibly, Chris has had this influence and impact on the WordPress community without having a full time WordPress job.<span id=\"more-7004\"></span></p>\n<p>For eight years, he’s been at Emphasys Software — a successful company, but not one you’d know of in the WordPress ecosystem — and he’s been coaching WordPress companies and blogging in his spare time.</p>\n<p>It makes you wonder, what would he do if his full time job were WordPress-centric? I certainly have thought so. And as Chris notes in our interview, I asked him this question while we were in Cape Town.</p>\n<p>I wanted to see what would happen with Chris full time in the WordPress world, and now we’re about to find out.</p>\n<h3>Joining Crowd Favorite as CTO</h3>\n<p><a href=\"http://chrislema.com/wordpress-change-your-life/\">Chris is announcing today</a> that he’s <a href=\"http://crowdfavorite.com/blog/2014/08/crowd-favorite-welcomes-chris-lema/\">joining Crowd Favorite</a> full time as its new Chief Technical Officer.</p>\n<p>Chris was already on the board of the VeloMedia Group, which has utilized the Crowd Favorite brand <a title=\"Crowd Favorite to be acquired by VeloMedia\" href=\"http://www.poststat.us/crowd-favorite-acquired-velomedia/\">since its acquisition of the company late last year</a>.</p>\n<p>CEO Karim Marucchi has wanted Chris to be a full time part of the VeloMedia group for some time as well. But the logistics weren’t easy to work out. However, in the last month or so they really pushed to make it happen, and now Chris will be the CTO as well as a chief strategist for Crowd Favorite and other companies within the VeloMedia group.</p>\n<p>Chris will focus heavily on reaching out to the enterprise space, via consulting opportunities and a variety of other concepts they are working on.</p>\n<h3>Hear about Chris’ journey to full time WordPress</h3>\n<p>In this interview, Chris and I talk about his journey to working full time with WordPress. We talk about his career, his entry into blogging and the WordPress community, about the structure of Crowd Favorite, and the WordPress economy in general.</p>\n<a href=\"http://s3.amazonaws.com/PostStatus/DraftPodcast/chris-lema-post-status-draft.mp3\">http://s3.amazonaws.com/PostStatus/DraftPodcast/chris-lema-post-status-draft.mp3</a>\n<p><a href=\"http://s3.amazonaws.com/PostStatus/DraftPodcast/chris-lema-post-status-draft.mp3\">Direct Download</a></p>\n<p>It was an absolute pleasure to talk to Chris, and I’m thrilled to see him join Crowd Favorite full time. You can see Chris’ <a href=\"http://chrislema.com/wordpress-change-your-life/\">announcement on his blog</a>, as well as <a href=\"http://crowdfavorite.com/blog/2014/08/crowd-favorite-welcomes-chris-lema/\">Crowd Favorite’s</a>. Also be sure to follow <a href=\"http://twitter.com/chrislema\">Chris on Twitter</a>, and definitely tell him congratulations on this new journey.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Aug 2014 20:44: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:89:\"WPTavern: Serious Bug Discovered In The All In One WordPress Security and Firewall 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27752\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:224:\"http://wptavern.com/serious-flaw-discovered-in-the-all-in-one-wordpress-security-and-firewall-plugin?utm_source=rss&utm_medium=rss&utm_campaign=serious-flaw-discovered-in-the-all-in-one-wordpress-security-and-firewall-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5290:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/AllInOneWordPressSecurityFeaturedImage.png\" rel=\"prettyphoto[27752]\"><img class=\"aligncenter size-full wp-image-27754\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/AllInOneWordPressSecurityFeaturedImage.png?resize=728%2C267\" alt=\"All In One WordPress Security and Firewall Featured Image\" /></a></p>\n<p>Pippin Willamson, creator of the <a title=\"http://affiliatewp.com/\" href=\"http://affiliatewp.com/\">AffliateWP</a> plugin, has discovered a serious bug within the <a title=\"http://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\" href=\"http://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\">All In One WordPress Security and Firewall</a> plugin. According to a <a title=\"http://wordpress.org/support/topic/blindly-checking-for-fwp-in-wp_options-is-dangerous\" href=\"http://wordpress.org/support/topic/blindly-checking-for-fwp-in-wp_options-is-dangerous\">forum thread</a> created by Williamson, All In One WordPress Security and Firewall automatically detects option ids with <strong>fwp</strong> as malicious and deletes them.</p>\n<p><code>Known WP Pharma Hack Entry: fwp and option_id: 1101143<br />\nThe options table entry with known pharma hack for option_id 1101143 with option_name affwp_settings was successfully deleted</code></p>\n<p>The pharma hack was well underway in early 2011 but made headlines in the WordPress community when Chris Pearson, <a title=\"http://www.pearsonified.com/2010/04/wordpress-pharma-hack.php\" href=\"http://www.pearsonified.com/2010/04/wordpress-pharma-hack.php\">published a detailed guide</a> explaining how to detect and remove the malicious code. Even though <strong>fwp</strong> is an option id commonly used by the pharma hack, it’s used by legitimate WordPress plugins as well. As Williamson explains, blindly checking for and deleting <strong>fwp</strong> in the options table is dangerous.</p>\n<blockquote><p>While it is true that sites that have been compromised by the pharma attack do often contain option names with fwp, this is in no way a conclusive test.</p>\n<p>Blindly assuming that an option matching fwp is malicious is really pretty poor and not friendly to legitimate settings that are stored in the database that contain any version of fwp.</p>\n<p>For example, all of our settings are stored with a prefix of affwp_. That means that every single one of our database options are immediately flagged by your plugin and deleted without question or any additional evidence to support the malicious flag.</p>\n<p>The sheer number of plugins that could be negatively impacted by this poor attempt at accurately identifying malicious option rows is staggering. wp is used in a huge number of plugins and is often combined with a letter or word that represents the plugin, so it’s highly likely that other plugins store options that include the letters fwp in their option name.</p></blockquote>\n<p>Although I don’t use AffliateWP, I installed WordPress All In One Security and Firewall on my localhost and used the database scanner to see if any option ids are discovered using fwp. During the database scan, it discovered the option id of <strong>sfwpavatar</strong> and promptly removed it from the database. Sfwpavatar is related to the Simple Forums plugin, specifically to handle avatar images. The id has nothing to do with the pharma hack.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/AllInOneSecurityDatabaseScan2.png\" rel=\"prettyphoto[27752]\"><img class=\"size-full wp-image-27762\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/AllInOneSecurityDatabaseScan2.png?resize=977%2C211\" alt=\"All In One Security Database Scan\" /></a>FWP Detected!\n<p>Option 150 as seen in the wp_options table in the database.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/FWPOptionIdInTheDatabase.png\" rel=\"prettyphoto[27752]\"><img class=\"size-full wp-image-27760\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/FWPOptionIdInTheDatabase.png?resize=797%2C160\" alt=\"This Is The Option Discovered by All In One WordPress Security and Firewall\" /></a>This Is The Option Discovered by All In One WordPress Security and Firewall\n<p><del>I reached out to the developers of the All In One WordPress Security and Firewall plugin to find out when a fix can be expected. At the time of publishing, they have yet to respond. This post will be updated when or if they respond.</del></p>\n<p><del>Until an update is pushed out that explicitly addresses this bug, I would avoid using it or at the very least, the Database Scanner.</del></p>\n<h2>New Version Temporarily Disables Database Scanner</h2>\n<p>The team has pushed out a <a title=\"http://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\" href=\"http://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\">new version</a> that addresses the issue discussed in the post. You should already see an update notification in the dashboard. According to the <a title=\"http://wordpress.org/plugins/all-in-one-wp-security-and-firewall/changelog/\" href=\"http://wordpress.org/plugins/all-in-one-wp-security-and-firewall/changelog/\">change log</a>, the update temporarily disables the Database Scanner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Aug 2014 20:17:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:28:\"BuddyPress: BuddyPress 2.0.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://buddypress.org/?p=185945\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://buddypress.org/2014/08/buddypress-2-0-2-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:866:\"<p>We’re very happy to announce that BuddyPress 2.0.2 is now available. Download from <a href=\"http://wordpress.org/plugins/buddypress/\">the wordpress.org plugin repository</a>, as a <a href=\"http://downloads.wordpress.org/plugin/buddypress.2.0.2.zip\">zip file</a>, or through WordPress via Dashboard > Plugins.</p>\n<p>This maintenance release provides a number of fixes for regressions in the Extended Profiles component, and also fixes a PHP Notice that can occur in certain situation (also in the Extended Profile component).</p>\n<p>For a complete list of changes made for this release, visit the <a href=\"http://codex.buddypress.org/developer/releases/version-2-0-2/\">2.0.2 changelog</a>.</p>\n<p>Questions or comments? Visit out <a href=\"https://buddypress.org/support\">support forums</a> or <a href=\"https://buddypress.trac.wordpress.org\">Trac</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Aug 2014 20:05: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:10:\"Paul Gibbs\";s: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:59:\"WPTavern: Resources for Working with the WordPress REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/?p=27641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:162:\"http://wptavern.com/resources-for-working-with-the-wordpress-rest-api?utm_source=rss&utm_medium=rss&utm_campaign=resources-for-working-with-the-wordpress-rest-api\";s: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:2701:\"<p>The <a href=\"https://github.com/WP-API\" target=\"_blank\">WordPress REST API</a> is currently <a href=\"http://wptavern.com/json-rest-api-slated-for-wordpress-4-1-release\" target=\"_blank\">slated for inclusion in WordPress 4.1</a> and the API team is busy working towards that goal. Project contributors Ryan McCue and Rachel Baker have been on the road giving presentations to introduce developers to the API. They <a href=\"https://speakerdeck.com/rmccue/wcmke2014\" target=\"_blank\">presented at WordCamp Milwaukee</a> and <a href=\"https://speakerdeck.com/rmccue/wcnyc2014\" target=\"_blank\">WordCamp NYC</a>, demonstrating how developers can use the API now in its current plugin-based form.</p>\n<p>McCue also traveled to <a href=\"http://api-craft.org/\" target=\"_blank\">API Craft</a> unconference in Detroit where he and Andrew Nacin hosted a session about building the WP API. “I think we solved some outstanding questions with the API, and we’re in a good place moving forward for version 2,” McCue reported after the event. He is currently holed up in Brooklyn working on the version 2 branch, which is focused on preparing the API for integration into WordPress core.</p>\n<p>In the meantime, developers are getting excited about all the new possibilities that the WP REST API will open up. As part of the API team, I’ve been working on improving our documentation on <a href=\"http://wp-api.org/\" target=\"_blank\">WP-API.org</a>, based on feedback from developers who are working with it every day. We’ve pulled all the extraneous docs that were previously in the plugin into the new Jekyll-powered GitHub pages site. We’ve also added new sections for <a href=\"http://wp-api.org/guides.html\" target=\"_blank\">Guides</a> to help developers get started and <a href=\"http://wp-api.org/resources.html\" target=\"_blank\">Resources</a> for working with the API.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-rest-api-resources.png\" rel=\"prettyphoto[27641]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-rest-api-resources.png?resize=1025%2C486\" alt=\"wp-rest-api-resources\" class=\"aligncenter size-full wp-image-27743\" /></a></p>\n<p>The new <a href=\"http://wp-api.org/resources.html\" target=\"_blank\">Resources</a> section includes all of the currently available client libraries, links to authentication information, major WordPress plugin integrations, slides and videos, useful tools and REST info. If you want to recommend any additional resources or have any suggestions for the documentation, feel free to let us know or jump in on <a href=\"https://github.com/WP-API/WP-API.github.io\" target=\"_blank\">GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Aug 2014 17:44:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:44:\"WP iPhone: WordPress Android App Version 3.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://apps.wordpress.org/?p=2117\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://apps.wordpress.org/2014/08/05/wordpress-android-app-version-3-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5182:\"<p>The WordPress Android app version 3.0 has been released in the Google Play Store. This release includes enhancements and bug fixes.</p>\n<h1 id=\"swipe-between-posts-in-the-reader\"><a class=\"headeranchor-link\" href=\"http://apps.wordpress.org/feed/#swipe-between-posts-in-the-reader\" name=\"user-content-swipe-between-posts-in-the-reader\"></a>Swipe between posts in the Reader</h1>\n<p>You can now navigate among posts in the selected tag by swiping them.</p>\n<p><img class=\"aligncenter\" src=\"http://wpmobileapps.files.wordpress.com/2014/07/swipe-between-post-reader.gif?w=720\" alt=\"\" /></p>\n<h1 id=\"geotagging-redesign\"><a class=\"headeranchor-link\" href=\"http://apps.wordpress.org/feed/#geotagging-redesign\" name=\"user-content-geotagging-redesign\"></a>Geotagging simplified</h1>\n<p>Geotagging has been redesigned. We removed the geotagging option from blog settings and added a simple button in the post settings. It’s now easier to add and remove a location to a post: to geotag a post, go to post settings and tap “Add location.” Then, you can use the “Locate” button to auto-discover your location or enter an arbitrary location in the text box.</p>\n\n<a href=\"http://apps.wordpress.org/?attachment_id=2116\"><img width=\"90\" height=\"150\" src=\"http://wpmobileapps.files.wordpress.com/2014/07/screencap-2014-07-28t14-22-280200.png?w=90&h=150\" class=\"attachment-thumbnail\" alt=\"screencap-geotagging-3\" /></a>\n<a href=\"http://apps.wordpress.org/?attachment_id=2115\"><img width=\"90\" height=\"150\" src=\"http://wpmobileapps.files.wordpress.com/2014/07/screencap-2014-07-28t14-18-290200.png?w=90&h=150\" class=\"attachment-thumbnail\" alt=\"screencap-geotagging-1\" /></a>\n<a href=\"http://apps.wordpress.org/?attachment_id=2114\"><img width=\"90\" height=\"150\" src=\"http://wpmobileapps.files.wordpress.com/2014/07/screencap-2014-07-28t14-20-050200.png?w=90&h=150\" class=\"attachment-thumbnail\" alt=\"screencap-geotagging-3\" /></a>\n\n<h1 id=\"interface-improvements\"><a class=\"headeranchor-link\" href=\"http://apps.wordpress.org/feed/#interface-improvements\" name=\"user-content-interface-improvements\"></a>Interface improvements</h1>\n<ul>\n<li>We smoothed and improved some animations.</li>\n<li>Full-screen videos are now available from the Reader post details screen.</li>\n<li>We modified the scrollbar color (from dark gray to transparent white) on the blue background.</li>\n</ul>\n<h1 id=\"general-changes\"><a class=\"headeranchor-link\" href=\"http://apps.wordpress.org/feed/#general-changes\" name=\"user-content-general-changes\"></a>General changes</h1>\n<ul>\n<li>You can contact support directly from within the app by using the “Help” button in the settings screen.</li>\n<li>A new FAQ screen is in place to help you with the app.</li>\n<li>Your WordPress.com blog list now automatically updates — there’s no need to refresh the list manually.</li>\n<li>We added the option to allow users to opt in an out of user behavior tracking. (We track user events to help make our app better.)</li>\n<li>Stats links now open in the app. (Previously, they opened in an external browser.)</li>\n<li>We’re proud to support a new language: Brazilian Portuguese!</li>\n</ul>\n<h1 id=\"bug-fixes\"><a class=\"headeranchor-link\" href=\"http://apps.wordpress.org/feed/#bug-fixes\" name=\"user-content-bug-fixes\"></a>Bug fixes</h1>\n<p>This version also comes with a bunch of bug fixes. Here are bug-squashing highlights from this release:</p>\n<ul>\n<li>Users with Jetpack-enabled blogs can now moderate comments directly from the notification screen.</li>\n<li>We fixed an issue where devices with Hebrew as the default language displayed the app in English.</li>\n<li>Users on servers with SNI and a shared ssl certificate are now able to log in.</li>\n<li>We fixed an issue where some users were taken to a blank screen on opening the app from a push notification.</li>\n<li>We fixed a problem where deleting a post or switching to another screen caused the app to crash.</li>\n</ul>\n<h1 id=\"whats-next\"><a class=\"headeranchor-link\" href=\"http://apps.wordpress.org/feed/#whats-next\" name=\"user-content-whats-next\"></a>What’s next?</h1>\n<p>A big thanks to all of the contributors who worked on this release: <a href=\"https://github.com/anirudh24seven\">@anirudh24seven</a>, <a href=\"https://github.com/daniloercoli\">@daniloercoli</a>, <a href=\"https://github.com/gnima\">@gnima</a>, <a href=\"https://github.com/maxme\">@maxme</a>, <a href=\"https://github.com/mjangda\">@mjangda</a>, <a href=\"https://github.com/nbradbury\">@nbradbury</a>, <a href=\"https://github.com/roundhill\">@roundhill</a>, and <a href=\"https://github.com/sendhil\">@sendhil</a>! You can keep up with the development progress at <a href=\"http://make.wordpress.org/mobile\">http://make.wordpress.org/mobile</a> and can also follow the app on Twitter <a href=\"http://twitter.com/wpandroid\">@WPAndroid</a>. If you need support or want to send us suggestions, please visit <a href=\"http://android.forums.wordpress.org/\">our forums</a> or contact us directly in the app.</p><img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=apps.wordpress.org&blog=62767514&post=2117&subd=wpmobileapps&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Aug 2014 17:09:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Maxime\";s: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:65:\"WordPress.tv: Panel Discussion: Making Sense of SEO for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=37223\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/08/05/panel-discussion-making-sense-of-seo-for-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:678:\"<div id=\"v-ufd4kb7Y-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37223/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37223/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37223&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/05/panel-discussion-making-sense-of-seo-for-wordpress/\"><img alt=\"Panel Discussion: Making Sense of SEO for WordPress\" src=\"http://videos.videopress.com/ufd4kb7Y/video-820c3677a8_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Aug 2014 15:42:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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:52:\"WordPress.tv: Mike Schroder: Heartbeat API Jumpstart\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.tv/2014/08/05/mike-schroder-heartbeat-api-jumpstart/\";s: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:652:\"<div id=\"v-GW7B8xQq-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37215/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37215/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37215&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/05/mike-schroder-heartbeat-api-jumpstart/\"><img alt=\"Mike Schroder: Heartbeat API Jumpstart\" src=\"http://videos.videopress.com/GW7B8xQq/video-d8c9dc28fd_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Aug 2014 15:35:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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:82:\"WordPress.tv: Konstantin Obenland: Options, and Transients, and Theme Mods, Oh My!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=36924\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2014/08/05/konstantin-obenland-options-and-transients-and-theme-mods-oh-my/\";s: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:710:\"<div id=\"v-qQ4WkCbp-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36924/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36924/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36924&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/05/konstantin-obenland-options-and-transients-and-theme-mods-oh-my/\"><img alt=\"OpKonstantin Obenland: Options, and Transients, and Theme Mods, Oh My!\" src=\"http://videos.videopress.com/qQ4WkCbp/video-4aed0f1382_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Aug 2014 15:35:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:66:\"WPTavern: Firmness: A Bright and Flexible WordPress Business 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://wptavern.com/?p=27699\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:174:\"http://wptavern.com/firmness-a-bright-and-flexible-wordpress-business-theme?utm_source=rss&utm_medium=rss&utm_campaign=firmness-a-bright-and-flexible-wordpress-business-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:2203:\"<p>While many WordPress theme designers are exploring the stark landscape of minimalist design, the folks at <a href=\"http://vpthemes.com/\" target=\"_blank\">VPThemes</a> have embraced color and animation with their latest free business theme. <a href=\"http://wordpress.org/themes/firmness\" target=\"_blank\">Firmness</a> is a bright sunflower in a field of trendy white and grey themes, featuring yellow accents and bold typography.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/firmness-theme.jpg\" rel=\"prettyphoto[27699]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/firmness-theme.jpg?resize=1025%2C1196\" alt=\"firmness-theme\" class=\"aligncenter size-full wp-image-27713\" /></a></p>\n<p>The theme’s homepage has support for two different kinds of sliders (Flex Slider and Refine Slider). It includes several customizable sections for adding business features and services with text and icons.</p>\n<p>Firmness adds its own options panel, which is a bit of a departure from the current trend of putting all the options into WordPress’ native customizer. You can upload a custom logo and favicon to brand it for your business. The panel allows you to customize nearly every aspect of the theme, including navigation color, text size, and layouts. Firmness has support for four footer widget areas, social links, Contact Form 7, and eight post formats.</p>\n<p>Firmness is responsive and translation-ready. Check out a <a href=\"http://vpthemes.com/preview/Firmness/\" target=\"_blank\">live demo</a> to view the animations (optional) as the sections load into the page.</p>\n<p>I tested the theme and found it to be easy to set up, because the homepage template displays demo content upon activation. This gives you a decent idea of where things go if you want your site to match the demo. The content can be easily changed in the options panel. This isn’t ideal for data portability but it does make it very convenient for configuring the homepage. <a href=\"http://wordpress.org/themes/firmness\" target=\"_blank\">Firmness</a> is VPThemes’ fifth theme release on WordPress.org. Download it for free or add it via your admin theme browser.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Aug 2014 04:59:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Piklist Launches Beta Program Ahead of Commercial Product 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:28:\"http://wptavern.com/?p=27673\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:196:\"http://wptavern.com/piklist-launches-beta-program-ahead-of-commercial-product-releases?utm_source=rss&utm_medium=rss&utm_campaign=piklist-launches-beta-program-ahead-of-commercial-product-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2445:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/piklist-featured.jpg\" rel=\"prettyphoto[27673]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/piklist-featured.jpg?resize=892%2C389\" alt=\"piklist-featured\" class=\"aligncenter size-full wp-image-16561\" /></a></p>\n<p>Earlier this year, the <a href=\"https://piklist.com\" target=\"_blank\">Piklist</a> rapid development framework for WordPress rebranded with its 0.9.0 release and the team <a href=\"http://wptavern.com/piklist-wordpress-development-framework-rebrands-plans-to-launch-commercial-products\" target=\"_blank\">announced plans to launch commercial products</a>. The framework is used by many developers to speed up tasks such as creating fields for settings pages, registering custom post types and custom taxonomies, adding post-to-post relationships and much more.</p>\n<p>The core <a href=\"https://piklist.com\" target=\"_blank\">Piklist framework</a> is free and open source and will always remain so. Its developers are working on supporting it with commercial extensions, a business model that has proved to be largely successful in the WordPress community. With the version 1.0 release right around the corner, the commercial products are now in beta and ready for testing.</p>\n<p>Piklist developers are currently <a href=\"https://piklist.com/2014/08/04/test-drive-new-products-piklist-beta-program/\" target=\"_blank\">accepting beta signups</a> for the Piklist Toolbox and Piklist Fields and Forms. The Toolbox plugin allows you to easily manage post types, taxonomies, and advanced settings:</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>The Piklist Fields and Forms plugin allow you to edit and add fields to metaboxes with the ease of a point-and-click UI:</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>The framework’s development team is convinced that Piklist is to WordPress what Rails is to Ruby. They plan to release a family of plugins and support packages will help fund the future of the framework. These plugins will work together, connecting and enhancing various aspects of the framework. If you are a WordPress developer who depends on Piklist to make your life easier, consider <a href=\"https://piklist.com/product/category/beta/\" target=\"_blank\">signing up for the beta testing programs</a>. Beta testers will have access to pre-release versions and will play a significant role in shaping products in the pipeline.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Aug 2014 20:38:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"WPTavern: This Week On WPWeekly: Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=27647\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"http://wptavern.com/this-week-on-wpweekly-jeff-chandler?utm_source=rss&utm_medium=rss&utm_campaign=this-week-on-wpweekly-jeff-chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1281:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/01/WordPressWeeklyFeaturedImage.jpg\" rel=\"prettyphoto[27647]\"><img class=\"aligncenter size-full wp-image-15429\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/01/WordPressWeeklyFeaturedImage.jpg?resize=650%2C200\" alt=\"WordPress Weekly Featured Image\" /></a></p>\n<p>You may be thinking, of course he’s going to be on the show, he’s the host! This week, I’m experimenting with the show by being the one who is interviewed instead of the other way around. My co-host Marcus Couch, will be the one asking the questions.</p>\n<p>Throughout the show’s lifespan, I’ve spent countless hours interviewing some of the brightest minds in the WordPress community. WordPress Weekly is a show that satisfies my curiosity but it’s not often that I have the chance to solely express what’s on my mind. I’ll be giving Marcus a few questions of topics I’d like to talk about but the rest will be his and those submitted by the audience.</p>\n<p>This is a unique opportunity to ask me anything you want. Everything from being a remote worker, how I work, to writing about WordPress everyday is on the table. If you have any questions, submit them using the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Aug 2014 19:54: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:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Prestige Business Conference For WordPress Set For Oct 3-5, 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:28:\"http://wptavern.com/?p=27550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:190:\"http://wptavern.com/prestige-business-conference-for-wordpress-set-for-oct-3-5-2014?utm_source=rss&utm_medium=rss&utm_campaign=prestige-business-conference-for-wordpress-set-for-oct-3-5-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:5618:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/PrestigeConfLogo.png\" rel=\"prettyphoto[27550]\"><img class=\"alignright size-full wp-image-27630\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/PrestigeConfLogo.png?resize=275%2C233\" alt=\"Prestige Conference Logo\" /></a>Prestige is a <a title=\"http://prestigeconf.com/\" href=\"http://prestigeconf.com/\">new conference</a> that is taking place October 3-5, 2014 in downtown Minneapolis, Minnesota and is being organized by Josh Broton and Kiko Doran. Unlike WordCamps, Prestige only has one track and its devoted to the business of WordPress. Tickets <a title=\"http://prestigeconf.com/tickets/\" href=\"http://prestigeconf.com/tickets/\">are on sale</a> and if you can’t make it to the event in person, consider the live stream option. You can save money by purchasing tickets during the early bird pricing period which ends August 15th or when tickets sell out.</p>\n<p>The Friday night of the event features an opportunity to hangout with the speakers in a casual atmosphere and ask questions. Saturday will have one track focused on the business of WordPress. There is a one day theme workshop planned for Sunday. In six hours, you’ll learn what it takes to build a WordPress theme.</p>\n<h2>An Experimental Conference</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/experiment.jpg\" rel=\"prettyphoto[27550]\"><img class=\"size-full wp-image-22252\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/experiment.jpg?resize=1025%2C484\" alt=\"photo credit: CIMMYT - cc\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/cimmyt/6801601408/\">CIMMYT</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>By not using the WordCamp name opens the door for experimentation and to try out new ideas. “Not because we disagree with how WordCamps are run, but because that demand is met by WordCamps. This gives the members of our community an opportunity to learn from the very best,” Broton said.</p>\n<p>Although Prestige is similar to a WordCamp, the duo compares it to <a title=\"http://wpsessions.com/\" href=\"http://wpsessions.com/\">WPSessions</a> in that, they are creating custom, tailor-made events. “I love the WPSessions model. I think Brian Richards is doing some awesome stuff that is custom tailored. That’s what we’re aiming for. Custom Tailored live events,” Doran told the Tavern.</p>\n<p>One of the biggest differences between Prestige and WordCamps is that the organizers are paying for the speakers travel, accommodations, and food. “I’ve spoken at 25 conferences in the last two years, including five WordCamps, so I know the burden that a lot of travel places on my work, my family, and my checkbook. We wanted to make sure the speakers were compensated for their travel and shown a great time, because they deserve it,” Broton told the Tavern.</p>\n<h2>A WordCamp Conundrum</h2>\n<p>In 2013, two organizers put together an independent conference in their city instead of doing another WordCamp. Andrea Middleton responded by <a title=\"http://make.wordpress.org/events/2013/08/20/organizing-a-non-wordcamp/\" href=\"http://make.wordpress.org/events/2013/08/20/organizing-a-non-wordcamp/\">publishing a post</a> explaining there is room to experiment while still being called a WordCamp. It also has advice on how to transition between organizing a WordCamp and a self-organized WordPress event in the same city.</p>\n<blockquote><p>Before blazing a new trail, it’s worth checking with WordCamp Central to see if the event type you want to run could take place under the official banner — new event types are encouraged — so you can keep the benefits associated with being an official WordPress event.</p></blockquote>\n<p>Since WordCamps are local, annual, events held in medium to large cities, how do you propose organizers that want to focus on just one topic do so under the WordCamp umbrella? Are we going to end up with multiple WordCamps in the same year and in the same city but with different names?</p>\n<h2>Laser Focused WordPress Conferences</h2>\n<p>Prestige is another example of a focused WordPress event. While WordCamps have been ongoing <a title=\"http://central.wordcamp.org/about/\" href=\"http://central.wordcamp.org/about/\">since 2006</a>, there are only a few WordPress conferences that don’t use the WordCamp name. One example is <a title=\"http://pressnomics.com/\" href=\"http://pressnomics.com/\">PressNomics</a>, which has quickly become one of the premiere, annual events, dedicated to the business of WordPress. WooThemes, the developers of WooCommerce are hosting <a title=\"http://conf.woocommerce.com/\" href=\"http://conf.woocommerce.com/\">WooConf</a>, the first conference dedicated to WooCommerce later this year.</p>\n<p>It’s encouraging to see more WordPress conferences devoted to specific topics versus having multiple tracks. This is already starting to happen within WordCamps like <a title=\"http://wptavern.com/wordcamp-vancouver-to-hold-developer-edition-in-july\" href=\"http://wptavern.com/wordcamp-vancouver-to-hold-developer-edition-in-july\">WordCamp Developer Edition: Vancouver</a> which focused on developers. Even though most sessions are recorded at WordCamps, I find it refreshing to only have one track to attend, with awesome speakers, devoted to a specific topic.</p>\n<p>Will you be attending the Prestige conference in person or will you opt for the livestream? Do you want to see more WordPress focused events like PressNomics and Prestige?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Aug 2014 19:26:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Post Status: Week in review: Themeforest changes, Jetpack 3.1, Polar Polls, Yoast and Sucuri partner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=6998\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"http://www.poststat.us/week-review-jetpack-3-1/?utm_source=rss&utm_medium=rss&utm_campaign=week-review-jetpack-3-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4965:\"<p><img class=\"aligncenter size-large wp-image-6769\" src=\"http://www.poststat.us/wp-content/uploads/2014/06/week-in-review1-752x300.jpg\" alt=\"week-in-review\" width=\"752\" height=\"300\" />Welcome to the sixth “<a href=\"http://www.poststat.us/category/week-in-review/\">Week in Review</a>” on Post Status, where I hope to offer up some of the things you may have missed in the last week or so. Unfortunately, I haven’t posted since the last week in review. Trust me, that’ll change this week. There are already a lot of posts lined up for some upcoming news.</p>\n<p>Fortunately, others in our community have been busy bees, writing away. Let’s dive into the news:</p>\n<h3>Themeforest adds a $3 hike to items and author team support</h3>\n<p>Themeforest is in the process of making some subtle, but overall significant, changes to their marketplaces. Last week they announced new <a href=\"http://themeforest.net/forums/thread/-new-feature-author-teams/137753\">support for author teams</a> on Themeforest items.</p>\n<p>Even more significant <a href=\"http://notes.envato.com/general/price-changes-across-the-marketplaces/\">is a price hike, effectively immediately</a>, that looks to be basically a $3 hike across all, or at least most, items. That ends up being 5 or 6% for most stuff, and for top sellers will mean tens of thousands of dollars of new revenue for their items.</p>\n<p>I don’t think we’re seeing the end of changes for Themeforest. Keep on the lookout for more here — especially in regard to renewable licensing, which I think is on the way.<span id=\"more-6998\"></span></p>\n<h3>Jetpack 3.1 includes custom content types</h3>\n<p><img class=\"aligncenter size-large wp-image-7000\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/jetpack-752x296.gif\" alt=\"jetpack\" width=\"752\" height=\"296\" /></p>\n<p>Jetpack<a href=\"http://jetpack.me/2014/07/31/jetpack-3-1-portfolio-custom-post-types-a-new-logo-and-much-more/\"> released version 3.1</a>, which officially includes the custom content types module I’ve <a title=\"WordPress.com and Jetpack should lead the way toward standardizing custom post types\" href=\"http://www.poststat.us/wordpress-com-jetpack-lead-way-toward-standardizing-custom-post-types/\">already talked about before</a>. Phillip Arthur Moore also <a href=\"https://philiparthurmoore.com/cpts-jetpack-standardization/\">added some good notes</a> on that topic.</p>\n<p>They also unleashed a new snazzy logo, and some developer friendly features.</p>\n<p>Jetpack is a big focus for Automattic, and as it matures, I’m quite interested to see how they further open up monetization opportunities with it. They already do small things, like some recent VaultPress trials, but I have a feeling we’ll be seeing much more over coming months and years.</p>\n<h3>New to me: Polar polls</h3>\n<p><img class=\"aligncenter size-large wp-image-7001\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/polar-752x243.png\" alt=\"polar\" width=\"752\" height=\"243\" /></p>\n<p><a href=\"http://www.polarb.com/\">Polar</a> seems to have launched in 2012, but they have what I think is a new WordPress plugin that enables poll embedding on WordPress sites.</p>\n<p>If you are looking for Polldaddy or Gravity Forms Polls alternatives, you may want to check out the <a href=\"https://wordpress.org/plugins/polar-polls/\">Polar WordPress plugin</a>. The design of these polls is super visual and seems quite nice.</p>\n<p><a href=\"http://www.crunchbase.com/organization/polar\">According to Crunchbase</a>, they’ve gotten a couple million in funding, with their latest round this year, and the app looks quite nice.</p>\n<h3>Steps to becoming a world-class programmer, in a lifetime</h3>\n<p>Tom McFarlin <a href=\"http://tommcfarlin.com/becoming-a-world-class-programmer/\">continues to drop knowledge</a>, this time telling you how to be a world class programmer. But be prepared, it takes some time!</p>\n<h3>Sucuri and Yoast partner</h3>\n<p>Yoast and Sucuri are partnering for a trade swap, if you will. Sucuri will provide regular security audits for Yoast’s enormously popular plugins, and Yoast will provide online marketing services for Sucuri, as well as regular SEO audits.</p>\n<p>Partnerships between companies shouldn’t surprise us at this point, and this one seems to make sense all around. You can see <a href=\"https://yoast.com/regular-security-audits/\">Yoast’s announcement</a>, <a href=\"http://blog.sucuri.net/2014/08/yoast-and-sucuri-partner-to-create-a-safer-web.html\">as well as Sucuri’s</a>, for more information.</p>\n<hr />\n<p>Alright, this is the short version of the week in review, but I think the most interesting stories I’ve seen the last week. Right now, it’s time for me to hop on a plane and get back to good ‘ole Alabama. I’ll have a lot from my experience here at WordCamp NYC, which was fantastic. I hope you all have an excellent week.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Aug 2014 18:26: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:60:\"WordPress.tv: Kimberly Gauthier: I Started a Blog, 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=36964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.tv/2014/08/04/kimberly-gauthier-a-started-a-blog-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:666:\"<div id=\"v-MNojqTsw-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36964/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36964/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=36964&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/04/kimberly-gauthier-a-started-a-blog-now-what/\"><img alt=\"Kimberly Gauthier: I Started a Blog, Now What?\" src=\"http://videos.videopress.com/MNojqTsw/video-ad9b54e2f6_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Aug 2014 15:33: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: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:59:\"WordPress.tv: Nancy Thanki: Images for WordPress Done Right\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37182\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/08/04/nancy-thanki-images-for-wordpress-done-right/\";s: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:666:\"<div id=\"v-XzdYD68X-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/37182/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/37182/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=wordpress.tv&blog=5089392&post=37182&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/08/04/nancy-thanki-images-for-wordpress-done-right/\"><img alt=\"Nancy Thanki: Images for WordPress Done Right\" src=\"http://videos.videopress.com/XzdYD68X/video-74bbcaffca_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Aug 2014 15: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 11 Aug 2014 03:38:57 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"152617\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 11 Aug 2014 03:31:15 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911040210\";}', 'no');
INSERT INTO `wp_options` VALUES ('119', '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1407771539', 'no'), ('120', '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1407728339', 'no'), ('121', '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1407771539', 'no'), ('122', '_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:\"Mon, 11 Aug 2014 03:05: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: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: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: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: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: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: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: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: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:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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: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: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:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 10 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: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:20:\"MailPoet Newsletters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wysija-newsletters/#post-32629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 02 Dec 2011 17:09:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"32629@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:94:\"Send newsletters, post notifications or autoresponders from WordPress easily, and 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:14:\"MailPoet Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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: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: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: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: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: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: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:\"\";}}}}}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:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s: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:63:\"The easiest, most effective way to secure WordPress 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:\"\";}}}}}}}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:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 11 Aug 2014 03:38:59 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:7:\"expires\";s:29:\"Mon, 11 Aug 2014 03:40:56 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Mon, 11 Aug 2014 03:05:56 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130911040210\";}', 'no'), ('123', '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1407771539', 'no'), ('124', '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1407728339', 'no'), ('125', '_transient_timeout_plugin_slugs', '1407833486', 'no'), ('126', '_transient_plugin_slugs', 'a:6:{i:0;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:29:\"jetpack-markdown/markdown.php\";i:2;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:3;s:29:\"wp-postviews/wp-postviews.php\";i:4;s:27:\"wp-spamfree/wp-spamfree.php\";i:5;s:67:\"wp-super-cache-clear-cache-menu/wp-super-cache-clear-cache-menu.php\";}', 'no'), ('127', '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1407771540', 'no'), ('128', '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://cn.wordpress.org/2014/04/19/smith/\'>WordPress 3.9“Smith”</a> <span class=\"rss-date\">2014年4月18日</span><div class=\"rssSummary\">WordPress 3.9简体中文版现已开放下载,或在您的WordPress仪表盘中升级。我们将此版本命名为“Smith”,以纪念吉米·史密斯,爵士风琴家。这次发布包含了众多细部修改,我们希望您喜欢。 更流畅的媒体编辑体验 改良的可视化编辑 新的可视化编辑器在速度、可用性、移动支持方面都有了进步。您现在可以从您的文字处理器中直接粘贴文本到可视化编辑器,无需再受杂乱的样式所困。(没错,我们在说你,Microsoft Word。) 方便的图像编辑 裁剪和旋转工具更易访问,在您编辑文章时修改图像相比以往更加便捷。您也可在编辑器中缩放图像。 拖放您的图像 上传图像变得更简单,直接从桌面上拖放到编辑器中即可。 相册预览 相册可在编辑器中展示能与已发布文章中的效果相媲美的图像网格。 音频、视频的新花样 图像属于相册,现在我</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://lorelle.wordpress.com/2014/08/10/find-search-replace-and-delete-in-the-wordpress-database/\' title=\'The following was originally published on WordCast and authored by Lorelle VanFossen. It is reprinted here as a reference guide. You’ve moved your WordPress installation from one server to another. You’ve changed domain names. You’ve moved images around on your server and now they don’t load. You’ve changed your WordPress installation and now images show […]\'>Lorelle on WP: Find, Search, Replace, and Delete in the WordPress Database</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2014/08/10/wordcamp-program-and-guidelines-ama/\' title=\'\'>WordPress.tv: WordCamp Program and Guidelines AMA</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2014/08/10/nancy-west-johnson-create-your-first-wordpress-website/\' title=\'\'>WordPress.tv: Nancy West Johnson: Create Your First WordPress Website</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>热门插件:</span> <a href=\'http://wordpress.org/plugins/wysija-newsletters/\' class=\'dashboard-news-plugin-link\'>MailPoet Newsletters</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wysija-newsletters&_wpnonce=18d5dfbfaa&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'MailPoet Newsletters\'>安装</a>)</span></li></ul></div>', 'no'), ('132', 'ftp_credentials', 'a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";s:7:\"liuxing\";s:15:\"connection_type\";s:3:\"ftp\";}', 'yes'), ('135', '_site_transient_timeout_browser_e031bbc6802ffa5eb9cf57849f48e69b', '1408338867', 'yes'), ('136', '_site_transient_browser_e031bbc6802ffa5eb9cf57849f48e69b', 'a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"36.0.1985.125\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}', 'yes'), ('140', '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:58:\"http://downloads.wordpress.org/release/wordpress-3.9.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:58:\"http://downloads.wordpress.org/release/wordpress-3.9.2.zip\";s:10:\"no_content\";s:69:\"http://downloads.wordpress.org/release/wordpress-3.9.2-no-content.zip\";s:11:\"new_bundled\";s:70:\"http://downloads.wordpress.org/release/wordpress-3.9.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.9.2\";s:7:\"version\";s:5:\"3.9.2\";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:1407746441;s:15:\"version_checked\";s:5:\"3.9.2\";s:12:\"translations\";a:0:{}}', 'yes'), ('141', 'recently_activated', 'a:2:{s:27:\"wp-spamfree/wp-spamfree.php\";i:1407738769;s:19:\"akismet/akismet.php\";i:1407735728;}', 'yes'), ('143', '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1407746453;s:7:\"checked\";a:5:{s:9:\"bigertech\";s:3:\"1.1\";s:5:\"meizu\";s:3:\"1.4\";s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'yes'), ('146', 'current_theme', 'Twenty Fourteen/bigertech', 'yes'), ('147', 'theme_mods_twentytwelve', 'a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1407739346;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:1:{i:0;s:5:\"rss-2\";}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'), ('148', 'theme_switched', '', 'yes'), ('151', '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1407746535', 'yes'), ('152', '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"4587\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2848\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2785\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2284\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2189\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1792\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1587\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1563\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1529\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1519\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1448\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1411\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1350\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1209\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1153\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1121\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1044\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1001\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"995\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"823\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"811\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"798\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"793\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"789\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"730\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"693\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"691\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"661\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"638\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"618\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"609\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"607\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"601\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"593\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"587\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"546\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"544\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"543\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"536\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"534\";}}', 'yes'), ('156', 'wpcom_publish_comments_with_markdown', '1', 'yes'), ('161', 'wp_spamfree_version', '2.1.1.2', 'yes'), ('162', 'spamfree_count', '0', 'yes'), ('163', 'spamfree_options', 'a:49:{s:22:\"cookie_validation_name\";s:16:\"HTZGZWBPJOTXUAYR\";s:21:\"cookie_validation_key\";s:16:\"GneirpwnGuwdmerx\";s:24:\"form_validation_field_js\";s:16:\"ewAFCtAydodbylGp\";s:22:\"form_validation_key_js\";s:16:\"nclmfaFcgcGiwFid\";s:24:\"cookie_get_function_name\";s:0:\"\";s:24:\"cookie_set_function_name\";s:0:\"\";s:27:\"cookie_delete_function_name\";s:0:\"\";s:32:\"comment_validation_function_name\";s:0:\"\";s:15:\"last_key_update\";i:1407736214;s:8:\"wp_cache\";i:0;s:14:\"wp_super_cache\";i:0;s:20:\"block_all_trackbacks\";i:0;s:19:\"block_all_pingbacks\";i:0;s:21:\"use_alt_cookie_method\";i:1;s:26:\"use_alt_cookie_method_only\";i:0;s:18:\"use_captcha_backup\";i:0;s:26:\"use_trackback_verification\";i:0;s:15:\"comment_logging\";i:0;s:26:\"comment_logging_start_date\";i:0;s:19:\"comment_logging_all\";i:0;s:26:\"enhanced_comment_blacklist\";i:0;s:17:\"allow_proxy_users\";i:1;s:15:\"hide_extra_data\";i:0;s:20:\"form_include_website\";i:1;s:20:\"form_require_website\";i:0;s:18:\"form_include_phone\";i:1;s:18:\"form_require_phone\";i:0;s:20:\"form_include_company\";i:0;s:20:\"form_require_company\";i:0;s:27:\"form_include_drop_down_menu\";i:0;s:27:\"form_require_drop_down_menu\";i:0;s:25:\"form_drop_down_menu_title\";s:0:\"\";s:26:\"form_drop_down_menu_item_1\";s:0:\"\";s:26:\"form_drop_down_menu_item_2\";s:0:\"\";s:26:\"form_drop_down_menu_item_3\";s:0:\"\";s:26:\"form_drop_down_menu_item_4\";s:0:\"\";s:26:\"form_drop_down_menu_item_5\";s:0:\"\";s:26:\"form_drop_down_menu_item_6\";s:0:\"\";s:26:\"form_drop_down_menu_item_7\";s:0:\"\";s:26:\"form_drop_down_menu_item_8\";s:0:\"\";s:26:\"form_drop_down_menu_item_9\";s:0:\"\";s:27:\"form_drop_down_menu_item_10\";s:0:\"\";s:18:\"form_message_width\";i:40;s:19:\"form_message_height\";i:10;s:23:\"form_message_min_length\";i:25;s:22:\"form_message_recipient\";s:22:\"[email protected]\";s:31:\"form_response_thank_you_message\";s:46:\"Your message was sent successfully. Thank you.\";s:22:\"form_include_user_meta\";i:1;s:19:\"promote_plugin_link\";i:1;}', 'yes'), ('168', 'category_children', 'a:0:{}', 'yes'), ('170', 'aioseop_options', 'a:71:{s:12:\"aiosp_donate\";N;s:16:\"aiosp_home_title\";N;s:22:\"aiosp_home_description\";s:0:\"\";s:20:\"aiosp_togglekeywords\";i:0;s:19:\"aiosp_home_keywords\";N;s:9:\"aiosp_can\";i:1;s:30:\"aiosp_no_paged_canonical_links\";i:0;s:20:\"aiosp_rewrite_titles\";i:1;s:20:\"aiosp_force_rewrites\";i:1;s:24:\"aiosp_use_original_title\";i:0;s:16:\"aiosp_cap_titles\";i:1;s:14:\"aiosp_cap_cats\";i:1;s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_enablecpost\";s:2:\"on\";s:19:\"aiosp_cpostadvanced\";i:0;s:17:\"aiosp_cpostactive\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:18:\"aiosp_cpostnoindex\";a:0:{}s:19:\"aiosp_cpostnofollow\";a:0:{}s:17:\"aiosp_cposttitles\";i:0;s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:15:\"aiosp_admin_bar\";s:2:\"on\";s:23:\"aiosp_custom_menu_order\";s:2:\"on\";s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";i:0;s:28:\"aiosp_google_author_advanced\";i:0;s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";N;s:20:\"aiosp_google_connect\";N;s:25:\"aiosp_google_analytics_id\";N;s:32:\"aiosp_ga_use_universal_analytics\";i:0;s:15:\"aiosp_ga_domain\";N;s:21:\"aiosp_ga_multi_domain\";i:0;s:21:\"aiosp_ga_anonymize_ip\";N;s:28:\"aiosp_ga_display_advertising\";N;s:22:\"aiosp_ga_exclude_users\";N;s:29:\"aiosp_ga_track_outbound_links\";i:0;s:20:\"aiosp_use_categories\";i:0;s:26:\"aiosp_use_tags_as_keywords\";i:1;s:32:\"aiosp_dynamic_postspage_keywords\";i:1;s:22:\"aiosp_category_noindex\";i:1;s:26:\"aiosp_archive_date_noindex\";i:1;s:28:\"aiosp_archive_author_noindex\";i:1;s:18:\"aiosp_tags_noindex\";i:0;s:20:\"aiosp_search_noindex\";i:0;s:23:\"aiosp_paginated_noindex\";i:0;s:24:\"aiosp_paginated_nofollow\";i:0;s:27:\"aiosp_generate_descriptions\";i:1;s:33:\"aiosp_hide_paginated_descriptions\";i:0;s:32:\"aiosp_dont_truncate_descriptions\";i:0;s:19:\"aiosp_schema_markup\";i:1;s:20:\"aiosp_unprotect_meta\";i:0;s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";N;}', 'yes'), ('172', 'views_options', 'a:11:{s:5:\"count\";i:1;s:12:\"exclude_bots\";i:0;s:12:\"display_home\";i:0;s:14:\"display_single\";i:0;s:12:\"display_page\";i:0;s:15:\"display_archive\";i:0;s:14:\"display_search\";i:0;s:13:\"display_other\";i:0;s:8:\"use_ajax\";i:1;s:8:\"template\";s:18:\"%VIEW_COUNT% views\";s:20:\"most_viewed_template\";s:89:\"<li><a href=\"%POST_URL%\" title=\"%POST_TITLE%\">%POST_TITLE%</a> - %VIEW_COUNT% views</li>\";}', 'yes'), ('174', 'tadv_settings', 'a:6:{s:7:\"options\";s:15:\"menubar,advlist\";s:9:\"toolbar_1\";s:117:\"bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,table,fullscreen,undo,redo,wp_adv\";s:9:\"toolbar_2\";s:121:\"formatselect,alignjustify,strikethrough,outdent,indent,pastetext,removeformat,charmap,wp_more,emoticons,forecolor,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:7:\"plugins\";s:107:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,emoticons,advlist\";}', 'yes'), ('175', 'tadv_admin_settings', 'a:1:{s:7:\"options\";a:0:{}}', 'yes'), ('176', 'tadv_version', '4000', 'yes'), ('188', 'theme_mods_meizu', 'a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1407740452;s:4:\"data\";a:6:{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:1:{i:0;s:5:\"rss-2\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";N;s:9:\"sidebar-5\";N;}}}', 'yes'), ('193', 'theme_mods_twentyfourteen', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1407740999;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:5:\"rss-2\";}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'), ('194', 'theme_mods_twentythirteen', 'a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1407741342;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:5:\"rss-2\";}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:{}}}}', 'yes'), ('197', 'theme_mods_bigertech', 'a:10:{i:0;b:0;s:16:\"header_textcolor\";s:3:\"fff\";s:16:\"background_color\";s:6:\"f5f5f5\";s:12:\"header_image\";s:92:\"http://liuxingdemacbook-pro.local/wordpress/wp-content/uploads/2014/08/cropped-nexus5-bg.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:22;s:3:\"url\";s:92:\"http://liuxingdemacbook-pro.local/wordpress/wp-content/uploads/2014/08/cropped-nexus5-bg.png\";s:13:\"thumbnail_url\";s:92:\"http://liuxingdemacbook-pro.local/wordpress/wp-content/uploads/2014/08/cropped-nexus5-bg.png\";s:6:\"height\";i:240;s:5:\"width\";i:1260;}s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:23:\"featured_content_layout\";s:4:\"grid\";}', 'yes'), ('202', 'zh_cn_l10n_icp_num', '123456', 'yes'), ('218', '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1407746480;s:7:\"checked\";a:6:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"2.2.2\";s:29:\"jetpack-markdown/markdown.php\";s:3:\"3.1\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:5:\"4.0.2\";s:29:\"wp-postviews/wp-postviews.php\";s:4:\"1.67\";s:27:\"wp-spamfree/wp-spamfree.php\";s:7:\"2.1.1.2\";s:67:\"wp-super-cache-clear-cache-menu/wp-super-cache-clear-cache-menu.php\";s:5:\"1.3.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'yes'), ('230', '_transient_is_multi_author', '0', 'yes'), ('231', '_transient_twentyfourteen_category_count', '2', 'yes'), ('233', '_site_transient_timeout_theme_roots', '1407751258', 'yes'), ('234', '_site_transient_theme_roots', 'a:5:{s:9:\"bigertech\";s:7:\"/themes\";s:5:\"meizu\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}', 'yes'), ('235', 'widget_pages', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'), ('236', 'widget_calendar', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'), ('237', 'widget_tag_cloud', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'), ('238', 'widget_nav_menu', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'), ('239', 'widget_views', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'), ('240', 'widget_widget_twentyfourteen_ephemera', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');
COMMIT;
-- ----------------------------
-- Table structure for `wp_postmeta`
-- ----------------------------
DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=78 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `wp_postmeta`
-- ----------------------------
BEGIN;
INSERT INTO `wp_postmeta` VALUES ('1', '2', '_wp_page_template', 'default'), ('2', '4', '_menu_item_type', 'custom'), ('3', '4', '_menu_item_menu_item_parent', '0'), ('4', '4', '_menu_item_object_id', '4'), ('5', '4', '_menu_item_object', 'custom'), ('6', '4', '_menu_item_target', ''), ('7', '4', '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'), ('8', '4', '_menu_item_xfn', ''), ('9', '4', '_menu_item_url', 'http://liuxingdemacbook-pro.local/wordpress/'), ('10', '4', '_menu_item_orphaned', '1407735345'), ('11', '5', '_menu_item_type', 'post_type'), ('12', '5', '_menu_item_menu_item_parent', '0'), ('13', '5', '_menu_item_object_id', '2'), ('14', '5', '_menu_item_object', 'page'), ('15', '5', '_menu_item_target', ''), ('16', '5', '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'), ('17', '5', '_menu_item_xfn', ''), ('18', '5', '_menu_item_url', ''), ('19', '5', '_menu_item_orphaned', '1407735345'), ('20', '6', '_wpcom_is_markdown', '1'), ('21', '6', '_edit_last', '1'), ('22', '6', '_edit_lock', '1407741173:1'), ('23', '7', '_wpcom_is_markdown', '1'), ('26', '6', 'views', '0'), ('27', '8', '_wpcom_is_markdown', '1'), ('28', '9', '_wpcom_is_markdown', '1'), ('31', '10', '_wpcom_is_markdown', '1'), ('34', '11', '_wp_attached_file', '2014/08/aice.jpeg'), ('35', '11', '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:457;s:6:\"height\";i:306;s:4:\"file\";s:17:\"2014/08/aice.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"aice-150x150.jpeg\";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:17:\"aice-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:\"\";}}'), ('36', '12', '_wp_attached_file', '2014/08/nexus5-bg.png'), ('37', '12', '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:736;s:4:\"file\";s:21:\"2014/08/nexus5-bg.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"nexus5-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"nexus5-bg-300x115.png\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"nexus5-bg-1024x392.png\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"nexus5-bg-624x239.png\";s:5:\"width\";i:624;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}}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:\"\";}}'), ('38', '6', '_thumbnail_id', '12'), ('43', '13', '_wpcom_is_markdown', '1'), ('44', '14', '_wpcom_is_markdown', '1'), ('45', '15', '_wp_attached_file', '2014/08/kaimu-7mCPd264fJax-1.jpg'), ('46', '15', '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:341;s:4:\"file\";s:32:\"2014/08/kaimu-7mCPd264fJax-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"kaimu-7mCPd264fJax-1-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:31:\"kaimu-7mCPd264fJax-1-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"kaimu-7mCPd264fJax-1-672x341.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:341;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:\"\";}}'), ('47', '14', '_thumbnail_id', '15'), ('48', '14', '_edit_last', '1'), ('51', '14', 'views', '14'), ('52', '16', '_wpcom_is_markdown', '1'), ('53', '14', '_edit_lock', '1407746876:1'), ('56', '17', '_wpcom_is_markdown', '1'), ('57', '18', '_wpcom_is_markdown', '1'), ('58', '18', '_edit_last', '1'), ('59', '18', '_edit_lock', '1407742415:1'), ('62', '19', '_wpcom_is_markdown', '1'), ('65', '20', '_wpcom_is_markdown', '1'), ('66', '20', '_edit_last', '1'), ('69', '20', 'views', '7'), ('70', '21', '_wpcom_is_markdown', '1'), ('71', '20', '_edit_lock', '1407746941:1'), ('72', '2', 'views', '1'), ('73', '22', '_wp_attached_file', '2014/08/cropped-nexus5-bg.png'), ('74', '22', '_wp_attachment_context', 'custom-header'), ('75', '22', '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1260;s:6:\"height\";i:240;s:4:\"file\";s:29:\"2014/08/cropped-nexus5-bg.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-nexus5-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-nexus5-bg-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cropped-nexus5-bg-1024x195.png\";s:5:\"width\";i:1024;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-nexus5-bg-672x240.png\";s:5:\"width\";i:672;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"twentyfourteen-full-width\";a:4:{s:4:\"file\";s:30:\"cropped-nexus5-bg-1038x240.png\";s:5:\"width\";i:1038;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}}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:\"\";}}'), ('76', '22', '_wp_attachment_custom_header_last_used_bigertech', '1407749485'), ('77', '22', '_wp_attachment_is_custom_header', 'bigertech');
COMMIT;
-- ----------------------------
-- Table structure for `wp_posts`
-- ----------------------------
DROP TABLE IF EXISTS `wp_posts`;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `wp_posts`
-- ----------------------------
BEGIN;
INSERT INTO `wp_posts` VALUES ('1', '1', '2014-08-11 03:38:24', '2014-08-11 03:38:24', '欢迎使用WordPress。这是系统自动生成的演示文章。编辑或者删除它,然后开始您的博客!', '世界,你好!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2014-08-11 03:38:24', '2014-08-11 03:38:24', '', '0', 'http://liuxingdemacbook-pro.local/wordpress/?p=1', '0', 'post', '', '1'), ('2', '1', '2014-08-11 03:38:24', '2014-08-11 03:38:24', '这是示范页面。页面和博客文章不同,它的位置是固定的,通常会在站点导航栏显示。很多用户都创建一个“关于”页面,向访客介绍自己。例如,个人博客通常有类似这样的介绍:\n\n<blockquote>欢迎!我白天是个邮递员,晚上就是个有抱负的演员。这是我的博客。我住在天朝的帝都,有条叫做杰克的狗。</blockquote>\n\n……公司博客可以这样写:\n\n<blockquote>XYZ Doohickey公司成立于1971年,自从建立以来,我们一直向社会贡献着优秀doohicky。我们的公司总部位于天朝魔都,有着超过两千名员工,对魔都政府税收有着巨大贡献。</blockquote>\n\n您可以访问<a href=\"http://liuxingdemacbook-pro.local/wordpress/wp-admin/\">仪表盘</a>,删除本页面,然后添加您自己的内容。祝您使用愉快!', '示例页面', '', 'publish', 'open', 'open', '', 'sample-page', '', '', '2014-08-11 03:38:24', '2014-08-11 03:38:24', '', '0', 'http://liuxingdemacbook-pro.local/wordpress/?page_id=2', '0', 'page', '', '0'), ('3', '1', '2014-08-11 11:38:55', '0000-00-00 00:00:00', '', '自动草稿', '', 'auto-draft', 'open', 'open', '', '', '', '', '2014-08-11 11:38:55', '0000-00-00 00:00:00', '', '0', 'http://liuxingdemacbook-pro.local/wordpress/?p=3', '0', 'post', '', '0'), ('4', '1', '2014-08-11 13:35:45', '0000-00-00 00:00:00', '', '首页', '', 'draft', 'open', 'open', '', '', '', '', '2014-08-11 13:35:45', '0000-00-00 00:00:00', '', '0', 'http://liuxingdemacbook-pro.local/wordpress/?p=4', '1', 'nav_menu_item', '', '0'), ('5', '1', '2014-08-11 13:35:45', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'open', 'open', '', '', '', '', '2014-08-11 13:35:45', '0000-00-00 00:00:00', '', '0', 'http://liuxingdemacbook-pro.local/wordpress/?p=5', '1', 'nav_menu_item', '', '0'), ('6', '1', '2014-08-11 14:08:33', '2014-08-11 06:08:33', '#<span style=\"color: #000000;\"> <span style=\"font-weight: bold;\">机器人的世界也看脸?</span><span style=\"font-weight: bold;\">机器人的世界也看脸?</span></span>\n\n \n\n<p style=\"color: #333333;\">机器人最早诞生于上世纪60年代,它们大多躺在工厂车间内,为节约人力而存在。那个时代的机器人更偏重“机器”二字,毫无外形美感而言。</p>\n\n<p style=\"color: #333333;\">此后,随着机器人的身影逐渐走进人类生活,它们的面貌也相应地有了改观,外形渐渐贴近了人的样子,不过从设计风格上,仍然没有摆脱“机甲”带来的冰冷感。</p>\n\n<p style=\"color: #333333;\">然而近来,越来越多的机器人有了浑圆的身材,多变的眼神,大大的笑容,也有了与人进行情感互动的功能。单单看你一眼,就萌的你内心融化,血脉膨胀。</p>\n\n<p style=\"color: #333333;\">机器人世界似乎进入了一个卖萌的时代。</p>\n\n<div class=\"cp-video\">\n<div class=\"title\">\n<h3>Galaxy S4 with Flyme 3.x Hands on</h3>\n<time datetime=\"2014-07-29\">13 天前</time>\n\n</div>\n<div id=\"youkuplayer\"><object id=\"youku-player\" width=\"100%\" height=\"100%\" type=\"application/x-shockwave-flash\" data=\"http://player.youku.com/player.php/sid/XNzM1ODkyNzY4/partnerid/2cf898d1c36ea115/v.swf\"><param name=\"allowFullScreen\" value=\"true\"><param name=\"allowScriptAccess\" value=\"always\"><param name=\"movie\" value=\"http://player.youku.com/player.php/sid/XNzM1ODkyNzY4/partnerid/2cf898d1c36ea115/v.swf\"><param name=\"flashvars\" value=\"imglogo=&paid=0&partnerId=2cf898d1c36ea115&styleid=1\"></object></div>\n<div class=\"video_info\">\n<div class=\"video_author_info\"></div>\n<div class=\"video_desc\"><a href=\"http://www.zhihu.com/people/Deng088191\" target=\"_blank\">\n</a>\n<h3>文森王Vincewong</h3>\n</div>\n<div class=\"description post\">\n\nProduced by Vincewong\n\n</div>\n</div>\n</div>\n\n<h3 id=\"baxter\" style=\"color: #333333;\">Baxter</h3>\n\n<blockquote style=\"color: #333333;\">Baxter 是由 Rethink 公司倾力打造的一款双臂工业机器人,也是第一款能够在生产线上与人们协同工作的机器人。\n\n周身红黑色经典搭配设计,四肢健美发达。它还长着一张会卖萌的脸,浓眉毛大眼睛,可以展示出丰富多样的表情。\n\nBaxter 还有着和人类似的行为特征。生气时会瞪眼,尴尬时会耸肩,结实新朋友时会眨眼睛表示亲近,行动前会看看自己的双臂,呆萌地考虑一下要用哪一只手。</blockquote>\n\n<p style=\"color: #333333;\"><img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/baxter-2.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/baxter-2.jpg\" /></p>\n\n<h3 id=\"hitchbox\" style=\"color: #333333;\">HitchBox</h3>\n\n<blockquote style=\"color: #333333;\">今年7月,一只名为 HitchBox 的机器人着实火了一把。它用“搭便车”的方式穿越了整个加拿大,从 Halifax 到 Toronto,仅用了不到一周的时间。\n\nHitchBox 全身有着口香糖一样软绵绵的质感,头上的 LED 屏上永远都挂着灿烂的笑容,脚上穿着一双亮眼的黄色橡胶靴子。\n\n如果你开着车在路上发现了它,它便会央求你载它一程。然后坐上你的副驾驶位,一路上跟你有说有笑。每完成一段路程,HitchBox 还会把经历发到 Twitter 上。\n\n据说不久之后,HitchBox 还将在英属哥伦比亚开启它的另一段旅程。</blockquote>', '机器人的世界也看脸', '', 'publish', 'open', 'open', '', '6', '', '', '2014-08-11 14:26:33', '2014-08-11 06:26:33', '#<span style=\"color: #000000;\"> <span style=\"font-weight: bold;\">机器人的世界也看脸?</span><span style=\"font-weight: bold;\">机器人的世界也看脸?</span></span>\r\n\r\n \r\n<p style=\"color: #333333;\">机器人最早诞生于上世纪60年代,它们大多躺在工厂车间内,为节约人力而存在。那个时代的机器人更偏重“机器”二字,毫无外形美感而言。</p>\r\n<p style=\"color: #333333;\">此后,随着机器人的身影逐渐走进人类生活,它们的面貌也相应地有了改观,外形渐渐贴近了人的样子,不过从设计风格上,仍然没有摆脱“机甲”带来的冰冷感。</p>\r\n<p style=\"color: #333333;\">然而近来,越来越多的机器人有了浑圆的身材,多变的眼神,大大的笑容,也有了与人进行情感互动的功能。单单看你一眼,就萌的你内心融化,血脉膨胀。</p>\r\n<p style=\"color: #333333;\">机器人世界似乎进入了一个卖萌的时代。</p>\r\n\r\n<div class=\"cp-video\">\r\n<div class=\"title\">\r\n<h3>Galaxy S4 with Flyme 3.x Hands on</h3>\r\n<time datetime=\"2014-07-29\">13 天前</time>\r\n\r\n</div>\r\n<div id=\"youkuplayer\"><object id=\"youku-player\" width=\"100%\" height=\"100%\" type=\"application/x-shockwave-flash\" data=\"http://player.youku.com/player.php/sid/XNzM1ODkyNzY4/partnerid/2cf898d1c36ea115/v.swf\"><param name=\"allowFullScreen\" value=\"true\"><param name=\"allowScriptAccess\" value=\"always\"><param name=\"movie\" value=\"http://player.youku.com/player.php/sid/XNzM1ODkyNzY4/partnerid/2cf898d1c36ea115/v.swf\"><param name=\"flashvars\" value=\"imglogo=&paid=0&partnerId=2cf898d1c36ea115&styleid=1\"></object></div>\r\n<div class=\"video_info\">\r\n<div class=\"video_author_info\"></div>\r\n<div class=\"video_desc\"><a href=\"http://www.zhihu.com/people/Deng088191\" target=\"_blank\">\r\n</a>\r\n<h3>文森王Vincewong</h3>\r\n</div>\r\n<div class=\"description post\">\r\n\r\nProduced by Vincewong\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h3 id=\"baxter\" style=\"color: #333333;\">Baxter</h3>\r\n<blockquote style=\"color: #333333;\">Baxter 是由 Rethink 公司倾力打造的一款双臂工业机器人,也是第一款能够在生产线上与人们协同工作的机器人。\r\n\r\n周身红黑色经典搭配设计,四肢健美发达。它还长着一张会卖萌的脸,浓眉毛大眼睛,可以展示出丰富多样的表情。\r\n\r\nBaxter 还有着和人类似的行为特征。生气时会瞪眼,尴尬时会耸肩,结实新朋友时会眨眼睛表示亲近,行动前会看看自己的双臂,呆萌地考虑一下要用哪一只手。</blockquote>\r\n<p style=\"color: #333333;\"><img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/baxter-2.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/baxter-2.jpg\" /></p>\r\n\r\n<h3 id=\"hitchbox\" style=\"color: #333333;\">HitchBox</h3>\r\n<blockquote style=\"color: #333333;\">今年7月,一只名为 HitchBox 的机器人着实火了一把。它用“搭便车”的方式穿越了整个加拿大,从 Halifax 到 Toronto,仅用了不到一周的时间。\r\n\r\nHitchBox 全身有着口香糖一样软绵绵的质感,头上的 LED 屏上永远都挂着灿烂的笑容,脚上穿着一双亮眼的黄色橡胶靴子。\r\n\r\n如果你开着车在路上发现了它,它便会央求你载它一程。然后坐上你的副驾驶位,一路上跟你有说有笑。每完成一段路程,HitchBox 还会把经历发到 Twitter 上。\r\n\r\n据说不久之后,HitchBox 还将在英属哥伦比亚开启它的另一段旅程。</blockquote>', '0', 'http://liuxingdemacbook-pro.local/wordpress/?p=6', '0', 'post', '', '1'), ('7', '1', '2014-08-11 13:50:36', '0000-00-00 00:00:00', '', '自动草稿', '', 'auto-draft', 'open', 'open', '', '', '', '', '2014-08-11 13:50:36', '0000-00-00 00:00:00', '', '0', 'http://liuxingdemacbook-pro.local/wordpress/?page_id=7', '0', 'page', '', '0'), ('8', '1', '2014-08-11 14:08:33', '2014-08-11 06:08:33', '#<span style=\"color: #000000;\"> <span style=\"font-weight: bold;\">机器人的世界也看脸?</span><span style=\"font-weight: bold;\">机器人的世界也看脸?</span></span>\n\n \n\n<p style=\"color: #333333;\">\n机器人最早诞生于上世纪60年代,它们大多躺在工厂车间内,为节约人力而存在。那个时代的机器人更偏重“机器”二字,毫无外形美感而言。</p>\n\n<p style=\"color: #333333;\">此后,随着机器人的身影逐渐走进人类生活,它们的面貌也相应地有了改观,外形渐渐贴近了人的样子,不过从设计风格上,仍然没有摆脱“机甲”带来的冰冷感。</p>\n\n<p style=\"color: #333333;\">然而近来,越来越多的机器人有了浑圆的身材,多变的眼神,大大的笑容,也有了与人进行情感互动的功能。单单看你一眼,就萌的你内心融化,血脉膨胀。</p>\n\n<p style=\"color: #333333;\">机器人世界似乎进入了一个卖萌的时代。</p>\n\n<h3 id=\"baxter\" style=\"color: #333333;\">Baxter</h3>\n\n<blockquote style=\"color: #333333;\">Baxter 是由 Rethink 公司倾力打造的一款双臂工业机器人,也是第一款能够在生产线上与人们协同工作的机器人。\n\n周身红黑色经典搭配设计,四肢健美发达。它还长着一张会卖萌的脸,浓眉毛大眼睛,可以展示出丰富多样的表情。\n\nBaxter 还有着和人类似的行为特征。生气时会瞪眼,尴尬时会耸肩,结实新朋友时会眨眼睛表示亲近,行动前会看看自己的双臂,呆萌地考虑一下要用哪一只手。</blockquote>\n\n<p style=\"color: #333333;\"><img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/baxter-2.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/baxter-2.jpg\" /></p>\n\n<h3 id=\"hitchbox\" style=\"color: #333333;\">HitchBox</h3>\n\n<blockquote style=\"color: #333333;\">今年7月,一只名为 HitchBox 的机器人着实火了一把。它用“搭便车”的方式穿越了整个加拿大,从 Halifax 到 Toronto,仅用了不到一周的时间。\n\nHitchBox 全身有着口香糖一样软绵绵的质感,头上的 LED 屏上永远都挂着灿烂的笑容,脚上穿着一双亮眼的黄色橡胶靴子。\n\n如果你开着车在路上发现了它,它便会央求你载它一程。然后坐上你的副驾驶位,一路上跟你有说有笑。每完成一段路程,HitchBox 还会把经历发到 Twitter 上。\n\n据说不久之后,HitchBox 还将在英属哥伦比亚开启它的另一段旅程。</blockquote>', '', '', 'inherit', 'open', 'open', '', '6-revision-v1', '', '', '2014-08-11 14:08:33', '2014-08-11 06:08:33', '#<span style=\"color: #000000;\"> <span style=\"font-weight: bold;\">机器人的世界也看脸?</span><span style=\"font-weight: bold;\">机器人的世界也看脸?</span></span>\r\n\r\n \r\n<p style=\"color: #333333;\">\r\n机器人最早诞生于上世纪60年代,它们大多躺在工厂车间内,为节约人力而存在。那个时代的机器人更偏重“机器”二字,毫无外形美感而言。</p>\r\n<p style=\"color: #333333;\">此后,随着机器人的身影逐渐走进人类生活,它们的面貌也相应地有了改观,外形渐渐贴近了人的样子,不过从设计风格上,仍然没有摆脱“机甲”带来的冰冷感。</p>\r\n<p style=\"color: #333333;\">然而近来,越来越多的机器人有了浑圆的身材,多变的眼神,大大的笑容,也有了与人进行情感互动的功能。单单看你一眼,就萌的你内心融化,血脉膨胀。</p>\r\n<p style=\"color: #333333;\">机器人世界似乎进入了一个卖萌的时代。</p>\r\n\r\n<h3 id=\"baxter\" style=\"color: #333333;\">Baxter</h3>\r\n<blockquote style=\"color: #333333;\">Baxter 是由 Rethink 公司倾力打造的一款双臂工业机器人,也是第一款能够在生产线上与人们协同工作的机器人。\r\n\r\n周身红黑色经典搭配设计,四肢健美发达。它还长着一张会卖萌的脸,浓眉毛大眼睛,可以展示出丰富多样的表情。\r\n\r\nBaxter 还有着和人类似的行为特征。生气时会瞪眼,尴尬时会耸肩,结实新朋友时会眨眼睛表示亲近,行动前会看看自己的双臂,呆萌地考虑一下要用哪一只手。</blockquote>\r\n<p style=\"color: #333333;\"><img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/baxter-2.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/baxter-2.jpg\" /></p>\r\n\r\n<h3 id=\"hitchbox\" style=\"color: #333333;\">HitchBox</h3>\r\n<blockquote style=\"color: #333333;\">今年7月,一只名为 HitchBox 的机器人着实火了一把。它用“搭便车”的方式穿越了整个加拿大,从 Halifax 到 Toronto,仅用了不到一周的时间。\r\n\r\nHitchBox 全身有着口香糖一样软绵绵的质感,头上的 LED 屏上永远都挂着灿烂的笑容,脚上穿着一双亮眼的黄色橡胶靴子。\r\n\r\n如果你开着车在路上发现了它,它便会央求你载它一程。然后坐上你的副驾驶位,一路上跟你有说有笑。每完成一段路程,HitchBox 还会把经历发到 Twitter 上。\r\n\r\n据说不久之后,HitchBox 还将在英属哥伦比亚开启它的另一段旅程。</blockquote>', '6', 'http://liuxingdemacbook-pro.local/wordpress/archives/8', '0', 'revision', '', '0'), ('9', '1', '2014-08-11 14:08:38', '2014-08-11 06:08:38', '#<span style=\"color: #000000;\"> <span style=\"font-weight: bold;\">机器人的世界也看脸?</span><span style=\"font-weight: bold;\">机器人的世界也看脸?</span></span>\n\n \n\n<p style=\"color: #333333;\">机器人最早诞生于上世纪60年代,它们大多躺在工厂车间内,为节约人力而存在。那个时代的机器人更偏重“机器”二字,毫无外形美感而言。</p>\n\n<p style=\"color: #333333;\">此后,随着机器人的身影逐渐走进人类生活,它们的面貌也相应地有了改观,外形渐渐贴近了人的样子,不过从设计风格上,仍然没有摆脱“机甲”带来的冰冷感。</p>\n\n<p style=\"color: #333333;\">然而近来,越来越多的机器人有了浑圆的身材,多变的眼神,大大的笑容,也有了与人进行情感互动的功能。单单看你一眼,就萌的你内心融化,血脉膨胀。</p>\n\n<p style=\"color: #333333;\">机器人世界似乎进入了一个卖萌的时代。</p>\n\n<h3 id=\"baxter\" style=\"color: #333333;\">Baxter</h3>\n\n<blockquote style=\"color: #333333;\">Baxter 是由 Rethink 公司倾力打造的一款双臂工业机器人,也是第一款能够在生产线上与人们协同工作的机器人。\n\n周身红黑色经典搭配设计,四肢健美发达。它还长着一张会卖萌的脸,浓眉毛大眼睛,可以展示出丰富多样的表情。\n\nBaxter 还有着和人类似的行为特征。生气时会瞪眼,尴尬时会耸肩,结实新朋友时会眨眼睛表示亲近,行动前会看看自己的双臂,呆萌地考虑一下要用哪一只手。</blockquote>\n\n<p style=\"color: #333333;\"><img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/baxter-2.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/baxter-2.jpg\" /></p>\n\n<h3 id=\"hitchbox\" style=\"color: #333333;\">HitchBox</h3>\n\n<blockquote style=\"color: #333333;\">今年7月,一只名为 HitchBox 的机器人着实火了一把。它用“搭便车”的方式穿越了整个加拿大,从 Halifax 到 Toronto,仅用了不到一周的时间。\n\nHitchBox 全身有着口香糖一样软绵绵的质感,头上的 LED 屏上永远都挂着灿烂的笑容,脚上穿着一双亮眼的黄色橡胶靴子。\n\n如果你开着车在路上发现了它,它便会央求你载它一程。然后坐上你的副驾驶位,一路上跟你有说有笑。每完成一段路程,HitchBox 还会把经历发到 Twitter 上。\n\n据说不久之后,HitchBox 还将在英属哥伦比亚开启它的另一段旅程。</blockquote>', '', '', 'inherit', 'open', 'open', '', '6-autosave-v1', '', '', '2014-08-11 14:08:38', '2014-08-11 06:08:38', '', '6', 'http://liuxingdemacbook-pro.local/wordpress/archives/9', '0', 'revision', '', '0'), ('10', '1', '2014-08-11 14:09:50', '2014-08-11 06:09:50', '#<span style=\"color: #000000;\"> <span style=\"font-weight: bold;\">机器人的世界也看脸?</span><span style=\"font-weight: bold;\">机器人的世界也看脸?</span></span>\n\n \n\n<p style=\"color: #333333;\">机器人最早诞生于上世纪60年代,它们大多躺在工厂车间内,为节约人力而存在。那个时代的机器人更偏重“机器”二字,毫无外形美感而言。</p>\n\n<p style=\"color: #333333;\">此后,随着机器人的身影逐渐走进人类生活,它们的面貌也相应地有了改观,外形渐渐贴近了人的样子,不过从设计风格上,仍然没有摆脱“机甲”带来的冰冷感。</p>\n\n<p style=\"color: #333333;\">然而近来,越来越多的机器人有了浑圆的身材,多变的眼神,大大的笑容,也有了与人进行情感互动的功能。单单看你一眼,就萌的你内心融化,血脉膨胀。</p>\n\n<p style=\"color: #333333;\">机器人世界似乎进入了一个卖萌的时代。</p>\n\n<h3 id=\"baxter\" style=\"color: #333333;\">Baxter</h3>\n\n<blockquote style=\"color: #333333;\">Baxter 是由 Rethink 公司倾力打造的一款双臂工业机器人,也是第一款能够在生产线上与人们协同工作的机器人。\n\n周身红黑色经典搭配设计,四肢健美发达。它还长着一张会卖萌的脸,浓眉毛大眼睛,可以展示出丰富多样的表情。\n\nBaxter 还有着和人类似的行为特征。生气时会瞪眼,尴尬时会耸肩,结实新朋友时会眨眼睛表示亲近,行动前会看看自己的双臂,呆萌地考虑一下要用哪一只手。</blockquote>\n\n<p style=\"color: #333333;\"><img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/baxter-2.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/baxter-2.jpg\" /></p>\n\n<h3 id=\"hitchbox\" style=\"color: #333333;\">HitchBox</h3>\n\n<blockquote style=\"color: #333333;\">今年7月,一只名为 HitchBox 的机器人着实火了一把。它用“搭便车”的方式穿越了整个加拿大,从 Halifax 到 Toronto,仅用了不到一周的时间。\n\nHitchBox 全身有着口香糖一样软绵绵的质感,头上的 LED 屏上永远都挂着灿烂的笑容,脚上穿着一双亮眼的黄色橡胶靴子。\n\n如果你开着车在路上发现了它,它便会央求你载它一程。然后坐上你的副驾驶位,一路上跟你有说有笑。每完成一段路程,HitchBox 还会把经历发到 Twitter 上。\n\n据说不久之后,HitchBox 还将在英属哥伦比亚开启它的另一段旅程。</blockquote>', '机器人的世界也看脸', '', 'inherit', 'open', 'open', '', '6-revision-v1', '', '', '2014-08-11 14:09:50', '2014-08-11 06:09:50', '#<span style=\"color: #000000;\"> <span style=\"font-weight: bold;\">机器人的世界也看脸?</span><span style=\"font-weight: bold;\">机器人的世界也看脸?</span></span>\r\n\r\n \r\n<p style=\"color: #333333;\">机器人最早诞生于上世纪60年代,它们大多躺在工厂车间内,为节约人力而存在。那个时代的机器人更偏重“机器”二字,毫无外形美感而言。</p>\r\n<p style=\"color: #333333;\">此后,随着机器人的身影逐渐走进人类生活,它们的面貌也相应地有了改观,外形渐渐贴近了人的样子,不过从设计风格上,仍然没有摆脱“机甲”带来的冰冷感。</p>\r\n<p style=\"color: #333333;\">然而近来,越来越多的机器人有了浑圆的身材,多变的眼神,大大的笑容,也有了与人进行情感互动的功能。单单看你一眼,就萌的你内心融化,血脉膨胀。</p>\r\n<p style=\"color: #333333;\">机器人世界似乎进入了一个卖萌的时代。</p>\r\n\r\n<h3 id=\"baxter\" style=\"color: #333333;\">Baxter</h3>\r\n<blockquote style=\"color: #333333;\">Baxter 是由 Rethink 公司倾力打造的一款双臂工业机器人,也是第一款能够在生产线上与人们协同工作的机器人。\r\n\r\n周身红黑色经典搭配设计,四肢健美发达。它还长着一张会卖萌的脸,浓眉毛大眼睛,可以展示出丰富多样的表情。\r\n\r\nBaxter 还有着和人类似的行为特征。生气时会瞪眼,尴尬时会耸肩,结实新朋友时会眨眼睛表示亲近,行动前会看看自己的双臂,呆萌地考虑一下要用哪一只手。</blockquote>\r\n<p style=\"color: #333333;\"><img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/baxter-2.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/baxter-2.jpg\" /></p>\r\n\r\n<h3 id=\"hitchbox\" style=\"color: #333333;\">HitchBox</h3>\r\n<blockquote style=\"color: #333333;\">今年7月,一只名为 HitchBox 的机器人着实火了一把。它用“搭便车”的方式穿越了整个加拿大,从 Halifax 到 Toronto,仅用了不到一周的时间。\r\n\r\nHitchBox 全身有着口香糖一样软绵绵的质感,头上的 LED 屏上永远都挂着灿烂的笑容,脚上穿着一双亮眼的黄色橡胶靴子。\r\n\r\n如果你开着车在路上发现了它,它便会央求你载它一程。然后坐上你的副驾驶位,一路上跟你有说有笑。每完成一段路程,HitchBox 还会把经历发到 Twitter 上。\r\n\r\n据说不久之后,HitchBox 还将在英属哥伦比亚开启它的另一段旅程。</blockquote>', '6', 'http://liuxingdemacbook-pro.local/wordpress/archives/10', '0', 'revision', '', '0'), ('11', '1', '2014-08-11 14:15:09', '2014-08-11 06:15:09', '', 'aice', '', 'inherit', 'open', 'open', '', 'aice', '', '', '2014-08-11 14:15:09', '2014-08-11 06:15:09', '', '6', 'http://liuxingdemacbook-pro.local/wordpress/wp-content/uploads/2014/08/aice.jpeg', '0', 'attachment', 'image/jpeg', '0'), ('12', '1', '2014-08-11 14:15:19', '2014-08-11 06:15:19', '', 'nexus5-bg', '', 'inherit', 'open', 'open', '', 'nexus5-bg', '', '', '2014-08-11 14:15:19', '2014-08-11 06:15:19', '', '6', 'http://liuxingdemacbook-pro.local/wordpress/wp-content/uploads/2014/08/nexus5-bg.png', '0', 'attachment', 'image/png', '0'), ('13', '1', '2014-08-11 14:26:33', '2014-08-11 06:26:33', '#<span style=\"color: #000000;\"> <span style=\"font-weight: bold;\">机器人的世界也看脸?</span><span style=\"font-weight: bold;\">机器人的世界也看脸?</span></span>\n\n \n\n<p style=\"color: #333333;\">机器人最早诞生于上世纪60年代,它们大多躺在工厂车间内,为节约人力而存在。那个时代的机器人更偏重“机器”二字,毫无外形美感而言。</p>\n\n<p style=\"color: #333333;\">此后,随着机器人的身影逐渐走进人类生活,它们的面貌也相应地有了改观,外形渐渐贴近了人的样子,不过从设计风格上,仍然没有摆脱“机甲”带来的冰冷感。</p>\n\n<p style=\"color: #333333;\">然而近来,越来越多的机器人有了浑圆的身材,多变的眼神,大大的笑容,也有了与人进行情感互动的功能。单单看你一眼,就萌的你内心融化,血脉膨胀。</p>\n\n<p style=\"color: #333333;\">机器人世界似乎进入了一个卖萌的时代。</p>\n\n<div class=\"cp-video\">\n<div class=\"title\">\n<h3>Galaxy S4 with Flyme 3.x Hands on</h3>\n<time datetime=\"2014-07-29\">13 天前</time>\n\n</div>\n<div id=\"youkuplayer\"><object id=\"youku-player\" width=\"100%\" height=\"100%\" type=\"application/x-shockwave-flash\" data=\"http://player.youku.com/player.php/sid/XNzM1ODkyNzY4/partnerid/2cf898d1c36ea115/v.swf\"><param name=\"allowFullScreen\" value=\"true\"><param name=\"allowScriptAccess\" value=\"always\"><param name=\"movie\" value=\"http://player.youku.com/player.php/sid/XNzM1ODkyNzY4/partnerid/2cf898d1c36ea115/v.swf\"><param name=\"flashvars\" value=\"imglogo=&paid=0&partnerId=2cf898d1c36ea115&styleid=1\"></object></div>\n<div class=\"video_info\">\n<div class=\"video_author_info\"></div>\n<div class=\"video_desc\"><a href=\"http://www.zhihu.com/people/Deng088191\" target=\"_blank\">\n</a>\n<h3>文森王Vincewong</h3>\n</div>\n<div class=\"description post\">\n\nProduced by Vincewong\n\n</div>\n</div>\n</div>\n\n<h3 id=\"baxter\" style=\"color: #333333;\">Baxter</h3>\n\n<blockquote style=\"color: #333333;\">Baxter 是由 Rethink 公司倾力打造的一款双臂工业机器人,也是第一款能够在生产线上与人们协同工作的机器人。\n\n周身红黑色经典搭配设计,四肢健美发达。它还长着一张会卖萌的脸,浓眉毛大眼睛,可以展示出丰富多样的表情。\n\nBaxter 还有着和人类似的行为特征。生气时会瞪眼,尴尬时会耸肩,结实新朋友时会眨眼睛表示亲近,行动前会看看自己的双臂,呆萌地考虑一下要用哪一只手。</blockquote>\n\n<p style=\"color: #333333;\"><img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/baxter-2.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/baxter-2.jpg\" /></p>\n\n<h3 id=\"hitchbox\" style=\"color: #333333;\">HitchBox</h3>\n\n<blockquote style=\"color: #333333;\">今年7月,一只名为 HitchBox 的机器人着实火了一把。它用“搭便车”的方式穿越了整个加拿大,从 Halifax 到 Toronto,仅用了不到一周的时间。\n\nHitchBox 全身有着口香糖一样软绵绵的质感,头上的 LED 屏上永远都挂着灿烂的笑容,脚上穿着一双亮眼的黄色橡胶靴子。\n\n如果你开着车在路上发现了它,它便会央求你载它一程。然后坐上你的副驾驶位,一路上跟你有说有笑。每完成一段路程,HitchBox 还会把经历发到 Twitter 上。\n\n据说不久之后,HitchBox 还将在英属哥伦比亚开启它的另一段旅程。</blockquote>', '机器人的世界也看脸', '', 'inherit', 'open', 'open', '', '6-revision-v1', '', '', '2014-08-11 14:26:33', '2014-08-11 06:26:33', '#<span style=\"color: #000000;\"> <span style=\"font-weight: bold;\">机器人的世界也看脸?</span><span style=\"font-weight: bold;\">机器人的世界也看脸?</span></span>\r\n\r\n \r\n<p style=\"color: #333333;\">机器人最早诞生于上世纪60年代,它们大多躺在工厂车间内,为节约人力而存在。那个时代的机器人更偏重“机器”二字,毫无外形美感而言。</p>\r\n<p style=\"color: #333333;\">此后,随着机器人的身影逐渐走进人类生活,它们的面貌也相应地有了改观,外形渐渐贴近了人的样子,不过从设计风格上,仍然没有摆脱“机甲”带来的冰冷感。</p>\r\n<p style=\"color: #333333;\">然而近来,越来越多的机器人有了浑圆的身材,多变的眼神,大大的笑容,也有了与人进行情感互动的功能。单单看你一眼,就萌的你内心融化,血脉膨胀。</p>\r\n<p style=\"color: #333333;\">机器人世界似乎进入了一个卖萌的时代。</p>\r\n\r\n<div class=\"cp-video\">\r\n<div class=\"title\">\r\n<h3>Galaxy S4 with Flyme 3.x Hands on</h3>\r\n<time datetime=\"2014-07-29\">13 天前</time>\r\n\r\n</div>\r\n<div id=\"youkuplayer\"><object id=\"youku-player\" width=\"100%\" height=\"100%\" type=\"application/x-shockwave-flash\" data=\"http://player.youku.com/player.php/sid/XNzM1ODkyNzY4/partnerid/2cf898d1c36ea115/v.swf\"><param name=\"allowFullScreen\" value=\"true\"><param name=\"allowScriptAccess\" value=\"always\"><param name=\"movie\" value=\"http://player.youku.com/player.php/sid/XNzM1ODkyNzY4/partnerid/2cf898d1c36ea115/v.swf\"><param name=\"flashvars\" value=\"imglogo=&paid=0&partnerId=2cf898d1c36ea115&styleid=1\"></object></div>\r\n<div class=\"video_info\">\r\n<div class=\"video_author_info\"></div>\r\n<div class=\"video_desc\"><a href=\"http://www.zhihu.com/people/Deng088191\" target=\"_blank\">\r\n</a>\r\n<h3>文森王Vincewong</h3>\r\n</div>\r\n<div class=\"description post\">\r\n\r\nProduced by Vincewong\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<h3 id=\"baxter\" style=\"color: #333333;\">Baxter</h3>\r\n<blockquote style=\"color: #333333;\">Baxter 是由 Rethink 公司倾力打造的一款双臂工业机器人,也是第一款能够在生产线上与人们协同工作的机器人。\r\n\r\n周身红黑色经典搭配设计,四肢健美发达。它还长着一张会卖萌的脸,浓眉毛大眼睛,可以展示出丰富多样的表情。\r\n\r\nBaxter 还有着和人类似的行为特征。生气时会瞪眼,尴尬时会耸肩,结实新朋友时会眨眼睛表示亲近,行动前会看看自己的双臂,呆萌地考虑一下要用哪一只手。</blockquote>\r\n<p style=\"color: #333333;\"><img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/baxter-2.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/baxter-2.jpg\" /></p>\r\n\r\n<h3 id=\"hitchbox\" style=\"color: #333333;\">HitchBox</h3>\r\n<blockquote style=\"color: #333333;\">今年7月,一只名为 HitchBox 的机器人着实火了一把。它用“搭便车”的方式穿越了整个加拿大,从 Halifax 到 Toronto,仅用了不到一周的时间。\r\n\r\nHitchBox 全身有着口香糖一样软绵绵的质感,头上的 LED 屏上永远都挂着灿烂的笑容,脚上穿着一双亮眼的黄色橡胶靴子。\r\n\r\n如果你开着车在路上发现了它,它便会央求你载它一程。然后坐上你的副驾驶位,一路上跟你有说有笑。每完成一段路程,HitchBox 还会把经历发到 Twitter 上。\r\n\r\n据说不久之后,HitchBox 还将在英属哥伦比亚开启它的另一段旅程。</blockquote>', '6', 'http://liuxingdemacbook-pro.local/wordpress/archives/13', '0', 'revision', '', '0'), ('14', '1', '2014-08-11 15:03:04', '2014-08-11 07:03:04', '<p style=\"color: #333333;\">畅。</p>\n\n<p style=\"color: #333333;\">Jibo 也是一样。其设计团队中的一名动画制作人发现,人的动作通常是以弧线的形式呈现的,而传统的机器人往往进行直线型的动作,所以他们在Jibo的机身内部嵌入了三个旋转环,使 Jibo 可以更好地模拟人的行为特征。</p>\n\n<p style=\"color: #333333;\">这样一个举手投足都和你有相似之处的机器人怎会不萌?</p>\n\n<h3 id=\"\" style=\"color: #333333;\">用可爱换取信任</h3>\n\n<p style=\"color: #333333;\">萌与性感一样,可以刺激人的部分神经。</p>\n\n<p style=\"color: #333333;\">奥地利学者 Konrad Lorenz 曾提出一个 baby schema 理论,指出相貌或其他特征与婴儿相类似的东西就是可爱的,会使人自然而然地生发呵护的欲望。</p>\n\n<p style=\"color: #333333;\">HitchBox 就是用它的娇小可爱,打扮俊俏和风情有趣博得了你的信任,让你放下戒备,带它上路。</p>\n\n<p style=\"color: #333333;\">Google 开发的自动驾驶汽车被设计成圆鼓鼓的身材,纽扣状的鼻子,甜甜的微笑,也正是因为这个原因。人们早就习惯了在过马路时与司机进行眼神交流,以确保自己的安全,所以无人驾驶车无法给人足够的安全感。在这种情况下,Google 只能用更萌更可爱的外观赢得乘客和行人更多的信任。</p>\n\n<p style=\"color: #333333;\">这个世界,终究是个看脸的世界。<img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/Google-Prototype-.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/Google-Prototype-.jpg\" /></p>', '用可爱换取信任', '', 'publish', 'open', 'open', '', '14', '', '', '2014-08-11 16:43:12', '2014-08-11 08:43:12', '<p style=\"color: #333333;\">畅。</p>\r\n<p style=\"color: #333333;\">Jibo 也是一样。其设计团队中的一名动画制作人发现,人的动作通常是以弧线的形式呈现的,而传统的机器人往往进行直线型的动作,所以他们在Jibo的机身内部嵌入了三个旋转环,使 Jibo 可以更好地模拟人的行为特征。</p>\r\n<p style=\"color: #333333;\">这样一个举手投足都和你有相似之处的机器人怎会不萌?</p>\r\n\r\n<h3 id=\"\" style=\"color: #333333;\">用可爱换取信任</h3>\r\n<p style=\"color: #333333;\">萌与性感一样,可以刺激人的部分神经。</p>\r\n<p style=\"color: #333333;\">奥地利学者 Konrad Lorenz 曾提出一个 baby schema 理论,指出相貌或其他特征与婴儿相类似的东西就是可爱的,会使人自然而然地生发呵护的欲望。</p>\r\n<p style=\"color: #333333;\">HitchBox 就是用它的娇小可爱,打扮俊俏和风情有趣博得了你的信任,让你放下戒备,带它上路。</p>\r\n<p style=\"color: #333333;\">Google 开发的自动驾驶汽车被设计成圆鼓鼓的身材,纽扣状的鼻子,甜甜的微笑,也正是因为这个原因。人们早就习惯了在过马路时与司机进行眼神交流,以确保自己的安全,所以无人驾驶车无法给人足够的安全感。在这种情况下,Google 只能用更萌更可爱的外观赢得乘客和行人更多的信任。</p>\r\n<p style=\"color: #333333;\">这个世界,终究是个看脸的世界。<img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/Google-Prototype-.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/Google-Prototype-.jpg\" /></p>', '0', 'http://liuxingdemacbook-pro.local/wordpress/?p=14', '0', 'post', '', '0'), ('15', '1', '2014-08-11 15:02:43', '2014-08-11 07:02:43', '', 'kaimu-7mCPd264fJax-1', '', 'inherit', 'open', 'open', '', 'kaimu-7mcpd264fjax-1', '', '', '2014-08-11 15:02:43', '2014-08-11 07:02:43', '', '14', 'http://liuxingdemacbook-pro.local/wordpress/wp-content/uploads/2014/08/kaimu-7mCPd264fJax-1.jpg', '0', 'attachment', 'image/jpeg', '0'), ('16', '1', '2014-08-11 15:03:04', '2014-08-11 07:03:04', '<p style=\"color: #333333;\">畅。</p>\n\n<p style=\"color: #333333;\">Jibo 也是一样。其设计团队中的一名动画制作人发现,人的动作通常是以弧线的形式呈现的,而传统的机器人往往进行直线型的动作,所以他们在Jibo的机身内部嵌入了三个旋转环,使 Jibo 可以更好地模拟人的行为特征。</p>\n\n<p style=\"color: #333333;\">这样一个举手投足都和你有相似之处的机器人怎会不萌?</p>\n\n<h3 id=\"\" style=\"color: #333333;\">用可爱换取信任</h3>\n\n<p style=\"color: #333333;\">萌与性感一样,可以刺激人的部分神经。</p>\n\n<p style=\"color: #333333;\">奥地利学者 Konrad Lorenz 曾提出一个 baby schema 理论,指出相貌或其他特征与婴儿相类似的东西就是可爱的,会使人自然而然地生发呵护的欲望。</p>\n\n<p style=\"color: #333333;\">HitchBox 就是用它的娇小可爱,打扮俊俏和风情有趣博得了你的信任,让你放下戒备,带它上路。</p>\n\n<p style=\"color: #333333;\">Google 开发的自动驾驶汽车被设计成圆鼓鼓的身材,纽扣状的鼻子,甜甜的微笑,也正是因为这个原因。人们早就习惯了在过马路时与司机进行眼神交流,以确保自己的安全,所以无人驾驶车无法给人足够的安全感。在这种情况下,Google 只能用更萌更可爱的外观赢得乘客和行人更多的信任。</p>\n\n<p style=\"color: #333333;\">这个世界,终究是个看脸的世界。<img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/Google-Prototype-.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/Google-Prototype-.jpg\" /></p>', '', '', 'inherit', 'open', 'open', '', '14-revision-v1', '', '', '2014-08-11 15:03:04', '2014-08-11 07:03:04', '<p style=\"color: #333333;\">畅。</p>\r\n<p style=\"color: #333333;\">Jibo 也是一样。其设计团队中的一名动画制作人发现,人的动作通常是以弧线的形式呈现的,而传统的机器人往往进行直线型的动作,所以他们在Jibo的机身内部嵌入了三个旋转环,使 Jibo 可以更好地模拟人的行为特征。</p>\r\n<p style=\"color: #333333;\">这样一个举手投足都和你有相似之处的机器人怎会不萌?</p>\r\n\r\n<h3 id=\"\" style=\"color: #333333;\">用可爱换取信任</h3>\r\n<p style=\"color: #333333;\">萌与性感一样,可以刺激人的部分神经。</p>\r\n<p style=\"color: #333333;\">奥地利学者 Konrad Lorenz 曾提出一个 baby schema 理论,指出相貌或其他特征与婴儿相类似的东西就是可爱的,会使人自然而然地生发呵护的欲望。</p>\r\n<p style=\"color: #333333;\">HitchBox 就是用它的娇小可爱,打扮俊俏和风情有趣博得了你的信任,让你放下戒备,带它上路。</p>\r\n<p style=\"color: #333333;\">Google 开发的自动驾驶汽车被设计成圆鼓鼓的身材,纽扣状的鼻子,甜甜的微笑,也正是因为这个原因。人们早就习惯了在过马路时与司机进行眼神交流,以确保自己的安全,所以无人驾驶车无法给人足够的安全感。在这种情况下,Google 只能用更萌更可爱的外观赢得乘客和行人更多的信任。</p>\r\n<p style=\"color: #333333;\">这个世界,终究是个看脸的世界。<img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/Google-Prototype-.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/Google-Prototype-.jpg\" /></p>', '14', 'http://liuxingdemacbook-pro.local/wordpress/archives/16', '0', 'revision', '', '0'), ('17', '1', '2014-08-11 15:03:09', '2014-08-11 07:03:09', '<p style=\"color: #333333;\">畅。</p>\n\n<p style=\"color: #333333;\">Jibo 也是一样。其设计团队中的一名动画制作人发现,人的动作通常是以弧线的形式呈现的,而传统的机器人往往进行直线型的动作,所以他们在Jibo的机身内部嵌入了三个旋转环,使 Jibo 可以更好地模拟人的行为特征。</p>\n\n<p style=\"color: #333333;\">这样一个举手投足都和你有相似之处的机器人怎会不萌?</p>\n\n<h3 id=\"\" style=\"color: #333333;\">用可爱换取信任</h3>\n\n<p style=\"color: #333333;\">萌与性感一样,可以刺激人的部分神经。</p>\n\n<p style=\"color: #333333;\">奥地利学者 Konrad Lorenz 曾提出一个 baby schema 理论,指出相貌或其他特征与婴儿相类似的东西就是可爱的,会使人自然而然地生发呵护的欲望。</p>\n\n<p style=\"color: #333333;\">HitchBox 就是用它的娇小可爱,打扮俊俏和风情有趣博得了你的信任,让你放下戒备,带它上路。</p>\n\n<p style=\"color: #333333;\">Google 开发的自动驾驶汽车被设计成圆鼓鼓的身材,纽扣状的鼻子,甜甜的微笑,也正是因为这个原因。人们早就习惯了在过马路时与司机进行眼神交流,以确保自己的安全,所以无人驾驶车无法给人足够的安全感。在这种情况下,Google 只能用更萌更可爱的外观赢得乘客和行人更多的信任。</p>\n\n<p style=\"color: #333333;\">这个世界,终究是个看脸的世界。<img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/Google-Prototype-.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/Google-Prototype-.jpg\" /></p>', '用可爱换取信任', '', 'inherit', 'open', 'open', '', '14-revision-v1', '', '', '2014-08-11 15:03:09', '2014-08-11 07:03:09', '<p style=\"color: #333333;\">畅。</p>\r\n<p style=\"color: #333333;\">Jibo 也是一样。其设计团队中的一名动画制作人发现,人的动作通常是以弧线的形式呈现的,而传统的机器人往往进行直线型的动作,所以他们在Jibo的机身内部嵌入了三个旋转环,使 Jibo 可以更好地模拟人的行为特征。</p>\r\n<p style=\"color: #333333;\">这样一个举手投足都和你有相似之处的机器人怎会不萌?</p>\r\n\r\n<h3 id=\"\" style=\"color: #333333;\">用可爱换取信任</h3>\r\n<p style=\"color: #333333;\">萌与性感一样,可以刺激人的部分神经。</p>\r\n<p style=\"color: #333333;\">奥地利学者 Konrad Lorenz 曾提出一个 baby schema 理论,指出相貌或其他特征与婴儿相类似的东西就是可爱的,会使人自然而然地生发呵护的欲望。</p>\r\n<p style=\"color: #333333;\">HitchBox 就是用它的娇小可爱,打扮俊俏和风情有趣博得了你的信任,让你放下戒备,带它上路。</p>\r\n<p style=\"color: #333333;\">Google 开发的自动驾驶汽车被设计成圆鼓鼓的身材,纽扣状的鼻子,甜甜的微笑,也正是因为这个原因。人们早就习惯了在过马路时与司机进行眼神交流,以确保自己的安全,所以无人驾驶车无法给人足够的安全感。在这种情况下,Google 只能用更萌更可爱的外观赢得乘客和行人更多的信任。</p>\r\n<p style=\"color: #333333;\">这个世界,终究是个看脸的世界。<img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/Google-Prototype-.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/Google-Prototype-.jpg\" /></p>', '14', 'http://liuxingdemacbook-pro.local/wordpress/archives/17', '0', 'revision', '', '0'), ('18', '1', '2014-08-11 15:33:35', '0000-00-00 00:00:00', '<blockquote>的考试垃圾啊看到了卡死了</blockquote>', '', '', 'draft', 'open', 'open', '', '', '', '', '2014-08-11 15:33:35', '2014-08-11 07:33:35', '<blockquote>的考试垃圾啊看到了卡死了</blockquote>', '0', 'http://liuxingdemacbook-pro.local/wordpress/?p=18', '0', 'post', '', '0'), ('19', '1', '2014-08-11 16:10:11', '2014-08-11 08:10:11', '<p style=\"color: #333333;\">畅。</p>\n\n<p style=\"color: #333333;\">Jibo 也是<span style=\"color: #000000;\">一样。其设计团队中的一名动画制作人发现,人的动作通常是以弧线的形式呈现的,而传统的机</span>器人往往进行直线型的动作,所以他们在Jibo的机身内部嵌入了三个旋转环,使 Jibo 可以更好地模拟人的行为特征。</p>\n\n<p style=\"color: #333333;\">这样一个举手投足都和你有相似之处的机器人怎会不萌?</p>\n\n<h3 id=\"\" style=\"color: #333333;\">用可爱换取信任</h3>\n\n<p style=\"color: #333333;\">萌与性感一样,可以刺激人的部分神经。</p>\n\n<p style=\"color: #333333;\">奥地利学者 Konrad Lorenz 曾提出一个 baby schema 理论,指出相貌或其他特征与婴儿相类似的东西就是可爱的,会使人自然而然地生发呵护的欲望。</p>\n\n<p style=\"color: #333333;\">HitchBox 就是用它的娇小可爱,打扮俊俏和风情有趣博得了你的信任,让你放下戒备,带它上路。</p>\n\n<p style=\"color: #333333;\">Google 开发的自动驾驶汽车被设计成圆鼓鼓的身材,纽扣状的鼻子,甜甜的微笑,也正是因为这个原因。人们早就习惯了在过马路时与司机进行眼神交流,以确保自己的安全,所以无人驾驶车无法给人足够的安全感。在这种情况下,Google 只能用更萌更可爱的外观赢得乘客和行人更多的信任。</p>\n\n<p style=\"color: #333333;\">这个世界,终究是个看脸的世界。<img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/Google-Prototype-.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/Google-Prototype-.jpg\" /></p>', '用可爱换取信任', '', 'inherit', 'open', 'open', '', '14-autosave-v1', '', '', '2014-08-11 16:10:11', '2014-08-11 08:10:11', '', '14', 'http://liuxingdemacbook-pro.local/wp_blog/archives/19', '0', 'revision', '', '0'), ('20', '1', '2014-08-11 16:50:14', '2014-08-11 08:50:14', '<p style=\"color: #333333;\">畅。</p>\n\n<p style=\"color: #333333;\">Jibo 也是一样。其设计团队中的一名动画制作人发现,人的动作通常是以弧线的形式呈现的,而传统的机器人往往进行直线型的动作,所以他们在Jibo的机身内部嵌入了三个旋转环,使 Jibo 可以更好地模拟人的行为特征。</p>\n\n<p style=\"color: #333333;\">这样一个举手投足都和你有相似之处的机器人怎会不萌?</p>\n\n<h3 id=\"\" style=\"color: #333333;\">用可爱换取信任</h3>\n\n<p style=\"color: #333333;\">萌与性感一样,可以刺激人的部分神经。</p>\n\n<p style=\"color: #333333;\">奥地利学者 Konrad Lorenz 曾提出一个 baby schema 理论,指出相貌或其他特征与婴儿相类似的东西就是可爱的,会使人自然而然地生发呵护的欲望。</p>\n\n<p style=\"color: #333333;\">HitchBox 就是用它的娇小可爱,打扮俊俏和风情有趣博得了你的信任,让你放下戒备,带它上路。</p>\n\n<p style=\"color: #333333;\">Google 开发的自动驾驶汽车被设计成圆鼓鼓的身材,纽扣状的鼻子,甜甜的微笑,也正是因为这个原因。人们早就习惯了在过马路时与司机进行眼神交流,以确保自己的安全,所以无人驾驶车无法给人足够的安全感。在这种情况下,Google 只能用更萌更可爱的外观赢得乘客和行人更多的信任。</p>\n\n<p style=\"color: #333333;\">这个世界,终究是个看脸的世界。<img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/Google-Prototype-.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/Google-Prototype-.jpg\" /></p>', '这样一个举手投足都和你有相似之处的机器人怎', '', 'publish', 'open', 'open', '', '%e8%bf%99%e6%a0%b7%e4%b8%80%e4%b8%aa%e4%b8%be%e6%89%8b%e6%8a%95%e8%b6%b3%e9%83%bd%e5%92%8c%e4%bd%a0%e6%9c%89%e7%9b%b8%e4%bc%bc%e4%b9%8b%e5%a4%84%e7%9a%84%e6%9c%ba%e5%99%a8%e4%ba%ba%e6%80%8e', '', '', '2014-08-11 16:50:14', '2014-08-11 08:50:14', '<p style=\"color: #333333;\">畅。</p>\r\n<p style=\"color: #333333;\">Jibo 也是一样。其设计团队中的一名动画制作人发现,人的动作通常是以弧线的形式呈现的,而传统的机器人往往进行直线型的动作,所以他们在Jibo的机身内部嵌入了三个旋转环,使 Jibo 可以更好地模拟人的行为特征。</p>\r\n<p style=\"color: #333333;\">这样一个举手投足都和你有相似之处的机器人怎会不萌?</p>\r\n\r\n<h3 id=\"\" style=\"color: #333333;\">用可爱换取信任</h3>\r\n<p style=\"color: #333333;\">萌与性感一样,可以刺激人的部分神经。</p>\r\n<p style=\"color: #333333;\">奥地利学者 Konrad Lorenz 曾提出一个 baby schema 理论,指出相貌或其他特征与婴儿相类似的东西就是可爱的,会使人自然而然地生发呵护的欲望。</p>\r\n<p style=\"color: #333333;\">HitchBox 就是用它的娇小可爱,打扮俊俏和风情有趣博得了你的信任,让你放下戒备,带它上路。</p>\r\n<p style=\"color: #333333;\">Google 开发的自动驾驶汽车被设计成圆鼓鼓的身材,纽扣状的鼻子,甜甜的微笑,也正是因为这个原因。人们早就习惯了在过马路时与司机进行眼神交流,以确保自己的安全,所以无人驾驶车无法给人足够的安全感。在这种情况下,Google 只能用更萌更可爱的外观赢得乘客和行人更多的信任。</p>\r\n<p style=\"color: #333333;\">这个世界,终究是个看脸的世界。<img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/Google-Prototype-.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/Google-Prototype-.jpg\" /></p>', '0', 'http://liuxingdemacbook-pro.local/wordpress/?p=20', '0', 'post', '', '0'), ('21', '1', '2014-08-11 16:50:14', '2014-08-11 08:50:14', '<p style=\"color: #333333;\">畅。</p>\n\n<p style=\"color: #333333;\">Jibo 也是一样。其设计团队中的一名动画制作人发现,人的动作通常是以弧线的形式呈现的,而传统的机器人往往进行直线型的动作,所以他们在Jibo的机身内部嵌入了三个旋转环,使 Jibo 可以更好地模拟人的行为特征。</p>\n\n<p style=\"color: #333333;\">这样一个举手投足都和你有相似之处的机器人怎会不萌?</p>\n\n<h3 id=\"\" style=\"color: #333333;\">用可爱换取信任</h3>\n\n<p style=\"color: #333333;\">萌与性感一样,可以刺激人的部分神经。</p>\n\n<p style=\"color: #333333;\">奥地利学者 Konrad Lorenz 曾提出一个 baby schema 理论,指出相貌或其他特征与婴儿相类似的东西就是可爱的,会使人自然而然地生发呵护的欲望。</p>\n\n<p style=\"color: #333333;\">HitchBox 就是用它的娇小可爱,打扮俊俏和风情有趣博得了你的信任,让你放下戒备,带它上路。</p>\n\n<p style=\"color: #333333;\">Google 开发的自动驾驶汽车被设计成圆鼓鼓的身材,纽扣状的鼻子,甜甜的微笑,也正是因为这个原因。人们早就习惯了在过马路时与司机进行眼神交流,以确保自己的安全,所以无人驾驶车无法给人足够的安全感。在这种情况下,Google 只能用更萌更可爱的外观赢得乘客和行人更多的信任。</p>\n\n<p style=\"color: #333333;\">这个世界,终究是个看脸的世界。<img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/Google-Prototype-.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/Google-Prototype-.jpg\" /></p>', '这样一个举手投足都和你有相似之处的机器人怎', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-08-11 16:50:14', '2014-08-11 08:50:14', '<p style=\"color: #333333;\">畅。</p>\r\n<p style=\"color: #333333;\">Jibo 也是一样。其设计团队中的一名动画制作人发现,人的动作通常是以弧线的形式呈现的,而传统的机器人往往进行直线型的动作,所以他们在Jibo的机身内部嵌入了三个旋转环,使 Jibo 可以更好地模拟人的行为特征。</p>\r\n<p style=\"color: #333333;\">这样一个举手投足都和你有相似之处的机器人怎会不萌?</p>\r\n\r\n<h3 id=\"\" style=\"color: #333333;\">用可爱换取信任</h3>\r\n<p style=\"color: #333333;\">萌与性感一样,可以刺激人的部分神经。</p>\r\n<p style=\"color: #333333;\">奥地利学者 Konrad Lorenz 曾提出一个 baby schema 理论,指出相貌或其他特征与婴儿相类似的东西就是可爱的,会使人自然而然地生发呵护的欲望。</p>\r\n<p style=\"color: #333333;\">HitchBox 就是用它的娇小可爱,打扮俊俏和风情有趣博得了你的信任,让你放下戒备,带它上路。</p>\r\n<p style=\"color: #333333;\">Google 开发的自动驾驶汽车被设计成圆鼓鼓的身材,纽扣状的鼻子,甜甜的微笑,也正是因为这个原因。人们早就习惯了在过马路时与司机进行眼神交流,以确保自己的安全,所以无人驾驶车无法给人足够的安全感。在这种情况下,Google 只能用更萌更可爱的外观赢得乘客和行人更多的信任。</p>\r\n<p style=\"color: #333333;\">这个世界,终究是个看脸的世界。<img class=\"lazy\" src=\"http://www.bigertech.com/content/images/2014/Aug/Google-Prototype-.jpg\" alt=\"bigertech\" data-original=\"/content/images/2014/Aug/Google-Prototype-.jpg\" /></p>', '20', 'http://liuxingdemacbook-pro.local/wordpress/archives/21', '0', 'revision', '', '0'), ('22', '1', '2014-08-11 17:31:15', '2014-08-11 09:31:15', 'http://liuxingdemacbook-pro.local/wordpress/wp-content/uploads/2014/08/cropped-nexus5-bg.png', 'cropped-nexus5-bg.png', '', 'inherit', 'open', 'open', '', 'cropped-nexus5-bg-png', '', '', '2014-08-11 17:31:15', '2014-08-11 09:31:15', '', '0', 'http://liuxingdemacbook-pro.local/wordpress/wp-content/uploads/2014/08/cropped-nexus5-bg.png', '0', 'attachment', 'image/png', '0');
COMMIT;
-- ----------------------------
-- Table structure for `wp_term_relationships`
-- ----------------------------
DROP TABLE IF EXISTS `wp_term_relationships`;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `wp_term_relationships`
-- ----------------------------
BEGIN;
INSERT INTO `wp_term_relationships` VALUES ('1', '1', '0'), ('6', '2', '0'), ('14', '1', '0'), ('14', '4', '0'), ('18', '1', '0'), ('20', '1', '0');
COMMIT;
-- ----------------------------
-- Table structure for `wp_term_taxonomy`
-- ----------------------------
DROP TABLE IF EXISTS `wp_term_taxonomy`;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `wp_term_taxonomy`
-- ----------------------------
BEGIN;
INSERT INTO `wp_term_taxonomy` VALUES ('1', '1', 'category', '科技博客', '0', '3'), ('2', '2', 'category', '行业观察、视频评测', '0', '1'), ('3', '3', 'category', '', '0', '0'), ('4', '4', 'post_format', '', '0', '1');
COMMIT;
-- ----------------------------
-- Table structure for `wp_terms`
-- ----------------------------
DROP TABLE IF EXISTS `wp_terms`;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `wp_terms`
-- ----------------------------
BEGIN;
INSERT INTO `wp_terms` VALUES ('1', '科技博客', 'techblog', '0'), ('2', '评测视频', 'video', '0'), ('3', '笔戈快闻', 'news', '0'), ('4', 'post-format-video', 'post-format-video', '0');
COMMIT;
-- ----------------------------
-- Table structure for `wp_usermeta`
-- ----------------------------
DROP TABLE IF EXISTS `wp_usermeta`;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `wp_usermeta`
-- ----------------------------
BEGIN;
INSERT INTO `wp_usermeta` VALUES ('1', '1', 'first_name', ''), ('2', '1', 'last_name', ''), ('3', '1', 'nickname', 'bigertech'), ('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', 'wp350_media,wp360_revisions,wp360_locks,wp390_widgets,aioseop_menu_220'), ('13', '1', 'show_welcome_panel', '1'), ('14', '1', 'wp_dashboard_quick_press_last_post_id', '3'), ('15', '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\";}'), ('16', '1', 'metaboxhidden_nav-menus', 'a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'), ('17', '1', 'wp_user-settings', 'dfw_width=647&editor=tinymce&hidetb=1&libraryContent=browse'), ('18', '1', 'wp_user-settings-time', '1407738389'), ('19', '1', 'closedpostboxes_dashboard', 'a:0:{}'), ('20', '1', 'metaboxhidden_dashboard', 'a:0:{}');
COMMIT;
-- ----------------------------
-- Table structure for `wp_users`
-- ----------------------------
DROP TABLE IF EXISTS `wp_users`;
CREATE TABLE `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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `wp_users`
-- ----------------------------
BEGIN;
INSERT INTO `wp_users` VALUES ('1', 'bigertech', '$P$BSIBgQ1IU23QIASdUEpf.xsnoWREQh1', 'bigertech', '[email protected]', '', '2014-08-11 03:38:24', '', '0', 'bigertech');
COMMIT;
SET FOREIGN_KEY_CHECKS = 1;